fieldset#type {
	float: left;
	clear: left;
	width: 98%;
	overflow: hidden;
}
ul#home_listings li {
	float: left;
	width: 32%;
	padding: 0 0 0.5em 0.5em;
	text-align: center;
}
#home_listings li fieldset { margin-top: 0; padding-top: 0.3em; background: url(../../images/customer/grey_to_white_gradient.png) repeat-x; }
#home_listings li fieldset h3.summary {
	font: 120% georgia, sans-serif;
	font-style: normal;
	line-height: 1.5em;
	height: 2.5em;
	overflow: hidden;
	border: none;
	width: 100%;
	color: #181818;
	padding-bottom: 5px;
}
#home_listings li fieldset div#home_image { position: relative; height: 13em; overflow: hidden; }
#home_listings li fieldset div img {
	width: 98%; max-width: 98%;
	borders: none;
}
#home_listings div#home_image a img { border: none; padding: 0.5em 0 0 0; }
#home_listings li fieldset div.divider { 
	background: url(../../images/customer/red_divider_230.png) no-repeat bottom center; 
	height: 3px; width: 230px;
	margin: 10px auto;
}