* {
	margin: 0;
	padding: 0;	
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	background-color:#929292;
	color: #000000;	
	font-size: 12px;
}

a {
	color: #0F55C3;
	text-decoration: underline;	
}

a:hover {
	color: #CF7E00;
	}

p {
	font-size: 12px;
	}
	
h1 {
	font-size: 26px;
	font-weight: bold;
	color: #4F6073;	
	text-align: center;
	padding-top: 10px;
}

h2, h2 a {
	color:#0862A1;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	text-decoration:none;	
	font-weight: bold;
}

h3 {
	font-size: 15px;
	}

img {
	border: none;
	}
	
.div_clear {
	clear: both;	
}

.div_space {
	clear: both;	
	height: 20px;
	}

.div_small_space {
	height: 10px;
	clear: both;
	}
	
p.center {
	text-align: center;
	}
	
/*---- Start main body div----*/
#wrapper {
	padding: 0px;
	width: 964px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image:url(images/bigback.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;
}
#wrapper p{
	margin:0px;
	padding-bottom:10px;
}
#wrapper_body {
	padding:10px;
	margin:0px;
	float: left;
	width: 943px;
	background-color:#FFFFFF;
}
#specer {
	float:left;
	margin:0px;
	padding:0px;
}

/*---- Start top header div----*/
#toplink {
	width:943px;
	height:16px;
	background-color: #FFFFFF;
	font-size: 10px;
	color: #757070;
	text-decoration: none;
}
#toplink a{
	color: #757070;	
}
#toplink  a:hover{
	color: #757070;
	text-decoration:underline;
	
}
#toplink .left{
	float:left;
	width:471px;
}
#toplink .right{
	float:left;
	width:471px;
	text-align:right;
}
#topheader {
	width:943px;
	height:120px;
	background-color:#4F6073;
}
#topheader .top {
	 float:left;
	 width:943px;
	 height:92px;
}
#topheader .top .logo {
	 float:left;
	 width:234px;
	 background-image:url(images/logo.gif);
	 background-repeat:no-repeat;
	 height:83px;
}
#topheader .top .search {
	float:left;
	width:709px;
	height:83px;
	color: #FFFFFF;	
}
#topheader .top .searchbox {
	 float:right;
	 width:455px;
	 height:42px;
	 margin-top:30px;
	 margin-right:10px;	
	 background-image:url(images/search_back.gif);
	 background-repeat:no-repeat;
}
#topheader .top .searchboxtext {
	 float:left;
	 width:120px;
	 padding:15px 0 0 11px;
}
#topheader .top .searchtextbox {
	 float:left;
	 width:270px;
	 padding-top:12px;
}
#topheader .top .textbox {
	float:left;
	width:270px;
	height:15px;
	color: #000000;
	text-decoration: none;
	padding: 2px 0 0 3px;
	color: #8C8C8C;
	font-size: 11px;
}
#topheader .top .searchbutton {
	float: left;
	padding-top:11px;
	padding-left:10px;
}

#topheader .top .searchbutton input {
	background: transparent url(images/button_search.jpg) no-repeat;
	width: 32px;
	height: 22px;
	border: none;
	cursor: pointer;
}


/*---- Start top header main link div----*/
#topheader .link {
	float:left;
	width:943px;
}
/*----Menu Panel----*/
#menuPan{
	width:943px; 
	height:28px;	 
	position:relative; 
	margin:0 auto;
}

#menuPan ul{
	width:943px; 
	height:28px; 
	position:absolute; 
	left:14px;	
	margin:0px;  
	padding:0px;
	list-style-type: none;
}

#menuPan ul li{
	width:129px; 
	height:28px; 
	float:left;
	margin-left: 2px;
}

#menuPan ul li a{	
	height:28px; 
	display:block; 
	color:#2F2A28;  
	font:13px/28px Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	text-align:center; 
	text-decoration:none;
	background: #CFCFCF;
}

#menuPan ul li a:hover{
	width:129px;
	height:28px; 
	background:#8C8C8C; 
	color:#fff; 
	border:none; 
	text-decoration:none;
}

#midlink {
	float:left;
	width:943px;
	height:39px;
	background-image:url(images/mid_back.jpg);
	background-repeat:repeat-x;
}

