html{overflow-y:scroll;}

body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-family:Arial,Helvetica,sans-serif;*/
	color:#111257;
	font-size:12px;
	/*background-image:url(images/main_bg_subpages.gif);*/
	background-image:url(images/main_bg_subpages_blue.jpg);
	background-repeat:repeat-x;
	background-position:top;
	
}
.body_index{
	/*background-image:url(images/main_bg_home.gif);*/
	background-image:url(images/main_bg_home_blue.jpg);
}
p{
	margin:0px; 
	padding:0px 0px 14px 0px; 
}
a, a:hover, a.headerLinks, a.headerLinks:hover, h1, h2, h3 {font-family:Arial,Helvetica,sans-serif;}
/*///////////////////////////////////////////
font styles
//////////////////////////////////////////*/

.blue{
	color:#16AAE2;
	font-size:12px;
}
.orange{
	color:#FF9933;
	font-size:12px;
}
.grey{
	color:#999999;
	font-size:12px;
}
.font12px{
	font-size:12px;
}
.bold{
	font-weight:bold;
}
.footnotes{
	color:#666666;
	font-style:italic;
}
.weightNormal{font-weight:normal;}

/*///////////////////////////////////////////
link styles
//////////////////////////////////////////*/
a{
	text-decoration:underline;
	color:#16AAE2;
	font-weight:bold;
}
a:hover{
	text-decoration:none;
	color:#FF9933;
}
a.blueBtn{
	color:#FFFFFF;
	background-image:url(images/blueBtn_bg.gif);
	background-repeat: no-repeat; 
	padding:29px 0px 0px 10px;
	margin:0px;
	display:block;
	width:114px;
	height:40px;
	font-weight:bold;
}
a.blueBtn:hover{
	color:#16AAE2;
	background-image:url(images/blueBtn_bg_over.gif);
}
.arrowAircraft{
	font-weight:bold;
	color:#16AAE2;
	background-image:url(images/arrowAircraft.gif);
	background-repeat: no-repeat; 
	line-height:16px;
	padding:0px 38px 0px 0px;
	margin:0px 0px 3px 0px ;
	display:block;
}
.arrowAircraft:hover, .arrowAircraft_active{
	color:#FFFFFF;
	background-image:url(images/arrowAircraft_over.gif);
	background-repeat: no-repeat; 
}

a.headerLinks,
.links a {
	text-decoration:none;
	font-weight:bold;
	line-height:16px;
	color:#16AAE2;
	background-image:url(images/arrow.gif);
	background-position:left;
	background-repeat: no-repeat;
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
	text-transform: uppercase;
}
a.headerLinks:hover,
.links a:hover {
	color:#FF9933; 
}

/* Arrow Links (includes as a class in ".thumb_FT_hover" or ".thumb_FT" */
a.arrow,
.thumb_FT .arrow,
a.arrow:hover,
.thumb_FT_hover .arrow
{
	text-decoration:none;
	font-weight:bold;
	background-repeat: no-repeat; 
	background-position:right bottom;
	padding:0px 17px 0px 0px;
	margin:2px;
	display:block;
}
a.arrow, .thumb_FT .arrow{
	color:#FF9933;
	background-image:url(images/arrow.gif);
}
a.arrow:hover, .thumb_FT_hover .arrow{
	color:#16AAE2;
	background-image:url(images/arrow-over.gif);
}

/* Flight Training Thumbnails */
.thumb_FT, .thumb_FT_hover{
	float:left;
	text-align:right;
	display:block;
	margin:0px 12px 10px 0px;
	padding:0px;
	width:142px;
}
.thumb_FT img, .thumb_FT_hover img {
	margin:0px 0px 2px 0px;
	padding:0px;
}
.thumb_FT img{
	border:solid 6px #BBBBBB;
}
.thumb_FT_hover img {
	border:solid 6px #DDDDDD;
}

