/*----------------------------------------------------------------
Avjet stylesheet 
Version:	1.0
Author:		Josh Southern
email:		josh@threeseventeen.com
Updated:	09/11/07
----------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #111111;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	border: 0px none;
}



/* Styles to format basic text */
a, a:link {
	color: #d1681e;
	text-decoration: underline;
	border: 0px none;
}
a:visited {
	color: #d1681e;
}
a:hover {
	color: #346289;
}
p {
	padding: 7px 40px 8px 30px;
	line-height: 1.2;
}
a#homelogo {
	position: absolute;
	top: 30px;
	left: 15px;
	width: 140px;
	height: 45px;
	text-decoration: none;
}
h1 { /* To be used for the company name only */
	text-indent: -10000px;
}
h2 { /* To be used for the top phone number only */
	font: 16px "Arial Narrow", "Helvetica", helvetica, "Arial", arial, sans-serif;
	color: #fff;
	position: absolute;
	top: 10px;
	right: 20px;
}
h3 { /* This is the page headline */
	font: bold oblique 140% "Arial Narrow", "Helvetica", helvetica, "Arial", arial, sans-serif;
	padding: 15px 40px 3px 30px;
	color: #346289;
}
h4 { /* These are subsequent paragraph headings */
	font-size: 120%;
	font-weight: bold;
	padding: 20px 40px 10px 30px;
	color: #61818d;
	line-height: 1.3;
}
h4.first {
	padding-top: 0px;
}
h4.location { /* These are subsequent paragraph headings */
	padding: 25px 40px 0px 30px;
	font-weight: bold;
	line-height: 1.2;
	font-size: 115%;
	color: #61818d;
}
h5 { /* Airplane Title */
	font: oblique bold 135% "Arial Narrow", "Helvetica", helvetica, "Arial", arial, sans-serif;
	padding: 20px 40px 0px 30px;
	color: #346289;
}
h6 {/* Adjust as needed for further headlines */
	font-size: 110%;
	padding: 20px 40px 3px 30px;
}
ul {
	padding: 3px 50px 25px 30px;
	line-height: 1.2;
}
ul li {
	padding-left: 10px;
	background: url(../images/red_bullet.gif) no-repeat 0px 3px;
}
ol {
	list-style-type: decimal;
	padding: 3px 50px 25px 60px;
	line-height: 1.2;
} 
ol li {
	background: none;
	padding-left: 0;
}
li {
	padding-bottom: 0px;
}
dl{
	float: left;
	position: relative;
	padding: 3px 50px 15px 30px;
}
dt {
	font-size: 105%;
	padding: 10px 0px;
	clear: both;
}
dd {
	display: block;
	width: 450px;
	padding-bottom: 10px;
}
dl.columns dd {
	display: block;
	width: 220px;
	float: left;
}
.indented {
	display: block;
	margin-left: 60px;
	margin-top: 10px;
}
p.note {
	font-size: x-small;
}
p.column {
	width: 225px;
	padding: 7px 0px 8px 30px;
	float: left;
}
.clear {
	clear: both;
}



/* Styles to format page layout */
#container {
	width: 780px;
	position: relative;
	left: 50%;
	margin-left: -390px;
	background: #D9D9D9 url(../images/page-bg.gif) top left repeat-y;
}
#header {
	width: 100%;
	height: 92px;
	position: relative;
	background: #838383 url(../images/header_bg.jpg) top left no-repeat;
}
img#mainimage {
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
#content { /* :IMPORTANT: DO NOT add margins or padding to this rule. It will invoke the faulty IE 5.x box model and break the layout */
	position: relative;
	float: right;
	width: 583px;
	background: #EBE9E9;
	min-height: 400px;
	padding-bottom: 100px;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
}
#fullcontent { 
	position: relative;
	width: 100%;
	background: #EBE9E9;
	min-height: 400px;
	padding-bottom: 100px;
}
#popcontent {
	position: relative;
	width: 100%;
	background: #EBE9E9;
	min-height: 400px;
	padding-bottom: 60px;
}
#secondaryContent { /* :IMPORTANT: DO NOT add margins or padding to this rule. It will invoke the faulty IE 5.x box model and break the layout */
	position: relative;
	float: left;
	width: 197px;
}
#secondaryContent img {
	display: block;
	margin: 0px auto;
}
#chart {
	position: relative;
	top: -15px;
	left: 30px;
	clear: both;
	width: 720px;
	min-height: 300px;
	background: #c0c0c0;	
}
#footer {
	clear: both;
	position: relative;
	width: 100%;
	height: 86px;
	background: #838383 url(../images/bottom_bg.jpg) bottom left no-repeat;
	border-top: 3px solid #fff;
}


