/* Browser reset */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { line-height: 1.25; color: #000; font-family: Arial, Helvetica, sans-serif; }
strong { font-weight: bold; }
em { font-style: italic; }
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: collapse; border-spacing: 0; width: 100%;}
table, tr, th, td { vertical-align: top; }
caption, th, td { text-align: left; font-weight: normal; }
ul, ol { margin-left: 3em; }
p { margin: 1em 0; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }


/* ***************************************************************** */

body {
	background: #dadada url('../images/back.png') repeat-x 0 top;
}

#baseWrapper {
	position: relative;
	width: 990px;
	margin: 0 auto;
	background: url('../images/header-back.jpg') no-repeat 0 top;
}

#header {
	width: 990px;
	height: 105px;
}

h1 {
	position: absolute;
	top: 6px;
	left: 25px;
	width: 216px;
	height: 89px;
	text-indent: -2000em;
	background: url('../images/logo.png') no-repeat;
}

#base {
	position: relative;
	width: 952px;
	margin: 0 10px 0 21px;
	background: url('../images/base-back.png') repeat-y;
}

#base-top {
	background: url('../images/base-top.png') no-repeat;
	height: 6px;
}

#base-bottom {
	background: url('../images/base-bottom.png') no-repeat;
	height: 37px;
}

#nav {
	position: absolute;
	left: 1px;
	width: 186px;
	top: 1px;
	background: url('../images/nav-back.png') no-repeat 0 top;
	min-height: 400px;
}

#nav ul {
	width: 202px;
	position: absolute;
	left: -8px;
	top: 30px;
	list-style: none;
	margin: 0;
	font-family: Myriad Pro, Myriad, Verdana, Arial;
	color: #6a6a6a;
	font-size: 15px;
}

#nav a {
	display: block;
	color: #6a6a6a;
	text-decoration: none;
	padding-left: 25px;
	line-height: 22px;
}

#nav li {
	display: block;
	margin-bottom: 6px;
}

#nav li.current {
	background: url('../images/nav-item-bottom.png') no-repeat 0 bottom;
}

#nav .current a {
	background: url('../images/nav-item-top.png') no-repeat 0 top;
	color: white;
}

#nav li.admin {
	color: black;
	padding-left: 25px;
	font-size: 13px;
}

#nav li.admin a {
	display: inline;
	padding: 0;
}

#content-box {
	width: 680px;
	margin: 30px 0 30px 230px;
	min-height: 450px;
	color: #2d2d2d;
	font-size: 12px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	margin: 15px 40px 40px 40px;
	position: relative;
}

#footer a {
	color: #444444;
	text-decoration: none;
}

#extras {
	position: absolute;
	left: 510px;
	top: -13px;
	height: 62px;
	width: 415px;
}

#footer-airnav {
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 101px;
	height: 50px;
	background: url('../images/footer-airnav.png') no-repeat;
	text-indent: -2000em;
}

#footer-weather {
	display: block;
	position: absolute;
	top: 12px;
	left: 108px;
	width: 100px;
	height: 50px;
	background: url('../images/footer-weather.png') no-repeat;
	text-indent: -2000em;
}

#footer-flightaware {
	display: block;
	position: absolute;
	top: 0px;
	left: 214px;
	width: 96px;
	height: 62px;
	background: url('../images/footer-flightaware.png') no-repeat;
	text-indent: -2000em;
}

#footer-links {
	display: block;
	position: absolute;
	top: 12px;
	left: 320px;
	width: 85px;
	height: 50px;
	background: url('../images/footer-facebook.jpg') no-repeat;
	text-indent: -2000em;
}

#address {
	float: left;
	margin-right: 30px;
	white-space: nowrap;
}

#contact {
	float: left;
	white-space: nowrap;
}

h2 {
	color: #be1530;
	font-size: 22px;
	margin-bottom: 1em;
}

h3 {
	color: #30a6f1;
	font-size: 18px;
	margin-bottom: 1em;
	clear: both;
}

#content-box table td,
#content-box table th {
	padding: 4px;
}

img.right {
	float: right;
	clear: right;
	margin: 0 0 15px 15px;
	border: 1px solid #5f5f5f;
}

img.left {
	float: left;
	clear: left;
	margin: 0 15px 15px 0;
	border: 1px solid #5f5f5f;
}

img.no-border {
	border: 0;
}
