body
{
	margin:0;
	padding:0;
	background-color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.clear_left
{
	clear:left;
}

.clear_right
{
	clear:right;
}

.clear_both
{
	clear: both;
}

a:link {
	color: #767675;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #767675;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
}

a:hover{
	cursor:pointer;
}

#outer_wrapper
{
	/*border:1px solid red;*/
	width: 1050px;
	margin:auto;
}

#wrapper
{
	width:1000px;
	margin:auto;
	background-color: #FFFFFF;
}

#linkLogo{
	position:absolute;
	margin-top:160px;
	margin-left:595px;
	width:380px;
	height:125px;
}

#brownheader
{
	background:url(assets/brownbg.png) no-repeat;
	width:1000px;
	min-height:421px;
}

#greenheader
{
	background:url(assets/greenbg.png) no-repeat;
	float:left;
	min-height:498px;
	width:1000px;
}

#blueheader
{
	background:url(assets/bluebg.png) no-repeat;
	float:left;
	min-height:402px;
	width:1000px;
}

#legendheader
{
	background:url(assets/legendbg.png) no-repeat;
	float:left;
	min-height:427px;
	width:1000px;
}

#indexheader
{
	background:url(assets/indexbg.png) no-repeat;
	float:left;
	width:1000px;
	min-height:381px;
}

#menu
{
	float:right;
	margin-top:35px;
}

#body_wrapper
{
/*border:1px solid yellow;*/
background:url(assets/footer_back.gif) no-repeat;
background-position:bottom right;
min-height:500px;
}

#body_land_wrapper
{
/*border:1px solid yellow;*/
background:url(assets/land_development/land_development_footer.gif) no-repeat;
background-position:bottom right;
min-height:500px;
}

#body_commercial_wrapper
{
/*border:1px solid yellow;*/
background:url(assets/commercial/commercial_footer.gif) no-repeat;
background-position:bottom right;
min-height:500px;
}

#main_wrapper
{
/*border:1px solid yellow;*/
background-position:bottom right;
padding-top:100px;
}


#body_left
{
	float:left;
	width:593px;
	margin: 18px 0 10px 10px;
}

#body_left_content
{
	width:593px;
	background:url(assets/transparent_bg.png) repeat-y;
	padding-left:30px;
	padding-bottom:10px;
}

#body_right
{
	width:370px;
	float:right;
	margin-top:265px;
	padding-right:20px;
	padding-left:5px;
	/*border:thin solid #FF0000;*/
}

#footer
{
text-align:center;
width:1000px;
margin:auto;
}