/* BEGIN STRUCTURE */
:focus {-moz-outline-style: none;} /* removes dotted border around FF links */

body {
	margin:0;
	padding:0;
	height:100.1%; /* keeps vertical scroll bar visible in browsers so layout doesn't 'bounce' page to page */
	text-align:center; /* combined with container {margin:0 auto 0 auto} this centers a page */
	background-color:#709fcd;
	background-image:url("/img/bg.gif");
	background-repeat:repeat-x;
	background-position:top left;
}

/* +++ IE6 */
div#container {
	position:relative; 
	width:902px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	text-align:left;
	background-color:transparent;
	background-image:url("/img/bg-container.png");
	background-repeat:repeat-y;
	background-position:0px 50px;
	border:0px solid black;
}

div#branding {
	width:874px;
	height:84px;
	background-image:url("/img/bg-branding.gif");
	background-repeat:repeat-x;
	background-position:top left;
	margin:0 0 0 14px;
	border:0px solid white;
}

div#branding img#logo {
	position:absolute;
	top:20px;
	left:36px;
}

div#branding img {
	position:absolute;
	top:37px;
	left:506px;
}

div#branding img#left {
	position:absolute;
	top:-4px;
	left:-5px;
}

div#branding img#right {
	position:absolute;
	top:-4px;
	left:861px;
}



div#breadcrumb {
	width:600px;
	position:absolute;
	top:243px;
	left:266px;
	color:#636363;
	font-size:1em;
	text-align:right;
	border:0px solid black;
}

#breadcrumb a {
	font-size:1em;
	color:#3f89dc;

	text-decoration:underline;
}

#breadcrumb a:visited {}

#breadcrumb a:hover {text-decoration:none;}

div#highlight_bar {
	width:874px;
	height:201px;
	background-color:#c0e6eb;
	margin:0 0 0 14px;
}

div#highlight_bar img {
	float:right;
	border-left:2px solid #fff;
}

/* +++ IE6 */
div#highlight_bar h2 {
	float:left;
	width:190px;
	color:#0c5d60;
	font-size:2.2em;
	margin:20 0 0 20px;
}
/*--- LightBox CSS Code--*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
/*--- /LightBox code--*/



div#content {
	overflow:auto;
	width:874px;
	margin:1 0 0 14px;
	padding:0 0 20 0px;
		background-color:#fff;
	border-top:1px solid #002855;
}

div#content_main {
	float:right;
	width:620px;
	padding:30 0 30 0px;
	border:0px solid #000;
	margin-top:125px;
}

div#content_sub {
	float:left;
	width:235px;
	background-image:url("/img/bg-sub-content.gif");
	background-repeat:repeat-x;
	background-position:top left;
	padding:20 0 20 0px;
	border:0px solid #000;
}

div#content_sub h2 {font-size:1.5em;}

div#content_sub h2#sales_title {margin-bottom:-6px;}

div#content_sub ul#aircraft_sales {
	margin:0;
	padding:0 16 0 16px;
	list-style:none;
}

div#content_sub ul#aircraft_sales li {
	padding:15px 0px 15px 0px;
	border-bottom:1px dotted #a09f9d;
}

div#content_sub ul#aircraft_sales li p {
	font-size:1.0em;
	font-weight:bold;
	margin:0 0 0 0px;
}

div#content_sub p a{text-decoration:none;}

div#content_sub p.price {
	font-size:1.4em;
	margin:0 0 6 0px;
}

div#content_sub p.details {
	font-size:.8em;
	margin-left:150px;
}

div#content_sub p.details a {color:#d17000;}

div#content_sub p.details img {margin:0 0 0 2px;}

/* +++ IE6 */
div#site_info {
	margin:0 auto 60 auto;
	width:902px;
	height:50px;
	padding:0 0 0 0px;
	background-image:url("/img/bg-site-info.png");
	background-repeat:no-repeat;
	background-position:top center;
	color:#737373;
	font-size:.9em;	
}

#site_info ul {
	float:right;
	padding:9 26 0 10px;
	margin:1 0 0 0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;	
}

#site_info li {display:inline;}

#site_info p {
	float:left;
	padding:9 10 0 26px;
	margin:0;
}

#site_info a {
	color:#737373;
	text-decoration:none;
}

#site_info a:visited {text-decoration:none;}

#site_info a:hover {text-decoration:none;}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:"trebuchet ms", arial, sans-serif;
	font-size:62.5%;
	color:#000;
}

h1, h2, h3, h4, h5 {
	color:#000;
	margin:0px 35px 4px 16px;
}

p, ul, ol {font-size:1.2em;}

h1 {font-size:2.2em;} 

h2 {font-size:1.8em;}

h3 {font-size:1.6em;}

h4 {font-size:1.4em;}

p {margin:0px 35px 10px 16px;}

a {
	font-size:1em;
	color:#d17000;
	text-decoration:underline;
}

a:visited {}

a:hover {text-decoration:none;}

ul {
	margin:0;
	padding:0 35 10 50px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:url("/img/dot.png");
	line-height:1.4em;
}

ol {
	margin:0;
	padding:0 35 10 50px;
	text-indent:0px;
	text-decoration:none;
	line-height:1.4em;
}
/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
img {border:0;}

.center {text-align:center;}

.bold {font-weight:bold;}

.nomargin {margin:0px;}

.small {font-size:.9em;}

.clear {
	clear:both;
	height:0px;
	border:0px solid #FFF;
}

.photo {
	float:left;
	margin:0 7 0 0px;
	padding:2px;
	background:#fff;
	border:1px solid #8c8181;
}

a.no_style {
	color:#000;
	text-decoration:none;
}

.even {background:#efefef;}

.tablelight {
	background-color:#f4f4f4;
}

.tabledark {
	background-color:#E9E9E9;
}

.tablehighlight {
	background-color:#002466;
	color:#FFFFFF
}

.submit {
	background-color:#003e85;
	font-weight:bold;
	color:#fff;
	border:0px;
	padding:3px 5px 3px 5px;
	font-family:arial, sans-serif;
}
.submit:hover {
	background-color:#001225;
	
}

textarea {
	font-family:"trebuchet ms", arial, sans-serif;
}

td {
	font-size:12px;
}

.error {
	color:#FF0000;
	font-weight:bold;
}

#adminNavMenu{
	position:absolute;
	top:295px;
	left:738px;
	width:140px !important;
	width:150px;
	padding:5px 5px 5px 5px;
	margin:0px;
	background-color:#c0e6eb;
}
/* END VARIOUS TAGS AND CLASSES */