@charset "utf-8";
body  {
	font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
	background-color:#002F62;
	padding: 0;
	margin: 0 auto; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
a:link {
	color: #333333;
		color:#003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
		color:#003366;
}
a:hover {
	text-decoration: underline;
	color: #333333;
		color:#003366;
}
a:active {
	text-decoration: none;
	color: #333333;
		color:#003366;
}
a img {
	border:none;
/*	float: left;  */
}

h1 {color:#003366; font-size:16px;}
h2 {
	color:#003366;
	font-size:14px;
	line-height: normal;
}
h3 {
	color:#003366;
	font-size:12px;
	font-weight:bold;
	line-height: normal;
}

#container {
	width: 960px; 
	background: url(none) repeat-y;
	margin: 0 auto 0 auto;
	padding: 0px;
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background-color: #C8C1A4;
	height: 156px;
	margin: 0px;
	padding: 0; 
	width: 960px;
	
} 
#home #header {
	background-color: #C8C1A4;
	height: 274px;
	margin: 0px;
	padding: 0;  
	width: 960px;	
} 

#header h1 {
	margin: 0; 
	padding: 10px 0;
}
#header_content {
	padding: 8px;
	margin: 0px;
}
.banner_logo {
	margin:0;
	padding-right:4px;
	border:none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}

.banner_photo {
	margin:0;
	padding-left:4px;
	border:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
}

#midsection {
	margin: 0px;
	padding: 0px;
	width: 960px;
	background-color: #C8C1A4;
	
}

#menu_block {
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 960px;
 	background-color:#800000;
	color: #F8F3E2;
	line-height: normal;
}


#navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #F8F3E2;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
}
#navbar ul {
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
}
#navbar ul li {
	display: inline;
}
#navbar ul li a {
 	color: #FBF2D5; 
	text-decoration: none;
	float: left;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	margin-right:30px;
}
#navbar ul li a:hover {
	color: #FFFFFF;
	background-color:#600000;
}

#sidebar1container {
	float: left; 
	width: 202px; 
	margin: 0px;
	height: auto;
	padding: 0px;
}

#sidebar1 {
	margin-left: 8px;
	height: auto;
	padding: 0px;
	margin-right: 4px;
	margin-top: 0px;
	margin-bottom: 4px;
}
#sidebar1right {
	margin: 8px 8px 4px 4px;
	padding:0;
}

/* All the sidebar div's share these rules. */
.left_sidebar_all {
	margin-bottom: 8px;
	color: #333;
	line-height: 1.25;
	background: #F8F3E2;
}

/* The title in each of the sidebar div's has a H3. */
.left_sidebar_all h3 {
	color: #FFF;
	padding: 4px;
	font-size: 100%;
	margin: 0px;
	text-align:center;  
}

/* The lists and paragraphs in each of the sidebar div's share these rules. */ 
.left_sidebar_all ul,	
.left_sidebar_all p {	
	background-color: #F8F3E2;	/* Need to set the list's bg color if the div that the list sits in has a diff bg color. */
	padding: 8px;
	margin: 0px;
}

/* No bullets on our lists. */
.left_sidebar_all ul {	
	list-style: none;
}

/* Make the links block level selectable. */
.left_sidebar_all li a 	{	
	width: 100%; 	/* needed by IE6 */
	display: block;
	margin-bottom:10px;
}

/* Special menu div in left sidebar. No border and bg. */
.left_sidebar_menu {
	color:#003366;
	font-weight:bold;
/*	padding-top: 10px;   */
	padding-top: 8px; 
}
.left_sidebar_menu a {color:#003366;}
/* Background image (sails) appears when the link is hovered over. */
.left_sidebar_menu a:hover	{ 
	text-decoration:none;
 	background-color:#FFFFFF;
	background-image:url(images/bullet_sails.gif); 
	background-position:right; 
	background-repeat:no-repeat;
}
.left_sidebar_menu a:visited {color:#003366;}

.left_sidebar_menu ul {
	padding-bottom:4px; /*added to offset normal 10, to accommodate more items  */
}
.left_sidebar_menu li a {
	margin-bottom:6px; /*added to offset normal 10, to accommodate more items  */
}

#home_sidebar_menu .left_sidebar_menu {
	color:#003366;
	font-weight:bold;
	padding-top: 0; /*	changed to 0 accommodate more menu items */
}

#home_sidebar_menu .left_sidebar_menu ul {
	padding-bottom:4px; /*added to offset normal 10, to accommodate more items  */
}
#home_sidebar_menu .left_sidebar_menu li a {
	margin-bottom:6px; /*added to offset normal 10, to accommodate more items  */
}

