@charset "UTF-8";
/* CSS Document */

/* CSS RESET*/
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
/* LAYOUT STYLES */

#container
{
	margin:20px auto;
	width:960px;
}
#flash_header
{
	width:960px;
	height:360px;
	background-color:#FFF;
	
	
}
#content
{
	padding:0px 25px;
	width:660px;
	float:left;
}
#content a
{
	text-decoration:none;
	color:#79be2f;
	font-weight:bold;
}
ul#navigation
{
	margin: 0px 0px 25px 0px;
	list-style-type:none;
	display:block;
	height:15px;
}
ul#navigation li
{
	display:block;
	height:25px;
	float:left;
	top:0px;
	position:relative;
}
ul#navigation li a
{
	display:block;
	background-position:0px 0px;
}
ul#navigation li a:hover, ul#navigation li a.nav_active
{
	background-position:0px -25px;
}

/* sub navigation */
ul#navigation ul{
	margin: 0px 0px 25px 0px;
	list-style-type:none;
	display:none;
	height:15px;
	position: absolute;
 	top: -999em;
}
ul#navigation li ul li{
	display:block;
	height:25px;
	float:left;
	top:0px;
	position:relative;
}
ul#navigation li ul li a{
	display:block;
	background-position:0px 0px;
}
ul#navigation li ul li a:hover, ul#navigation li ul li a.nav_active{
	background-position:0px -25px;
}
ul#navigation li ul li.sfHover{
	background-position:0px -25px;
}
ul#navigation li:hover ul,
ul#navigation li.sfHover ul {
  top: 25px;

}
/* end sub nav */

#content h3
{
	clear:left;
	width:660px;
	height:25px;
	text-align:center;
	display:block;
	background:#79be2f;
	color:#fcfcfc;
	font-weight:normal;
	font-size:1.1em;
	line-height:1.6em;
	
}
#content_container
{
	background:#c9e5ac;
	height:auto;
}

#content_container embed, #content_container object
{
	height:660px;
}

#content_left
{
	width:365px;
	padding:20px 10px 20px 20px;
	float:left;
	background:#c9e5ac;
	font-size:0.9em;
	color:#343c2d;
	height:220px;
}
#content_right
{
	width:235px;
	padding:20px 20px 20px 10px;
	float:left;
	background:#c9e5ac;
	font-size:0.9em;
	color:#343c2d;
	height:220px;
}
#right_banner
{
	background-color:#eee;
	width:225px;
	height:240px;
	float:left;

}
/* FORM STYLES */
#register
{
	background-color:#A9D57A;
	height:540px;
	padding:10px 60px 10px 10px;
	width:550px;
}

#register input, #contact textarea, #register select{
	width:160px;
	float:left;
	margin:5px 0px;
}
#register textarea{
	width:299px;
	height:180px;
	float:left;
}
#register label
{
	display:block;
	width:160px;
	float:left;
	clear:left;
	padding-top:3px;
}
#register .checkboxes
{
	width:280px;
	float:left;
	margin:5px 0px;
	
}
#register .checkboxes input
{
	width:auto;
	margin:0px 5px 0px 0px;
	float:left;
	clear:none;
}
#register .checkboxes p
{
	width:auto;
	margin:2px 5px 0px 0px;
	float:left;
	top:-5px;
	display:block;

}
#register .submit
{
	margin:-30px 0px 0px 340px;
	width:98px;
	height:36px;
}
blockquote, ul
{
	margin-left:15px;
}

.subhead {
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:0em;
	/*background-color:#79BE2F;*/
}
#footer_bar
{
	clear:both;
	width:660px;
	margin:0;
	height:25px;
	background-color:#79be2f;
}

#sidebar {
	width:225px;
	float:left;
	
}

a.bannerReferal {
	display:block;
	height:84px;
	width:659px;
	overflow:hidden;	
	margin-top:16px;
}

.dir_left {
	width: 220px !important;

}

.dir_right {
	width: 370px !important;
}

div.legend {
	padding: 5px 0;
	background-color:#A9D57A;
	margin: 12px 0;
	padding: 5px;
	font-size: 10px;
}

.dir_right div#map_canvas {
	border:1px solid #93cc47;	
}

/* house and land packages */
#content_left_hl{
	width:200px;
	background-color:#B7D687;
	height:450px;
	padding:0;
	float:left;
	font-size:0.9em;
	color:#343c2d;
}
#content_left_hl ul{
	margin-left: 0;
}
#content_left_hl li{
	font-size: 14px;
	font-weight: bold;
	color:#739A20;
	list-style-type: none;
	padding: 2px 0;
	padding-left:15px;
}
#content_left_hl li span{
	color: #417979;
	margin-right: 3px;
}
#content_left_hl>span{
	color: #E0FFFF;
	text-transform:uppercase;
	font-size: 18px;
	margin:15px;
	display:block;
}
#content_right_hl{
	width:400px;
}
#content_right_hl ul#builderDetails>li .desc{
	margin:15px;
	float:left;
	width:100%;
}
#content_right_hl ul#builderDetails>li{
	list-style-type: none;
	position: absolute;
	margin-left:185px;
	display:none;
	width: 430px;
}
#content_right_hl ul.pdfs{
	float:left;
	color: #417979;
}
#content_right_hl ul.pdfs li a{
	color:#96D420;
}
#content_right_hl ul.pdfs>li{
	list-style-type: none;
	display:block;
	margin-bottom:8px;
}
.over{
	background-color: #D8E9B9;
}
.logo{
	margin-top:15px;
	margin-left:15px;
}