.container {
	width:900px;
	margin:0px;
	padding:0px;
	float:left;
	height: 260px;
}
.left {
	width:20px;
	margin:0px;
	float:left;
	height: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/left_arrowbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.middle {
	width:860px;
	margin:0px;
	padding:0px;
	float:left;
	height: 250px;
}
.right {
	width:20px;
	margin:0px;
	float:right;
	height: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/right_arrowbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*boxes*/
.home_dev_holder{
	width:286px;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.home_dev_title{
	width:286px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.home_dev_image{
	width:284px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #FFFFFF;
	height: 132px;
}
.home_dev_copy{
	width:286px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.home_dev_read_more{
	width:286px;
	padding: 0px;
	margin: 0px;
	text-align: right;
	color: #B66E13;
	font-weight: bold;
}
.home_dev_read_more a{
	color: #B66E13;
	text-decoration:none;
}
.home_dev_read_more a:hover{
	color: #B66E13;
	text-decoration:underline;
}
.nav_arrows{
	width:286px;
	margin: 0px;
	text-align: right;
	color: #333333;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
}
.nav_arrows a{
	color: #333333;
	text-decoration:none;
	font-weight: bold;
}
.nav_arrows a:hover{
	color: #B66E13;
	text-decoration:none;
	font-weight: bold;
}
.forthcoming_ad{
	width:285px;
	height: 132px;
	z-index: 60;
	position: absolute;
	text-align: right;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*Fixes the auto height for in Firefox on the container div when it containes floating elements. Apply style to the containing div*/	
.addClear:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .addClear {height:1%;}
.addClear {display:inline-block;} 
/* Hide from IE Mac \*/ 
.addClear {display:block;} 
/* End hide from IE Mac */ 
