label {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}

#homepage {
	background-color: #96eaff;;
}

#homepage h1 {
	background-color: #0099cb;
	color: #fff;
	font-size: 18px;
	margin: 0;
	padding: 5px 20px;
}

.homepage_section {
	padding: 20px;
}

.homepage_section p {
	font-size: 13px;
	line-height: 18px;
}

#search_form {
	font-size: 12px;
	overflow: hidden;
	margin: 20px 0 20px 80px;
}

.submit {
	clear: both;
	padding-right: 110px;
	text-align: right;
}

.form_area {
	float: left;
	margin-right: 20px;
}

.form_row {
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}

.form_row label {
	display: block;
}

.form_row p {
	float: left;
	margin-right: 10px;
}

#properties {
	background-color: #a9c2c6;
	overflow: hidden;
	width: 100%;
}

#properties li {
	border-right: 1px solid #fff;
	float: left;
	list-style: none;
	margin: 0;
	padding-bottom: 5px;
	text-align: center;
}

#properties li.last {
	border: none;
}

#properties img {
	height: 126px;
	width: 159px;
}

#properties a {
	color: #000;
	line-height: 16px;
	text-decoration: none;
}