#midlink .linktext{	
	width:943px;	
	font-size: 11px;	
	padding-top: 7px;
}

#midlink .linktext li {
	float: left;
	list-style: none;
	width: 165px;
	text-align: center;
}

#graycontent {
	float:left;
	width:943px;
	height: 10px;	
	color: #FFFFFF;
	background-color: #4F6073;
	border-bottom: 2px solid #FFFFFF;	
}

#graycontent1 {
	float:left;
	width:923px;
	padding:10px;	
	background-color: #CFCFCF;	
}

.graycontent1_box {
	float: left;
	width: 300px;
	}	

.graycontent1_box ul {
	margin: 5px 0;
	}
	
.graycontent1_box li {
	list-style: none;
	list-style-image: url(images/arrow1.jpg);
	margin: 0 0 5px 15px;
	}
	
#bottombroder { 

	float:left;
	width:943px;
	background-image:url(images/bottom_broder.jpg);
	background-repeat:repeat-x;
}
#indexbody .specer {
	float:left;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}
/*---- End index body div----*/
#bottom{
	float:left;
	width:943px;
	height:208px;
	margin-top: 2px;
	background-color: #4F6073;
	color: #FFFFFF;
}

#bottom a{
	color: #ffffff;	
	text-decoration: none;
}

#bottom a:hover {
	color: #CF7E00;	
}

#bottom p {	
	font-size:10px;
	padding: 10px 0 0 0;	
	text-align:center;
	}

#bottom p a {
	text-decoration: underline;
	}
	
#bottom .bottomleft{
	float:left;
	width:640px;
	padding:10px 0 0 10px;	
	color:#FFFFFF;	
}

#bottom .bottomleft ul {	
	float: left;
	width: 150px;
	padding-right: 60px;
	}
	
#bottom .bottomleft li{	
	list-style: none;
	list-style-image: url("images/arrow_footer.gif");
	margin: 5px 0 0 17px;			
	}

.line_bottom {
	border-bottom: 1px solid #CCCCCC;
	height: 6px;
	}
	
#bottom .bottomright{
	float:right;
	height:70px;
	padding-top:5px;
	width:290px;
}

#bottom .bottomright img {
	margin-left: 30px;
	}

.footer_search {		
	color: #FFFFFF;	
	margin-top: 15px;
}
.footer_search .searchbox {	 	
	 height:50px;
	 margin: 0 auto;	 
	 background-image:url(images/bg_search_footer.gif);
	 background-repeat:no-repeat;
	 width: 500px;
}
.footer_search .searchboxtext {
	 float:left;
	 width:50px;
	 padding:18px 0 0 20px;
}
.footer_search .searchtextbox {
	 float:left;	 
	 padding-top:14px;
}
.footer_search .textbox {
	float:left;
	width:315px;
	height:16px;
	color: #000000;	
	padding: 1px 0 0 3px;
	color: #8C8C8C;
	font-size: 12px;
}
.footer_search .searchbutton {
	float: left;
	padding:13px 0 0 15px;	
}

.footer_search .searchbutton input {
	background: transparent url("images/bt_search_footer.gif") no-repeat;
	width: 76px;
	height: 22px;
	border: none;
	cursor: pointer;
	}
#login_main_rightunder {
	float:right;
	width:310px;
	margin:0px;	
	color:#000000;
	padding: 3px 0px 8px 8px;
}

#login_main_rightunder .joinheading {
	float:left;
	width:310px;
	margin:0px;
	font-size:18px;
	font-weight:bold;
	color:#1c699d;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #CCCCCC;
}

#login_main_rightunder .joincontent {
	float:left;
	width:310px;
	margin:0px;
	padding: 5px 0px;
}

#login_main_rightunder .joincontent ul{
	margin-left:13px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	color:#000000;
	line-height:18px;	
	}

#login_main_rightunder .joincontent1 {
	float:left;
	width:310px;
	margin:0px;	
	padding: 5px 0px;
}

#states_list ul li, #results_city_list ul li, #results_county_list ul li {
	list-style: none;
	background: url(images/arrow.jpg) no-repeat 0px 5px;
	float: left;
	margin-bottom: 10px;
	padding-left: 15px;
	}

#states_list ul li {
	width: 120px;
	}
	
#results_city_list ul li, #results_county_list ul li {
	width: 297px;
	}

