body {
	font-size: 80%;
	font-family: arial, sans-serif;
	background-color: #fff;
	color: #000;
}

html>body {
	font-size: 100%;
}

a img {
	border-style:none;
}

img.left {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
	clear:both;
	border-style:none;
}

img.right {
	float:right;
	margin: 0em 1em 1em 1em;
	clear:both;
}

fieldset {
	border-style:none;
}

span.question {
	display:block; 
	width:40em; 
	color:#000; 
	background-color:#fff
}

h1 {
	font-size: 1.25em;
	font-weight: 100;
	margin-bottom:0;
	padding-bottom:.5em;
}


h3 {
	font-size: 1.25em;
	font-weight: 100;
	margin-bottom:0;
	padding-bottom:.5em;
}

p  {
	font-size: 1em;
	line-height: 1.35em;
	margin-top:0;
	padding-top:0;
}

.required {color:red;
}

div.formRow {
	clear: both;
	padding-top:5px;
}

div.formRow span.label {
	text-align: right;
	width:10em;
	float:left;
}

div.formRow span.input {
	text-align: left;
} 

div.airSite {
	width:48%;
	font-size:1em;
	margin-top:.5em;
	margin-bottom:.5em;
	margin-left:10px;
	float:left;
}
div.airSite a img {
	margin-bottom:5px;
	border-style:none;
}

div.airSite a {
	text-align:center;
	text-decoration:none;
}

div.winner {
	width:100%;
        text-align:center;
	font-size:1em;
	margin-top:.5em;
	margin-bottom:.5em;
	margin-left:10px;
	float:left;
}
div.winner a img {
	margin-bottom:5px;
	border-style:none;
}

div.winner a {
	text-align:center;
	text-decoration:none;
}

div.logo {
	width:200px;
	height:200px;
	font-size:1em;
	margin-top:.5em;
	margin-bottom:.5em;
	margin-left:10px;
	float:left;
}
div.logo a img {
	margin-bottom:5px;
	border-style:none;
}

div.logo a {
	text-align:center;
	text-decoration:none;
}

ol.testAnswer {
	list-style-type: lower-alpha;
}

ul.mapList {
	line-height:1em;
}

ul.mapList li {
	font-size:1em;
	padding-bottom:0;
	margin-bottom:0;
}

ul.mapList li li {
	font-size:1em;
	padding-bottom:0;
	margin-bottom:0;
}

ul.mapList li.listHeading ul.mapList {
	line-height:1em;
}

ul.mapList li.listHeading ul.mapList li {
	font-size:1em;
	padding-bottom:0;
	margin-bottom:0;
}

li.listHeading {
	font-size:1.35em;
}

li.listHeading li {
	font-size:.85em;
}

div.formLabel {
	float: left;
	width: 14em;
	}

div.formLabelRqd {
	float: left;
	width: 14em;
	color: red;
	}

div.formItem {
	clear: both;
	}
	
div.formSubmit {
	clear: both;
	margin: 1em 1em 1em 1em;
	text-align: center;
	}

ul.error-list {
	list-style: none;
	color: red;
	font-weight: bold;
	}

.error {
	color: red;
	font-weight:bold;
}

textarea {
	margin-top:1em;
	margin-bottom:1em;
	}


#container {
	width:auto;
	background-color: #fff;
	margin-left: 16em;
	margin-right: 0;
	margin-top: 150px;
	background-color: #fff;
}

html>body #container {
	margin-top: 164px;
}

#skip {
	position:absolute;
	z-index:1;
	top:0;
	left:250px;
}

#main-content {
	background-color:#fff;
}

#main-content h2 {
	font-size: 1.5em;
	font-weight: 600;
	margin-bottom:0;
	padding-bottom:.5em;
	clear:both;
}

#main-content h1 {
	font-size: 1.8em;
	font-weight: 600;
	margin-bottom:0;
	padding-bottom:.5em;
	clear:both;
}

#main-content ul li {
	line-height: 1.35em;
	padding-bottom: .5em;
}

#main-content a:link {
	color:#6095c1;
        font-weight:600
}

#main-content a:visited {
	color:#6095c1;
}


#side_bar {
	background-color:#fff;
	width:16em;
	position: absolute;
	top:170px;
	left:0;
	border-right:1px solid #000;
	z-index:1; 
}
html>body #side_bar {
	top:160px;
}

#side_bar form {
	font-size: 1em;
	line-height: 2em;
	margin-left: 10px;
	padding-bottom: 10px;
}

#side_bar fieldset {
	border-style:none;
	margin-left:0;
	/*padding-left:0;*/
}


#side_bar h1 {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	}
	
#side_bar h1 {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	}	

#side_bar p {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	line-height: 1em;
	font-size:.9em;
}

#side_bar ul {
	list-style: none;
	font-size: .9em;
	margin-left: 0px;
	padding-left: 5px;
	padding-bottom: 1em;
}

#side_bar ul li {
	padding-left: 5px;
	padding-right: 5px;
}

html>body #side_bar ul {
	margin-top: 0;
	margin-bottom: 0;
}

#side_bar a:link {
	font-weight: 500;
	color:#000;
}

#side_bar a:link:hover, a:link:focus {
	background-color: #fff;
	color:#000;
}

#side_bar a:visited:hover, a:visited:focus {
	background-color: #fff;
	color:#000;
}

