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

body {
	background: url(../images/bkg.jpg) top repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FBF6E3;
}

#maincontainer {
	margin: 0 auto 0 auto;
	width: 914px;
	height: auto;
}

#heading {
	text-align: right;
	width: 914px;
	height: 71px;
	float: left;
}

#heading h1 {
	color: #516755;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	margin: 10px 0 0 0;
}

#heading h2 {
	color: #516755;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 0 0;
}

#flasharea {
	width: 914px;
	height: 283px;
	float: left;
}

#topnav {
	width: 914px;
	height: 51px;
	float: left;
	background: url(../images/nav_bg.jpg) top no-repeat;
}

#topnav a:link, #topnav a:visited {
	color: #28292E;
	text-decoration: none;
}

#topnav a:hover {
	color: #DCCFA6;
	text-decoration: none;
}

#homenav {
	width: 82px;
	height: 51px;
	float: left;
	background: url(../images/nav/home.png) top no-repeat;
	text-align: center;
}	

#homenav p {	
	color: #28292E;
	font-size: 16px;
	margin: 13px 0 0 0;
}

#findnav {
	width: 114px;
	height: 51px;
	float: left;
	background: url(../images/nav/find.png) top no-repeat;
	text-align: center;
}

#findnav p {	
	color: #28292E;
	font-size: 16px;
	margin: 13px 0 0 0;
}

#aboutnav {
	width: 167px;
	height: 51px;
	float: left;
	background: url(../images/nav/about.png) top no-repeat;
	text-align: center;
}

#aboutnav p {	
	color: #28292E;
	font-size: 16px;
	margin: 13px 0 0 0;
}

#hownav {
	width: 105px;
	height: 51px;
	float: left; 
	background: url(../images/nav/how.png) top no-repeat;
	text-align: center;
}

#hownav p {	
	color: #28292E;
	font-size: 16px;
	margin: 13px 0 0 0;
}

#contactnav {
	width: 148px;
	height: 51px;
	float: left;
	background: url(../images/nav/contact.png) top no-repeat;
	text-align: center;
}

#contactnav p {	
	color: #28292E;
	font-size: 16px;
	margin: 13px 0 0 0;
}

#testimonialsnav {
	width: 126px;
	height: 51px;
	float: left;
	background: url(../images/nav/testimonials.png) top no-repeat;
	text-align: center;
}

#testimonialsnav p {	
	color: #28292E;
	font-size: 16px;
	margin: 13px 0 0 0;
}

#bottom {
	width: 914px;
	height: auto;
	background: url(../images/bottom_bg.png) top repeat-y;
}

#contentarea {
	width: 695px;
	height: auto;
	float: left;
}

#contentarea h1 {
	color: #516755;
	font-size: 24px;
	margin: 10px 0 0px 20px;
	font-weight: normal;
}

#contentarea p {
	margin: 0 20px 10px 20px;
	color: #787056;
	font-size: 14px;
}

#contentarea p.tagline {
	color: #bfb38b;
	font-style:italic;
	font-size: 16px;
}

#contentarea p a:link, #contentarea p a:visited {
	color: #516755;
	text-decoration: none;
	font-weight: bold;
}

#contentarea p a:hover {
	color: #516755;
	text-decoration: underline;
	font-weight: bold;
}

#left {
	width: 219px;
	height: auto;
	float: left;
}

#contactinfo {
	width: 219px;
	height: 196px;
	float: left;
	background: url(../images/contactbg.png) top no-repeat;
	text-align: center;
}

#contactinfo p {
	color: #F6ECC6;
	font-size: 17px;
	margin: 0;
}

#contactinfo a:link, #contactinfo a:visited {
	color: #F6ECC6;
	font-style: italic;
	text-decoration: none;
}

#contactinfo a:hover {
	color: #F6ECC6;
	text-decoration: underline;
}

#contactinfo .yellow {
	color: #F6ECC6;
	font-size: 20px;
	margin: 37px 0 10px 0;
}

#contactinfo .address {
	color: #FFFFFF;
	font-size: 15px;
	margin: 0 0 10px 0;
}

#leftnav {
	width: 219px;
	height: auto;
	float: left;
	background: url(../images/leftnav_bg.png) top repeat-y;
}

#lefttestimonialsnav {
	width: 219px;
	height: 40px;
	float: right;
	background: url(../images/nav/lefttestimonials.png) top no-repeat;
}

#lefttestimonialsnav p{
	color: #28292E;
	margin: 10px 0 0 30px;
}

#buyersnav {
	width: 219px;
	height: 40px;
	float: right;
	background: url(../images/nav/buyers.png) top no-repeat;
}

#buyersnav p {
	color: #28292E;
	margin: 10px 0 0 30px;
}

#sellersnav {
	width: 219px;
	height: 40px;
	float: right;
	background: url(../images/nav/sellers.png) top no-repeat;
}

#sellersnav p {
	color: #28292E;
	margin: 10px 0 0 30px;
}

#communitynav {
	width: 219px;
	height: 40px;
	float: right;
	background: url(../images/nav/community.png) top no-repeat;
}

#communitynav p {
	color: #28292E;
	margin: 10px 0 0 30px;
}

#servicesnav {
	width: 219px;
	height: 40px;
	float: right;
	background: url(../images/nav/services.png) top no-repeat;
}

#servicesnav p {
	color: #28292E;
	margin: 10px 0 0 30px;
}

#townnav {
	width: 219px;
	height: 40px;
	float: right;
	background: url(../images/nav/twon.png) top no-repeat;
}

#townnav p {
	color: #28292E;
	margin: 10px 0 0 30px;
}

#leftnav ul {
	margin: 5px 0 0 0;
	padding: 0;
	line-height: normal;
}

#leftnav a:link, #leftnav a:visited {
	text-decoration: none;
	color: #28292E;
}

#leftnav a:hover {
	text-decoration: none;
	color: #28292E;
}

#leftnav ul li.green {
	list-style: none;
	color: #516755;
	font-size: 14px;
	margin: 0 0 0 40px;
	padding: 0;
}

#leftnav ul li.green a:link, #leftnav ul li.green a:visited {
	color: #516755;
	text-decoration: none;
}

#leftnav ul li.green a:hover {
	color: #516755;
	text-decoration: underline;
}

#bottomarea {
	width: 914px;
	height: 71px;
	background: url(../images/bottomarea_bg.png) top no-repeat;
	float: left;
}

#footer {
	width: 914px;
	height:auto;
	float: left;
	text-align: center;
}

#footer p {
	color: #999072;
	font-size: 12px;
	margin: 20px 50px 0 50px;
}

#footer p a:link, #footer a:visited {
	color: #999072;
	text-decoration: none;
}

#footer p a:hover {
	color: #516755;
	text-decoration:none;
}

#footer p.design a:link, #footer p.design a:visited {
	color: #516755;
	text-decoration:none;
}

#footer p.design a:hover {
	color: #999072;
	text-decoration:none;
}

#footer p.design {
	color: #516755;
	font-size: 14px;
	margin: 10px 0 10px 0;
}
