/* Base style
------------------------------------*/

body {
	/*background: #123063 url(/images/bg-960.png) repeat-y;*/
	background-color: #123063;
	padding: 0;
	margin: 0;
}
* {
	outline: none;
}

body.contact p.btn-cta , body.company p.btn-cta {
	display: block !important;
}

/* Things to hide
------------------------------------*/

.logo span, /* #nav span, */ .quote span, #air_gal span {
	display: none;
}
.clear {
	clear: both;
	width: 100%;
	display: block;
}
/* Container
------------------------------------*/
#container {
	width: 960px;
	padding: 0;
	margin: 0;
	position: relative;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	min-height: 980px;
	/*background: url(/images/bg-container.jpg) 0px 158px no-repeat !important;*/
}
/* Header
------------------------------------*/
.top-wrap {
	height: 158px;
	width: 960px;
}
.nac-top {
	width: 960px;
	height: 27px;
	clear: both;
	text-indent: -9999px;
	background: url(/images/nac-top.png) left top no-repeat;
}

.logo, .logo a {
	height: 131px;
	width: 336px;
	display:block;
	float: left;
	outline: none;
	background:url(/images/logo-nac.png) left top no-repeat;
}
.quote {
	position:absolute;
	display:block;
	width:165px;
	height:30px;
	left: 756px;
	top: 104px;
	margin:0px;
	padding:0px;
}
a.quote {
	width:165px;
	height:30px;
}
a.quote:hover {
	width:165px;
	height:30px;
	background:url(/images/quote_over.gif) 0 0 no-repeat;
}
/* Quote Latch
------------------------------------*/
.trip_quote a.quote {
	width:165px;
	height:30px;
	background:url(/images/quote_over.gif) 0 0 no-repeat;
}

/* Nav
------------------------------------*/
#nav {margin:55px 20px 0 0;float:right}
#nav * {margin:0px;padding:0px}
#nav ul {list-style:none;list-style-type:none}
#nav li {float:left;font-family:Helvetica;font-size:11px;text-transform:uppercase;padding:0 7px;border-right:1px solid #e7e7e8;height:21px}
#nav li.l7 {border-right:none}
#nav li a {color:#003175;display:block;padding:5px 3px;margin-top:-3px;border-bottom:5px solid transparent;text-decoration:none;font-weight:100}

body.home #nav li.l1 a,
body.aircraft #nav li.l2 a,
body.destinations #nav li.l3 a,
body.cargo #nav li.l4 a,
body.safety #nav li.l5 a,
body.company #nav li.l6 a,
body.contact #nav li.l7 a,
#nav li a:hover {border-bottom:5px solid #84a5c4}

/* Features
------------------------------*/
div.trip-request br {
	margin: 0px !important;
	padding: 0px !important;
	height: 0px !important;
	width: 100% !important;
}
div.trip-request {
	width: 248px;
	height: 326px;
	position: absolute;
	font-size: 11px;
	z-index: 900;
	top: 6px;
	right: 25px;
	padding-top: 50px;
	padding-left: 18px;
	text-align: left;
	color: #082f77;
	background:url(/images/bg-trip-request.png) left top no-repeat;
}

div.info-request {
	display:none;
	width: 248px;
	height: 326px;
	position: absolute;
	font-size: 11px;
	z-index: 900;
	top: 6px;
	right: 25px;
	padding-top: 50px;
	padding-left: 18px;
	text-align: left;
	color: #082f77;
	background:url(/images/bg-info-request.png) left top no-repeat;
}



#ui-datepicker-div {
	z-index: 990 !important;	
}
input.submit {
	width: 135px !important;
	height: 26px !important;
	margin-left: 50px;

	margin-top: 20px;
	text-indent:-9999px;
	text-transform:capitalize;
	border: none;
	outline: none;
	cursor: pointer;
	display: block !important;
	background:url(/images/btn-submit.png) left top no-repeat;
}
.ui-datepicker-trigger {
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	
}
div.trip-request input {
	color: #666;
		display:inline-block;
	zoom: 1;
	*display: inline;
}
div.trip-request label {
	padding-bottom: 3px;
	display:inline-block;
	zoom: 1;
	*display: inline;
}
div.row {
	margin-top:5px;
	padding-bottom: 5px;
	clear: both;
	width: 100%;
}
div.block {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
div.trip-request input.text , div.trip-request input.calendar, div.info-request input.text {
	width: 103px;	
}
div.trip-request div.block, div.info-request div.block  {
	width: 103px;
	margin-right: 15px;
}

#feature {
	width: 898px;
	height: 200px;
	background: #888888;
	margin: 0;
	padding: 0;
	border: #888888 solid 1px;
}
#feature_sub {
	width: 720px;
	height: 25px;
	background: #888;
	display: block;
	padding: 20px;
	margin: 0;
}
div.wrap {
	position: relative;
	clear: both;
}

