@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*end of reset*/

body {
	color:#575e41;
	font-size:12px;
	}

p {
	margin-top:10px;
	}
	
h1 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:7px;
	}
	
h2 {
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	}

#container {
	width:960px;
	margin:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#logo {
	float:left;	
	}

#topnav {
	margin:0px 0px 40px 310px;
	background-image:url(../images/topnav-bg.gif);
	float:left;
	width:280px;
	padding:24px 29px 13px 29px;
	color:#FFFFFF;
	font-size:12px;
	}
	
	#topnav a {
		text-decoration:none;
		color:#FFFFFF;
		}
	
#line {
	margin:0px 0px 10px 0px;
	}
	
#mainarea {
	width:960px;
	margin-top:20px;
	}
	
#leftcolumn {
	width:239px;
	float:left;
	font-size:14px;
	line-height:21px;
	}
	
		
	#leftcolumn p {
		padding-right:10px;
		}
	
#rightcolumn {
	width:721px;
	float:left;
	line-height:22px;
	}

#content {
	padding:0px 10px;
	border-left:#575e41 dashed 1px;
	margin-top:10px;
	}
	
	#content a {
	color:#575e41;
	}
	
#footer {
	margin-top:20px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:17px;
	}
	
	#footer a {
	color:#575e41;
	text-decoration:none;
	}

#footerleft {
	background-color:#f3f1e9;
	width:760px;
	float:left;
	height:160px;
	}
	
#footerright {
	background-color:#f3f1e9;
	width:170px;
	float:left;
	margin:0px 0px 0px 10px;
	padding:10px;
	height:140px;
	}
	
#footercolumn {
	width:170px;
	float:left;
	margin:10px 0px 10px 20px;
	}
		
		#footercolumn li {
		list-style:none;
		}
		
		#footercolumn1 {
			width:150px;
			float:left;
			margin:10px 0px 10px 20px;
			}
			
		#footercolumn2 {
			width:225px;
			float:left;
			margin:10px 0px 10px 20px;
			}
			
		#footercolumn3 {
			width:100px;
			float:left;
			margin:10px 0px 10px 20px;
			}
			
		#footercolumn4 {
			width:200px;
			float:left;
			margin:10px 0px 10px 20px;
			}
			
			#footercolumn4 img {
				margin:10px 20px 0px 0px;
				float:right;
				}
	
#footercontent {
	background-color:#f3f1e9;
	width:180px;
	float:left;
	margin-left:20px;
	}
	
#subpageImageArea {
	width:700px;
	float:left;
	margin:15px 10px 0px 0px;
	}
	
	#subpageImageArea img {
	border:#CCCCCC 1px solid;
	padding:3px;
	}
	
#subpageCTA {
	width:250px;
	float:left;
	margin:15px 0px 0px 0px;
	}
	
	#subpageCTA img {
	border:#CCCCCC 1px solid;
	padding:3px;
	}
	
	
#subpagecontent {
	padding:10px;
	margin-top:10px;
	line-height:20px;
	}
		
#subpagecontent a {
	color:#990000;
	}
	
#subpagecontent li {
	margin:0px;
	}
	
	#subpagecontent ul {
	margin:3px 11px;
	list-style: square;
	padding:10px;
	
	}
	
#floorplannav {
	margin-bottom:10px;
	text-align:center;
	}
	
	
.clear {
	clear:both;
	}
	
#nav a {
	height:14px;
	display:block;
	float:left;
	}
	
.homeON, .home:hover {
	background-image:url(../images/nav-home-over.gif);
	width:87px;
	}
	
.home {
	background-image:url(../images/nav-home.gif);
	width:87px;
	}
	
.panelizedON,  .panelized:hover {
	background-image:url(../images/nav-panelized-over.gif);
	width:192px;
	}
	
.panelized {
	background-image:url(../images/nav-panelized.gif);
	width:192px;
	}
	
.customON,  .custom:hover {
	background-image:url(../images/nav-custom-over.gif);
	width:216px;
	}
	
.custom {
	background-image:url(../images/nav-custom.gif);
	width:216px;
	}
	
.testimonialsON,  .testimonials:hover {
	background-image:url(../images/nav-testimonials-over.gif);
	width:164px;
	}
	
.testimonials {
	background-image:url(../images/nav-testimonials.gif);
	width:164px;
	}
	
.wherewebuildON,  .wherewebuild:hover {
	background-image:url(../images/nav-wherewebuild-over.gif);
	width:187px;
	}
	
.wherewebuild {
	background-image:url(../images/nav-wherewebuild.gif);
	width:187px;
	}
	
.financingON,  .financing:hover {
	background-image:url(../images/nav-financing-over.gif);
	width:114px;
	}
	
.financing {
	background-image:url(../images/nav-financing.gif);
	width:114px;
	}
