/* CSS Document */

/* DIV CONTAINERS AND GENERAL STYLES*/

.homepage_text {
	float: left;
	width: 360px;
	color: #106;
}
.map {
	float: left;
	width: 180px;
	margin-left: 20px;
}
.homepage_properties {
	float: left;
	clear: both;
	width: 560px;
	margin-top: 10px;
}
.property_box {
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #106;
}
.property_link {
	padding: 0px;
	font-weight: bold;
	font-size: 100%;
	margin: 0px;
	color: #106;
	text-decoration: none;
}

/* PROPERTY BOXES */

#property1 {
	float: left;
	width: 180px;
	margin-right: 10px;
	background-color: #EED;
	height: 200px;
}
#property2 {
	float: left;
	width: 180px;
	margin-right: 10px;
	background-color: #DFEDCD;
	height: 200px;
}
#property3 {
	float: left;
	width: 180px;
	margin: 0px;
	background-color: #E8ECEE;
	height: 200px;
}