div.pager {
	height: 15px;
	background:url(/images/bg-pager.png) left repeat-x;
	padding-left: 15px;
	padding-right: 15px;
	width: 45px;
	top: 0px;
	left: 350px;
	z-index: 800;
	position: absolute;
}
div.pager a {
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	outline: none;
	border: none;
	float: left;
	background:url(/images/pager-link.png) left top no-repeat;
}
div.pager a:hover , div.pager a.activeSlide {
	background:url(/images/pager-link.png) left bottom no-repeat;
}
/* Content
------------------------------------*/
#content {
	width:753px;
	float: left;
	padding: 0;
	margin: 0;
	min-height: 450px;
}
#full_col {
	float: left;
	width: 700px;
	margin: 0;
	padding: 50px;
	padding-top: 0px;
}
#main_col {
	float: left;
	width: 550px;
	margin: 0;
	padding: 20px 20px 20px 55px;
}
/* main_col_destinations
------------------------------------*/


.destinations #main_col {
	padding: 0 20px 20px 55px;
}
#main_col_destinations {
	float: left;
	width: 550px;
	margin: 0;
	padding: 0 0 20px 55px;/*padding: 20px 20px 20px 55px;*/
}
/* sub_col_linking
------------------------------------*/
#sub_col {
	float: right;
	width: 270px;
	margin: 0;
	padding: 18px 0 12px 6px;
	/*padding: 18px 18px 12px 6px;*/
	/*background-color: #CCCCCC;*/
	border-color: #666666;
	border-width: 1px;
	display: block;
	margin: 125px -200px 0 0;
	margin-bottom: 50px;
}
#sub_col ul {
	list-style: none;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 10px 75px 0 0;
}
#sub_col li {
	list-style: none;
	list-style-type: none;
	margin: 0;
	/*display: block;*/	
	padding: 0 0 2px 0;/*border: dotted;
	border-color: #E4E4E4;
	border-width: 0 0 1px 0;*/
	}
#sub_col li a {
	height: 25px;
	font-size:95%;
	padding: 0;
}
#sub_col ul img {
	padding: 10px 0 0 0;
}
/*------------------------------------*/


/* sub_col_legend
------------------------------------*/