#side_bar a:visited {
	font-weight:200;
	color:#000;
}

#side_bar a:link:active {
	background-color:#fff;
	color:#000;
}


#side_1 {
	margin-left:10px;
	margin-top:0px;
	width:14.5em;
	background-color:#e6f2ff;
}
	
#side_1 a:link, #side_1 a:visited {
	background-color:#e6f2ff;
}

#side_2 {
	width:14.5em;
	background-color:#d5e1ee;
}

#side_2 a:link, #side_2 a:visited {
	background-color:#d5e1ee;
}

#side_3 {
	width:14.5em;
	background-color:#adc6de;
}

#side_3 a:link, #side_3 a:visited {
	background-color:#adc6de;
}

#side_4 {
	width:14.5em;
	background-color:#85acce;	
}

#side_4 a:link, #side_4 a:visited {
	background-color:#85acce;
}

#header {
	width:100%;
	margin-left:0;
	margin-right:0;
	height:150px;
	background-color:#fff;
	position:absolute;
	top:0;
	left: 0;
}

#banner {
	width:100%;
	height: 100px;
	background-color: #6095c1;
	position:absolute;
	/*margin-left: 10px;
	margin-right: 10px;*/
	top: 50px;
	left: 10px;
	z-index: 2;
}
html>body #banner {
	left:0;
}

#top_area {
	width: 100%;
	height: 50px;
}

#logo {
	width: 220px;
	height: 40px;
	margin: 0 0 0 0;
	background-color: #fff;
	position:relative;
	top: 10px;
	left: 10px;
	z-index:2;
}

#mainNav {
	width:auto;
	height: 1.2em;
	background-color: #fff;
	position:relative;
	text-align:right;
	margin-left:225px;
	margin-right:-5px;
	bottom: 15px;
	right:0;
	z-index:3;
}
html>body #mainNav {
	margin-right: 10px;
	margin-left:225px;
}

#mainNav ul {
	text-align:right;
	display: inline;
	font-size: 1.1em;
	font-weight: 200;
}

#mainNav ul li {
	border-right: 1px solid #000;
	padding-left:.5em;
	padding-right:.5em;
	display:inline;
}

#mainNav ul li.last {
	border-style:none;
	padding-right:0;
	display:inline;
}

#mainNav a:link, #mainNav a:visited {
	color: #000;
	font-weight:500;
	background-color: #fff;
	text-decoration: none;
}

#mainNav a:link:hover, #mainNav a:link:focus, #mainNav a:visited:hover, #mainNav a:visited:focus {
	color: #6095c1;
	background-color: #fff;
	text-decoration: none;
}

#mainNav ul li a:visited {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

#mainNav ul li a:active {
	color: #fff;
	background-color: #6095c1;
	text-decoration: none;
}

#secondaryNav {
	width:auto;
	height: 1.2em;
	position: relative;
	text-align:right;
	background-image:url(../images/blue.gif);
	background-color:#6095c1;
	z-index: 3;
	top: -9px;
	left: 10px;
}

html>body #secondaryNav {
	left:0;
}


#secondaryNav ul {
	text-align:right;
	background-image: url(../images/blue.gif);
	background-color: #6095c1;
	display: inline;
	list-style:none;
	font-size: 1em;
	font-weight: 200;
}

#secondaryNav ul li {
	background-image: url(../images/blue.gif);
	background-color: #6095c1;
	text-align:right;
	border-right: 1px solid #000;
	/*float:right;*/
	padding-left:.5em;
	padding-right:.5em;
	display:inline;
}

#secondaryNav a:link, #secondaryNav a:visited {
	background-image: url(../images/blue.gif);
	background-color:#6095c1;
	color:#fff;
	font-weight:600;
	text-decoration:none;
}

#footer {
	clear:both;
	margin-left:16em;
	font-style:italic;
}
	
table {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1em;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid black;
	text-align:center;
	line-height:1.35em;
	padding-left:1em;
	padding-right:1em;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#d5e1ee;
	border: 1px solid black;
}

dt {
	font-size: 1.25em;
	font-weight: 100;
	padding-bottom:1em;
}

dd {
	font-weight:normal;
	font-size:1em;
	line-height: 1.35em;
	padding-bottom:1em;
}
	
.galleryRow {
	clear:both;
}

.galleryR {
	width:45%;
	float:right;
}

.galleryL {
	width:45%;
	float:left;
}

caption {
        font-size: 125%;
        padding-bottom: .5em;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d5e1ee;
	border: 1px solid #000;
}

dt {
	font-size: 1.25em;
	font-weight: 100;
	padding-bottom:1em;
}

dd {
	font-weight:normal;
	font-size:1em;
	line-height: 1.35em;
	padding-bottom:1em;
}
	
.galleryRow {
	clear:both;
}

.galleryR {
	width:45%;
	float:right;
}

.galleryL {
	width:45%;
	float:left;
}


dt {
	font-size: 1.25em;
	font-weight: 100;
	padding-bottom:1em;
}

dd {
	font-weight:normal;
	font-size:1em;
	line-height: 1.35em;
	padding-bottom:1em;
}
	
.galleryRow {
	clear:both;
}

.galleryR {
	width:45%;
	float:right;
}

.galleryL {
	width:45%;
	float:left;
}



