@charset "utf-8";
@import url('../../fontface/v12/stylesheet.css');
body{
	margin:0;
	padding:0;
	font:13px Arial;
}
body *{
	margin:0;
	padding:0;
}
.clear, .div_clear{
	clear:both;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}
.like-link{
	cursor:pointer;
}
.not-like-link{
	text-decoration:none;
}
.hidden{
	display:none;
}
.hidden-important{
	display:none !important;
}
img{
	border:0;
}
.orange{
	color:#f76400;
}
.img-frame{
	display:block;
	border:4px solid #fff;
	position:absolute;
	top:6px;
	left:1px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.container{
	width:960px;
	margin:auto;
	padding:0;
	position:relative;
}
#header{
	border-bottom:4px solid #3E6788;
	padding:5px 0;
	height:85px;
}
#header #logo{
	background:url(../../images/v12/sprite-main.gif) no-repeat -4px -376px;
	display:block;
	text-indent:-99999px;
	height:56px;
	width:345px;
	margin:13px 0;
	float:left;
}
#header #last-update{
	text-align:center;
	float:right;
	width:610px;
	margin-top:28px;
}
#menu{
	background:url('../../images/v12/bg-menu.png') repeat-x;
	height:40px;
}
#menu ul li{
	float:left;
	list-style:none;
	padding:11px 25px;
	font:12px "open_sansbold", Arial, Verdana, sans-serif;
	text-transform:uppercase;
	color:#10416c;
	-webkit-text-shadow:0 1px 0 #f9f9f9;
	-moz-text-shadow:0 1px 0 #f9f9f9;
	-ms-text-shadow:0 1px 0 #f9f9f9;
	-o-text-shadow:0 1px 0 #f9f9f9;
	text-shadow:0 1px 0 #f9f9f9;
	border-right:1px solid #a6a6a6;
	-webkit-box-shadow:inset 1px 0 0 #F9F9F9, inset -1px 0 0 #F9F9F9;
	-moz-box-shadow:inset 1px 0 0 #F9F9F9, inset -1px 0 0 #F9F9F9;
	-ms-box-shadow:inset 1px 0 0 #F9F9F9, inset -1px 0 0 #F9F9F9;
	-o-box-shadow:inset 1px 0 0 #F9F9F9, inset -1px 0 0 #F9F9F9;
	box-shadow:inset 1px 0 0 #F9F9F9, inset -1px 0 0 #F9F9F9;
	cursor:pointer;
}
#menu ul li a{
	color:#10416c;
	text-decoration:none;
	font:12px "open_sansbold", Arial, Verdana, sans-serif;
	text-transform:uppercase;
}
#menu ul li:hover{
	-webkit-box-shadow:inset 0px 0 7px #aaa;
	-moz-box-shadow:inset 0px 0 7px #aaa;
	-ms-box-shadow:inset 0px 0 7px #aaa;
	-o-box-shadow:inset 0px 0 7px #aaa;
	box-shadow:inset 0px 0 7px #aaa;
	background-color:#ccc;
}
#menu ul li.no-shadow{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}
#menu ul li.no-background{
	background-color:transparent;
}
#menu ul li#header-nav-button{
	border-left:1px solid #a6a6a6;
	text-indent:-99999px;
	background:url(../../images/v12/sprite-main.gif) no-repeat -111px 9px;
	box-shadow:-1px 0 0 #f9f9f9;
	height:39px; 
	width:50px;
	padding:0;
}
#menu ul li#header-nav-button:hover{
	background-position:-369px -387px;
}
#menu ul li#header-nav-7daytrial{
	border:0;
	text-indent:-99999px;
	background:url(../../images/v12/sprite-main.gif) no-repeat -117px -37px;
	height:27px; 
	width:139px;
	padding:0;
	float:right;
	margin:6px 0 0 0;
}
#menu ul li#header-nav-login{
	border:0;	
	padding:0;
	float:right;
	margin:11px 0 0 20px;
	color:#666;
	cursor:default;
}
#menu ul li#header-nav-login a{
	color:#666;
}
#menu ul li#header-nav-login small{
	margin-right:20px;
	font-size:10px;
}
#search-header{
	background:#3E6788;
	color:#fff;
	padding:0;
	text-align:center;
	font-family:"open_sansregular", Arial, Verdana, sans-serif;
}
#search-header #adv_search_box{
	padding:14px 0;
}
#search-header #searchtext, #search-header #searchzip{
	font-size:14px;
	color:#444;
	padding:8px 14px;
	-webkit-box-shadow:inset 0 1px 2px #999, 0 1px 0 #6596BE;
	-moz-box-shadow:inset 0 1px 2px #999, 0 1px 0 #6596BE;
	-ms-box-shadow:inset 0 1px 2px #999, 0 1px 0 #6596BE;
	-o-box-shadow:inset 0 1px 2px #999, 0 1px 0 #6596BE;
	box-shadow:inset 0 1px 2px #999, 0 1px 0 #6596BE;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	background-color:#F2F2F2;
	outline:none;
	margin:0 0 5px;
	border:0;
	width:520px;
	float:left;
}
#search-header #searchzip{
	width: 100px;
}
#search-header #search-disclaimer{
	text-indent:-99999px;
	background:url(../../images/v12/sprite-main.gif) no-repeat -204px -85px;
	height:15px; 
	width:167px;
	float:left;
	margin:10px 10px 0 0;
}
#search-header #search-submit{
	text-indent:-99999px;
	background:url(../../images/v12/sprite-main.gif) no-repeat -347px 0px;
	float:left;
	border:none;
	margin:0;
	padding:0;
	height:34px;
	width:103px;
	cursor:pointer;
	font-size:0;
	display:block;
	line-height:0;
}
#search-header #search-submit:hover{
	background-position:-347px -34px;
}
#search-header #search-example{
	margin:0 0 0 15px;
}
#footer-links{
	background:#f9f9f9;
	height:260px;
	border-top:4px solid #3E6788;
	padding:30px 0;
}
#footer-links a{
	text-decoration:none;
}
#footer-links h3{
	color:#444;
	font-size:15px;
	font-family:"open_sansbold", Arial, Verdana, sans-serif;
	text-transform:uppercase;
	margin-bottom:10px;
	font-weight:normal;
}
#footer-links .box{
	width:35%;
	float:left;
	margin:0 10px;
}
#footer-links #footer-links-company-info{
	
}
#footer-links #footer-links-related-links{
	
}
#footer-links #footer-links-partners{
	width:150px;
}
#footer-links #footer-links-real-estate-professionals{
	width:215px;
}
#footer-links #footer-links-social{
	width:160px;
	text-align:center;
}
#footer-links ul{
	clear:both;
	margin-bottom:10px;
	border-top:1px solid #ddd;
	list-style:none;
}
#footer-links ul li{
	box-shadow:0 1px 0 #fff;
	height:30px;
	border-bottom:1px solid #dedede;
	padding:3px 0;
	display:list-item;
}
#footer-links ul li:hover{
	background:#fff;
}
#footer-links ul li a{
	border-left:3px solid #dedede;
	display:inline-block;
	padding:5px 0 5px 10px;
	color:#666;
	font-size:12px;
	font-family:"open_sansregular", Arial, Verdana, sans-serif;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
