@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

img{
	border:none;
}

body{
	background-color:#00699f;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font:normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:17px;
}

#wrapper{
	width:830px;
	margin:0 auto;
}

#header{
	width:830px;
	height:60px;
	position:relative;
}

#main_logo{
	position:absolute;
	width:188px;
	height:60px;
	top:0;
	left:0px;
}

#top_nav{
	position:absolute;
	width:540px;
	height:40px;
	top:0;
	right:0;
}

#brand{
	position:relative;
	width:830px;
	height:325px;
}

#city_background{
	position:absolute;
	background-image:url(../images/illustrationBuildings.png);
	background-repeat:no-repeat;
	width:561px;
	height:216px;
	top:65px;
	left:10px;
}

#award_logo{
	position:absolute;
	background-image:url(../images/logoAward.png);
	background-repeat:no-repeat;
	width:325px;
	height:270px;
	top:-15px;
	left:30px;
}

#plane_illustration{
	position:absolute;
	background-image:url(../images/illustrationPlane.png);
	background-repeat:no-repeat;
	width:500px;
	height:300px;
	top:0px;
	right:20px;
}

#award_title{
	position:absolute;
	background-image:url(../images/illustrationHomeGreenBar.png);
	background-repeat:no-repeat;
	width:830px;
	height:65px;
	top:265px;
	left:0px;
}

#content_wrapper{
	width:830px;
	background-color:#FFFFFF;
}

#main_content{
	float:left;
	width:538px;
}

#main_content h1{
	margin:20px 0 5px 30px;
}

#main_content p{
	margin:10px 0 5px 30px;
}

#sub_content{
	float:right;
	width:262px;
}

#sub_content h2{
	margin:0 30px 20px 0px;
	font-size:18px;
	text-align:center;
	font-weight:normal;
}

#sub_content ul{
	margin-top:20px;
	padding:10px 30px 10px 20px;
	font-size:12px;
}

#sub_content li{
	line-height:19px;
}

#content_footer{
	clear:both;
}

#content_footer p{
	margin:15px 30px 0 30px;
	font-size:12px;
}

#visual_footer{
	width:830px;
	height:30px;
	background-image:url(../images/visualFooter.png);
	background-repeat:no-repeat;
}

#footer{
	margin:0 auto;
	color:#FFFFFF;
	text-align:center;
	margin:20px;
}

#footer a{
	color:#FFFFFF;
}

#footer a:hover{
	text-decoration:none;
}

.click_button{
	display:block;
	margin:20px 0 10px 0;
}

#sponsor_logos{
	text-align:center;
	width:234px;
}

.logo{
	margin:11px 0 11px 0;
}

.last_logo{
	margin:11px 0 22px 0;
}

/* PAGE STYLES */

#page_title{
	width:830px;
	height:105px;
	background-image:url(../images/pageHeader.gif);
	background-repeat:none;
}

#page_title h1{
	position:relative;
	top:60px;
	left:30px;
	font-size:21px;
	font-weight:normal;
	text-transform:uppercase;
}

#main_content h3{
	margin:20px 0 15px 30px;
}

#main_content a, #sub_content a{
	color:#0482C2;
}

#main_content a:hover, #sub_content a:hover{
	color:#83BB45;
}

#main_content a:visited, #sub_content a:visited{
	color:#666666;
}

ul.body_list {
	margin:10px 0 10px 30px;
	padding-left:40px;
}

ul.body_list li{
	margin:3px 0 3px 0;
}

ol.body_list li{
	margin:5px 0 15px 0;
}

/* FAQ STYLES */
.q, .a {
	color:#0482C2;
}

.faq_rule{
	color:#CCCCCC;
	background-color:#CCCCCC;
	height:1px;
	margin:20px 0 20px 30px;
	border:none;
}

#main_content ol{
	margin-left:35px;
	padding-left:20px;
}

#main_content ol ol{
	margin-left:20px;
	padding-left:20px;
}

#main_content ul{
	margin-left:20px;
}

/* MISC */

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

#update{
	margin-top:15px;
	width:507px;
	background-image:url(../images/update_grad.jpg);
	background-repeat:repeat-x;
	background-color:#2F7DAC;
	margin-left:30px;
	color:white;
}

#update h2{
	font-size: 18px;
	margin-left:20px;
}

#update p{
	margin-left:20px;
	margin-right:20px;
}

#main_content ul{
	margin-left:60px;
}

#main_content li{
	line-height:20px;
}