#homes ul, #homes li{
	list-style-type: none;
}
#homes{
	margin-left: -40px;
	clear: both;
	padding-top: 0px;
}
#homes li{
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 20px;
	color: #003C28;
}
#thumbs img {
	margin-right: 15px;
	margin-bottom: 15px;
	border: 2px solid #003C28;
}

.rightHome {
	margin-right: 0px;
}


#homes img {
	margin-bottom: 10px;
	border: 2px solid #003C28;
}
.home-headline{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #003c28;
	font-style: normal;
}

/*-- breadcrumbs --*/

.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
	margin-left: 0;
	margin-bottom:20px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.breadcrumbs a {
	color: #666666;
	text-decoration: underline;	
}
.breadcrumbs a:hover {
	color: #cd181d;
	text-decoration: none;	
}