#footer-links ul li a:hover{
	border-color:#3f6888;
	color:#3f6888;
	background-color:#fff;
}
#footer-links #footer-links-social p{
	font-weight:normal;
	color:#444;
	font-size:14px;
	font-family:"open_sansregular", Arial, Verdana, sans-serif;
	text-align:center;
	display:block;
	margin:15px 0;
}
#footer-links #footer-links-social .footer-bt-login{
	text-indent:-99999px;
	display:block;
	height:43px;
	width:149px;
	background:url(../../images/v12/sprite-main.gif) no-repeat 0px -120px;
	margin:0 auto;
}
#footer-links #footer-links-social .footer-bt-login:hover{
	background-position:0px -163px;
}
#footer-links #footer-links-social .footer-bt-join{
	text-indent:-99999px;
	display:block;
	height:43px;
	width:149px;
	background:url(../../images/v12/sprite-main.gif) no-repeat 0px -206px;
	margin:0 auto;
}
#footer-links #footer-links-social .footer-bt-join:hover{
	background-position:0px -249px;
}
#footer-links #footer-links-social ul.footer-social-block{
	border:0;
	width:110px;
	margin:auto;
}
#footer-links #footer-links-social ul.footer-social-block li{
	box-shadow:none;
	padding:0;
	border:none;
	float:left;
}
#footer-links #footer-links-social ul.footer-social-block li a{
	width:30px;
	border:none;
	padding:0;
	height:30px;
	background:url(../../images/v12/sprite-main.gif) no-repeat;
	text-indent:-99999px;
	overflow:hidden;
	font-size:0;
	display:block;
	line-height:0;
	margin-right:10px;
}
#footer-links #footer-links-social .footer-social-block .footer-facebook{
	background-position:-266px -247px;
}
#footer-links #footer-links-social .footer-social-block .footer-facebook:hover{
	background-position:-266px -279px;
}
#footer-links #footer-links-social .footer-social-block .footer-google-plus{
	background-position:-296px -247px;
}
#footer-links #footer-links-social .footer-social-block .footer-google-plus:hover{
	background-position:-296px -279px;
}
#footer-links #footer-links-social .footer-social-block .footer-twitter{
	background-position:-326px -247px;
	margin-right:0;
}
#footer-links #footer-links-social .footer-social-block .footer-twitter:hover{
	background-position:-326px -279px;
}
#footer{
	background-color:#e5e5e5;
	padding:18px 0;
	width:auto;
	font-weight:normal;
	color:#666;
	font-size:11px;
	font-family:"open_sansregular", Arial, Verdana, sans-serif;
	text-align:center;
	text-shadow:0 1px 0 #fff;
	-webkit-box-shadow:inset 0 1px 5px #aaa;
	-moz-box-shadow:inset 0 1px 5px #aaa;
	-ms-box-shadow:inset 0 1px 5px #aaa;
	-o-box-shadow:inset 0 1px 5px #aaa;
	box-shadow:inset 0 1px 5px #aaa;
}
#footer a{
	color:#10416c;
}
#breadcrumb{
	background:#eee;
	color:#666;
	text-transform:uppercase;
	font-size:11px;
	height:38px;
	line-height:40px;
	margin-bottom: 20px;
	border-bottom:3px solid #ddd;
	list-style:none;
	font-weight:bold;
}
#breadcrumb.lview{
	margin-bottom: 0;
}
#breadcrumb div{
	width: 960px;
	margin: auto;
	padding: 0px;
	position: relative;
}
#breadcrumb a{
	color:#666;
	text-decoration:none;
}
#breadcrumb ul{
	list-style:none;
}
#breadcrumb li{
	float:left;
	padding:0 20px 0 34px;
	background:url('/images/v12/sprite-main.gif') no-repeat 0 -438px;
}
#breadcrumb li.first{
	padding:0 20px 0 0;
	background:none;
}