/* CSS Document */
body, html {
	margin: 0px;
	padding: 0px;
	background: #EDEDE2;
	color: #000;
	background-image:url(../img/back_ground.gif);
	}
body {
	min-width :750px;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
h2, h3, h4 {
	color:#37373E;
}

h4 {
	font-size:10pt;
	text-align:justify;
	font-weight:bold;
	margin-bottom: 0px;
	margin-top: 10px;
	}
a {
	color: #3366cc;
	text-decoration: none;
	}
a:hover {
	color: #003366;
	}
ul {
	list-style-image: url(../img/li_bullet.png);
	/*list-style-type: none;*/
	}
.sub_header {
	font-size: 11px;
	font-weight: normal;
	}
.sub_list {
	list-style-type: none;
	}
.sub_menu {
	font-size: 10px;
	padding-left: 10px;
	}
#wrap {
	background: transparent;
	margin: 0 auto;
	width: 800px;
	}
#header {
	height: 210px;
	margin-bottom: 10px;
	}
#header h1 {
	padding: 5px;
	margin: 0px;
	}
#header img {
	border: 0px;
	}
#sideNavigation {
	padding-top: 8px;
	padding-left: 8px;
	}
#sub_nav {
	padding: 5px 10px;
	margin: 0px;
	text-align: right;
	}
#sub_nav ul {
	background:#9F0;
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
#sub_nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	}
#sidebar {
    background: #ECEBDB;
    float: left;
    width: 150px;
	}
#main {
	background:#ECEBDB;
	float: right;
	width: 640px;
	min-height: 350px;
	margin-bottom: 10px;
	}
#content {
	padding: 0px 15px 0px 15px;
	}
	
/*--------------- Nav --------------*/
/************************************/

.menuheader {
	cursor: pointer;
	color: #3366cc;
	}
.menuheader:hover {
	color: #003366;
	}

/*-------------- News --------------*/
/************************************/

.article_header {
	font-size: 13px;
	font-weight: bold;
	}
.article_date {
	font-size: 10px;
	margin-bottom: 5px;
	}
#news_back {
	text-align: right;
	}
	
/*-------------- Fleet -------------*/
/************************************/

#fleet .aztec img {
	margin-top: -13px;
}
	
.img_left {
	float: left;
	padding: 0px 10px 0px 0px;
	}
.img_right {
	float: right;
	padding: 5px 10px 0px 0px;
	}
		
/*-------------- Staff -------------*/
/************************************/

.biopic {
	float: left;
	margin-top: -15px;
	}

#staff h3 {
	margin-bottom: 3px;
}

#staff p {
	margin-top: 0px;
}

#staff h3 .normal {
	font-weight: normal;
	font-size: 11px;
}
	
/*--------- Ground Schedule --------*/
/************************************/

#ground_school .scheduleHeader {
	background: #036;
	font-size:10pt;
	color:#FFF;
	text-align:justify;
	/*font-weight:bold;*/
}

#ground_school table {
	margin-top: 10px;
	border: solid 1px #a8a79f;
	/*width: 75%;*/
}

#ground_school table tr {
	background: #e1e1d9;
}

#ground_school table td {
	padding: 2px 5px;
	text-align: center;
}

#ground_school table td.left {
	text-align: left;
	padding-left: 20px;
}

#ground_school table .alternate {
	background: #b6cde4;
}
/*-------- Discovery Flight --------*/
/************************************/

#discovery ul.noStyle li {
	list-style-image: none;
	list-style-type: none;
	margin-left: -17px;
}

/*---------- CFTC Advantage --------*/
/************************************/

#advantage ul.noStyle li {
	list-style-image: none;
	list-style-type: ;
	margin-left: -17px;
	margin-bottom: 5px;
}

/*------------- Footer -------------*/
/************************************/

#footer {
	clear: both;
	background:#003366;
	color: #FFF;
	font-size: 9px;
	text-align: right;
	}
#footer p {
	padding: 5px;
	margin: 0px;
	}
#footer a, #footer a:visited {
	color:#FFF;
	text-decoration: none;
	}
#footer a:hover, #footer a:active {
	text-decoration: underline;
	}

/*------------ Location ------------*/
/************************************/

#location #aerial {
	margin-top: -50px;
	}

/*------------ Downloads -----------*/
/************************************/
#downloads h3 span {
	font-size:10px;
	font-weight:normal;
	display:inline-block;
	margin-left:6px;
	}

/*------------- Common --------------- */
/***************************************/
	
.clear {
	clear: both;
	}
.hidden {
	display: none;
	}
.small_print {
	font-size: 9px;
	}