#tabcontent-left, #tabcontent-right {
	float:left;
}

#tabcontent-left {
	width:300px;
}

#tabcontent-right {
	width:260px;
	padding-left:20px;
}

#bottom_contact {
	width:500px;
	text-align:center;
	overflow:auto;
}
	

#bottom_contact_left, #bottom_contact_right {
	margin-top:10px;
	width:250px;
	float:left;
}

#bottom_contact_left ul, #bottom_contact_right ul  {
	text-align:left;
}

#bottom_contact_left li, #bottom_contact_right li  {
	display:block;
	list-style-type:none;
	line-height:20px;
}

/* featured properties layout using new div based structure */

	.listing-div {
		width:550px;
		overflow:auto;
		/*border-bottom:1px solid #000;*/
	}


	.listing-div p {
		font-size:14px;
		padding:5px 0px;
	}

	.listing-photo-div {
		width:200px;
		float:left;
	}

	.listing-photo-div img {
		border:none;
		margin:20px;
	}

	.listing-summary-div {
		width:350px;
		.width:330px;
		float:left;
	}

	.listing-summary-div h1 {
		text-align:left;
		font-weight:bold;
		font-size:12px;
		margin:20px 0px 0px;
	}

	.listing-summary-div h2 {
		color:#993300;
		text-align:left;
		font-weight:bold;
		font-size:16px;
		margin:0px;
	}

