@import url("reset.css");
@import url("header.css");
@import url("menu.css");
@import url("main.css");
@import url("sidebar.css");
@import url("contentarea.css");
@import url("callouts.css");
@import url("footer.css");

#main div.contentarea {
	width: 730px;
	border: none;
	margin: 0px;
	padding: 0px;
}
#menuleft {
	margin: 40px 0px 20px 10px;
}
#featured {
	margin: 20px 0px 0px;
}
#featured dd {
}
#featured div.propertypic {
	position: relative;
}
#featured div.propertypic img {
	border: 1px solid #aeaeae;
}
#featured dd div.propertypic a {
	position: absolute;
	left: 375px;
	top: 266px;
	background: url(../images/buttondetails.gif) no-repeat right bottom;
	height: 31px;
	width: 333px;
}
#main div.callouts {
	padding: 25px 0px 0px;
	width: 710px;
}
#main div.contentarea, #main div.callouts {
	clear: both;
}
#newhome, #lifestyle{
	float: left;
	border: 1px solid #aeaeae;
}
#newhome dd a, #lifestyle dd a{
	position: relative;
	top: 10px;
}
#newhome {
	background: url(../images/newhome.jpg) no-repeat top left;
	width: 342px;
	height: 109px;
	margin: 0px 20px 0px 0px;
}
#newhome dt {
	background: url(../images/titlenewhome.gif) no-repeat;
	text-indent: -999em;
	height: 42px;
	margin: 20px 0px 0px 20px;
}
#newhome dd {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #565656;
	margin: 0px 0px 0px 24px;
}
#lifestyle {
	background: url(../images/lifestyle.jpg) no-repeat top left;
	width: 342px;
	height: 109px;
}
#lifestyle dt {
	background: url(../images/titlelifestyle.gif) no-repeat;
	text-indent: -999em;
	height: 42px;
	margin: 20px 0px 0px 175px;
}
#lifestyle dd {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #565656;
	margin: 0px 0px 0px 179px;
}


