@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/*table {
	border-collapse: collapse;
	border-spacing: 0;
}*/
/* CSS Document */
/*css reset */
* {
	margin: 0;
	padding: 0;
}
/*Main Styles*/
#clear{
	clear:both;
}
body {
	background-color: #e8e5e0;
	color: #414141;
	font-family:Arial, Helvetica, sans-serif;
}
h1{
	font-size:20px;
	font-family:Impact, Charcoal, sans-serif;
	font-weight:bold;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 20px;
	color: #414141;
}
.ind{
	padding-top: 40px;
	padding-left:30px;
	padding-right: 30px;
}
hr{
	color: #c0bdb9;
	margin-top:30px;
	margin-bottom:30px;
	clear: both;
}

/*center layout*/
.center {
  width: 940px ;
  margin: 0 auto;
  text-align: left
}

/*header*/

#header{
	position: relative;
	top:0px;
	background: url(images/bg_bottom.gif) ;
	height: 97px;
	width: 100%;
}
#logo{
	background: url(images/airportlogo.png) no-repeat bottom left;
	width: 290px;
	height: 80px;
	vertical-align: baseline;
	padding-top: 17px;
	float: left;
}
#contact{
	float: right;
	padding-top: 20px;
	height: 70px;
	width: 227px;
}
/*Menu*/
#menu{
	background: url(images/navbg.png);
	height: 57px;
	width: 100%;
}
.navmenu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	font-style: oblique;
	text-transform: uppercase;
	}
.navmenu ul{
	background:url(images/nav_button.png) top left repeat-x;
	height:57px;
	width: 940px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.navmenu li{
		float:left;
		}
	.navmenu li a{
		color:#CCC;
		display:block;
		font-weight:bold;
		line-height:57px;
		width: 134px;
		text-indent: -14px;
		/*padding:0px 25px;*/
		text-align:center;
		text-decoration:none;
		}
		.navmenu li a:hover{
			color:#000000;
			text-decoration:none;
			}
	.navmenu li ul{
		background:#0e41aa;
		/*border-left:2px solid #0079b2;
		border-right:2px solid #0079b2;
		border-bottom:2px solid #0079b2;*/
		display: none;
		height:auto;
		filter:alpha(opacity=75);
		opacity:0.75;
		position:absolute;
		margin-left: -15px;
		width:134px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.navmenu li:hover ul{
		display:block;
		}
	.menu li li {
		top: 0px;
		display:block;
		float:none;
		width:134px;
		}
	.navmenu li ul a{
		display:block;
		font-size:12px;
		font-style: oblique;
		padding:0px 0px 0px 0px;
		text-align:left;
		line-height: 25px;
		text-indent: 5px;
		}
		.navmenu li ul a:hover{
			background:#949494;
			color:#000000;
			width: 134px;
			opacity:0.8;
			filter:alpha(opacity=85);
			}
	.navmenu p{
		clear:left;
		}	
	

/*feature*/
#feature{
	background: url(images/featuredbg.png);
	height: 338px;
	width: 100%;
	
	
}
#header_image{
	background:url(images/header_picbg.png);
	height:293px;
	width:497px;
}
#slider{
	
	padding:35px;
}
#slider span{
	color:#b5b5b5;
}
#slider h2{
	font-size:20px;
	font-family:Impact, Charcoal, sans-serif;
	font-weight:bold;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-bottom: 20px;
}
#slider img{
	margin-right: 30px;
}
#slider .jcarousel-control{
	margin-left:50px;
}
#slider .more{
	padding-top:30px;
	font-weight:bold;
	text-transform:uppercase;
}
#page_feature_img{
	height: 300px;
	width: 470px;
	float: right;
	padding-top:19px;
}
#feature h1{
	color:#b5b5b5;
	font-size:42px;
	float: left;
	vertical-align:bottom;
	line-height:338px;
	letter-spacing: 0.1em
}
/*content box*/

#content{
	background-color: #e8e5e0;
	width: 100%;
	height: auto;
	margin-top: 10px;
}

#lftcontent{
	background-color: #e8e5e0;
	width: 540px;
	height: 430px;
	display: inline;
	float: left;
	margin-bottom: 10px;
}

#rtform{
	height: 430px;
	width: 400px;
	background-color: #d3d1cc;
	display: inline;
	float: left;
	margin-bottom: 10px;
}

