@import url("reset.css");

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	background-color: #fff;
	}

em { font-style: italic;}

strong {font-weight: bold;}

a { font-weight: bold; color: black; text-decoration: none; }

a:hover { color: #fff; }

p { margin-bottom: 1em;	}

h1 {
	padding-left: 10px;
	font-size: 24px;
	font-weight: bold;
	line-height: 2em;
	height: 40px;
	}

h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 1em;
	}
	
h3 {
	font-size:12px;
	font-style: italic;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 1em;
	margin-bottom: 1em;
	}
	
td, th {
	text-align: center;
	vertical-align: center;
	padding: 5px;
	}
	
th {
	background-color: #D3D3D3;
	}
	
table	{
	margin-bottom: 1em;
	}

img {
	border: 1px solid #333;
	}
	
#bio	{
	float: left;
	margin-right: .3em;
	margin-bottom: .3em;
	}
	
#wrapper {
	width: 900px;
	margin: 20px auto 20px auto;
	border: 1px solid #333;
	background-color: #eee;
	}

#header {
	height: 110px;
	background: url("images/header.jpg") top center no-repeat;
	position: relative;
	}

#subheader {
	height: 200px;
	background: #ecf2f5 url("images/planes.jpg") top left no-repeat;
	position: relative;
	}
	
#nav {
	position: absolute;
	bottom: 0;
	right: 0px;
	font-size: 18px;
	line-height: 1em;
	}
	
#nav li {
	text-indent: -9999px;
	float: left;
	overflow: hidden;
	}

#home #nav li a {
	display: block;
	width: 140px;
	height: 241px;
	}

#home #nav li a:hover, #nav li a:hover{
	background-position: bottom left;
	}

#nav li a {
	display: block;
	width: 140px;
	height: 41px;
	}

#home #fbolink {
	background: url("images/fbo.jpg") top left no-repeat;
	}
#home #flightlink {
	background: url("images/flight-training.jpg") top left no-repeat;
	}
#home #maintenancelink {
	background: url("images/maintenance.jpg") top left no-repeat;
	}
#home #charterlink {
	background: url("images/charter.jpg") top left no-repeat;
	}

#fbolink {
	background: url("images/fbo_small.jpg") top left no-repeat;
	}
#flightlink {
	background: url("images/flight-training_small.jpg") top left no-repeat;
	}
#maintenancelink {
	background: url("images/maintenance_small.jpg") top left no-repeat;
	}
#charterlink {
	background: url("images/charter_small.jpg") top left no-repeat;
	}
#homelink {
	background: url("images/home_small.jpg") top left no-repeat;
	}

#middle {}

#content {
	width: 670px;
	padding: 20px;
	float: right;
	}
	
#content a:hover { color: #06C; }


#home #content {
	width: 860px;
	}

#sidebar {
	width: 189px;
	padding-bottom: 60px;
	background-color: #7ea8f8;
	font-size: 14px;
	float: left;
	}

#sidebar li {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #fff;
	}

#sidebar li a, #sidebar li.current {
	display: block;
	padding: 10px;
	}

#footer {
	padding: 10px 0;
	text-align: center;
	background-color: #7ea8f8;
	clear: both;
	}

#fbo h1 {
	background: #c84c29 url("images/fbo_grad.jpg") top left no-repeat;
	}
	
#fbo h2 {
	color: #c84c29;
	}

#flight h1 {
	background: #368aad url("images/flight-training_grad.jpg") top left repeat-x;
	}

#flight h2 {
	color: #368aad;
	}

#maintenance h1 {
	background: #bdb899 url("images/maintenance_grad.jpg") top left repeat-x;
	}

#maintenance h2 {
	color: #9c987e;
	}
	
#charter h1 {
	background: #b3c18c url("images/charter_grad.jpg") top left repeat-x;
	}

#charter h2 {
	color: #b3c18c;
	}

.current{
	color: #375865;
	}
	

.clear {
	clear: both;
	}