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

html{overflow-y:scroll;}

* {
	margin:0;
	padding:0;
	border:0;
}

body{
	/* background-color:#f5f5f5; */
	background-color:#ccc;
	background-image:url(../images/body-bg.png);
	background-repeat: repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#fdfdfd;

}

h1.homepage{
	font-size:30px;
	font-weight:normal;
	color:#B1B3B4;
	padding:0 0 25px 10px;
}

p{
	padding-bottom:16px;
	line-height:16px;
}

ul{
	list-style:none;
}

.clear{
	clear:both;
}

#wrap {
	position:relative;
	background-color:#fff;
	margin:0 auto;
	width:960px;
	background-color:#003529;
	background-image:url(../images/bg-wrap.gif);
	background-repeat:no-repeat;
}

#home_green_box{
	position:absolute;
	top:282px;
	left:0;
	width:960px;
	height:531px;
	background-color:#010302;
	background-image:url(../images/bg-green-homepage.jpg);
}

#contact_black_box{
	position:absolute;
	top:282px;
	left:0;
	width:960px;
	height:531px;
	background-color:#000;
	background-image:url(../images/bg-black-contact.jpg);
}

#header {
	height:190px;
}

/* TOP NAV STYLES */

#header ul {
	height: 40px;
	width:960px;
}

#header li {
	float:left;
	height: 40px;
	zoom: 1;
}

#header li a {
	/*display: block;
	width:100%; 
	height:100%;
	overflow:hidden;*/
}

#header li a span{
	margin-left:-9999px;
}

/* Individual Top Nav Link Styles */

#header ul li.home {
	width:55px;
	background: url( '../images/nav/home.gif' ) 0 -80px no-repeat;
}
#header ul li.home a {
	background: url( '../images/nav/home.gif' ) top left no-repeat;
}
#header ul li.home a:hover {
	background-image: none;
}

#header ul li.news {
	width:41px;
	background: url( '../images/nav/news.gif' ) 0 -80px no-repeat;
}
#header ul li.news a {
	background: url( '../images/nav/news.gif' ) top left no-repeat;
}
#header ul li.news a:hover {
	background-image: none;
}

#header ul li.airportpartner {
	width:112px;
	background: url( '../images/nav/airportpartner.gif' ) 0 -80px no-repeat;
}
#header ul li.airportpartner a {
	background: url( '../images/nav/airportpartner.gif' ) top left no-repeat;
}
#header ul li.airportpartner a:hover {
	background-image: none;
}

#header ul li.outsourcingpartner {
	width:135px;
	background: url( '../images/nav/outsourcingpartner.gif' ) 0 -80px no-repeat;
}
#header ul li.outsourcingpartner a {
	background: url( '../images/nav/outsourcingpartner.gif' ) top left no-repeat;
}
#header ul li.outsourcingpartner a:hover {
	background-image: none;
}

#header ul li.business {
	width:190px;
	background: url( '../images/nav/business.gif' ) 0 -80px no-repeat;
}
#header ul li.business a {
	background: url( '../images/nav/business.gif' ) top left no-repeat;
}
#header ul li.business a:hover {
	background-image: none;
}

#header ul li.lanneraviation {
	width:118px;
	background: url( '../images/nav/lanneraviation.gif' ) 0 -80px no-repeat;
}
#header ul li.lanneraviation a {
	background: url( '../images/nav/lanneraviation.gif' ) top left no-repeat;
}
#header ul li.lanneraviation a:hover {
	background-image: none;
}

#header ul li.contact {
	width:64px;
	background: url( '../images/nav/contact.gif' ) 0 -80px no-repeat;
}
#header ul li.contact a {
	background: url( '../images/nav/contact.gif' ) top left no-repeat;
}
#header ul li.contact a:hover {
	background-image: none;
}

#header ul li.enquiry {
	width:54px;
	background: url( '../images/nav/enquiry.gif' ) 0 -80px no-repeat;
}
#header ul li.enquiry a {
	background: url( '../images/nav/enquiry.gif' ) top left no-repeat;
}
#header ul li.enquiry a:hover {
	background-image: none;
}

