/* CSS Document */

/* New CSS File */

a:link,a:visited { text-decoration:none}

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em;}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dd, dt
{ margin:0; padding:0;}

a img,:link img,:visited img { border:0px solid black;}

img {border-style: none;}

html {
	min-height:100%;
	margin-bottom:1px;
	
}

* html body {
font-size: small; /* for IE5/Win */
f\ont-size: small; /* for other IE versions */
}
body {	
	/*background: #C5C199;*/
	color: #01245e;
	font: normal 100% Georgia, "Times New Roman", Times, serif;
	background: #c5c199 url(images/bgBody.jpg) repeat-x top;
}

#outerwrapper {
	margin: 0px auto;
	width: 100%;
	
}
#title {
	margin: 0px auto;
	height: 138px;
	width: 950px;

}
#collagewrapper {
	margin: 0px auto;
	width: 100%;
	background: url(images/bg_topCollage.jpg) repeat-x;
	height: 28px;
}
#navwrapper {
	background: #1b3e76;
	margin: 0px auto;
	height: 27px;
	width: 100%;
	border-bottom: 2px solid #c5c199;
	color: #ffffff;
	text-align: center;
	padding-top: 3px;
}

#contentwrapper {
	background: #ffffff url(images/bgContent.jpg) repeat-x top;
	margin: 0px auto;
	width: 948px;
	border-right: 1px solid #d7d3b9;
	border-left: 1px solid #d7d3b9;
}

#content {
	padding: 75px 100px;
	width: 750px;
}

#content p {
	padding-top: 7px;
	padding-bottom: 7px;
}

#content .strong {
	font-weight: bold;
}

#content .homesinclude {
	width: 700px;
	padding-left: 15px;
}
#content .homesinclude ul {
	font-style: italic;
}
#content .homesinclude li {
	background: url(images/bullet_grn_chkmark.gif) no-repeat left center;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content .testimonials {
	width: 700px;
}
#content .testimonials p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border-bottom: 1px dashed #7c2b2a;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content #platmap table {
	border: 1px solid #1b3e76;
	color: #1b3e76;
	font: Arial, Helvetica, sans-serif!important;
	text-transform: uppercase!important;
	background: #ccccba!important;
	padding: 3px;
	margin-top: 15px;
}

#content #platmap td {
	border: 1px solid #1b3e76;
	background: #efefda;
	padding: 3px 5px;
	width: 25%;
	text-align: left;
	}
#content #platmap .title {
	font-weight: bold;
	color: #1b3e76;
	background: #d9d9c8!important;
	text-align: center;
	}
	

#content .bttnPlatMapPgs {
	padding: 10px 10px 20px;
	float: right;
}
#content h1 {
	/* for Main Page Titles */
	font-size: 16px;
	padding-bottom: 15px;
}

h2 {
	/* for Main Page Sub-Titles*/
	font-size: 14px;
	margin-top: 9px!important;
	margin-bottom: 12px!important;
	border: 1px solid #c4c09a;
	background: #edebde;
	text-align: center;
	padding: 7px 0px!important;
	color: #742828;
}

h4 {
	/* for Listing page Sub-Titles */
	
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	margin-top: 9px;
	margin-bottom: 9px;
	border: 1px solid #01245e;
}

#content a:link {
	color: #7c2b2a;
	text-decoration: underline;
	font-weight: bold;
}

#content a:visited {
	color: #a97c67;
	text-decoration: underline;
}

#content a:hover {
	color: #1b3e76;
	text-decoration: underline;
	}

#content .floater {
	float: right;
	width: 200px;
	margin-bottom: 20px;
	margin-left: 25px;
			
}
#content .floaterTop {
	width: 200px;
}

#content .floaterFeaturedListing {
/*	border-right: 1px solid #4e5b7d;
	border-left: 1px solid #4e5b7d;*/
	background: #e1decb;	
}
#content .floaterTD {
	background: #e1decb;
	border-right: 1px solid #4e5b7d;
	border-left: 1px solid #4e5b7d;
	margin: 0px;
	padding: 0px;	
	}
#content .floaterthumb {
	padding: 1px;
	margin: 10px 10px 8px!important;
	font-size: 11px;
	height: 68px;
	width: 178px;
	
}
#content .floaterthumb img {
	float: left;
	border: 1px solid #b7b48f;
	margin-right: 5px;
			
}
#content .floaternotes {
	
	font-style: italic;
	color: #742828;
	padding-left: 5px;
	text-align: center;
}
#content .floaterlinks {
	margin-left: 5px;

}
#content .floaterlinks ul {
	font-size: 11px;
	list-style: none;
	margin-top: 13px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
}

#content .floaterlinks li {
	background: url(images/bulletKey.gif) no-repeat left top;
	padding-left: 21px;
	padding-bottom: 3px;
	
}
#content .floaterlinks .bulletimg {
	border-style: none;
	background: #e1decb;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 0px;
}

#content .floater a:link {
	color: #7c2b2a;
	text-decoration: none;
	font-weight: bold;
	
}

#content .floater a:visited {
	color: #a97c67;
	text-decoration: none;
	
}

#content .floater a:hover {
	color: #1b3e76;
	text-decoration: none;
	
	}

#logos {
	margin: 0px auto;
	height: 90px;
	width: 728px;
	background: #ffffff;
	padding-right: 120px;
	padding-left: 100px;
}

#logos .lklndbldrslogo {
	height: 79px;
	width: 179px;
	float: left;
	
}
#logos .energystarlogo {
	float: right;
	height: 64px;
	width: 143px;
	padding-top: 15px;

}
#footer {
	background: #1b3e76;
	margin: 0px auto;
	height: 60px;
	width: 908px;
	color: #ffffff;
	text-align: center;
	border: 1px solid #d7d3b9;
	padding: 20px;
	text-transform: uppercase;
	font-size: 80%;
}

#footer a:link {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:visited {
	color: #8594b2;
	text-decoration: underline;
}

#footer a:hover {
	color: #ffcc66;
	text-decoration: underline;
}
#copyright {
	font-size: 85%;
	padding-top: 5px;
		
}