*{
	
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	
}

/*----------------------base----------------------*/
html{
	
	background: #fff url('../images/bg_repeat.jpg') repeat-x ;

}
body{
	
	font-size: .625em;
	font-family: Georgia, Times, serif;
	line-height: 1.8;
	background: transparent url('../images/body_bg.jpg') no-repeat top center;
	padding-top: 15px;
}
#wrapper{
	
	width: 960px;
	margin: 0 auto 20px;
	min-height: 600px;
	
}

/*----------------------header----------------------*/
#header {
	overflow: hidden;
}
#header h1 a{
	
	display: block;
	text-indent: -9999px;
	background: url('../images/logo.png') no-repeat top left;
	width: 278px;
	height: 117px;
	padding-bottom: 10px;
}
#header h1{
	
	float: left;
	
}
#header #phone_social{
	
	float: right;
	
}
#header #phone_social img{
	
	display: block;
	
}
ul.picky_li li{
	
	padding-bottom: 5px !important;
	
}
#header img#top-name {
	position: absolute;
	margin: 0 0 0 304px;
	padding: 35px 0 0 0;
}
#header #phone_social #social{margin: 0 0 20px 120px;}
#header #phone_social #social a img{display: inline; text-align: right;}
#twitter{padding-left: 5px;}
/*----------------------nav----------------------*/
#sfnav{
	
	clear: both;
	
}
#sfnav ul{
	
	list-style-type: none;
	border-bottom: 3px solid #4686c3;
	overflow: hidden;
	
}
#sfnav ul li{
	
	float: left;
	line-height: 1.4;
	
}
#sfnav ul li a{
	
	display: block;
	background: url('../images/nav_bg.jpg') repeat-x top left;
	height: 37px;
	font-size: 1.4em;
	text-decoration: none;
	color: #fff;
	
}
#sfnav ul li a:hover, #sfnav ul li.dropme:hover a{
	
	background: #fff;
	color: #1B4D6A;
	
}
#sfnav ul li a#home_nav{
	
	line-height: 2.8;
	padding-left: 40px;
	width: 60px;
	border-right: 1px solid #4686c3;
	
}
#sfnav ul li a#search_nav{
	
	line-height: 2.8;
	padding-left: 30px;
	width: 67px;
	border-right: 1px solid #4686c3;
	
}
#sfnav ul li a#foreclosures_nav{
	
	line-height: 2.8;
	padding-left: 30px;
	width: 102px;
	border-right: 1px solid #4686c3;
	
}
#sfnav ul li a#international_nav{
	
	line-height: 2.8;
	padding-left: 25px;
	width: 104px;
	border-right: 1px solid #4686c3;
	
}
#sfnav ul li a#buyers_nav{
	
	line-height: 2.8;
	padding-left: 30px;
	width: 66px;
	border-right: 1px solid #4686c3;
	
}
#sfnav ul li a#sellers_nav{
	
	line-height: 2.8;
	padding-left: 25px;
	width: 64px;
	border-right: 1px solid #4686c3;
	
}
#sfnav ul li a#blog_nav{
	
	line-height: 2.8;
	padding-left: 30px;
	width: 51px;
	border-right: 1px solid #4686c3;
	
}
#sfnav ul li a#about_nav{
	
	line-height: 2.8;
	padding-left: 30px;
	width: 88px;
	border-right: 1px solid #4686c3;
	
}
#sfnav ul li a#contact_nav{
	
	line-height: 2.8;
	padding-left: 20px;
	width: 90px;
	
}
#sfnav ul li .drop_container{
	
	position: absolute;
	left: -9999px;
	z-index: 9999;
	background: url('../images/nav_container_bg.png') no-repeat bottom left;
	
	border-bottom: none;
	margin-left: -10px;
	width: 256px;
}
#sfnav ul li ul{
	
	width: 233px;
	background: #fff url('../images/nav_ul_bg.jpg') no-repeat bottom right;
	border-bottom: none;
	z-index: 10000;
	margin-left: 10px;
	margin-bottom: 15px;
}
#sfnav ul li.dropme:hover .drop_container{
	left: auto;
}
#sfnav ul li.dropme ul li{
	display: block;
	float: none;
}
#sfnav ul li.dropme:hover ul li a{
	
	height: 15px;
	display: block;
	color: #1B4D6A;
	line-height: 1 !important;
	padding: 15px 20px;
	margin-left: 10px;
	background:  url('../images/nav_border.jpg') no-repeat bottom center;
	
}
#sfnav ul li.dropme:hover ul li a:hover{
	
	height: 15px;
	display: block;
	color: #1B4D6A;
	line-height: 1 !important;
	padding: 15px 20px;
	margin-left: 10px;
	background:  url('../images/nav_border.jpg') no-repeat bottom center;
	text-decoration: underline;
	
}
#sfnav ul li ul li a.last{background: none;}
/*----------------------tabs----------------------*/
#home_tabs{
	
	margin: 20px;
	
}
#tab_height{
	overflow: hidden;
	height: 217px;
	position: relative;
	
}
#tab_height .ui-tabs-panel{
	
	position: absolute;
	top: 0;
	left: 0;
	height: 217px;
	
}
.ui-tabs .ui-tabs-hide {
	
	position: absolute;
	top: 0;
	left: 0;
    display: none;

}
.ui-tabs{
	
	line-height: 0;
	
}

