/* CSS Document */

#left {
	background-color: #e6e5e5;
	height: 253px;
	overflow: auto;
}
#left p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
}
#iright {
	width: 380px;
	margin-left: 5px;
	padding-bottom: 15px;
	float: left;
}
#spotlights {
	clear: both;
	height: 200px;
	padding-bottom: 20px;
}
#lspot {
	height: 200px;
	width: 262px;
	margin-right: 6px;
	float: left;
	background-color: #d9eaea;
}
#partners {
	margin-right: 8px;
	margin-left: 7px;
}

#lspot h1 {
	margin-bottom: 0px;
}

#mspot {
	float: left;
	margin-right: 6px;
	background-color: #f2f5d0;
	height: 200px;
	width: 262px;
}
#rspot {
	background-color: #dfdfdf;
	float: left;
	height: 200px;
	width: 261px;
	background-image: url(../images/property.gif);
	background-repeat: no-repeat;
	background-position: center 30px;
}
#rspot span#proplink a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #008284;
	margin-top: 150px;
	display: block;
	text-align: right;
	margin-right: 10px;
}
#rspot span#proplink a:hover {
	color: #FF9A18;
}