/* 1st div in left sidebar. Green border and bg. */
.left_sidebar_1 {
	border: 2px solid #838F6D;
	background-color: #838F6D;
}

/* 2nd div in left sidebar. Blue border and bg. */
.left_sidebar_2 {
	border: 2px solid #648DAC;
	background-color: #648DAC;
}

/* 3rd div in left sidebar. Red border and bg. */
.left_sidebar_3 {
	border: 2px solid #800000;
	background-color: #800000;
}
/* 4th div in left sidebar. Dark Gold border and bg. */
.left_sidebar_4 {
	border: 2px solid #93691C;
	background-color: #93691C;
}
/* 5th div in left sidebar. Gold border and bg. */
.left_sidebar_5 {
	border: 2px solid #B58A00;
	background-color: #B58A00;
}
.left_sidebar_6 {
	border: 2px solid #93691C;
	background-color: #93691C;
}
/* Special Company div in left sidebar. No border and bg. */
.left_sidebar_contact {
	color:#003366;
	font-size:10px; font-weight:bold;
}
.model_sidebar_links {
	line-height: 1.3 em;
	color:#003366;
	font-weight:bold;
}
.news_headline {
	color:#003366;
	font-size:12px;
	font-weight:bold;
	line-height: 1.2;
	padding: 8px 8px 0 8px;
	background-color:#F8F3E2;
}

#mainContent {
	margin: 0px 8px 0px 206px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 10px 0px 10px;
	background-color: #FBF4D2;   
} 

#homeMainContentWrapper {
	width:548px;
	margin: 0 0 0 206px;
	padding: 0;
}

#homeMainContent {
/*	For home page, the width and left margin are handled by #homeMainContentWrapper to accommodate right sidebars and 
	permit padded regular content area to appear below slideshow. */
	padding: 20px 10px 0 10px;
	background-color: #FBF4D2;   
} 

.pagecontentSection {
	padding-bottom:5px;
	background-image:url(images/hrule-blue2.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-bottom:12px;
}

.majorCaption {
	color:#003366;
	font-size:12px;
	font-weight:bold;
	line-height: 1.2;
}	
.majorCaption a:link, .majorCaption a:visited, .majorCaption a:hover, .majorCaption a:active  {
	color:#003366;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.signature1 {
	padding-left:450px;
	font-weight:bold;
	font-style:italic;
}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#800000;
	height: 60px;
	margin: 0px;
} 
#footer_content {
	width:940px;
	height:50px;
	margin:0px;
	padding:0px;
	background-color:#800000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F8F3EB;
}

#footer_content p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}.footer_content_left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 190px;
	font-size: 10px;
	line-height: 14px;
	font-style: normal;
}
.footer_content_right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 190px;
	text-align: right;
	font-size: 10px;
	line-height: 14px;
}
.footer_content_center {
	text-align: center;
}
.footer_content_center a, .footer_content_right a {
	color: #F8F3E2;
	text-decoration:none;
}
.footer_content_center a:hover, .footer_content_right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	
}
#splashMovie {
	padding: 0px;
	height: 550px;
	width: 500px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#splashMovie2 {
	padding: 0px;
	height: 550px;
	width: 725px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.modelcontentSection {
	padding-bottom:10px;
	background-image:url(images/hrule-blue2.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-top: 10px;
	height: 215px;
	margin: 0px;
}
.model_thumb {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	width: 150px;
}
.model_summary {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 560px;
}

.qd_content_section {
	padding-bottom:10px;
	background-image:url(images/hrule-blue2.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-top: 10px;
	height: 210px;
	margin: 0px;
}
.qd_thumb {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0;
	float: left;
	width: 300px;
}

.qd_summary {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 410px;
}
.qd_summary h3 {
	line-height:0em;
}
.sold_sub {
	font-size:14px;
	font-weight:bold;
	line-height:0;
	color:#900;
}

#qdsub_top {
	margin-top:10px;	
}

.qdsub_photo {
	width:320px;
	float:left;
	margin-bottom:10px;
}
.qdsub_photo img {
	border: #648DAC 5px inset;
}
.qdsub_content {

}

.green_features {
	background-color: #527232;
	height: 585px;
	width: 725px;
	visibility:hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top:1px;
	color: #FFFFFF;
	text-align: left;
	position: absolute;
	left: 0px;
	top: 0px;
}
.green_features h1, .green_features h2, .green_features h3 {
	color:#FFFFFF;
	margin-left:10px;
}
.green_features a {color:#FFFFFF;
}
.highlight1_it {
	color:#003366;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
}

