/* CSS Document */
body#sub {
	font-family:"Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Helvetica, Sans-Serif;
	font-size:75%; /* 0.83em = 10px \ 0.91em = 11px \ 1em = 12px \ 1.08em = 13px \ 1.16em = 14px */
	text-align:center;
	background: #643320 url(../images/bg_homepage_body.jpg) top left repeat-x;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

body#index {
	font-family:"Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Helvetica, Sans-Serif;
	font-size:75%; /* 0.83em = 10px \ 0.91em = 11px \ 1em = 12px \ 1.08em = 13px \ 1.16em = 14px */
	text-align:center;
	background: #E9E6C2 url(../images/bg_homepage_body.jpg) top left repeat-x;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

h1#page-title {
	color: #333333;
	font-size: 1.6em;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url(../images/divider.gif) no-repeat left bottom;

}

#container {
	width: 964px;
	margin: 0 auto;
	padding: 0px;
}

#header {
	position: relative;
	margin-top: 20px;
	width: 964px;
	height: 90px;
	background: url(../images/bg_sub_header.jpg) no-repeat;
}

h1#logo {
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: -12px;
	left: 41px;
}

h1#logo a{
	width: 144px;
	height: 136px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -99999px;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

#tagline {
	width: 151px;
	height: 39px;
	float: right;
	margin-top: 42px;
	margin-right: 24px;
	/**background: url(../images/smart_growth.jpg) no-repeat;**/
	background: url(../images/better_neighborhoods.jpg) no-repeat;
	text-indent: -99999px;
}

/*** BEGIN NAVIGATION ***/
ul#navigation {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-left: 195px;
	padding-top: 45px;
}

ul#navigation li {
	display: inline;
	float: left;
	padding-right: 8px;
}

ul#navigation li a{
	height: 20px;
	display: block;
	cursor: pointer;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat !important;
	background-position: top;
}

ul#navigation li a:hover{
	background-position: bottom !important;
}

ul#navigation li a.selected{
	background-position: bottom !important;
}

ul#navigation li.button_home a{
	width: 52px;
	background: url(../images/button_home.jpg);
}

ul#navigation li.button_live_here a{
	width: 72px;
	background: url(../images/button_live_here.jpg);
}

ul#navigation li.button_mixed_use a{
	width: 165px;
	background: url(../images/button_mixed_use.jpg);
}
ul#navigation li.button_site_plan a{
	width: 71px;
	background: url(../images/bg_site_plan.jpg);
}
ul#navigation li.button_builder_partners a{
	width: 115px;
	background: url(../images/bg_builder_partners.jpg);
}
/*** END NAVIGATION ***/

#col1 {
	width: 48%;
	float: left;
}

#col2 {
	width: 43%;
	padding: 0 0 0 5%;
	float: left;
	background-color: #FFFFFF;
}

.content_image {
	border: 1px solid #CCCCCC;
	padding: 3px;
}

/*** BEGIN SUB PAGE STYLES ***/
body#sub #body_container {
	padding:0px;
	margin:0px;
	background: #E9E6C2 url(../images/bg_container_body.jpg) top left repeat-x !important;
}

body#sub div#content {
	padding-top: 66px;
	padding-left: 78px;
	padding-right: 78px;
	background: url(../images/bg_sub_content.gif) repeat-y;
	min-height: 512px;
	text-align: left;
}

body#sub div#content p{
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

body#sub div#footer {
	width: 100%;
	height: 150px;
	background-color: #643320;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	clear: both;
	border-top: 1px solid #FFFFFF;
}

body#sub div#footer .footer {
	background: url(../images/bg_sub_footer.gif) no-repeat;
	width: 964px;
	height: 21px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	top: -1px;
}

body#sub div#footer .footer .hunt_communities {
	position: absolute;
	top: 32px;
	right: 60px;
}

