/* CSS Document */
body {
	background-color:#A9AC99;
	background-image:url(images/body_back.gif);
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	height:100%;
}

#main {
	margin:auto;
	background-color:#FFFFFF;
	width:760px;
	border-bottom:solid 2px #FFFFFF;
}

#header {
 width:760px;
 height:130px;
 background-image:url(images/header_back.png)
}

#header_spacer {
	width:580px;
	height:89px;
	clear:both;
}

#header_menu {
	width:618px;
	height:20px;
	margin:0px;
	color: #FFFFFF;
	padding:0px 0px 0px;
	text-align: center;
	position:relative;
	top:7px;

	/*
	border:2px solid #FFFFFF;
	background-color:#CACBBC;
	background-image:url(images/header_nav_back.png);
	 */
}

#page {
width:760px;
background-image:url(images/page_back.gif);
}

#content {
	width:542px;
	float:left;
	margin:0px;
}

#side {
/* background-color:#FFFFFF;*/
 background-color:#BFBEA7;
 width:216px;
 float:left;
}

#side img {
 vertical-align:bottom;
}

#spacer_full{
width:760px;
clear:both;
}

#foot{
width:760px;
height:1px;
clear:both;
margin:0px;
}


.sideBox_header {
	width:216px;
	height:34px;
	background-color:#666633;
	padding:0px;
    border:0px;
	clear:both;
	/* background-image:url(images/side_header_bg.png); */
}

.sideBox_search 
{
    width:74px;
    height:34px;
    padding:0px;
    border:0px;
    float:left;
}
.sideBox_featured
{
    width:78px;
    height:34px;
    padding:0px;
    border:0px;
    float:left;
}
.sideBox_mls
{
    width:64px;
    height:34px;
    padding:0px;
    border:0px;
    float:left;
}

#sideBox_a {
	width:216px;
	background-color:#E7E7DC;
	color:#5A5A2E;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#sideBox_b {
	width:216px;
	background-color:#E7E7DC;
	color:#5A5A2E;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

.sideBox_off
{
    display:none;
    visibility:hidden;
}
.sideBox_on
{
    display:block;
    visibility:visible;
}

.contactBlock {
	width:480px;
	float: left;
	height: 120px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

.newsBlock {
	width:480px;
	margin: 6px 0px 6px 40px;
	padding: 0px;
}

.newsDate {
	width:100px;
	float:left;
}

.newsDesc {
	width:360px;
	float:left;
}

.newsSpacer {
	width:480px;
	height:8px;
	clear:both;
}

img.contactImg {
	float:left;
	margin-right:20px;
}

.ehoImg 
{
    margin-top:-80px;
	margin-right:140px;
	float:right;
	position:relative;
	z-index:100;
}
.echoSpacer
{
    float:right;
    height:80px;
}

.infoNote {
 float:right;
}

a {
	font-size: 12px;
	color: #663300;
	text-decoration: none;
}

a:hover {
	color: #464D1A;
	text-decoration: underline;
}

a.menu {
	font-size: 12px;
	color: #E0D7B4;
	text-decoration: none;
	margin:0px 16px 0px 16px;
	padding:0px;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight:bold;
	vertical-align: middle;
}

a.menu:hover {
	text-decoration: underline;
	color:#FFFFFF;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	/*color: #663300;*/
	color: #336600;
	text-align: left;
	text-indent: 10px;
	margin:0px;
	letter-spacing: 0.2em;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	text-align: left;
	text-indent: 26px;
	margin:0px;
	letter-spacing: 0.2em;
	text-decoration:underline;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	text-align: left;
	margin:0px;
	letter-spacing: 0.1em;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	text-indent: 10px;
	margin:0px;
	letter-spacing: 0.2em;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin-left: 12px;
	width:500px;
}

p.address {
		font-size: 13px;
		margin-left: 11px;
		margin-top:4px;
		height:40px;
}

p.linkDesc {
	font-size: 13px;
	color: #000000;
	margin: 8px 10px 8px 40px;
	width:460px;
}

.formBox {
	margin-left:4px;
	margin-top:8px;
	height:20px;
	clear:both;
}

.formTitle {
	font-size: 12px;
	margin-left: 1px;
	float:left;
	width:54px;
	display:block;
}
.formTitleSub
{
	font-size: 12px;
	margin-left: 1px;
	float:left;
	width:50px;
	display:block;
}

.formInput 
{
	margin-left: 2px;
	width:136px;
	float:left;
}

.formInput_small
{
    margin-left: 2px;
	width:44px;
	float:left;
}

.submit {
	background-color:#848557;
	color:#FFFFFF;
	border:1px solid #61603D;
	width:204px;
	height:28px;
	text-align:center;
	clear:both;
	margin:0px;
}


.mapBlck{
 clear:both;
}
.imgMap {
 margin-left:20px;
 float:left;
}

.mapAddress {
 font-size:12px;
 width:240px;
 float:left;
 position:relative;
 left:10px;
}

.mapLinkBlock {
	width:240px;
	position:relative;
	top:30px;
}