#lftformbook{
	background-color: #e8e5e0;
	width: 540px;
	height: 430px;
	display: inline-block;
	float: right;
	margin-bottom: 10px;
}
#rtcontentbook{
	height: 430px;
	width: 400px;
	background-color: #d3d1cc;
	display: inline-block;
	float: right;
	margin-bottom: 10px;
}
#bottomfeature{
	clear: both;
	background: url(images/btmfeaturebg.png);
	width: 940px;
	height: 161px;
	margin-left:auto;
	margin-right:auto;
	padding: 0 0px 0 0px;
}
.btmftdiv{
	background-color:#CCC;
	height: 1px;
	width:940px;
}
.btmfeat_item{
	display: inline;
	float: left;
	width: 293px;
	height:86px;
}
.btmfeat_item img{
	display: inline;
	float: left;
	width: 100px;
	height:86px;
	border: 6px solid #1d1d1d;
	margin-right: 15px;
}
.btmfeat_item h2, .btmfeat_item h2 a{
	color:#f27000;
	text-decoration:none;
}
.btmfeat_item .description{
	color: #b5b5b5;
	margin-left:50px;
	width: 181px;
	font-size: 12px;
}
.btmfeat_item .description a{
	color: #b5b5b5;
	width: 181px;
	font-size: 12px;
	text-decoration:none;
}
#page_content{ 
	width:940px;
	height: 100%;
	position: relative;
	padding-top: 15px;
}
#content #widgetarea li, table li {
	list-style:none;
	}
	.textwidget{
		margin-left:-10px;
	}

/* table */
/*#page_content table{
	width: 940px;
	border: 205px;
}
#page_content tr{
	background:#d3d1cc;
	height: 200px;
	vertical-align:top;
	
}
#page_content td{
	height: 200px;
	text-align:left;
	vertical-align:text-top
}
.table img {
	width: 300px;
	height: 200px;
}*/
table,  th
{
border:0px ;
left:opx;
}
td{
	vertical-align:top;
	padding:35px;
}
.tablemenu td{
	padding:5px;
	vertical-align:top;
}
table ul{
	margin-top:0px;
}
table h2{
	font-size:18px;
	font-weight:bold;
	font-family:Impact, Charcoal, sans-serif;
}
table h3{
	font-size:16px;
	font-style:italic;
	text-align:right;
	margin-top: 15px;
}

/*List Contnet*/
#content ul, table ul {margin:0px; padding:0; list-style:none;}
#content li, table li {background:url(images/z_ul.gif) left no-repeat; padding-left:10px; line-height:1.6em;}
#content li a, table li a { color:#414141; text-decoration:underline;}
#content li a:hover, table li a:hover {color:#414141; text-decoration:none;}
#content ul.column1{
	margin-left: 0px;
	
}
#content ul.column2{
	margin-left: 150px;
	margin-top: -6.4em;
	}

/*==========================================*/
#form1{
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	}
/*#form .namemail {color:#000; height:20px; width:156px; background:#e7e3de; border:solid 1px #c1beba; font-size:1em; font-family:Arial; margin-right:2px;}*/

#form1 .namemail { color:#000; height:20px; width:222px; background:#fff; border:solid 1px #808080; font-size:1em; font-family:Arial;}
#form1 .jamp { height:20px; width:109px; background:#fff; border:solid 1px #808080; font-size:1em; font-family:Arial; color:#000;}
#form1 .jamp1 {	height:20px; width:60px; background:#fff; border:solid 1px #808080; font-size:1em; font-family:Arial; color:#000;}

#form2 input { color:#000; height:20px; width:222px; background:#fff; border:solid 1px #808080; font-size:1em; font-family:Arial;}
#form2 .jamp { height:20px; width:109px; background:#fff; border:solid 1px #808080; font-size:1em; font-family:Arial; color:#000;}
#form2 .jamp1 {	height:20px; width:60px; background:#fff; border:solid 1px #808080; font-size:1em; font-family:Arial; color:#000;}

#form3 .input { color:#000; height:20px; width:202px; background:#fff; border:solid 1px #808080; font-size:1em; font-family:Arial;}
#form3 textarea { background:#FFF; color:#000; border:solid 1px #808080; width:202px; height:120px; overflow:auto;}

#rtform div {display:block; font-size:12px;}
#rtform .column1 { width:113px; float:left;}
#rtform .column2 { width:113px; float:left;}
#rtform .clear{height: 5px; clear:both;}
.formpolicy a{color:#666;}

input .calenderdateinput{
	width:50px;
	}

/*footer*/
#footer{
	background-color: #e8e5e0;
	width: 100%;
	height: auto;
}
#footer hr{
	width: 100%;
	margin: 10px 0 10px 0;
	color: #d3d1cc;
	background-color: #d3d1cc;
}
#footblackcontent{
	clear: both;
	background: url(images/btmfeaturebg.png);
	width: 100%px;
	height: 161px;
	padding: 0 0px 0 0px;
	color: #CCC;
	font-size:11px;
	position:relative;
	left: -10px;
}
#footblackcontent a{
	color: #ccc;
	font-size:11px;
	margin-left: 10px;
	margin-right: 10px;
	
}
#footercontent{
	height: 97px;
}
#sharethis{
	float: right;
	vertical-align:top;
	position:relative;
	top: -80px;
}
#footerlocation{
	clear: both;
	margin-left: 10px;
}
#copywrite{float:right;}
