@charset "utf-8";
.gridContainer.clearfix #sale ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.gridContainer.clearfix #sale ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #1E8BC3;
	display: block;
	height: 40px;
	list-style-type: none;
	text-align: center;
	text-decoration: none;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	line-height: 40px;
}



.gridContainer.clearfix #sale ul li a:hover {
	color: #000;
	background-color: #66CCFF;
}
.gridContainer.clearfix #sale_heading {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	height: 50px;
	text-align: center;
	font-size: 16px;
	font-style: italic;
	line-height: 50px;
	font-weight: bold;
	margin-bottom: 5px;
}
.gridContainer.clearfix #rent ul {
	text-decoration: none;
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.gridContainer.clearfix #rent ul li a {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1E8BC3;
	height: 40px;
	display: block;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	text-align: center;
	font-size: 15px;
	text-decoration: none;
	font-style: normal;
	line-height: 40px;
	color: #FFF;
}
.gridContainer.clearfix #rent ul li a:hover {
	color: #333;
	background-color: #66CCFF;
}
.gridContainer.clearfix #rent_heading {
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: italic;
	line-height: 50px;
	font-weight: bold;
	margin-bottom: 5px;
	border-radius: 0px 15px 0px 0px;
}
#new_projects {
	background-color: #1E8BC3;
	height: 40px;
	display: block;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-bottom: 10px;
}
#new_projects ul {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
#new_projects ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	display: block;
	text-align: center;
}
#new_projects ul li a {
	text-decoration: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 40px;
	display: block;
	height: 40px;
}
#new_projects ul li a:hover {
	background-color: #66CCFF;
	color: #333;
}
