header, footer, nav, section, article {
	display: block;
}

body {
	margin: 0;
	padding: 0;
	background: white;
	font-family: georgia, times, "times new roman", serif;
}

#container {
	border: thin solid Black;
	background-color: #dcdcdc;
	background-position: 0 25px;
	background-repeat: no-repeat;
	min-height: 650px;
	margin: 1em auto;
	text-align: left;
	width: 900px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#header {
/*	margin: 1em auto;*/
	min-height: 200px;
	background: url(images/alps_bw.jpg);
	text-align: center;
	-moz-border-radius: 20px 20px 0px 0px; 
}

#right {
	padding-top: 10px;
	float: right;
	padding: 20px;
	width: 150px;
	text-align: center;
/*	min-height: 300px; */
}

#content {
	margin-left:20px;
	text-align: center;
	padding-bottom: 15px;
}

#contact {
	color: #505050;
	text-align: center;
	display: inline;
	float:right;
	width:180px;
	vertical-align: bottom;
}

footer, #footer {
}

#guide {
	background: ThreedLightShadow;
	margin-left: -20px;
	padding: 20px 0 0 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#guide_wrapper {
	margin: 20px
}

.quote {
	background-color: #f5f5dc;
	display: inline;
}

/* Navigation Menu */


div#navcontainer {
/*	min-height: 300px; */
	font: 10px "verdana",sans-serif;
	font-weight: 900;
	display: block;
	color: #000;
	width: 150px;
	padding: 20px;
	margin: 0;
	float: left;
}

/*

#f1:hover li, #f2:hover li, #f3:hover li, #f4:hover li {
	display: block;
	}

#f1 li, #f2 li, #f3 li, #f4 li {
	display: none;
	}
	
*/

ul#navlist,ul#navlist li ul#subnavlist,ul#navlist li ul#subnavlist1 {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#navlist li,ul#navlist li ul#subnavlist li,ul#navlist li ul#subnavlist1 li {
	display: inline;
}


ul#navlist li a {
	display: block;
	color: #000;
	background: #ccc;
	text-align: center;
	text-decoration: none;
	border-left: solid #eee;
	border-top: solid #eee;
	border-right: solid #aaa;
	border-bottom: solid #aaa;
	border-width: 2px;
	margin: 0;
	padding: 2px 5px 2px 5px;
}

ul#navlist li a:hover,ul#navlist li a:focus {
	background: #eee;
}

ul#navlist li a:active {
	border-left: solid #aaa;
	border-top: solid #aaa;
	border-right: solid #eee;
	border-bottom: solid #eee;
	border-width: 2px;
	padding: 2px 5px 2px 5px;
}

ul#navlist li#active a {
	color: #eee;
	background: #bbb;
	border-left: solid #eee;
	border-top: solid #eee;
	border-right: solid #aaa;
	border-bottom: solid #aaa;
	border-width: 2px;
}

ul#navlist li ul#subnavlist li a,ul#navlist li ul#subnavlist1 li a {
	display: block;
	color: #000;
	background: #ccc;
	text-align: center;
	text-decoration: none;
	border-left: solid #aaa;
	border-right: solid #aaa;
	border-width: 0 1px 0 1px;
	margin: 0 0 0 1em;
	padding: 3px 6px 3px 6px;
	width: inherit;
}

ul#navlist li ul#subnavlist li a:hover,ul#navlist li ul#subnavlist li a:focus,ul#navlist li ul#subnavlist1 li a:hover,ul#navlist li ul#subnavlist1 li a:focus {
	background: #eee;
}

ul#navlist li#active ul#subnavlist li#subactive a,ul#navlist li#active ul#subnavlist1 li#subactive a {
	color: #eee;
	background: #bbb;
}

/* Chartfinder CSS*/

div.displaycharts {
	display: block;
	margin: 1em auto;
	max-width: 500px;
}

div.displaycharts div.icao {
	display: inline;
	font-size: 130%;
}

div.displaycharts div.name {
	display: inline;
	font-size: 130%;
}

div.displaycharts div.country {
	display: inline;
	font-size: 130%;
}

div.displaycharts div.charts {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #030866;
	font-style: italic;
	font-weight: bold;
}

div.displaycharts div.resultcontainer div.countryspecific, div.displaycharts div.complicated {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.displaycharts div.ad, div.displaycharts div.star, div.displaycharts div.iap, div.displaycharts div.sid, div.displaycharts div.vfr, div.displaycharts div.text {
	color: #030866;
	font-style: italic;
	font-weight: bold;
	display: inline;
}

div.displaycharts div.nocharts {
	margin-top: 5%;
	margin-bottom: 5%;
	font-style: oblique;
	color: red;
}

div.displaycharts div.picture {
	margin-top: 2px;
}

div.displaycharts div.picture img.picture {
	max-width: 496px;
}

div.displaycharts div.updated {
	font-size: 70%;
}

div.displaycharts div.databaseinfo {
	font-size: 70%;
	margin-top: 5%;
}

div.displaycharts div.resultcontainer {
	background-color: #f0e68c;
	border: thin solid #030866;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}

/* Text Styling */

h1 {
	color: black;
}

h2 {
	color: #111111;
}

h3 {
	color: #222222;
}

h4 {
	color: #333333;
}

h5 {
	color: #444444;
}

p {
	text-align: left;
	font-size: 12px;
}

footer p, #footer p {
	font-size: 10px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}
a:link {
	color: inherit;
	text-decoration: none;
	text-shadow: white;
}

a:visited {
	color: inherit;
	text-decoration: none;
	text-shadow: white;
}

a:hover {
	color: white;
	background-color: #778;
	text-decoration: none;
}

a.link2:link {
	text-decoration: underline;
	color: blue;
}

A.link2:visited {
	text-decoration: none;
	color:#551A8B;
}

A.link2:active {
	text-decoration: none
}

A.link2:hover {
	text-decoration: underline overline blink;
	color: red;
}

/* Style the forms */

input
{
	color: #030866;
	background: #f0e68c;
	border: 1px solid #030866;
	padding: 2px;
}

div .submit {
	display: inline;
}

.submit input
{
	color: #030866;
	background: #f0e68c;
	border: 2px outset #030866;
	margin-left: 30px;
} 


fieldset
{
	border: 1px solid #030866;
}

legend
{
	color: #030866;
	background: #f0e68c;
	border: 1px solid #030866;
	padding: 2px 6px;
} 

/* Flying in Europe Menu */

#FIE li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

/* Picture Page Styling */

div.thumb
  {
  margin:2px;
  border:1px solid #778;
  height:140px;
  width:130px;
  float:left;
  text-align:center;
  vertical-align: bottom;
  }
  
div.thumb:hover {
	color: white;
	background-color: #778;
}
  
div.thumb img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  max-width:110px;
  max-height:90px; 
  }
div.thumb a:hover img
  {
  border:1px solid #0000ff;
  }

div.desc
  {
	text-align: center;
	font-weight: normal;
	width: 120px;
	margin: 2px;
}

.desc h5 {
	margin: auto auto;
}