/* Styles to format main (top) navigation */
ul#mainNav  {
	position: absolute;
	top: 66px;
	right: 0px;
	margin: 0;
	padding: 0;
	float: right;
	list-style-type: none;
	text-align: center;
}
ul#mainNav li {
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}
ul#mainNav li a, ul#mainNav li a:link, ul#mainNav li a:active {
	display: block;
	width: 156px;
	height: 28px;
	padding-top: 10px;
	text-align: center;
	color: #fff;
	font: 12px "Arial Narrow", "Helvetica", helvetica, "Arial", arial, sans-serif;;
	text-decoration: none;
	background: transparent url(../images/topnav-bg.png) top left no-repeat;
}
ul#mainNav li a:hover {
	padding-top: 9px;
	font-size: 13px;
	background-position: top right;
}



/* Styles to format secondary navigation */
#secondaryNavContainer  {
	padding: 5px 40px 0px 25px;
	margin: 0;
	margin-bottom: 34px;
	list-style-type: none;
	text-align: left;
	float: left;
}
ul#secondaryNavContainer li {
	margin: 0;
	padding: 0 5px;
	line-height: 15px;
	float: left;
	font: 11px "Arial", arial "Helvetica", helvetica, sans-serif;
	line-height: 15px;
	color: #D1681E;
}
ul#secondaryNavContainer li a, ul.secondaryNavContainer li a:link {
	color: #D1681E;
}
ul#secondaryNavContainer li a:visited {
	color: #D1681E;
}
ul#secondaryNavContainer li a:hover {
	color: #346289;
}
ul#secondaryNavContainer li {
	margin: 0;
	padding: 0 5px;
	line-height: 15px;
	float: left;
	font: 11px "Arial", arial "Helvetica", helvetica, sans-serif;
	line-height: 15px;
}
#secondaryNavContainer2lines  {
	padding: 5px 40px 0px 25px;
	margin: 0;
	margin-bottom: 39px;
	list-style-type: none;
	text-align: left;
	float: left;
}
ul#secondaryNavContainer2lines li {
	margin: 0;
	padding: 0 5px;
	line-height: 15px;
	float: left;
	font: 11px "Arial", arial "Helvetica", helvetica, sans-serif;
	line-height: 15px;
	color: #D1681E;
}
ul#secondaryNavContainer2lines li a, ul.secondaryNavContainer li a:link {
	color: #D1681E;
}
ul#secondaryNavContaine2linesr li a:visited {
	color: #D1681E;
}
ul#secondaryNavContainer2lines li a:hover {
	color: #346289;
}
ul#secondaryNavContainer2lines li {
	margin: 0;
	padding: 0 5px;
	line-height: 15px;
	float: left;
	font: 11px "Arial", arial "Helvetica", helvetica, sans-serif;
	line-height: 15px;
}
ul.secondaryNav {
	width: 470px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: left;
	float: left;
}
ul.secondaryNav li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 15px;
}
ul.secondaryNav li a, ul.secondaryNav li a:link {
	display: block;
	padding: 0 5px;
	font: 11px "Arial", arial "Helvetica", helvetica, sans-serif;
	line-height: 15px;
	color: #D1681E;
	border-right: 1px solid #D1681E;
}
ul.secondaryNav li.noborder a {
	border-right: 0px none;
}
ul.secondaryNav li a:visited {
	color: #D1681E;
}
ul.secondaryNav li a:hover {
	color: #346289;
}

/* Styles to format listing navigation */

ul#listingNav  {
	width: 518px;
	padding: 5px 0px 30px 0px;
	list-style-type: none;
	text-align: right;
	float: right;
}
ul#listingNav li {
	float: right;
	margin: 0;
	padding: 0;
	line-height: 15px;
}
ul#listingNav li a, ul#listingNav li a:link {
	display: block;
	font: 11px "Arial", arial "Helvetica", helvetica, sans-serif;
	line-height: 15px;
	color: #D1681E;
	padding: 0 5px 0 5px;
	border-right: 1px solid #D1681E;
}
ul#listingNav li.noborder a {
	border-right: 0px none;
}
ul#listingNav li a:hover, ul#listingNav li a:visited {
	color: #346289;
}

