body
	{
	
	/*background-image:url(../images/bg_top.jpg);*/
	background-image:url(../images/newbg.jpg);
	height:340px;
	background-repeat:repeat-x;
	background-position:top;
	background-color: #003859;
	margin:0px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
form
	{
	padding:0px;
	margin:0px;
	}
	
.wrapper
	{
	width:1000px;
	height:auto;
	margin:auto;
	}
	
.banner
	{
	width:1000px;
	height:251px;
	background-image:url(../images/banner_01.jpg);
	}
	
.bodycontent
	{
	width:1000px;
	margin:auto;
	}
	
.ban_call
	{
	width:300px;
	height:auto;
	float:right;
	color:#FFFFFF;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	font-family:"Trebuchet MS";
	padding-top:200px;
	padding-right:25px;
	clear:both;
	}
	
.left_cont
	{
	width:233px;
	height:auto;
	float:left;
	background-image:url(../images/new_bg_leftnavi.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#003859;
	
	}
		
.left_nav
	{
	width:210px;
	height:190px;
	margin-bottom:20px;
	margin-top:20px;
	}
	
.left_nav ul
	{
	margin:0px;
	padding:0px;
	line-height:0px;
	}

.left_nav li
	{
	margin:0px;
	padding:0px;
	list-style-image:none;
	list-style:none;
	background-image: none;	
	}

		
.nav_home
	{
	width:50px;
	height:32px;
	background:url(../images/home_nor.jpg) no-repeat;
	margin-left:170px;
	cursor:pointer;
	}
	
.nav_home:hover
	{
	width:50px;
	height:32px;
	background:url(../images/home_ovr.jpg) no-repeat;
	margin-left:170px;
	cursor:pointer;
	}
	
.nav_about
	{
	width:55px;
	height:32px;
	background:url(../images/about_nor.jpg) no-repeat;
	margin-left:165px;
	cursor:pointer;
	}
	
.nav_about:hover
	{
	width:55px;
	height:32px;
	background:url(../images/about_ovr.jpg) no-repeat;
	margin-left:165px;]
	cursor:pointer;
	}
	
.nav_evaluation
	{
	width:157px;
	height:31px;
	background:url(../images/evaluation_nor.jpg) no-repeat;
	margin-left:63px;
	cursor:pointer;
	}
	
.nav_evaluation:hover
	{
	width:157px;
	height:31px;
	background:url(../images/evaluation_ovr.jpg) no-repeat;
	margin-left:63px;
	cursor:pointer;
	}
.nav_aircraft
	{
	width:170px;
	height:32px;
	background:url(../images/aircraft_nor.jpg) no-repeat;
	margin-left:50px;
	cursor:pointer;
	}
	
.nav_aircraft:hover
	{
	width:170px;
	height:32px;
	background:url(../images/aircraft_ovr.jpg) no-repeat;
	margin-left:50px;
	cursor:pointer;
	}

/**************/

#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 200px;
		font-size:12px;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 32px;
		margin-bottom : -1px;
		width: 200px;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : -85px;
		margin-top : -30px;
		background-color:#01567d;
		border: solid 1px #CCCCCC;
		
	
		
	}
	#nav li ul li{
	border-bottom: solid 1px #CCCCCC;

	}
	#nav li ul li a {
		display : block;
		color:#FFFFFF;
		text-decoration : none;	
		padding-left:4px;
	}
	
	
	#nav li a:hover {
	background:#003859;
		}
	
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

/*****************/

	
.nav_pilot
	{
	width:94px;
	height:33px;
	background:url(../images/pilot_nor.jpg) no-repeat;
	margin-left:126px;
	cursor:pointer;
	}
	
.nav_pilot:hover
	{
	width:94px;
	height:33px;
	background:url(../images/pilot_over.jpg) no-repeat;
	margin-left:126px;
	cursor:pointer;
	}
	
.nav_contact
	{
	width:94px;
	height:33px;
	background:url(../images/contact_nor.jpg) no-repeat;
	margin-left:126px;
	cursor:pointer;
	}
	
.nav_contact:hover
	{
	width:94px;
	height:33px;
	background:url(../images/contact_ovr.jpg) no-repeat;
	margin-left:126px;
	cursor:pointer;
	}
	
.call_to
	{
	width:215px;
	height:165px;
	background:url(../images/callto_bg.jpg) no-repeat;
	clear:both;
	font-family:"Trebuchet MS";
	font-size:17px;
	text-align:center;
	color:#2abceb;
	font-weight:bold;
	padding-top:5px;
	}
	
.option_box
	{
	width:350px;
	height:400px;
	background:url(../images/optionbox.jpg) no-repeat;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#fff;
	margin-top:10px;
	}
	
.option_text
	{
	width:300px;
	padding-top:75px;
	margin:auto;
	}
	
.textbox
	{
	width:220px;
	height:20px;
	margin-bottom:5px;
	border:0px;
	}
	
.enter_but
	{
	background:url(../images/enter.jpg) no-repeat;
	width:102px;
	height:25px;
	border:0px;
	cursor:pointer;
	}
	
.click_button
	{
	width:102px;
	height:25px;
	background:url(../images/click_but.jpg) no-repeat;
	margin:auto;
	color:#000000;
	cursor:pointer;
	text-decoration:none;
	
	}
								
