#residential-main #maincontent{
	min-height: 565px;
}
#thumb_apartments, #thumb_new_home, #thumb_sale_home, #thumb_rental_home, #thumb_lake{
    display: block;
    height: 135px;
    padding: 0;
    width: 160px;
}
	#thumb_apartments{
   		background: url(../images/apartments-thumb.jpg) no-repeat scroll 0 0 #EFE9D2;
	}
	#thumb_new_home{
		background: url(../images/new-thumb.jpg) no-repeat scroll 0 0 #EFE9D2;
	}
	#thumb_sale_home{
		background: url(../images/sale-thumb.jpg) no-repeat scroll 0 0 #EFE9D2;
	}
	#thumb_rental_home{
		background: url(../images/rental-thumb.jpg) no-repeat scroll 0 0 #EFE9D2;
	}
	#thumb_lake{
		background: url(../images/lake-thumb.jpg) no-repeat scroll 0 0 #EFE9D2;
	}
#sub_apartments, #sub_new_home, #sub_sale_home, #sub_rental_home, #sub_lake {
    display: block;
    height: 35px;
    margin: 0;
    padding: 0;
    width: 160px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
	#sub_apartments{
    	background: url(../images/apartments.jpg) no-repeat scroll center bottom #EFE9D2;
	}
	#sub_new_home{
		background: url(../images/new-home.jpg) no-repeat scroll center bottom #EFE9D2;
	}
	#sub_sale_home{
		background: url(../images/sale-home.jpg) no-repeat scroll center bottom #EFE9D2;
	}
	#sub_rental_home{
		background: url(../images/rental-home.jpg) no-repeat scroll center bottom #EFE9D2;
	}
	#sub_lake{
		background: url(../images/lake-martin.jpg) no-repeat scroll center bottom #EFE9D2;
	}

.sub_content p strong{
	line-height: 2em;
	color: #756a55;
	font-size: 18px;
}