.ui-tabs-nav{
	
	list-style-type: none;
	border-top: 3px solid #4686c3;
	width: 913px;
	overflow: hidden;
}
.ui-tabs-nav li{
	
	float: left;
	
}
.ui-tabs-nav .ui-tabs-selected a{
	
	display: block;
	background: url('../images/tab_active_bg.jpg') repeat-x top left;
	height: 35px;
	
}
.ui-tabs-nav li a{
	
	background: url('../images/tab_bg.jpg') repeat-x top left;
	height: 35px;
	display: block;
	line-height: 2.8;
	font-size: 1.4em;
	text-decoration: none;
	color: #fff;
}
.ui-tabs-nav li a:hover{
	
	background: url('../images/tab_active_bg.jpg') repeat-x top left;
	
}
div#tabs-1, div#tabs-2, div#tabs-3, div#tabs-4 {
	position: absolute;
} 
.ui-tabs-nav li a#tab_one{
	padding-left: 50px;
	width: 157px;
	border-right: 1px solid #4686c3;
	
}
.ui-tabs-nav li a#tab_two{
	padding-left: 40px;
	width: 162px;
	border-right: 1px solid #4686c3;
	
}
.ui-tabs-nav li a#tab_three{
	
	padding-left: 48px;
	width: 175px;
	border-right: 1px solid #4686c3;
	
}
.ui-tabs-nav li a#tab_four{
	padding-left: 60px;
	width: 218px;
	
}
.ui-tabs-panel{height: 217px;}
/*----------------------body----------------------*/
#content{background: #fff;}
a{color: #A78E6F;}
#sub_page{
	
	background: url('../images/sub_bg2.jpg') repeat-x top left;
	overflow: hidden;
	padding: 20px;
	min-height: 400px;
}
#content_sub{
	
	padding: 20px;
	background: #fff;
	min-height: 500px;
}
#property_call_to{overflow: hidden; padding-bottom: 30px;}
#property_call_to a{
	
	color: #567B91;
	
}
.col{
	
	background: url('../images/property_bg.jpg') repeat-x top left;
	overflow: hidden;
	float: left;
	width: 265px;
	padding: 13px;
	margin-left: 20px;
	
}
.sub_col{
	
	overflow: hidden;
	float: left;
	width: 285px;

}
.sub_col h4{font-size: 1.6em; font-weight: normal; color: #1b4d6a;}
.sub_col ul{padding-bottom: 20px;}
.sub_col p{padding-bottom: 10px;}
.sub_col p em{padding-bottom: 10px; display: block;}
.col img{
	
	border: 1px solid #cccccc;
	padding: 4px;
	background: #fff;
	
}
.col.blogcol h2 {
	font-size:2.4em;
	border-bottom: 1px solid #A9C4E0;
	padding-bottom: 3px;
	margin: 0 0 14px;
	line-height: normal;
}
img.img_sub{
	
	border: 1px solid #cccccc;
	padding: 4px;
	background: #fff;
	
}
.community_text{float: left; width: 350px;}
.community{clear: both; margin-bottom: 30px; overflow: hidden;}
.communities{float: right; margin-bottom: 20px;}
.col h2, .sub_col h2{
	
	color: #1b4d6a;
	font-size: 1.8em;
	font-weight: normal;
	
}
.col p, .sub_col p{
	
	color: #1b4d6a;
	font-size: 1.2em;
}
.two_col{
	
	float: left;
	overflow: hidden;
	width: 575px;
	position: relative;
}
.two_col h4{font-size: 1.6em; font-weight: normal; color: #1b4d6a;}
.sub_col h3{
	
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.sub_col ul li{
	
	color:#1B4D6A;
	font-size:1.2em;
	
}
.two_col p{
	
	color: #1b4d6a;
	font-size: 1.2em;
	
}
#sub_title{
	background: url('../images/thinline.png') no-repeat center right;
	font-size: 2.6em;
	width: 880px;
	overflow: hidden;
	
	margin-bottom: 10px;
}
#sub_title h2{
	background: #E3EDF7;
	color: #1B4D6A;
	font-weight: normal;
	overflow: hidden;
	line-height: 1.2;
	display: inline;
	padding-right: 10px;
	
}
h3{
	
	color: #1B4D6A;
	line-height: 1.2;
	font-size: 1.8em;
	font-weight: normal;
}
.expand h3{
	
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
	
}
#vendors h4{font-size: 1.6em; color: #1B4D6A; margin-bottom: 20px;}
#vendors ul li{padding-bottom: 0 !important;}
#vendors ul{padding-bottom: 20px;}
ul.no_numbers{
	
	margin-top: 20px;
	
}
ul.no_numbers li{
	
	list-style-type: disc !important;
	font-size: 1.0em;
}
#table_parent{
	
	width: 575px;
	background: #fff;
	color: #1B4D6A;
	border: 1px solid #CFE6F8;
	margin-bottom: 20px;
}
.table_head.table_left, .table_head.table_right{
	
	background: #145DA1;
	color: #fff;
	font-size: 1.6em;
	padding-left: 5px;
}
.table_type{
	
	font-size: 1.4em;
	padding-left: 5px;
}
.table_head, .table_type{
	
	text-align: left;
	
	
}
.table_left{
	
	background: #FAFAFA;
	font-size: 1.2em;
	padding-left: 5px;
	border: 1px solid #CFE6F8;
}
.table_right{background: #E1E9F2; width:100px; padding-left: 5px; font-size: 1.2em;}
.expand .table_head.table_left{background: #145DA1; border: none;}
.expand .table_head.table_right{background: #145DA1; border: none;}
.expand .table_right{ width: 200px;}
.expand .table_right ul li{
	
	font-size: 1.0em;
	padding-bottom: 10px;
	padding-right: 5px;
}
.vendor_strong{
	display: block;
	color: #1B4D6A;
	font-size: 1.2em;
	padding: 5px 0;
}
#vendors ul li p{
	
	font-size: 1.0em;
	padding-bottom: 0;
	
}
.snapshot{
	
	cursor: pointer;
	
}
#expand_snapshot{
	
	background: #F3F3F3;
	padding: 20px 20px 0 20px;
	display: none;
}
/*----------------------contact----------------------*/
.required{
	
	color: #FF1D25;
	
}
#required_text{
	
	background: url('../images/dotted_box.png') no-repeat top left;
	overflow: hidden;
	width: 245px;
	height: 148px;
	position: absolute;
	top: 40px;
	right: 20px;
	font-family: Georgia, Times, Serif;
	padding: 10px;
}
#required_text p{

	font-size: 1.3em;
	color: #1B4D6A;
	padding-bottom: 5px;

}
#required_instructions{
	
	padding-bottom: 10px;
	
}