/* Styles to format listings page */

ul#aircraftlist {
	padding: 0;
	margin: 0;
	list-style: none;
}
#listingbox, li.listingbox {
	display: block;
	width: 490px; 
	height: 118px; 
	border: 2px solid #5e5e5e; 
	margin: 10px 0 0 30px;
	padding:0;
}
#listingboxphoto, li.listingbox a img {
	display: block;
	float:left; 
	width:197px; 
	height:118px; 
	border: 0px none;
	border-right:2px solid #5e5e5e; 
}
ul#aircraftlist li ul.aircraftdetails {
	display: block;
	float: right;
	width: 250px;
	list-style: disc;
	padding:8px 10px 6px 30px; 
	margin: 0;
}
#listingboxbullets, li.listingbox ul li {
	width:250px;
	font-size:90%;
	margin: 0;
	padding: 0;
}
#listingboxtitle, li.listingbox h4 {
	padding: 5px 10px 6px 10px;
	font: bold 100% Arial, Helvetica, sans-serif; 
	color: #fff;
	width:271px; 
	height:18px; 
	background-image:url(../images/silver_bg.jpg); 
	float:right;
}
#listingboxtitle a, li.listingbox h4 a {
	color: #FFF; 
}
#listingboxtitle a:visited, li.listingbox h4 a:visited {
	color: #FFF; 
}
#listingboxtitle a:hover, li.listingbox h4 a:hover {
	color: #D1681E; 
}

/* Styles to format listing details page */
#photoboxcontainer {
	padding-left:30px; 
	margin-top:10px;
}
#photobox {
	width:122px; 
	height:239px; 
	float:left;
}
#photobox a {
	display: block;
	width: 61px;
	height: 58px;
	float: left;
}
#photobox a img {
	padding-right:5px; 
	padding-bottom:2px;
}
img#imageMain {
	padding-left:5px;
}
img.highres {
	display: block;
	clear: both;
	padding: 0 40px 8px 30px;
}
table#aircraftlist {
	width: 724px;
	margin: 0 28px;
	border: 0px none;
	padding: 0;
	clear: both;
	font: 11px Arial, Helvetica, "Arial Narrow", sans-serif;
	border-collapse: collapse;
}
table#aircraftlist tr {
	padding: 0;
	margin: 0;
	background: transparent;
}
table#aircraftlist th {
	background: #336c99;
	color: #ededed;
	font-weight: bold;
	padding: 2px;
	margin: 0;
	border: 2px solid #EBE9E9;
}
table#aircraftlist tr.shaded {
	background: #dcdddf;
}
table#aircraftlist td {
	text-align: center;
	margin: 0;
	padding: 3px;
}
table#aircraftlist td.standardwidth, table#aircraftlist th.standardwidth {
	width: 96px;
}
table#aircraftlist td.planename {
	font-weight: bold;
	text-align: left;
}


/* Styles to format three main section navigation elements */
ul#sectionNav  {
	padding: 17px 0px 40px 0px;
	margin: 0;
	width: 150px;
	position: relative;
	left: 50%;
	margin-left: -75px;
	list-style-type: none;
	text-align: center;
}
ul#sectionNav li {
	margin: 0;
	padding: 0;
	width: 150px;
	height: 27px;
	overflow: hidden;
}
ul#sectionNav li a, ul#sectionNav li a:link, ul#sectionNav li a:visited {
	display: block;
	width: 150px;
	text-align: center;
	height: 85px;
	padding: 5px 0px;
	margin: 0;
	font: bold 14px "Arial Narrow", "Helvetica", helvetica, sans-serif;
	color: #ededed;
	text-decoration: none;
}
ul#sectionNav li a:hover {
	color: #fff;
}
/* :IMPORTANT: Rules for the graphics of the three section elements. Change the graphics here, not in the page itself. */
ul#sectionNav li#charterside {
	background: #838383 url(../images/charter-bg.jpg) top left no-repeat;
}
ul#sectionNav li#salesside {
	background: #838383 url(../images/sales-bg.jpg) top left no-repeat;
}
ul#sectionNav li#managementside {
	background: #838383 url(../images/management-bg.jpg) top left no-repeat;
}