.right_cont
	{
	width:767px;
	float:right;
	}
	
.cont_topbg
	{
	width:749px;
	height:63px;
	background-image:url(../images/cont_tpbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}
	
.cont_midbg
	{
	width:749px;
	height:355px;
	/*background-color:#0d4b6f;*/
	background-image:url(../images/cont_midbg.jpg);
	background-repeat:repeat-y;
	}
	
.cont_botbg
	{
	width:749px;
	height:40px;
	/*background:url(../images/cont_bmbg.jpg) repeat-x;*/
	font-size:11px;
	text-align:center;
	line-height:20px;
	padding-top:35px;
	}
.cont_topbg_in
	{
	width:749px;
	height:63px;
	background-image:url(../images/cont_tpbg_in.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}
.cont_midbg_about
	{
	width:749px;
	height:725px;
	background-color:#aec6d5;
	}
.cont_midbg_eval
	{
	width:749px;
	height:950px;
	background-color:#aec6d5;
	}
.cont_midbg_air
	{
	width:749px;
	height:750px;
	background-color:#aec6d5;
	}	
.cont_midbg_privacy
	{
	width:749px;
	height:1880px;
	background-color:#aec6d5;
		}
		
.cont_midbg_thanks
	{
	width:749px;
	height:350px;
	background-color:#aec6d5;}
	
	
.cont_midbg_contact
	{
	width:749px;
	height:380px;
	background-color:#aec6d5;
	}
	
.cont_midbg_news
	{
	width:749px;
	height:500px;
	background-color:#aec6d5;
	}
	
.cont_midbg_pilot
	{
	width:749px;
	height:650px;
	background-color:#aec6d5;
	}
.cont_botbgn
	{
	text-align:center;
	width:740px;
	line-height:20px;
	font-size:11px;
	margin:auto;
	}	
					
.cont_botbg_in
	{
	width:749px;
	height:40px;
	background:url(../images/cont_bmbg_in.jpg) repeat-x;
	padding-top:35px;
	}			
	
.image-1
	{
	width:143px;
	height:192px;
	background:url(../images/img-1.jpg) no-repeat;
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	border:#999999 1px solid;
	}
.image-2
	{
	width:160px;
	height:210px;
	background:url(../images/Ken-Kotsur.jpg) no-repeat;
	margin-right:15px;
	margin-bottom:10px;
	float:left;
	border:#999999 1px solid;
	}
.image-3
	{
	width:227px;
	height:186px;
	background:url(../images/img-3.jpg) no-repeat;
	margin-right:15px;
	margin-bottom:10px;
	float:left;
	border:#999999 1px solid;
	}
.image-4
	{
	width:227px;
	height:186px;
	background:url(../images/img-4.jpg) no-repeat;
	margin-right:15px;
	margin-bottom:15px;
	float:left;
	border:#999999 1px solid;
	}
.image-5
	{
	width:255px;
	height:206px;
	background:url(../images/img-5.jpg) no-repeat;
	margin-right:15px;
	float:left;
	border:#999999 1px solid;
	}
	
.image-6
	{
	width:255px;
	height:183px;
	background:url(../images/img-6.jpg) no-repeat;
	margin-right:15px;
	margin-bottom:15px;
	float:left;
	border:#999999 1px solid;
	}
	
		
.content_text_in ul
	{
	padding:0px;
	margin:0px;
	}
.content_text_in li 
	{
	list-style-image: none;
	list-style-type: none;
	background-image: url(../images/bullet_img.jpg);
	background-repeat: no-repeat;
	background-position: left 7px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	}					
.content_text
	{
	color:#FFFFFF;
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:20px;
	padding-right:18px;

	}
	
.content_text_in
	{
	color:#000000;
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:20px;
	padding-right:18px;
	}	
.content_midbg
	{
	width:670px;
	height:62px;
	background:url(../images/con_midbg.jpg) no-repeat;
	margin-top:15px;
	margin-bottom:15px;
	padding-left:20px;
	padding-right:20px;
	padding-top:14px;
	}	
.title-1
	{
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#3aceff;
	padding-top:25px;
	padding-left:20px;
	}
	
.title-2
	{
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#000000;
	padding-top:25px;
	padding-left:20px;
	}
.title-3
	{
	font-family:"Trebuchet MS";
	font-size:15px;
	font-weight:bold;
	color:#000000;
	}
.title-4
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	}
.text_link1
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	}						
.bottom_bg
	{
	width:100%;
	height:112px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	margin:auto;
	float:left;
	}
.bottom_bg_home
	{
	width:100%;
	height:112px;
	background-image:url(../images/footer_bg_home.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	margin:auto;
	float:left;
	}	
.footer
	{
	width:1000px;
	margin:auto;
	clear:both;
		}	
.footer_ltlogo
	{
	width:233px;
	height:53px;
	float:left;
	}
.footer_link
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	}	
.nabb_logo
	{
	width:112px;
	height:30px;
	background:url(../images/nbba_logo.jpg) no-repeat;
	margin:auto;
	margin-top:40px;
	}																						


/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 175px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #9A9A9A;
}

.markermenu ul li a{
background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center; /*light gray background*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: black;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}
.text_dec
{
color:#000000;
text-decoration:none;
}
