/* general style information */

html, body {
	background-color: #1a293b;
	background-image: url('../img/bgGrad.jpg');
	background-repeat: repeat-x;
	font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
h1 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
.error {
	display: block;
	padding: 10px;
	background-color: #f8f0f0;
	border: solid;
	border-width: 1px;
	border-color: #c41a1a;
	color: #c41a1a;
}
.disclosure {
	font-size: 10px;
	line-height: 12px;
	font-style: italic;
}
a {
	text-decoration: none;
	color: #65bed5;
}
a:visited {
	color: #65bed5;
}
a:hover {
	color: #97c740;
}
.clear {
	clear: both;
}
#wrapper {
	width: 900px;
	margin: 5px auto 0px auto;
}

/* header contents */

#metaHeader {
	display: none;
}
#header {
	height: 400px;
	margin-bottom: 5px;
}
#headerTop {
	height: 345px;
	margin-bottom: 5px;
}
#logoRow {
	height: 90px;
	margin-bottom: 5px;
}
#logo {
	display: block;
	position: absolute;
	width: 509px;
	height: 207px;
	margin: 5px auto auto -10px;
	background-image: url('../img/bbg-logo.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	pointer-events: none;
}
#zoneOne {
	position: absolute;
	margin-left: 172px;
	width: 728px;
	height: 90px;
}
#scroller {
	width: 900px;
	height: 250px;
	overflow: hidden;
}
#scroller .singleScroll {
	width: 374;
	height: 249px;
	display: block;
	float: left;
	margin-right: 5px;
}

/* navigation */

#headerNav {
	height: 50px;
	background-image: url('../img/bg-nav.jpg');
	background-repeat: repeat-x;
}
#navigation {
	margin-left: 10px;
}
#navigation li {
	display: inline-block;
	font-size: 18px;
	line-height: 48px;
	padding: 0px 10px 2px 10px;
}
#navigation li { /* ie6, ie7 */
	zoom: 1;
	*display: inline;
	_height: 50px;
}
#navigation li:hover {
	background-image: url('../img/light-pixel.png');
	
}
#navigation li a {
	color: #ffffff;
}
#curPage {
	background-image: url('../img/dark-pixel.png');
	font-weight: bold;
}

/* body contents */

#body {
	margin-bottom: 5px;
}
#body .bodyCol {
	float: left;
	min-height: 600px;
}
#body ul {
	margin-bottom: 15px;
}
#body li {
	margin-left: 15px;
	font-style: italic;
}
#body .middle .heading {
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}

/* left column */

#colLeft {
	width: 300px;
	margin-right: 5px;
}
#leftWrap {
	margin-bottom: 5px;
}
#leftWrap .top {
	background-image: url('../img/bg-colLeft_top.png');
	background-repeat: no-repeat;
	height: 15px;
	overflow: hidden;
}
#leftWrap .middle {
	background-image: url('../img/bg-colLeft_middle.png');
	background-repeat: repeat-y;
	padding: 0px 15px 0px 15px;
	min-height: 315px;
	overflow: hidden;
}
#leftWrap .middle p {
	text-align: center;
	margin-bottom: 10px;
}
#leftWrap .bottom {
	background-image: url('../img/bg-colLeft_bottom.png');
	background-repeat: no-repeat;
	height: 15px;
	overflow: hidden;
}
#zoneTwo {
	width: 300px;
	height: 250px;
}

#realEstateLink { display: block; width: 270px; height: 25px; margin-bottom: 15px; background-image: url('../img/ext-link.png'); background-position: 0px -25px; background-repeat: no-repeat; }
#realEstateLink:hover { background-position: 0px 0px; }

/* center column */

