/*level2_box is the property search box */
.level2_box{
	font-size: 1.1em;
	color: #D63131;
	font-weight: bold;
	float: left;
	display: inline;
	width: 268px;
	height: 68px;
	background:url('../images/l2_box.gif') transparent no-repeat;
	margin: 11px 0 0 13px;
}


.level2_box form p{
	margin: 0px;
}


.level2_box input.text_input{
	margin: 10px 0 0 15px;
	color: #999999;
	font-style: italic;
}


.level2_box p{
	margin: 13px 0 0 15px;
}

/* feature properties -------------------------------------*/
#content 
.main_details{
	margin:0;
}

.container{
	float: left;
	margin-right: 40px;
	width: 600px;
	height: 180px;
	/*overflow: hidden;*/
}


.container a, #feature_header a{
	color: #D82221;
	text-decoration: underline;
	margin-left: 16px;	
 }   
 
  
.container a{
	margin-left: 40px;
	
}


.container h1{
	margin: 8px 0px 3px 16px;
	font-weight: bold;	 
}
 

.container h2{
	margin: 3px 0px 3px 18px;
	font-size: 1.1em;
	font-weight: bold; 
}

.container h3{
	margin: 3px 0px 3px 18px;
	font-size: 1em;
	font-weight: bold;
}

.container .bottom_fade {
	 margin-left: 300px;
	/* background: transparent url('../images/bottom_fade.jpg') no-repeat bottom left;*/
}
 
 
 .container .top_fade {
	 margin-left: 300px;
	 padding-top: 2px;
	 height: 148px;
	 /*background: transparent url('../images/top_fade.jpg') no-repeat top left;*/
 }
 

#feature_header h1{
	 float: left;
	 /* fix double float margin bug */
	 display:inline;
	 font-size: 1.5em;
	 margin: 7px 0px 8px 20px;
	 font-weight: bold;
}
#feature_header{
	width: 602px;
	margin-top: 15px;
	height: 42px;
	background: transparent url('/images/feature_head_602.gif') no-repeat top left;
}
 
#feature_header a{
	float: left;
	margin-top:12px;
	margin-left:36px;
}


/*.feature_property img{
	float:left;
	display: inline;
 }*/

 
/*
.property{	
	position:relative;
	width:600px;
	left:0;
}



/* long container to hold scrolling images */
#image_scroll_1{
	padding-left: 20px;
	height:145px;
	float: left;
	width: 8000px;	
	position:relative;
	left:0;
}

#image_scroll_1 a{
	color: #D82221;	
	text-decoration: underline;
}

#image_scroll_1 img{
	float:left;
	/*margin-right:5px;*/
}

/* outer container- for scrolling images */
 .property_image{
	background-color: #CCCCCC;
	/* change width:600/height:200/overflow for debugging */
	width:600px;
	height:182px;
	overflow: hidden;
	position: relative;
	padding-bottom: 6px;	
	margin-top: 0px;
	background: url(../images/feature_bg.jpg) repeat-x top left;
	border-left: 1px solid #BDBDBD;
	border-right: 1px solid #BDBDBD;


}

.feature_footer{
	height: 19px;
	background: url(../images/feature_footer_602.gif) no-repeat bottom left;
}
ul.features {
	list-style-type: none;
	padding: 0;
	margin-left: 35px;
	margin-top: 3px;
}


ul.features li{
	background-image: url(images/square_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 0.3em;
	margin: 0.3em 0;
 }
  

/* main links i.e Find an Agent etc ------------------------------*/
  .main_links {
	width: 190px;
	float:left;
	margin-top: -10px;
	display: inline;
	padding: 5px;
 }

 
 .main_links h1 a {
	float: left;
	margin: 8px 0 5px 0;
	font-weight: bold;
	color:#D63131 !important;
 }
 
 
 .main_links h1 img {
	margin-right: 7px;
	/*margin-top: 8px;*/
	float: left;	
	display: inline;
	height: 19px;
 }
 
 
 
 .main_links p{
	 margin: 0px 0 0 26px;	 
	 font-size: 1em;
	
 }
 
 .clear{
clear: both;	 
 }

