div.explore {
	padding: 10px 10px 0px 10px;
	border: 1px solid #900;		
	margin-bottom: 10px;
	}

div.explore h4 {
	font-size: 14px;
	}

div.explore ul {
	list-style-type: none;
	padding: 0px;
	}
	
div.explore ul li {
	margin: 0px 0px 5px 0px;
	}
	
div.explore ul li a {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	}
	
div.explore ul li a:hover {
	color: #900;
	text-decoration: underline;
	}
	
div.listingContainer div.listingPhoto {
	width: 180px;
	}
	
div.listingContainer div.listingDetails {
	width: 230px;
	}
	
div.estimate {
	width: 250px;
	height: 60px;
	margin: 0px auto;
	margin-bottom: 10px;
	}
	
div.estimate p a {
	display: block;
	height: 60px;
	background: url("/site_graphics/bt_free_estimate.jpg");
	text-indent: -9000px;
	}
	
div.estimate p a:hover {
	background-position: 0px -60px;
	}