#promo_properties {
	height: 140px;
	margin-top:5px;
}

.property_area {
	width: 137px;
	float: left;
	text-align: center;
}

.property_location {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	}

.property_photo {
	height: 105px;
	}
	
.property_photo img {
	width: 135px;
	height: 105px;	
}

.property_price {
	height: 18px;
	background-color: #E7ECEF;
	width: 133px;
	font-weight: bold;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	padding-top: 1px;
	font-size: 13px;
	}
.thumb_post{
float:left;
margin:0 5px 0 0;
}
#gwp{
font:10px Verdana;
margin:0;
padding:0;
}

#gwp_linklocation{
margin:5px 0;
padding:0;
}

#gwp .gwp_properties{
float:left;
text-align:center;
margin:0 8px 0 0;
list-style:none;
}

#gwp img{
border: 1px solid #000;
}

#gwp .gwp_photo{
background: url('loading.gif')no-repeat center center;
width: 112px;
}

#gwp .gwp_price{
background: #000;
width: 114px;
color: #fff;
font-weight: bold;
padding: 2px 0;
text-align: center;
}

#gwp .gwp_location{
background: #EFEFEF;
width: 112px;
_width: 114px;
font-weight: bold;
_margin-top:-2px;
padding: 2px 0;
text-align: center;
border: 1px solid #000;
border-top: 0;
overflow: hidden;
height: 13px;
_height:16px;
margin-top:-4px;
}
#gwp a, #gwp a:visited{
text-decoration:none;
}
#gwp .gwp_location a, #gwp .gwp_location a:visited{
color:#000;
}
#gwp .gwp_price a, #gwp .gwp_location a:visited{
color:#fff;
}
.fb_iframe_widget{
	background:#fff;
}

.left-column{
	float: left;
}
.right-column{
	float: right;
}
.post-content {    
    width: 480px;
}
.overview-post {
	float: left;
	margin: 10px;
	border-style: double;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #CECECE;
}
.overview-thumb {
    width: 170px;
}
.overview-thumb img{
    margin: 0 auto;
}
.overview-title {
    float: left;
    width: 480px;
}
.overview-ads {
    text-align: center;
}
.overview-info {
    float: left;
    margin: 5px 0 15px;
}
.overview-text {
    float: left;
    margin: 0 12px 0 0;
    text-align: left;
    width: 480px;
}
.overview-text p{
    line-height: 15px;
}
.overview-social {
    float: left;
    margin: 8px 0 15px;
    width: 100%;
}
.facebook {
	float: left;
	margin: 0 30px 0 20px;
}
.twitter{
	float: left;
   margin: 0 40px 0 0;
}
.plusone{
	float: left;  
}
.read-more{
	float: right;
}
.clear{
	clear: both;
}
.blog-title {
	float: left;
	width: 97%;
	text-align: left;
	border-style: double;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #CECECE;
}
.blog-title h1 {
	margin: 0px 0px 10px 20px;
	float: left;
}
#post-title {
	margin: 10px 20px;
}
#post-title h2{
	color: #0763A2;
}

.comments_box {
	margin: 0px 20px;
}
.comments_box h3{
	margin: 0px 20px;
	color: #144264;
}
.comment {
	margin: 20px 0px 10px 0px;
	background: #E7ECEF;
	border: 1px solid #B7BBBE;
}
.comment-author {
	margin: 20px 0px 10px 0px;
	color: #0066A4;
	font-size: 14px;
	font-weight: bold;
}
.comment-content p{
	font-size: 13px;
}
.gravatar-thumb {
	margin: 20px;
	width: 80px;
	height: 80px;
	float:left;
}
.gravatar-thumb img{
	border: 3px solid #8AA4B5;
}
.comment-form {
	float: left;
	text-align: left;
	border-style: double;
	border-left: none;
	border-right: none;
	border-color: #CECECE;
	margin: 10px 0px 10px 0px;
	width: 375px;
	padding: 0 135px;
}
.comment-form form {
	width: 380px;
	margin: 31px 0px;
}
.comment-form form input{
	float:right;
}
.comment-form h3{
	margin: 20px 0px 20px 0px;	
}
#ads-posts{
	float:right;
	margin-left:5px;
}
.alignnone{
	float:left;
	margin-right:5px;
}