#contact p label{
	
	display: block;
	font-size: 1.4em;
	font-family: Georgia, Times, Serif;
	color: #1B4D6A;
}
#contact input{
	
	width: 265px;
	border: 1px solid #CCCCCC;
	padding: 8px;
	font-family: Georgia, Times, Serif;
}
#contact textarea{
	
	width: 560px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#contact p{padding-bottom: 10px;}
#contact #submit{
	
	width: 100px;
	background: url('../images/nav_bg.jpg') repeat-x top left;
	color: #fff;
	font-family: Georgia, Times, Serif;
	font-size: 1.4em;
	cursor: pointer;
	border: none;
	float: right;
	margin-right: 25px;
}
#address{
	
	overflow: hidden;
	margin-bottom: 30px;
}
#address_text{
	
	float: left;
	width: 186px;
}
#address_text span{
	
	display: block;
	color: #1B4D6A;
}
#address_text span#address_header{
	
	font-size: 1.6em;
	
}
#address img{
	
	float: left;
	margin-left: 5px;
}
/*---------expand and collapse section styles--------*/

.expand_wrapper .expand{display: none;  border-bottom: 1px solid #CCCCCC; width: 580px;}
div.spacer{height: 20px;}
.expand_wrapper a{
	color: #1B4D6A;
	font-size: 1.6em;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
	display: block;
	padding: 7px 0 7px 7px;
	width: 100%;
	background: #fff url('../images/download_arrow.png') no-repeat 95% 50%;
}
.expand_wrapper .expand a{background: none !important; border: none !important;}
.expand_wrapper a.top{
	
	border-top: 1px solid #CCCCCC;
	
	
}
.expand_wrapper a.alt{
	
	background: #FAFAFA url('../images/download_arrow.png') no-repeat 95% 50%;
	
}
.expand_wrapper a:hover{
	background: #e7e7e7 url('../images/download_arrow.png') no-repeat 95% 50%;
}
.expand_wrapper a.bluebar{
	
	background: #145DA1 url('../images/arrow_white.jpg') no-repeat 95% 50%;;
	color: #fff;
	
}
.two_col p{
	
	padding-bottom: 20px;
	
}
.two_col{
	
	padding-right: 20px ;
	
}
.two_col ol li{
	
	list-style-type: decimal;
	
}
.two_col ul li{
	
	list-style-type: disc ;
	
}
.two_col ul li, .two_col ol li, .two_col ul li ul li{
	
	color: #1B4D6A;
	font-size: 1.2em;
	padding-bottom: 20px;
	margin-left: 25px;
}
.two_col ul li ul li , .two_col ol li ul li{
	
	color: #1B4D6A;
	font-size: 1.1em;
	padding-bottom: 20px;
	margin-left: 20px;
	
}
.sub_ul{list-style-type: none !important;}
.expand strong{
	
	color: #567B91;
	font-size: 1.2em;
	
	
}
/*----------------------widgets----------------------*/
#downloads{margin-bottom: 20px;}
#downloads ul li a{
	
	color: #1B4D6A;
	font-size: 1.6em;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
	display: block;
	padding: 7px 0 7px 7px;
	width: 100%;
	background: transparent url('../images/download_arrow.png') no-repeat 95% 50%;
	
}
#downloads ul li a:hover{background: #e7e7e7 url('../images/download_arrow.png') no-repeat 95% 50%;}
#downloads ul li{
	
	background: #fff;
	
}
#downloads ul li.download_alt{
	
	background: #FAFAFA;
	
}

