@charset "UTF-8";
/* CSS Document */

html { min-height: 100%; margin-bottom: 1px; overflow-y:scroll; }  /* Firefox / IE8 scroll-fix*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2b1d07;
}

body {
	/*background-color: #be926d;
	background-image: url(../images/main_bg.gif);*/
	background-repeat: repeat-x;
	margin-top: 0px;
	background-color:#000000;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#nav {
	height: 37px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	text-align: center;	
}

#contentcontainer {
	background-color: #000000;
	text-align: center;
}

#content {
	width:910px;
	background-image: url(../images/content_bg2.gif);
	background-repeat: repeat-y;
	background-position: top;
	padding: 5px 15px;
}

#contentcontainer {
	margin: 0 auto;
}

/*IMAGE TAKEN OUT TO MAKE BACKGROUND ALL BLACK*/
#footer {
	/*background-image: url(../images/ftr.gif);
	background-repeat: no-repeat;*/
	text-align: center;
	vertical-align: top;
	background-color:#000000;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color:#FFFFFF;
	/*color: #929292;*/
	padding: 15px 6px;
}

#footer a:hover {
	color: #c88e57;
}

#footer p {
	margin: 5px auto;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	line-height: 37px;
	display: inline;
	padding: 0;
	margin: 0;
	white-space: normal;
}

#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #eb9f5b;
	padding: 7px;
	text-decoration: none;
	margin: 0;
}

#nav ul li a:hover {
	background-image: url(../images/nav_over.gif);
	background-repeat: repeat-x;
	color: #ecdabf;
}

#nav ul li img {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.phone {
	font-weight: bold;
	margin: 0 15px;
}

#topnav, #topnav a {
	color: #eb9f5b;
}

#topnav a {
	padding: 0 8px;
	text-decoration: none;
	font-weight:bold;
}

#topnav a:hover {
	color: #ecdabf;
}

#topnav {
	display: block;
	float: right;
	margin: 20px 15px 0 0;
}

#credits, #credits a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*color: #6E4E2A;*/
	color:#E2BE87;
	text-decoration: none;
	text-align: center;	
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: oblique;
	font-weight: normal;
	color: #006130;
	text-decoration: none;
	margin: 4px 0;
}

#content p {
	margin: 3px 3px 10px 3px;
}

.tblcontent {
	background-color: #004f2a;	
}

h2.subheadline {
	color: #f7e0bc;
	margin: 3px 0;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: normal;
}

td.tblcontent p {
	color: #FFFFFF;
	font-size:12px;
}

td.tblcontent a {
	color: #f4a570;
	text-decoration: underline;
}

#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: oblique;
	font-weight: normal;
	color: #9d6d25;
	text-decoration: none;
	margin: 4px 0;
}

/* --- Testimonials Styles --- */
#Testimonials_tbl {
position:relative;
float:left;
margin:1px;
}

/*Styles for the public Gallery interface*//*--------------------------------------------------------------------------*/

div.thumbview {
border:#E8CB9F thin solid;
/*background-color:#F8EEE0;*/
width:105px;
height:100px;
position:relative;
padding:5px;
margin-top:5px;
margin-bottom:5px;
margin-left:auto;
margin-right:auto;
text-align:center;
}

div.thumbContainer {
width:150px;
height:150px;
text-align:center;
position:relative;
float:left;
margin:5px;
font-size:11px;
}

/* Styles for Lightbox*//*--------------------------------------------------------------------------*/
#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;
	}
	
/* --- Dropdown Menu Styles --- */
#dropdown_nav {
height: 37px;
background-image: url(../images/nav_bg.gif);
background-repeat: repeat-x;
text-align: center;
}

#dropdown_nav ul {
	padding: 0;
	margin: 0;
	list-style:none;
}

#dropdown_nav li {
float: left;
position: relative;
padding-left:3px;
padding-right:3px;
/*display:block;*/
z-index:9;
}

#dropdown_nav ul li {
	line-height: 37px;
	display:block;
}

#dropdown_nav ul li a {
	color:#FFE6B2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 8px 5px 9px 5px;
}

#dropdown_nav ul li a:hover {
	background-image: url(../images/nav_over.gif);
	background-repeat: repeat-x;
	color: #ecdabf;
}

#dropdown_nav li ul {
display: none;
position:absolute;
top: 1em;
left: 3px;
background-color:#4D0E00;
float:left;
width:10em;
/*font-weight:normal;*/
/*border:#8A3118 1px solid;*/
}

#dropdown_nav li > ul {
top: 2.65em;
/*left: auto;*/
}

#dropdown_nav li:hover ul, li.over ul ul {
display: block;
clear:left;
z-index:9;
}

#dropdown_nav li li a {
display: block;
font-weight: normal;
color:#FFFFFF;
padding: 0.5em 7px;
line-height:15px;
/*border:#FFFFFF 1px solid;*/
width:10em;
text-align:center;
}
/* --- End Dropdown Styles --- */

/* --- Styles for floorplan listing on floorplan page --- */
#floorplan_list {
width:675px;
position:relative;
float:left;
margin:5px 2px 0px 2px;
padding:1px;
}

#floorplan_list ul {
width:675px;
position:relative;
float:left;
margin:5px 2px 0px 2px;
padding:1px;
list-style:none;
}

#floorplan_list li {
display:block;
text-align:center;
float:left;
position:relative;
margin:0 0 20px 0;
}

#floorplan_list li img {
width:320px;
height:150px;
padding:5px;
margin:2px;
border:#CCCCCC 1px solid;
}

#floorplan_list a {
text-decoration:none;
font-size:14px;
color:#004F2A;
}

#floorplan_list a:hover {
text-decoration:underline;
}


/* --- Styles for design guide order form --- */
#OrderForm {
}

#OrderForm tr {
height:30px;
}

.form_heading {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
font-style: oblique;
font-weight: normal;
color: #9d6d25;
text-decoration: none;
margin: 4px 0;
}

.fieldname {
text-align:right;
font-size:11px;
}

.fieldname_req {
text-align:right;
font-size:11px;
color: #C28149;
}

.error {
color:#FF0000;
}

/* --- Styles for images in information copy --- */
.photoframe {
border:#DED7C9 1px solid;
padding:10px;
margin-right:10px;
margin-top:10px;
}

/* --- Log siding listings --- */
#sidingdetail {

}

#sidingdetail strong {
display:block;
border-bottom:#DED7C9 1px solid;
}

#sidingdetail ul {
list-style:none;
}

#sidingdetail img {
border:#DED7C9 1px solid;
padding:5px;
}

/* --- Styles for shows list --- */
#ShowList td {
border-bottom:#DED7C9 1px solid;
padding:3px;
}

/* --- Styles for message from owner letter --- */
#LetterStyle {
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
}