#destinations_legend_icon {
	float:left;
	width:243px;
	padding: 10px 0 3px 0;
}
#destinations_legend_links {
	float: left;
	width:243px;
	background:url(/images/legend_link_bg.gif);
	padding: 2px 0 0px 0;
}
#destinations_legend_links ul {
	padding: 5px 0 0 5px;
}
/* sub_col_flash
------------------------------------*/
#destinations_flash {
	width:611px;
	height: 350px;
	padding-left: 50px;
}
#destinations_img {
	width: 720px;
	height: 250px;
	padding-left: 3px;
}
#home_flash {
	width:500px;
	height: 250px;
	padding-left: 24px;
}
#split_col1 {
	float: left;
	width: 296px;
	margin: 0;
	padding: 10px 0px 20px 55px;
}
#split_col2 {
	float: right;
	width: 303px;
	margin: 0;
	padding: 10px 35px 20px 0px;
}
.center {
	text-align:center;
}
.date {
	color: #B7BB6D;
}
#clear {
	clear: both;
}
.note, .note a, .note a:visited {
	color: #6279A3;
	font-size:10px;
}
p.note {
	color: #6279A3;
	font-size:10px !important;
	margin-bottom:40px;
}
.headline_link, .headline_link a, .headline_link a:link, .headline_link a:visited, .headline_link a:hover, .headline_link a:active {
	color: #B7BB6D;
	size: 70%;
}
.highlight {
	background-color: #ffcc99;
}
.right {
	float: right;
}
.left {
	float: left;
}
ul {
	padding:0 0 10px 15px;
}
acronym {
	background-color: #D3D3D3;
	cursor: help;
}
/* Tables
------------------------------------*/	
.destinations_icon {
	text-align: center
}
.tabular {
	width: 100%;
	background-color: #C1D0E4;
	border: 1px solid #B6C3D6;
	margin-bottom: 10px;
	margin-top: 10px;
}
.tabular2 {
	width: 100%;
	background-color: #e1e1e1;
	border: 1px solid #999999;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}
.tabular th {
	background-color: #666;
	text-align:left;
	height:10px;
	color: fff;
}
.tabular_highlight {
	background-color: #CDDCF1;
}
.info_pop {
	width: 400px;
	background-color: #fff;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #666;
}
.info_pop th {
	background-color: #666;
	text-align:left;
	height:10px;
	color: fff;
}
.info_pop_highlight {
	background-color: #fff;
}
/* Footer
------------------------------------*/

#footer {
	width: 860px;
	background: url(/images/footer.gif) repeat-x;
	margin: 0;
	clear:both;
	line-height: 1.3em;
	padding-top:30px;
	padding-bottom: 30px;
	margin-left: 50px;
	margin-right: 50px;
	border-top: 1px solid #CCC;
}
#footer_con {
	position: relative;
	line-height: 25px;
}
#f_holder {
	width:1px;
	height: 1px;
	position: relative;
}
#con_flash {
	position:absolute;
	top:-503px;
	left: 75px;
	width: 200px;
	height: 300px;
}
.cargo #con_flash {
	position:absolute;
	top: 167px;
	left: 660px;
	width: 200px;
	height: 203px;
	z-index:2;
}
.safety #con_flash {
	position:absolute;
	top: 164px;
	left: 558px;
	width: 200px;
	height: 203px;
	z-index:2;
}
/* air_gallery
------------------------------------*/
#air_gal {
	position: absolute;
	top: 205px;
	left: 263px;
	width: 471px;
	height: 103px;
}
#air_gal ul {
	list-style: none;
	list-style-type: none;
	margin:0;
	padding:0;
}
#air_gal li, #air_gal li a {
	float:left;
	list-style: none;
	list-style-type: none;
	margin:0;
	padding:0;
}
#air_gal li a {
	display: block;
}
#air_gal li.l1 {
	width: 96px;
	height:97px;
}
#air_gal li.l1 a {
	width: 96px;
	height:97px;
}
#air_gal li.l2 {
	width:96px;
	height:97px;
	margin-left:16px;
}
#air_gal li.l2 a {
	width:96px;
	height:97px;
}
#air_gal li.l3 {
	width: 96px;
	height:97px;
	margin-left:16px;
}
#air_gal li.l3 a {
	width: 96px;
	height:97px;
}
#air_gal li.l4 {
	width: 96px;
	height:97px;
	margin-left:16px;
}
#air_gal li.l4 a {
	width: 96px;
	height:97px;
}
#plane_1 {
	border: 4px solid #023176;
	position:absolute;
	top: 144px;
	z-index: 4;
	left: 248px;
	visibility: hidden;
}
#plane_2 {
	border: 4px solid #023176;
	position:absolute;
	top: 144px;
	z-index: 5;
	left: 248px;
	visibility:hidden;
}
#plane_3 {
	border: 4px solid #023176;
	position:absolute;
	top: 144px;
	z-index: 6;
	left: 248px;
	visibility:hidden;
}
#plane_4 {
	border: 4px solid #023176;
	position:absolute;
	top: 144px;
	z-index: 6;
	left: 248px;
	visibility:hidden;
}
.close {
	position:absolute;
	top:-10px;
	left:-10px;
	z-index:10;
}
/*.company #main_col { 
	background:#ffffff !important;
	margin:40px 0 0 30px;
	padding:20px 20px 20px 35px;
	}*/
.aircraft #main_col, .aircraft-management #main_col {
	width:550px;
	padding-top:7px !important;
}
.aircraft h1 {
	margin-bottom:10px;
}
#aircraft-choice-bkg {
	background:url(/images/aircraft-choice-bkg.png) no-repeat;
	width:618px;
	height:176px;
	position:relative;
}


/* Aircraft Cycle
------------------------------------*/

