/*  Homes For Sale and Rent  */

.home-for-sale-left {
	width: 320px;
	height: 386px;
	border: thin solid #F6F6F6;
	float: left;
	display: block;
}

.home-for-rent-right {
	width: 320px;
	height: 386px;
	border: thin solid #F6F6F6;
	float: right;
	margin-right: 66px;
	display: block;
}
	.home-for-sale-left .left, .home-for-sale-left .right, .home-for-rent-right .right, .home-for-rent-right .left {
		padding: 5px;	
	}


.home-for-sale-landing-rows {
	width: 700px;
	background: yellow;
	display: table;
	background: none repeat scroll 0 0 #F6F6F6;
}

.home-for-sale-row {
	padding: 5px;
	margin: 5px 0px;
	background: #F6F6F6;
	height: 160px;
}

.home-for-sale-row h3 {
	padding: 5px 0px;
}




/* extras */

.clear {
	clear: both;
}

.right {
	float: right;	
}

.left {
	float: left;	
}