#header ul li.testimonial {
	width:76px;
	background: url( '../images/nav/testimonial.gif' ) 0 -80px no-repeat;
}
#header ul li.testimonial a {
	background: url( '../images/nav/testimonial.gif' ) top left no-repeat;
}
#header ul li.testimonial a:hover {
	background-image: none;
}

#header ul li.partner {
	width:115px;
	background: url( '../images/nav/becomepartner.gif' ) 0 -80px no-repeat;
}
#header ul li.partner a {
	background: url( '../images/nav/becomepartner.gif' ) top left no-repeat;
}
#header ul li.partner a:hover {
	background-image: none;
}

/* END of Individual Top Nav Link Styles */


/* SUB NAV STYLES */

#header ul#sub_nav {
	height: 41px;
	width:566px;
	margin-left:343px;
}

#header li#sub_nav {
	height: 41px;
}

/* Individual SUB Nav Link Styles */

#header ul li.aircraftoperators {
	width:106px;
	background: url( '../images/nav/aircraftoperators.gif' ) 0 -82px no-repeat;
}
#header ul li.aircraftoperators a {
	background: url( '../images/nav/aircraftoperators.gif' ) top left no-repeat;
}
#header ul li.aircraftoperators a:hover {
	background-image: none;
}

#header ul li.fixedbase {
	width:288px;
	background: url( '../images/nav/fixedbase.gif' ) 0 -82px no-repeat;
}
#header ul li.fixedbase a {
	background: url( '../images/nav/fixedbase.gif' ) top left no-repeat;
}
#header ul li.fixedbase a:hover {
	background-image: none;
}

#header ul li.corporate {
	width:172px;
	background: url( '../images/nav/corporate.gif' ) 0 -82px no-repeat;
}
#header ul li.corporate a {
	background: url( '../images/nav/corporate.gif' ) top left no-repeat;
}
#header ul li.corporate a:hover {
	background-image: none;
}

/* END Individual SUB Nav Link Styles */

#header ul li.active a {
	background-image: none;
}

img.mid_col_pic{
	left:210px;
	position:absolute;
	top:148px;
}

DIV#left_spacer{
	display:block;
	width:170px;
	float:left;
}

DIV#left_spacer img{
	margin-top:205px;
}

#horiz_space{
	position:relative;
	height:160px;
	width:100%;
}

#horiz_image{
	width:960px;
	height:177px;
	background-image:url(../images/horiz-plane.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:147px;
	left:0;
	border-bottom: 1px solid #BFCCC9;
}

#contact_info{
	margin-left:-6894px;
}

#contact_info span{
	font-style:italic;
}

#content_wrap{
	padding:0 20px;
}

#content{
	position:relative;
	float:left;
	width:750px;
}

#content { min-height:572px; _height:572px;}
/* *html .content{height:auto !important;height:572px;} */

#content p{
	padding: 0 10px 16px 10px;
	line-height:18px;
}

#content p.large{
	font-size:16px;
	line-height:18px;
}

#content img{
	/* 
	padding:9px;
	border: 1px solid #7f9a94;
	margin-bottom:16px;
	*/
	margin-bottom:8px;
	padding:10px;
}

#content img.range_top{
	margin-top:-52px;
	z-index:9;
}

#content h3, #content h2, #content h1{
	color:#B1B3B4;
}

#content h3{
	font-size:14px;
	line-height:16px;
	padding:0 10px 16px 10px;
	font-weight:normal;
	font-style:italic;
}

#content h2{
	font-size:18px;
	line-height:20px;
	padding:0 10px 16px 10px;
	font-weight:normal;
	font-style:italic;
}

#content ul{
	margin:0 10px 16px 10px;
}

#content ul li{
	background-image:url(../images/ul-dash.gif);
	background-position:0 3px;
	background-repeat:no-repeat;
	line-height:18px;
	padding-left:13px;
}