/* :TRICKY: Rules to make the proper element default to expanded when in that section. The body of these pages AND the PHP variable $currentpage must have the appropriate assignment for this to work */
body.charter li#charterside {
	height: 95px;
}
body.charter li#charterside a, body.charter li#charterside a:link, body.charter li#charterside a:visited, body.charter li#charterside a:hover {
	color: #BFBFBF;
}
body.sales li#salesside {
	height: 95px;
}
body.sales li#salesside a, body.sales li#salesside a:link, body.sales li#salesside a:visited, body.sales li#salesside a:hover {
	color: #BFBFBF;
}
body.management li#managementside {
	height: 95px;
}
body.management li#managementside a, body.management li#managementside a:link, body.management li#managementside a:visited, body.management li#managementside a:hover {
	color: #BFBFBF;
}




/* Styles to format footer elements */
#footer p {
	width: 100%;
	text-align: center;
	font: 10px "Arial", arial, "Helvetica", helvetica, sans-serif;
	color: #fff;
	margin: 0;
	padding: 35px 0px 0px 0px;
}
ul#locations  {
	width: 380px;
	position: relative;
	left: 50%;
	list-style-type: none;
	text-align: center;
	margin: 0px 0px 0px -190px;
	height: 15px;
	padding: 35px 0px 0px 0px;
}
ul#locations li {
	float: left;
	margin: 0;
	padding: 0 3px 0 8px;
	font: 10px "Arial", arial, "Helvetica", helvetica, sans-serif;
	color: #fff;
	background: transparent url(../images/footer-bullet.gif) center left no-repeat;
}
ul#locations li.first {
	background: none;
}

ul#footerNav  {
	width: 420px;
	position: relative;
	left: 50%;
	list-style-type: none;
	text-align: center;
	margin: 0px 0px 0px -210px;
	height: 15px;
	padding: 0px;
}
ul#footerNav li {
	float: left;
	margin: 0;
	padding: 0 5px 2px 10px;
	font: 10px "Arial", arial, "Helvetica", helvetica, sans-serif;
	color: #fff;
	background: transparent url(../images/footer-bullet.gif) center left no-repeat;
	line-height: 12px;
}
ul#footerNav li.first {
	background: none;
}
ul#footerNav li a {
	display: block;
	color: #fff;
}
ul#footerNav li a:hover {
	color: #ccc;
}
a#arguslogo {
	position: absolute;
	width: 115px;
	height: 45px;
	bottom: 15px;
	left: 15px;
	text-decoration: none;
}
a#wyvernlogo {
	position: absolute;
	width: 115px;
	height: 35px;
	bottom: 15px;
	right: 15px;
	text-decoration: none;
}


/* Forms formatting */
#form {
	margin-top: 30px;
	width: 500px; 
	padding-left: 20px;
	/*border: 1px solid #696C6E;*/
}
#form p {
	padding: 15px 0 0 10px;
	margin: 0;
}
form {
	margin-top: 20px;
	padding: 10px 25px;
}
form h6 {
	width: 450px;
	clear: both;
	padding-top: 0px;
	padding-bottom: 15px;
	color: #333;
	font-size: 100%;
	font-weight: normal;
}
form h6 label {
	float: left;
	width: 200px;
} 
form h6 label .note {
	font-size: 80%;
}
/*form h6 input, form h6 textarea, form h6 select, form h6 file {
	float: right;
}*/	
input, textarea, select, file {
	width: 240px;
}
select.datetime {
	width: auto;
}
input.city {
	width: 130px;
}
input.state {
	width: 30px;
}
input.zip {
	width: 50px;
}
input#submit {
	width: auto;
	float: right;
	padding: 2px 5px;
	background: #66696C;
	color: #fff;
	border: 0px none;
	margin: 0px 10px;
}
.error_message {
	padding: 7px 25px 0px 30px;
	font-weight: bold;
	color: #d1681e;
	font-size: 100%;
}

hr {
	color: #999999;
	width:510px;
	margin:20px 0 20px 30px;
	border-color:#999999
}
.subhead {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 115%;
	color: #61818d;
}
.tableHead {
	font-size: 120%;
	font-weight: bold;
	padding: 20px 40px 10px 0px;
	color: #61818d;
	line-height: 1.5;
}

.sold {
	font-family:Arial, Helvetica, sans-serif; 
	color:#EE9200; 
	font-weight:bold;
	}
	
.presstitle {
	font-family:"Arial Narrow", "Helvetica", helvetica, sans-serif;
	color:#336699;
	font-size:14px;
	}

.presslink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	}
	

	
a.presslink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	}

.presslink:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d1681e;
	}