#aircraft-cycle-wrap, #aircraft-management-wrap { 
	/* Old browsers */
	background: #e1e1e1; /* Old browsers */
	background: -moz-linear-gradient(top, #e1e1e1 0%, #ffffff 29%, #ffffff 69%, #e1e1e1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(29%,#ffffff), color-stop(69%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e1e1e1 0%,#ffffff 29%,#ffffff 69%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e1e1e1 0%,#ffffff 29%,#ffffff 69%,#e1e1e1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e1e1e1 0%,#ffffff 29%,#ffffff 69%,#e1e1e1 100%); /* IE10+ */
	background: linear-gradient(top, #e1e1e1 0%,#ffffff 29%,#ffffff 69%,#e1e1e1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
	border:1px solid #d2d1d1;
	height:371px;	
	width:610px;
	position:relative;
	}



.groove { 
	background:#FFF;
	height:1px;
	width:610px;
	display:block;	
	} 
	
.aircraft div#slideshow	{
	height:261px !important; 
	position:relative; 
	width:585px !important;
	margin:12px !important;
	}

.aircraft-management div.info-request {
	display:inherit;
	}

.aircraft-management div.trip-request {
	display:none;
	} 

#aircraft-management-wrap img { 
	width:585px;
	height:345px;
	margin:12px;
	}


ul#nav-thumbs { 
	padding-left:12px !important;
	}

ul#nav-thumbs li { 
	margin-right:11px;
	float:left;
	list-style-type:none;
	}

ul#nav-thumbs li a.activeSlide {
	display:block;
	width:138px;
	height:71px;
	padding-bottom:4px;
	border-bottom: 4px solid #84a5c4;
	}

ul#nav-thumbs li a:focus {
	outline:none;
	}



#aircraft-choice {
	margin:0;
	padding:0;
	position:absolute;
	top:5px;
	left:7px;
}
#aircraft-choice ul {
	background:url(/images/aircraft-choice.png) no-repeat;
	width:608px;
	height:166px;
	margin:0;
	padding:0;
	list-style:none;
}
#aircraft-choice ul li {
	float:left;
}
#aircraft-choice ul li.ac1 a {
	background:url(/images/aircraft-choice.png) 0 0 no-repeat;
	width:195px;
	height:161px;
	display:block;
}
#aircraft-choice ul li.ac1 a:hover {
	background:url(/images/aircraft-choice.png) 0 -166px no-repeat;
	width:195px;
	height:161px;
}
#aircraft-choice ul li.ac1 a:focus {
	background:url(/images/aircraft-choice.png) 0 -332px no-repeat;
	width:195px;
	height:161px;
}
#aircraft-choice ul li.ac2 a {
	background:url(/images/aircraft-choice.png) -205px 0 no-repeat;
	width:195px;
	height:166px;
	margin-left:10px;
	display:block;
}
#aircraft-choice ul li.ac2 a:hover {
	background:url(/images/aircraft-choice.png) -205px -166px no-repeat;
	width:195px;
	height:161px;
}
#aircraft-choice ul li.ac2 a:focus {
	background:url(/images/aircraft-choice.png) -205px -332px no-repeat;
	width:195px;
	height:161px;
}
#aircraft-choice ul li.ac3 a {
	background:url(/images/aircraft-choice.png) -407px 0 no-repeat;
	width:195px;
	height:166px;
	margin-left:7px;
	display:block;
}
#aircraft-choice ul li.ac3 a:hover {
	background:url(/images/aircraft-choice.png) -407px -166px no-repeat;
	width:195px;
	height:161px;
}
#aircraft-choice ul li.ac3 a:focus {
	background:url(/images/aircraft-choice.png) -407px -332px no-repeat;
	width:195px;
	height:161px;
}
.aircraft #footer {
	padding:10px 0 20px 0 !important;
}
.aircraft h1 {margin-bottom:0}
.aircraft .aircraft-description {width:73%;float:left}
.aircraft .aircraft-facts {width:30%;float:right;margin-right:-40px;padding-top:10px}
.aircraft .aircraft-facts h2{margin-top:10px}
.aircraft .aircraft-facts p {margin:0}
.aircraft .aircraft-facts ul {margin:0}
.aircraft .aircraft-facts ul li {margin-bottom:5px}

#destinations-heading {
	margin-left:50px;
}
