
body{
	background-color: #F0EADC;
	text-align: center;
}
h1{
	color: #473e2a;
	font-family: Times New Roman, Times, serif;
	font-size: 130%;
}
p{
	color: #473e2a;
	font-family: Times New Roman, Times, serif;
	font-size: 90%; 
}

br{
	margin: 0px;
}
a 
{
	color: #473e2a;
}
strong{
	color: #ffffff;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 90%;
	font-weight: normal;
}

#main_area{
	position: relative;
	text-align: left;
	width: 1025px;
	margin: 0 auto 0 auto;
}
#subheader{
	position: absolute;
	left: 250px;	
	top: 531px;
}

#mainNavigation{
	position: absolute;
	left: 327px;
}

#mainContent{
	margin-left: 128px;
	margin-top: 0px;
	padding-top: 50px;
	width: 740px;	
}
.navigation{
	color: #d8d4d4;
	font-size: 7pt;	
	font-family: Verdana, Verdana, Geneva, sans-serif;
}

#footerNavigation a{
	color: #d8d4d4;
	margin: 0px 4px 0px 4px;
	text-decoration: none;
}

#content_underlay
{
	background-image: url(images/ContentBck.png);
	background-repeat: repeat-y;
}

#main_bottom
{
	
}
#footer
{
	padding-top: 15px;
	background-image: url(images/EW_Footer_bck.png);
	background-repeat: no-repeat;
	height: 41px;
}
#footerNavigation
{
	margin-left: 128px;
	bottom: 15px;
	left: 0px;
	
}
#footerAddress{
	margin-left: 128px;	
	bottom: 0px;
	right: 15px;
}


#homes_left{
	float: left;
	width: 360px;
}

#homes_left b, #homes_right b{
	font-size: 130%;
}

#homes_right{
	float: right;
	width: 360px;	
}

#contactUsContent{
	position: absolute;
	left: 128px;
	top: 597px;
	width: 740px;	
	height: 210px;
}
#contactUsSubheader{
	position: absolute;
	left: 250px;	
	top: 561px;
}
#contactUsForm{
	position: absolute;
	left: 70px;	
	top: -410px;	
}


/* -------------------  FORMS  ------------------- */
input {
	font-size: 9pt;
}
#contactForm{
	position: relative;
	width: 450px;
	height: 400px;
}

.formItem{
	clear: both;
	width: 450px;
	height: 30px
}
.formItemMulti{
	clear: both;
	width: 450px;
	height: 20px;
	margin-bottom: 10px;
}
.formLabel{
	font-size: 8pt;
	float: left;
	padding-right: 5px;
	text-align: left;
	vertical-align: bottom;
	width: 80px;
}
.formLabelSingle{
	font-size: 8pt;
	float: left;
	padding-right: 5px;
	text-align: left;
	vertical-align: bottom;
	width: 300px;
}

.formLabelMulti{
	font-size: 8pt;
	padding-right: 5px;
	text-align: left;	
}
.formElement{
	float: left;
	text-align: left;
}
.formElementMulti{
	text-align: right;	
}
#formFirstName{
	width: 360px;
}
#formLastName{
	width: 360px;	
}
#formAddress{
	width: 390px;	
}
#formCity{
	width: 160px;		
}
#formState{
	width: 50px;
}
#formZip{
	width: 105px;
}
#formPhone{
		width: 390px;
}
#formEmail{
		width: 390px;
}
#formPreferredContact{
		width: 265px;
}
#formHearAbout{
		width: 265px;
}
#formComments{
	width: 450px;
	height: 60px;
}
#required{
	color: black;
	font-size: 8pt;
}
#formButton{
	bottom: 15px;
	right: 15px;
}
#errorMessage{
	border: 1px solid red;
	background-color: #BD8A51;
	position: absolute;
	top: -20px;
	left: 15px;	
	color: black;
	font-size: 8pt;
}
.errorText{
	color: red;
}

#errorBox{
	border: 1px solid red;
	background-color: #BD8A51;
	position: absolute;
	bottom: 40px;
	left: -35px;	
	color: black;
	font-size: 8pt;
	width: 500px;
}
#errorBox ul, #errorBox ul li{
	margin: 0px 0px 0px 0px;
}