#content ul ul{
	margin:0;
}

#content ul ul li{
	line-height:16px;
	padding-left:12px;
	background-image:url(../images/ul-dot.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
}

#two_col_one{
	position:relative;
	float:left;
	width:360px;
	padding-left:10px;
}

#two_col_one p, #two_col_one img{
	padding-right:0;
}

#two_col_two{
	position:relative;
	float:left;
	width:370px;
	margin-left: 10px;
}

#two_col_two p{
	padding-right: 0;
}

DIV#green{
	border:1px solid #7F9A94;
	float:left;
	padding:0 5px 5px;
	width:158px;
}

DIV#green ul li.green_title{
	background-color:#ABCBC3;
	margin-top:5px;
	text-transform:uppercase;
	color:#004237;
	font-weight:bold;
	font-size:11px;
}

DIV#green ul{
	background-color:#E9F2F0;
	font-size:12px;
}

DIV#green ul li{
	padding:5px;
	color:#004237;
}

DIV#col_1{
	float:left;
	margin-right:10px;
	padding:0 5px 5px;
	width:150px;
}

#two_col_wide{
	position:relative;
	float:left;
	width:541px;
}

#homepage_col{
	position:relative;
	float:right;
	width:260px;
}

#three_col_short{
	position:relative;
	float:left;
	width:199px;
	margin-left: 10px;
}

#three_col_short p{
	padding-right: 0;
}

#one_col_wide{
	position:relative;
	float:left;
	width:556px;
}

#one_col_short{
	position:relative;
	float:left;
	width:354px;
	margin-left: 10px;
}

#one_col_short p{
	padding-right: 0;
}

#second_col_right{
	position:relative;
	float:right;
	width:364px;
}

#second_col_right p{
	padding-right: 0;
}

#contact_information{
	margin-left:-9999px;
}

DIV.download_brochure{
	border:1px solid #B1B3B4;
	padding:4px;
	width:84px;
}

img#download_brochure{
	left:580px;
	margin:0;
	padding:0;
	position:absolute;
	top:78px;
}

img#download_brochure_green{
	left:580px;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
}

DIV.download_brochure a{
	line-height:12px;
	display:block;
	width:76px;
	background-color:#B1B3B4;
	text-align:center;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	padding:4px;
}

DIV.download_brochure a:hover{
	background-color:#003528;
}

#footer{
	height:85px;
	font-size:11px;
	background-image:url(../images/bg-footer.gif);
	background-repeat:repeat-x;
	padding:12px 20px;
	margin-top: 20px;
}

#footer a{
	color:#fff;
}

/* -------- TESTIMONIALS --------- */

DIV.testimonial_content{
	border-top:2px solid #206156;
	margin-top:5px;
	/*
	border-bottom:1px solid #638289;
	*/
}

DIV.testimonial_content p{
	padding:5px 2px 11px !important;
}

DIV.testimonial_content a{
	color:#fff;
}

p.testimonial_info{
	color:#B1B3B4;
	font-style:italic;
}

p.testimonial_info a{
	color:#B1B3B4;
}

DIV.pageing_links{
	margin-top:10px;
	padding-top:5px;
	border-top:1px solid #638289;
	font-size:11px;
}

DIV.pageing_links a{
	display:block;
	color:#fff;
}

DIV.pageing_links a.left{
	float:left;
}

DIV.pageing_links a.right{
	float:right;
}

a.testimonial{
	color:#fff;
	font-size:12px;
}

table#testimonials_data{
	width:920px;
	border-spacing: 0;
}

table#testimonials_data a{
	color:#fff;
}

table#testimonials_data tr td{
	vertical-align:top;
	padding-bottom:4px;
	border-bottom:1px solid #F0F0F0;
	padding:4px 2px 4px 2px;
}

table#testimonials_data tr{
	
}

td.order{
	width:20px;
}

td.up{
	border-bottom:none !important;
}

