/*-----feature areas generic------*/
.home {
	background-color:#ebe214;
	border-bottom: 2px solid #fff;
	height:238px;
}
#home .homecontainer {
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	width:770px;
}
/*-----image------*/
.mainImage {
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	float:left;
	width:444px;
	height:238px;
}
/*-----quickSearch------*/
.quickSearch {
	background:#e8e488 url(../img/hd_propertySearch.gif) no-repeat 10px 10px;
	border-right: 2px solid #fff;
	float:left;
	height:213px;
	padding: 25px 10px 0px 10px;
	width:148px;
}

.quickSearch form {
	margin: 4px 0px 0px 0px;
}
.quickSearch label span {
	display: none;
}
.quickSearch select,
.quickSearch input  {
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin: 0px 0px 4px 0px;
	width:148px;
}
.quickSearch input  {
	width:156px;
}
.quickSearch select.type   {
	width:148px;
}
.quickSearch input.button {
	float:right;
	margin: 10px 0 0 0;
	cursor: hand;
	width: 95px;
	height: 22px;
	background: url(../img/btn_search.gif) no-repeat 0 0;
	border: none;
	}

/*-----featureProperties------*/
.featureProperty {
	background:#e8e488 url(../img/hd_featureProperty.gif) no-repeat 10px 10px;
	border-right: 2px solid #fff;
	float:left;
	height:213px;
	padding: 25px 8px 0px 8px;
	width:128px;
}
.feature {
	width:130px;
	margin: 0 0 0 0;
}
.feature .image {
	float:left;
	margin: 0 5px 0 0;
}
.feature .image img {
	border: 2px solid #E4EDC2;	
	height:85px;
	width:113px;
}
.feature strong {
	font-size:12px;
	font-weight:bold;
	display:block;
}
.feature a .button {
	float:right;
}
.feature p {
	margin: 5px 0;
	padding: 0;
}

/*-----emailAlert------*/
.emailAlert {
	margin: 0px 0px 15px 0px;
	width:195px;
	height:42px;
}
.emailAlert p {
	line-height:16px;
	margin: 0px 0px -10px 0px;
}