body#sub div#footer .footer .hunt_communities a{
	width: 97px;
	height: 27px;
	background: url(../images/logo_hunt_communities.png) no-repeat;
	text-indent: -99999px;
	display: block;
	cursor: pointer;
	overflow: hidden;
}


body#sub div#footer .footer .equal_housing {
	position: absolute;
	width: 28px;
	height: 27px;
	background: url(../images/logo_equal_housing.png) no-repeat;
	text-indent: -99999px;
	top: 32px;
	right: 15px;
}
/*** END SUBPAGE STYLES ***/

/*** BEGIN HOMEPAGE STYLES ***/
body#index div#header {
	position: relative;
	margin-top: 20px;
	width: 964px;
	height: 90px;
	background: url(../images/bg_header.jpg) no-repeat !important;
}


body#index div#content {
	height: 434px;
	padding-top: 105px;
	background: url(../images/bg_homepage_content.jpg) no-repeat;
}

body#index .index {
	padding-left: 40px;
	padding-right: 45px;
}

body#index div#content .box div{
	padding: 0px;
	margin: 0px;
	padding: 56px 14px 16px 24px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
}

body#index div#content .box div p{
	margin: 0px;
	padding: 0px;
}

body#index div#content .box div.box_images{
	padding: 0px;
	margin: 0px;
	text-align: center !important;
}

body#index div#box1 {
	width: 287px;
	height: 337px;
	background: url(../images/box_big_picture.jpg) no-repeat;
	overflow: hidden;
	float: left;
	padding-right: 7px;
	font-size: 1.3em;
}

body#index div#box1 img{
	padding-top: 5px;
}

body#index div#box2 {
	width: 287px;
	height: 337px;
	background: url(../images/box_natural_wonder.jpg) no-repeat;
	overflow: hidden;
	float: left;
	padding-right: 6px;
}

body#index div#box2 img{
	padding-top: 5px;
}

body#index div#box3 {
	width: 287px;
	height: 337px;
	background: url(../images/box_smart_growth.jpg) no-repeat;
	overflow: hidden;
	float: left;
}

body#index div#footer {
	float: right;
	position: relative;
}


body#index div#footer .hunt_communities {
	position: absolute;
	top: -35px;
	right: 80px;
}

body#index div#footer .hunt_communities a{
	width: 97px;
	height: 27px;
	background: url(../images/logo_hunt_communities.png) no-repeat;
	text-indent: -99999px;
	display: block;
	cursor: pointer;
	overflow: hidden;
}

body#index div#footer .equal_housing {
	position: absolute;
	width: 28px;
	height: 27px;
	background: url(../images/logo_equal_housing.png) no-repeat;
	text-indent: -99999px;
	top: -35px;
	right: 35px;
}
/*** END HOMEPAGE STYLES ***/

/*** BEGIN FORM STYLES ***/
.form input, .form select, .form textarea {
	width: 337px;
	height: 20px;
	color: #666666;
	background-color: #E0F4F4;
	border: none;
	padding: 5px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Helvetica, Sans-Serif;
	font-size: 1em;
}

.form label {
	font-weight: bold;
	color: #666666;
	display: block;
	font-size: 1.2em;
	padding-bottom: 5px;
	padding-top: 12px;
}

.form label.first {
	padding-top: 0px;
}

.form textarea {
	width: 337px;
	height: 141px;
}

.form .button_submit {
	text-align: right;
	padding-top: 15px;
}	

.form input#submit {
	width: 80px !important;
	height: 30px;
	background: url(../images/buttton_submit.gif) top left no-repeat;
	cursor: pointer;
}

.dontfillmeout {
	display: none;
}


.success, .failure {
	width: 337px;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}

.success {
	color: #00CC00;
}

.failure {
	color: #643320;
}
/*** END FORM STYLES ***/

.builder_partners{
	width: 48% !important; float: left; list-style: none; padding: 0; margin: 0; display: block;
}
.builder_partners li{
	padding: 2px 0; color: #666
}