/*///////////////////////////////////////////
Navigation styles
//////////////////////////////////////////*/
#header{
	z-index:6;
	position: relative;
	margin:0px auto;
	margin-top:-11px;
	padding:0px;
	width:752px;
	/* min height for firefox and IE */
	height: auto !important;
	height:311px;
	min-height:311px;
}
#topNavigationHome{
	z-index:3;
	position: relative;
	margin:0px auto;
	padding:0px;
	height:125px;
	width:100%;
	
}
#topNavigationRest{
	z-index:3;
	position: relative;
	margin:0px auto;
	padding:0px;
	height:66px;
	width:100%;
	
}
.dotCover{position:absolute; z-index:90; margin-left:178px; margin-top:-51px; width:545px; height:12px; background-color:#ffffff;  padding-left:7px;}

.title{position:absolute; z-index:100; margin-left:184px; margin-top:-40px; width:540px; background-color:#ffffff;}

#content{
	z-index:20;
	position: relative;
	margin:0px auto;
	margin-top:20px;
	padding:0px 15px 0px 15px;
	width:715px;
	height: auto !important;
	height:20px;
	min-height:20px;
	left: -1px;
}
/*///////////////////////////////////////////
header styles
//////////////////////////////////////////*/
h1{
	/*color:#999999;*/
	color:#111257;
	font-size:15px;
	margin:0px 0px 0px 0px;
	padding:0px;
}
h2{
	/*color:#FF9933;*/
	color:#111257;
	font-size:14px;
	margin:10px 0px 5px 0px;
	padding-top:9px;
	background-image: url(images/h3_bg.gif);
	background-repeat:repeat-x;
	height:32px;
	width:100%;
	display:block;
	text-transform: uppercase;
}
h3{
	color:#111257;
	font-size:12px;
	margin:5px 0px 5px 0px;
	padding:0px;
	text-transform: uppercase;
}

/*///////////////////////////////////////////
footer styles
//////////////////////////////////////////*/
#footer{
	z-index:4;
	position: relative;
	margin:20px auto;
	padding:0px;
	width:752px;
	height:40px;
	font-size:10px;
	color:#AAAAAA;
}

#footer a{color:#AAAAAA; text-decoration:none}
#footer a:hover{text-decoration:underline}


/* ****************************************
Table Border Styles
**************************************** */

.tableBorder2px{
	border:solid 2px #999999;
	height:auto;
	width:700px;
	padding:2px;
}
.tableBorder1px{
 	border:solid 1px #999999;
	height: auto !important;
	height:311px;
	min-height:311px;
	width:auto;
	padding:8px;
}

.t{
	border-top: 1px dashed #AAAAAA;
}
.l{
	border-left: 1px dashed #AAAAAA;
}
.b{
	border-bottom: 1px dashed #AAAAAA;
}
.r{
	border-right: 1px dashed #AAAAAA;
}



/*///////////////////////////////////////////
misc styles
//////////////////////////////////////////*/

.clearAll{clear:both; height:0px; overflow:hidden; }
.enrollBttn{font-size:14px; font-weight:bold;}
.clear{clear:both; padding:0px; font-size:1px; line-height:1px; height:1px;}

/*///////////////////////////////////////////
list styles
//////////////////////////////////////////*/

ul, ol{margin-top:0px; margin-left:-8px !important; margin-left:35px}

.ulNoIndent{margin:0px; padding:0px 0px 10px 20px !important; padding:0px 0px 0px 15px; list-style-position:outside; font-size:10px; list-style:none; list-style-image: url(images/bullet_arrow.jpg);}

.noIndent ul{margin:0px; padding:0px 0px 10px 20px !important; padding:0px 0px 10px 15px; list-style-position:outside; font-size:10px; list-style:none; list-style-image: url(images/bullet_arrow.jpg);}

.li li{padding:0px; margin:0px 0px 0px 20px; list-style-position:outside; font-size:10px; list-style:none; list-style-image: url(images/bullet_arrow_orange.jpg);}

/*//////////////////////////////////////////////////////////
form styles
///////////////////////////////////////////////////////////*/	

.formElement{
	width: 200px;
	height:15px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	color:#333333;
	background-color: #ffffff;
	border:solid 1px #cccccc;
	padding-left: 5px;
}
.bttn{
	background-color:#16AAE2;
	width:100px;
	height:25px;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	border:0px;
}
form{margin:0px; padding:0px;}
	input, select{width:150px; border:1px solid #ccc; padding:5px; margin:0 0 10px 0;}
	.boxes div{float:left; width:140px; padding:5px;}
	textarea{width:300px; padding:5px; height:60px;}
