body {
	font-family: "Trebuchet MS", tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
	background-color: #1b387c;
	margin: 0px;
	padding: 0px;
	background-image:url(images/body.jpg);
	background-repeat:repeat-x;
}
.container {
	background-color: #333333;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top:5px;
	margin-bottom:20px;
	color:#333;
		}

.branding {
	background-image: url(images/full_header.jpg);
	background-repeat: repeat-x;
	height: 180px;
	width: 990px;
	margin-right: 5px;
	margin-left: 5px;
	
}
.logo{
	float: left;
	height: 140px;
	width: 210px;
	background-image: url(images/logo2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.office_webname{
	font-size:17px;
	font-family:"arial";
	color:#fff;
	font-style:normal;
	float:left;
	width:400px;
	z-index:1000;
	margin-top:45px;
	
}

/*---top nav styles----*/
.top_nav {
	float: right;
	height: 24px;
	z-index:10;
}
.nav_item{
	height:23px;
	float:left;
	margin-right:6px;
	line-height:20px;
	text-transform:uppercase;
	font-size:11px;
}
.nav_right{
	background-image: url(images/nav_right.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 5px;
	float:left;
}
.nav_middle{
	background-image: url(images/nav_middle.jpg);
	background-repeat: repeat-x;
	height: 22px;
	float:left;
	padding-right:3px;
	padding-left:3px;
	
}
.nav_left{
	background-image: url(images/nav_left.jpg);
	height: 22px;
	width: 5px;
	float:left;
}
.nav_item a:link,.nav_item a:visited,.nav_item a:active{
	color:#fff;
	text-decoration:none;
}
.nav_item a:hover{
	color:#e9af10;
}
/*---main site content----*/
.content {
	width: 990px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #394c78;

}
.inner_content {
	width: 980px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #fff;
	padding:0px 5px 0px 5px;
	

}
.header{
	color:#fff;
}
.custom_page_description{
	color:#fff;

}
.custom_form_links a{
color:	#fff;
}
.custom_form_links a:hover{
color:	#fff;
text-decoration:none;
}
.top_row {
	height: 306px;
	width: 990px;
	margin-left: 3px;
	margin-bottom: 3px;

	
}
/*---agent styles-----*/
.agent_info_box {
	float: left;
	height: 303px;
	width: 488px;
	border: 1px solid #011b58;
	background-color: #253b6f;
}
.agent_title {
	float: left;
	width: 480px;
	height:63px;
	float:left;
}
.agent_name{
	width:400px;
	font-size:27px;

	color:#e9af10;
	margin-left:5px;
	float:left;
}
.agent_award{
	font-size:12px;
	line-height:12px;
	color:#646464;
	margin-left:5px;
	float:left;

}
.agent_detail_box{
	width:480px;
	margin-left:5px;
	height:115px;
	
}
.agent_img{
	width:100px;
	height:110px;
	border: 1px solid #011b58;
	float:left;
	overflow:hidden;

}
.agent_details{
	width:300px;
	color:#b8b8b8;
	font-size:12px;
	margin-left:12px;
	float:left;
	
}

.agent_email a:link,.agent_email a:visited,.agent_email a:active{
	color:#b8b8b8;
	text-decoration:underline;
}
.agent_email a:hover{
	color:#e9af10;
	text-decoration:none;
}

.agent_text{
	float:left;
	width:480px;
	height:110px;
	margin-left:5px;
	margin-top:5px;
	color:#b8b8b8;
	font-size:12px;
	overflow:auto;
}
/*---quick search styles*/
.quick_search {
	float: left;
	height: 37px;
	width: 488px;
	border: 1px solid #011b58;
	background-color: #253b6f;
	margin-left: 4px;
}
.qs_title{
	width:130px;
	float:left;
	font-size:20px;
	line-height:37px;
	color:#e9af10;
	padding-left:5px;

}
.qs_input{
	width:75px;
	background-color:#b8b8b8;
	color:#333333;
	
}
.qs_field{
	font-size:12px;
	line-height:37px;
	padding-top:12px;
	color:#b8b8b8;
	
}
.search{
	width:64px;
	height:20px;
	background-image:url(images/search.jpg);
	background-position:0px 0px;
	float:left;
	margin-left:3px;
}
.search:hover{
	width:64px;
	height:20px;
	background-image:url(images/search.jpg);
	background-position:0px -20px;
}
form{
	padding:0px;
	margin:0px;
}
/*---homehunter styles----*/
.home_hunter {
	background-color: #253b6f;
	background-image:url(images/hhunter.jpg);
	float: left;
	height: 260px;
	width: 241px;
	border: 1px solid #011b58;
	margin-left: 4px;
	margin-TOP: 4px;
}
.hh_title{
	width:200px;
	float:left;
	font-size:20px;
	line-height:26px;
	color:#e9af10;
	padding-left:5px
}
.hh_text{
	float:left;
	width:235px;
	height:200px;
	margin-left:5px;
	margin-top:5px;
	color:#b8b8b8;
	font-size:12px;
}
.hh_btn{
	width:240px;
	height:20px;
	float:left;

}
.sign_up{
	width:64px;
	height:20px;
	background-image:url(images/signup.jpg);
	background-position:0px 0px;
	float:left;
	margin-left:90px;
}
.sign_up:hover{
	width:64px;
	height:20px;
	background-image:url(images/signup.jpg);
	background-position:0px -20px;
}
/*---map search styles----*/
.map_search {
	background-image:url(images/mapsearch.jpg);
	background-color: #253b6f;
	float: left;
	height: 260px;
	width: 241px;
	border: 1px solid #011b58;
	background-color: #253b6f;
	margin-left:4px;
	margin-TOP: 4px;
}

.map_search_title{
	width:200px;
	float:left;
	font-size:20px;
	line-height:26px;
	color:#e9af10;
	padding-left:5px
}
.map_search_text{
	float:left;
	width:230px;
	height:200px;
	margin-left:5px;
	margin-top:5px;
	color:#b8b8b8;
	font-size:12px;
}
.map_search_btn_box{
	width:150px;
	height:20px;
	float:left;

}
.map_search_btn{
	width:64px;
	height:20px;
	background-image:url(images/search.jpg);
	background-position:0px 0px;
	float:left;
	margin-left:90px;
}
.map_search_btn:hover{
	width:64px;
	height:20px;
	margin-left:90px;
	background-image:url(images/search.jpg);
	background-position:0px -20px;
}
.bottom_row {
	height: 230px;
	width: 981px;
	margin-left: 3px;
}
/*---featured properties styles----*/
.featured_properties{
	
}
.fp_title{
	width:990px;
	float:left;
	font-size:20px;
	line-height:36px;
	color:#e9af10;
	padding-left:5px
}
.fp_container{
	width:990px;
	height:176px;
	margin-left:1px;
	float:left;
}
.fp_box{
	height:174px;
	width:323px;
	background-color:#253b6f;
	border: 1px solid #011b58;
	float:left;
	margin-right:4px;
}
.fp_box2{
	height:174px;
	width:323px;
	background-color:#253b6f;
	border: 1px solid #011b58;
	float:left;
	margin-right:4px;
}
.fp_box3{
	height:174px;
	width:323px;
	background-color:#253b6f;
	border: 1px solid #011b58;
	float:left;
	
}
.fp_img{
	width:176px;
	height:135px;

	margin-top:15px;
	margin-left:5px;
	overflow:hidden;
	float:left;
}
.fp_details{
	width:130px;
	margin-top:15px;
	margin-left:3px;
	float:right;
}
.featured_agentname{
	font-size:14px;
	color:#b8b8b8;
	text-transform:bold;
}
.featured_award{
	color:#b8b8b8;
	font-size:11px;
	text-transform:bold;

}
.featured_type{
	color:#ffffff;
	font-size:12px;
	text-transform:bold;
	}
.featured_mls{
	color:#ffffff;
	font-size:12px;
	text-transform:bold;
	}
.featured_address{
	color:#ffffff;
	font-size:11px;
	text-transform:bold;
	}
.featured_price{
	color:#ffffff;
	font-size:11px;
	text-transform:bold;
}
.price{
	color:#e9af10;
}
.featured_bed{
	color:#ffffff;
	font-size:11px;
	width:60px;
	float:left;
	text-transform:bold;

}
.featured_bath{
	color:#ffffff;
	font-size:12px;
	width:60px;
	float:left;
	text-transform:bold;
	}
.eg_marquee{
	width:800px;
	margin:0px auto 5px auto;
	text-align:center;
	color:#fff;
	font-size:12px;
}
/*---bototm nav styles----*/
.btm_nav{
	height:30px;
	width: 1000px;

	
}
.btm_nav_item{
	font-size:11px;
	padding-top:8px;
	float:left;
	color:#fff;
	display:inline;
	margin:0px 7px; 
	text-transform:uppercase;
}
.btm_nav_item a:link,.btm_nav_item a:active,.btm_nav_item a:visited{
	color:#fff;
	text-decoration:none;
	
}
.btm_nav_item a:hover{
	color:#e9af10;
	text-decoration:none;
}
.disclaimer{
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	color:#b8b8b8;
	font-size:12px;
}
.disclaimer a:link,.disclaimer a:active,.disclaimer a:visited{
	color:#b8b8b8;
	text-decoration:underline;
}
.disclaimer a:hover{
color:#e9af10;
	text-decoration:none;

}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.pd_detailitem {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
}
