/* CSS Document */
*{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}

body{
	background:url(../images/header_bg2.jpg) top repeat-x;
}
.all{
	width:100%;
}
.container{
	width:940px;
	margin: 0 auto;
}
a{
	color:#363636;
}
/********************   header ***************************/
.header{
	height:165px;
	margin-bottom:15px;
	margin-top:4px;
}
.header_top{
	height:70px;
	margin-top:0;
}

.search_back{
	float:right;
	width:440px;
	margin:6px 0;
}

.search_back form{
	background:transparent url(../images/top_search_bg_new.png) no-repeat scroll 0 0;
	height:40px;
	width:441px;
	padding-top:8px;
}
#city_search{
	border:medium none;
	margin-left:55px;
	padding:0;
	width:260px;
	margin-top:8px;
	margin-right:10px;
}
#city_search_bt{
	background:transparent url(../images/bt_search.jpg) repeat scroll 0 0;
	border:medium none;
	height:30px;
	width:67px;
	cursor:pointer;
}
#listadecasa{
	margin-right:9px;
}
.new_listings{
	color:#FFFFFF;
	text-align:right;
	font-size:11px;
}

#form_login{
	background:url(../images/login_form_bg.png) no-repeat;
	border:medium none;
	height:80px;
	padding-top:10px;
	width:348px;
	color:#666666;
}

#form_login label, .form_label{
	display:block;
	text-align:right;
	padding-right:3px;
	width:90px;
	float:left;
	padding-top:5px;
}

.input_bg{
	background:transparent url(../images/field_bg.png) no-repeat;
	border:medium none;
	float:left;
	height:24px;
	width:160px;
	padding-top:5px;
	padding-left:3px;
	margin-right:5px;
}
.btnLogin{
	background:transparent url(../images/sign_bt.jpg) repeat scroll 0 0;
	border:medium none;
	height:27px;
	width:78px;
	cursor:pointer;
}
#login_area{
	width:346px;
	float:right;
}
#header_left{
	float:left;
	width:590px;
}
#header_items{
	margin-top:15px;
}
#header_items ul li{
	color:#000000;
	padding:0 20px 0 0;
	text-decoration:none;
	float:left;
	list-style:none;
	list-style-type:none;
}
#header_items ul li a {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
#header_articles{
	margin-top:13px;
}
/********************   header end ***************************/


/********************   content ***************************/

.content{
	width:590px;
	float:right;
}

.blue_border_box{
	border:solid 1px #AABED7;
	padding:1px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:15px;
}
.blue_border_box .blue_box{
	height:auto;
	background:#D5DFE9;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	color:#424141;
	text-shadow:#FFFFFF 1px;
	padding:20px 10px;
	zoom:1;
}
.blue_border_box .blue_box ul li{
	width:33%;
	float:left;
	list-style:none;
	list-style-type:none;
}

.title_blue, .blue_border_box .blue_box h2{
	color:#4D5D68;
	font-size:18px;
}

.grey_border_box{
	border:solid 1px #BDBDBD;
	padding:1px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:15px;
}
.grey_border_box .grey_box{
	height:auto;
	background:#E3E3E3;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	color:#363535;
	text-shadow:#FFFFFF 1px;
	padding:20px 10px;
	zoom:1;
}
.title_grey, .grey_border_box .grey_box h2{
	color:#3F3B3E;
	font-size:18px;
}

hr{
	margin: 10px 0;
	border-bottom:solid 1px #E4EBF0;
	border-left:none;
	border-right:none;
	border-top:solid 1px #BECBD7;
}
.grey_border_box .grey_box  hr{
	margin: 10px 0;
	border-bottom:solid 1px #EEEEEE;
	border-left:none;
	border-right:none;
	border-top:solid 1px #CACDD0;
}

ul.vertical_list li{
	width:100% !important;
	float:none  !important;
}
#little_font{
	font-size:11px;
}
.news_snippet{
	font-size:11px;
	margin-bottom:15px;
}
/********************   content end ***************************/


/********************   sidebar ***************************/
.sidebar{
	width:340px;
	float:left;
}

/********************   end sidebar ***************************/
div.photo{
	border:3px solid #FFFFFF;
	float:left;
	margin-right:5px;
	-moz-box-shadow: 0 0 2px 2px #AAAAAA;
	-webkit-box-shadow: 0 0 2px 2px #AAAAAA;
	box-shadow: 0 0 2px 2px #AAAAAA;
}
#home_details{
	
}
#home_details ul li{
	width:150px;
	font-size:14px !important;
}
#home_details ul li strong{
	font-size:14px !important;
	text-shadow:1px 1px #FFFFFF;
}

.mortgageHeader{
	background:transparent url(../images/mort_rates_header.png) repeat-x scroll 0 0;
	font-weight:bold;
	height:26px;
}
.mortgageHeader td {
    font-size: 11px !important;
    height: 26px;
}

#tbl_mortgage_rates td{
	padding:5px 10px;
	text-align:center;
	margin:0;
}
.mortgage_1 td, .mortgage_2 td{
	border-bottom:solid 1px #747F89;
}

/********************   footer ***************************/
.footer{
	min-height:140px;
	background:#767676;
	border-top:solid 1px #4A5B69;
}
.footer_content{
	margin:0 auto;
	width:940px;
}
.footer_content .search_back{
	float:none;
	margin:auto;
}
#footer_right, #copyright, #footer_right a, #copyright a{
	color:#FFFFFF;
	font-weight:bold;
}

/************************  Avulso  ***********************************/

.iconsArticles {
	background-image:url(../images/icons.png);
	float:left;
	height:52px;
	margin-right:10px;
	width:55px;
}
#icon_taxlien {
	background-position:0 0;
}
#icon_condo {
	background-position:0 -52px;
}
#icon_repo { 
	background-position:0 -103px;
}
#icon_foreclosed {
	background-position:0 -156px;
}
#icon_gov {
	background-position:0 -208px;
}.iconsArticles {
	background-image:url(../images/icons.png);
	float:left;
	height:52px;
	margin-right:10px;
	width:55px;
}
#icon_taxlien {
	background-position:0 0;
}
#icon_condo {
	background-position:0 -52px;
}
#icon_repo { 
	background-position:0 -103px;
}
#icon_foreclosed {
	background-position:0 -156px;
}
#icon_gov {
	background-position:0 -208px;
}
.bottom_spaced li{
	margin-bottom:10px;
}
.circle_list, ol{
	margin-left:15px;
}
.circle_list li{
	list-style:circle !important;
	list-style-type:circle !important;
}
#breadcrumb .grey_box{
	padding:5px;
	font-size:11px;
	-moz-linear-gradient(center bottom,#D5D5D5 29%,#000000 0%);

}
#breadcrumb .grey_box a{
	font-size:11px;	
}
.bc_content{
	font-weight:bold;
	font-size:11px;
	float:left;
	margin:0 3px;
}
.bc_content a{
	font-weight:normal;
}
#breadcrumb .arrow{
	background:transparent url(../images/arrow.png) no-repeat;
	height:9px;
	width:9px;
	float:left;
	margin-top:3px;
}
.member_area .form_label{
	width:180px;
}
#ebooks-list ol{
	margin-left:25px;
}
.ad-bottom {
    margin: 0 0 15px;
    text-align: center;
}
.warning_property_removed {
    background-color: #FFDFDF;
    border: 1px dotted #CC0000;
    color: #0A4565;
    font-weight: bold;
    margin: 15px 0;
    padding: 5px;
}