#buy-mortg {
	padding: 18px 12px;	
}

.calc label{display: block; font-family: Georgia, Times, Serif; font-size: 1.8em; color: #1B4D6A; padding: 0 10px 20px 0;}
.calc label.amount{width: 140px;}
.calc label.amount input{width: 130px;}
.calc label.rate{width: 70px; padding: 0 0 20px 0;}
.calc label.rate input{width: 50px;}
.calc label.years{width: 30px; display: block;}
.calc label.years input{width: 20px;}
.calc input{border: 1px solid #CCCCCC; padding: 5px;}
.calc label, .calc input{float: left;}
.calc #submit{
	
	width: 100px;
	background: url('../images/nav_bg.jpg') repeat-x top left;
	color: #fff;
	font-family: Georgia, Times, Serif;
	font-size: 1.4em;
	cursor: pointer;
	border: none;
	margin-right: 15px;
	
}

.testname {
	text-align: right;
	font-size: 120%;
	color: #1B4D6A;
}

.displayed p{font-size: 1.6em;}
#status{color: #FF1D25; font-size: 1.0em;}
/*----------------------footer----------------------*/
#footer{ 
	
	width: 960px;
	margin: 0 auto;
}
#footer_nav{
	
	width: 900px;
	margin: 0 auto 30px;
	overflow: hidden;
}
#footer_nav ul{
	
	list-style-type: none;
	float: left;
	margin-right: 15px;

}
#ap_logo{
	
	width: 73px;
	margin: 0 auto;
	padding-top: 10px;
	
}
#logos{
	
	width: 153px;
	margin: 0 auto;
	padding-top: 10px;
}
#logos a{
	padding-left: 10px;
	display: block;
	float: left;
}
#logos_footer{
	
	width: 962px;
	margin: 0 auto;
	
}
#logos_footer p{
	color: #88a6c0;
	text-align: center;
	
}
#footer_nav ul li h5{font-size: 1.2em;}
#footer_nav ul li h5 a{
	
	color: #474747 !important;
	font-weight: normal;
}
#footer_nav ul li{
	
	line-height: 1.4;
	
}
#footer_nav ul li a{
	
	text-decoration: none;
	color: #7f7f7f;
	font-size: 1.1em;
}
#footer_nav ul li a:hover{
	
	text-decoration: underline;
	
}

#vbtools {
	clear: both;
	margin: 14px 0 0 0;
	padding: 6px 0;
	background: #e8f2fb;
	border-top: 1px solid #CBE1F5;
	overflow: hidden;
}
#vbtools a {
	text-indent: -9999px;
	display: block;
	width: 18px;
	height: 16px;
}
#vbtools a#addlist {
	background: url('../images/addlisting.png') no-repeat 0 0;
	float: left;
	margin: 0 0 0 12px;
}
#vbtools a#bloglog {
	background: url('../images/bloglog.png') no-repeat 0 0;
	margin: 0 auto;
	padding-right: 24px;
}
#vbtools a#adminlist {
	background: url('../images/adminlist.png') no-repeat 0 0;
	float: right;
	margin: 0 12px 0 0;
}


.alignright {
	float: right;
	margin: 0 0 8px 8px;
}
.alignleft {
	float: left;
	margin: 0 8px 8px 0;
}

#shortterm .entry ul li {
	padding: 0 0 0 0;
}

