/*----------------------------------------------------------------
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: 15px "Arial Narrow", "Helvetica", helvetica, "Arial", arial, sans-serif;
	color: #fff;
	position: absolute;
	top: 20px;
	right: 15px;
}
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;
}
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 30px;
	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;
}
#flashcontent {
	position: relative;
	min-height: 300px;
}
p#description {
	text-align: center;
	position: absolute;
	top: 145px;
	left: 10px;
}




/* 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;
	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;
	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 */

#listingbox {
	width:490px; 
	height:118px; 
	border:solid; 
	border-width:2px; 
	border-color:#5E5E5E; 
	margin-left:30px; 
	margin-top:10px;
}
#listingboxphoto {
	float:left; 
	width:197px; 
	height:118px; 
	border-right-width:2px; 
	border-right-color:#5E5E5E; 
	border-right-style:solid;
}
#listingboxbullets {
	padding:8px 10px 6px 10px; 
	float:right; 
	width:271px;
	font-size:90%;
}
#listingboxtitle {
	padding:5px 10px 6px 10px;
	font-family:Arial, Helvetica, sans-serif; 
	color:#FFFFFF; 
	font-weight:bold; 
	width:271px; 
	height:18px; 
	background-image:url(../images/silver_bg.jpg); 
	float:right;
	list-style-type: none;
	display: block;
}
#listingboxtitle a {
	color: #FFF; 
}
#listingboxtitle a:visited {
	color: #FFF; 
}
#listingboxtitle a:hover {
	color: #D1681E; 
}

/* Styles to format listing details page */

#photoboxcontainer {
	padding-left:30px; 
	margin-top:10px;
}
#photobox {
	width:122px; 
	height:239px; 
	float: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#charter {
	background: #838383 url(../images/charter-bg.jpg) top left no-repeat;
}
ul#sectionNav li#sales {
	background: #838383 url(../images/sales-bg.jpg) top left no-repeat;
}
ul#sectionNav li#management {
	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#charter {
	height: 95px;
}
body.charter li#charter a, body.charter li#charter a:link, body.charter li#charter a:visited, body.charter li#charter a:hover {
	color: #BFBFBF;
}
body.sales li#sales {
	height: 95px;
}
body.sales li#sales a, body.sales li#sales a:link, body.sales li#sales a:visited, body.sales li#sales a:hover {
	color: #BFBFBF;
}
body.management li#management {
	height: 95px;
}
body.management li#management a, body.management li#management a:link, body.management li#management a:visited, body.management li#management 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 {
	width: 450px;
	margin: 0px auto;
}
form {
	margin: 25px 0px;
	padding: 0px;
	width: 100%;
}
form h6 {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
form h6 label {
	float: left;
	font-weight: normal;
	font-size: 100%;
	margin: 0px;
	padding: 4px 0px 0px 0px
}
form h6 input, form h6 textarea, form h6 select {
	float: right;
	margin: 3px;
	padding: 2px;
}
form h6 img {
	vertical-align: -30px;
}
form h6 span.submit {
	display: block;
	width: 90%;
	text-align: right;
	position: relative;
	top: 20px;
	font-size: 120%;
	margin-right: 10%;
}

hr {
	color: #999999;
	width:510px;
	margin-left: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;
	}