#colCenter {
	width: 430px;
	margin-right: 5px;
}
#fuelPrice {
	height: 408px;
	margin-bottom: 5px;
	background-image: url('../img/bg-fuelPrice.png');
	background-repeat: no-repeat;
	overflow: hidden;
}
#fuelPrice .left, #fuelPrice .right {
	width: 160px;
	margin: 5px 0px 0px 15px;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	float: left;
}
#fuelPrice .right {
	width: 235px;
	margin-top: 15px;
}
#fuelPrice .left .header {
	font-weight: bold;
	font-style: italic;
}
#fuelPrice .left .dataRow span, #fuelPrice .right .dataRow span {
	display: inline-block;
	width: 85px;
	margin-right: 10px;
        font-weight: bold;
}
#fuelPrice .left .dataRow .data {
	width: 55px;
}
#fuelPrice .right .dataRow span {
	width: 65px;
	font-weight: bold;
}
#fuelPrice .left .dataRow .label, #fuelPrice .right .dataRow .label {
	text-align: right;
}
#fuelPrice .right #iata, #fuelPrice .right #comm {
	float: left;
}
#fuelPrice .right #iata {
	width: 85px;
	font-weight: bold;
	font-size: 34px;
	line-height: 34px;
}
#centerWrap .top {
	background-image: url('../img/bg-colCenter_top.png');
	background-repeat: no-repeat;
	height: 15px;
	overflow: hidden;
}
#centerWrap .middle {
	background-image: url('../img/bg-colCenter_middle.png');
	background-repeat: repeat-y;
	padding: 0px 15px 0px 15px;
	min-height: 125px;
	overflow: hidden;
}
#centerWrap .middle p {
	margin-bottom: 15px;
}
#centerWrap .middle ul li {
	margin: 0px 25px 5px 25px;
	font-size: 12px;
	list-style: circle;
}
#runwayImage {
	display: block;
	width: 200px;
	height: 279px;
	float: left;
}
#airportInfo {
	float: left;
	width: 195px;
	margin-left: 5px;
}

/* reservations form */

#centerWrap .middle form {
	margin-bottom: 25px;
}
#centerWrap .middle form .heading {
	display: block;
	margin: 15px 0px 15px 0px;
}
#centerWrap .middle .formRow {
	display: block;
	margin-bottom: 5px;
}
#centerWrap .middle .formError {
	padding: 5px 0px;
	background-color: #f8f0f0;
	border: solid;
	border-width: 1px;
	border-color: #c41a1a;
}
#centerWrap .middle .formRow label, #centerWrap .middle .formRow input {
	display: inline-block;
}
#centerWrap .middle .formRow label {
	width: 125px;
	font-style: italic;
	margin-right: 5px;
	text-align: right;
}
#centerWrap .middle .formRow input {
	width: 200px;
}
#centerWrap .middle .formControls {
	margin: 15px auto auto 130px;
}
#centerWrap .middle .formControls input {
	width: 75px;
	margin-right: 2px;
}
#centerWrap .bottom {
	background-image: url('../img/bg-colCenter_bottom.png');
	background-repeat: no-repeat;
	height: 15px;
	overflow: hidden;
}

/* right column */

#colRight {
	width: 160px;
}
#zoneThree {
	width: 160px;
	height: 600px;
}

/* footer contents */

#footer {
	height: 200px;
}
#footerBgTop {
	height: 5px;
	overflow: hidden;
	background-image: url('../img/bg-footerTop.png');
	background-repeat: no-repeat;
}
#footerBgBottom {
	height: 195px;
	overflow: hidden;
	background-image: url('../img/bg-footerBottom.png');
	background-repeat: repeat-x;
	color: #ffffff;
}
#footerTop {
	height: 165px;
}
#footerTop .footerImage {
	display: block;
	width: 208px;
	height: 165px;
	margin-left: 5px;
	float: left;
	background-repeat: no-repeat;
}
#footerInfo {
	width: 250px;
	height: 165px;
	margin-left: 5px;
	float: left;
}
#footerInfo p {
	margin: 15px;
	font-size: 14px;
	line-height: 18px;
	text-align: right;
}
#footerBottom {
	height: 30px;
}
#footerBottom span {
	display: block;
	height: 30px;
	margin: 0px 10px 0px 10px;
	font-size: 10px;
	line-height: 30px;
	text-align: right;
	font-style: italic;
}