﻿body {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 0;
	background: url('../siteart/background.jpg') repeat-x top #064864;
}

td {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}

a:active {text-decoration:underline; color:#333333}
a:visited {text-decoration:underline; color:#333333}
a:link {text-decoration:underline; color:#333333}
a:hover {text-decoration:underline; color:black;}

img {
	border:0;
}


#nav {
	width: 990px;
	margin:0 auto;
}
	
#nav td {
	font-size: 11px;
	text-transform: uppercase;
	text-align:center;
	font-weight: bold;
}	

#nav a:link, #nav a:visited, #nav a:active {
	display:block;
	padding: 3px 5px 3px 5px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #5a7d8f;
}	
	
#nav a:hover {
	color: #ccd3d7;
}
	
#maintable {
	width: 990px;
	margin:0 auto;
	background: url('../siteart/background-main.jpg') repeat-x top #f6f6f6;
}	

#common {
	border:0;
	width: 100%;
}

#common td {
	vertical-align:top;
}


/*-----------Left Section-------------*/

#left {
	vertical-align:top;
	padding-top:1px;
}

.slideshow {
	width:370px;
	height:290px;
	display:block;
	position:relative;
}

.slideshow img {
	top:0;
	left:0;
	position:absolute;
	display:none;
}


.left-content {
	padding:0px 20px 30px 20px;
	width:330px;
}

.logo {
	text-align:center;
	padding: 20px 0px 20px 0px;
	border-bottom: 1px solid #dadada;
}

.aircraft-link {
	width:100%;
}

.view-aircraft {
	padding:30px 0px 0px 0px;
	text-align:center;
}


/*-----------Content Section-------------*/

#main-content {
	vertical-align:top;
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	padding: 137px 20px 20px 20px;
}

.heading {
	font-size: 28px;
	color: #0e71a5;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 12px;
	border-bottom: 1px solid #d9d9d9;
}

.med-heading {
	font-size: 22px;
	color: #082a47;
	line-height: 22px;
}

.sub-heading {
	font-size: 18px;
	color: #082a47;
	line-height: 24px;
}

#bottom {
	background: #092f43;
	color: white;
	font-size: 12px;
	padding: 8px 10px 6px 10px;
}

ul {
	padding: 0px;
	margin: 2px 0px 0px 15px;
}

li {
	padding-bottom: 4px;
	list-style-type: square;
}

.no-border {
	border: 0;
}

.top-fix {
	border-top: 1px solid #134158;
}