td.up input{
	width:20px;
	cursor:pointer;
}

td.down{
	border-bottom:none !important;
}

td.down input{
	width:20px;
	cursor:pointer;
}

tr.table_header{
	font-style:italic;
}

td.author{
	width:60px;
}

td.main_text{
	
}

td.edit input{
	cursor:pointer;
	padding:2px;
}

td.delete input{
	cursor:pointer;
	padding:2px;
}

input.add_top{
	margin-bottom:15px;
	padding:2px;
	cursor:pointer;
}

input.add_bottom{
	margin-top:15px;
	padding:2px;
	cursor:pointer;
}


/* -------- ADMIN FORM --------- */

DIV.contact_form p{
	padding-left:20px !important;
}

form#myform{
	margin-top:10px;
}

form#myform input{
	border:1px solid #7F9A94;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	padding:2px;

}

form#myform span.text{
	display:block;
	clear: left;
	margin: 0 0 5px 0;
}

form#myform textarea{
	border:1px solid #7F9A94;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	padding:2px;
	width:544px;
}

form#myform input.grey{
	cursor:pointer;
}

form#myform small{
	font-size:11px;
}

/* -------- PUBLIC FORMS --------- */

DIV.enquiry_form p{
	padding-left:20px !important;
}

DIV.enquiry_form p.short{
	width:240px;
}

DIV.enquiry_form p.form_float_left{
	width:240px;
	float:left;
}

DIV.enquiry_form p.form_float_right{
	width:240px;
	float:right;
}

DIV.enquiry_form label{
	display:block;
}

DIV.enquiry_form label small span{
	font-size:11px;
}

DIV.enquiry_form form#myform{
	margin-top:25px !important;
	position:relative;
}

DIV.enquiry_form form#myform input{
	border:1px solid #7F9A94;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	padding:2px;
	width:100%;
	background-color:#B1B3B4;

}

DIV.enquiry_form form#myform span.text{
	display:block;
	clear: left;
	margin: 0 0 5px 0;
}

DIV.enquiry_form form#myform textarea{
	border:1px solid #7F9A94;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	padding:2px;
	width:510px;
	background-color:#B1B3B4;
}

DIV.enquiry_form form#myform textarea#address{
	width:240px;
}

DIV.enquiry_form form#myform input.grey{
	cursor:pointer;
	width:80px;
	background-color:#F0F0F0;
}

DIV.enquiry_form form#myform small{
	font-size:14px;
}

DIV.enquiry_form form#myform DIV#company_details{
	position:absolute;
	top:0;
	left:270px;
}

DIV.enquiry_form form#myform p.comp_details{
	padding-bottom:8px !important;
	font-size:14px;
}

#terms_conditions{
	position:relative;
	float:left;
	width:541px;
}

#terms_conditions p{
	font-size:11px;
}

#terms_conditions p.tc_head{
	font-size:12px;
	font-weight:bold;
	padding-bottom:2px;	
}

#homepage_col a{
	color:#fff;
}

.nav{width:auto; float:left;}
    .nav ul{ margin:0; padding:0; list-style:none;}
    .nav ul li{ line-height:40px; float:left; }
    .nav ul li a{ background:;  background:url(../images/navdivider.jpg) no-repeat right top #003529; padding:0 8px ; font-family:Georgia, "Times New Roman", Times, serif; font-size:11px; color:#a1a4a5; display:block; text-decoration:none; }
    .nav ul li a:hover{  background:url(../images/navdivider.jpg) no-repeat right top #003b2e; color:#fff;} 
 .nav ul li a.active{  background:#003b2e url(../images/navdivider.jpg) no-repeat right top!important ;color:#fff!important;}
#homepage_col h1, #homepage_col h2,#homepage_col h3,#homepage_col h4,#homepage_col h5,#homepage_col h6 {padding: 0 0 25px 10px;}
#homepage_col p {padding-left: 16px;}
#homepage_col h1 {font-size:30px;font-weight:normal;}
