br{
	clear: both;
}

/*===================*/
.div_clear{
	clear: both;
}
/*================*/


#tabs_lview{
	margin: 0px;
	padding: 0px;
}
#tabs_lview li{
	list-style: none;
	margin-left: 3px;
	float: left;
}

#tabs_lview li .tab_not_selected, .tab_selected, .tab_not_selected a, .tab_selected a{
	display: block;
	height: 20px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	float: left;
}
#tabs_lview li .tab_not_selected, .tab_not_selected a{
	border-top: 1px solid #FF9900;
	border-left: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	border-bottom: 0px;
	background-color: #FFF;
	color:#FF9900;
	text-decoration: none;
}
#tabs_lview li .tab_not_selected:hover{
	text-decoration: underline;
}


#tabs_lview li .tab_selected, .tab_selected a{
	color: #FFF;
	border-top: 1px solid #FF9900;
	border-left: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	border-bottom: 0px;
	background-color: #FF9900;
	text-decoration: none;
}
#tabs_lview li .tab_selected a:hover{
	text-decoration: underline;
}

/*=============*/
#search_lview{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #6882ab;
	border:none;
	/*border-top: 3px solid #FF9900;*/
	/*border-bottom: 1px solid #FF9900;*/
	font-size:.9em;
	color: #FFF;
}

#search_lview td {
	border:none;
}

/*==============*/

#search_lview_details{
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
	background-color: #FF9900;
	color:#FFF;
	font-size: 11px;
}
#search_lview input, #search_lview select, #search_lview_details input, #search_lview_details select{
	font-size: 12px;
}

.listings_results, .listings_per_page, .listings_navigation{
	font-size: 12px;
	/*width: 251px;*/
	/*float: left;*/
	padding: 2px 0px 1px 7px;
	height: 21px;
	color: #FFFFFF;
	font-weight:normal;
}
.listings_navigation{
	font-size: 12px;
	text-align:right;
}

/*===================*/
#fullwidth {
	width:100%;
}
/*===============*/

.rightalign {
	text-align:right;	
}

/*==================*/
.listings_results{
	height: 19px;
	padding: 4px 5px 2px 7px;
	text-align:left;
}


.listings_per_page{
	text-align: center;
	height: 19px;
	padding: 4px 5px 2px 7px;
}


.listings_per_page form{
	margin: 0px;
	padding: 0px;
}
.listings_per_page select{
	height: 19px;
	font-size:10px;
}
.listings_navigation{
	/*width: 256px;*/
	height: 19px;
	padding: 4px 5px 2px 7px;
}
.listings_navigation a{
	color: #FFFFFF !important;
}
.listings_navigation a:hover{
	color: #FFCC00;
}
/*======================*/

/*=========*/
.filter, .filter td {
	background-color: #6882ab;
	border:none;
}

#listings_header{
	font-size: .9em;
	color: #333;
	font-weight: bold;
}
/*===========*/

#listings_header ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width:100%;
}
#listings_header ul li{
	height: 17px;
	padding-top: 3px;
	background-color: #EEEEEE;
	border-bottom: 1px solid #999999;	
	float: left;
	/*ADDED*/width:10%;
}

#listings_header ul .photo{
	text-align: center;
	width: 38px;
}
#listings_header ul .status{
	text-align: center;
	width: 55px;
}
#listings_header ul .location{
	width: 190px;
}
#listings_header ul .street{
	width: 110px;
}
#listings_header ul .city{
	width: 60px;
}
#listings_header ul .state{
	width: 20px;
}
#listings_header ul .zipcode{
	text-align: center;
	width: 60px;
}
#listings_header ul .price{
	text-align: center;
	width: 80px;
}
#listings_header ul .style{
	text-align: center;
	width: 90px;
}
#listings_header ul .monthly{
	text-align: center;
	width: 65px;
}
#listings_header ul .sqfoot{
	text-align: center;
	width: 80px;
}
#listings_header ul .contact{
	width: 80px;
}
#listings_header ul .auction{
	text-align: center;
	width: 80px;
}
#listings_header ul .listingtype{
	text-align: center;
	width: 93px;
}
#listings_header ul .bedbath{
	text-align: center;
	width: 50px;
}
#listings_header ul .register_date{
	text-align: center;
	width: 80px;
}
#listings_header ul .details{
	text-align: center;
	width: 50px;
}
#listings_content{
	font-size: 11px;
	color: #333;
}
#listings_content ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#listings_content ul li{
	height: 17px;
	padding-top: 3px;
	border-bottom: 1px solid #999999;	
	float: left;
	overflow:hidden;
}
#listings_content ul .photo{
	text-align: center;
	width: 38px;
}
#listings_content ul .status{
	text-align: center;
	width: 55px;
}
#listings_content ul .location{
	width: 180px;
}
#listings_content ul .location a{	
	color: #3C3870;
}
#listings_content ul .street{
	width: 110px;
}
#listings_content ul .street a{	
	color: #0033CC;
	font-size: 11px;
	text-decoration:underline;
}
#listings_content ul .street a:visited{
	color:#990066;
	font-size: 11px;
	text-decoration:underline;
}
#listings_content ul .city{
	width: 60px;
}
#listings_content ul .state{
	width: 20px;
}
#listings_content ul .location a:hover{
	background: url(../images/arrow_link.gif) left no-repeat;
	color: #131225;
}
#listings_content ul .zipcode{
	text-align: center;
	width: 60px;
}
#listings_content ul .price{
	text-align: center;
	font-size: 12px;
	color: #CC3300;
	width: 80px;
}
#listings_content ul .style{
	text-align: center;
	width: 90px;
}
#listings_content ul .monthly{
	text-align: center;
	width: 65px;
}
#listings_content ul .sqfoot{
	text-align: center;
	width: 80px;
}
#listings_content ul .contact{
	width: 80px;
}
#listings_content ul .auction{
	text-align: center;
	width: 80px;
}
#listings_content ul .listingtype{
	text-align: center;
	width: 93px;
}
#listings_content ul .bedbath{
	text-align: center;
	width: 50px;
}
#listings_content ul .register_date{
	text-align: center;
	width: 80px;
}
#listings_content ul .details{
	text-align: center;
	color: #3C3870;
	width: 50px;
}
#listings_content ul .details a{
	display: block;
	width: 45px;
	height: 13px;
	color:#0033CC;
	text-decoration:underline;
}
#listings_content ul .details a:visited{
	display: block;
	width: 45px;
	height: 13px;
	color:#990066;
}
.listings_row_1 li{
	background-color: #FFF;
}
.listings_row_2 li{
	background-color: #F7F7F7;
}
.listings_row_1:hover li, .listings_row_2:hover li{
	background-color: #FFD1A4;
}
#listings_content a{
	color: #0033CC;
}
#listings_content a:hover{
	color: #FF0000;
}
#listings_content a:visited{
	color: #990066;
}


#promo_properties{
	margin: 5px 0px 5px 0px;
	padding: 8px 0px 8px 0px;
	border: 3px solid #5A6DB5;
	border-left: 0px;
	border-right: 0px;
	font-size: 11px;
	color: #666;
	background-color: #F7F7F7;
	height: 140px;
}
#promo_properties ul{
	margin: 0px;
	padding: 0px;
	list-style: none;

	width: 250px;
	float: left;
}
#promo_properties .photo img{
	float: left;
	border: 1px solid #999999;
	margin: 2px;
}
#promo_properties .details a{
	font-size: 11px;
	color: #0033CC;
}
#promo_properties .details a:hover{
	color: #FF0000;
}
#resale_warning{
	font-size:11px;
	color: #FFF;
	font-weight:bold;
	background: #FF9900;
	border:0px;
	text-decoration:none;
}
#resale_warning p{
	margin: 0px;
	padding: 6px 2px 6px 2px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}
.sample_listing{
	 background-color: #FF9900;
	 border-bottom: 1px solid #FF9900;
	 width: 758px;
	 text-align: center;
}
.sample_listing p{
	margin: 0px 10px 0px 210px;
	padding: 14px 0px 6px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	float: left;
}
.sample_listing p a{
	color: #FFF;
	font-weight: bold;
}
.sample_listing a img{
	float: left;
	border: 0px;
}
.register_today{
	 background-color: #FF9900;
	 border-bottom: 1px solid #FF9900;
	 width: 758px;
	 text-align: center;
}
.register_today p{
	margin: 0px 10px 0px 210px;
	padding: 6px 0px 6px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	float: left;
}
.register_today p a{
	color: #FFF;
	font-weight: bold;
}

.listings_navigation a{
	font-size: 12px;
	text-decoration: underline;
	color: #333;
}
.listings_navigation a:hover{
	color: #000;
}


#information_box_1{
	width: 375px;
	float: left;
}

#information_box_1 h2{
	text-align: center;
	padding-bottom: 2px;
	border-bottom: 1px solid #EEE;
}

#information_box_1 p{
	font-size: 12px;
	color: #666666;
}

#information_box_2{
	width: 375px;
	margin-left: 10px;
	float: left;
}

#information_box_2 h2{
	text-align: center;
	padding-bottom: 2px;
	border-bottom: 1px solid #EEE;
}

#information_box_2 ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 12px;
	margin-top: 8px;
	color: #666666;
	text-align: left;
}

#information_box_2 ul li{
	margin-bottom: 3px;
	padding-bottom: 2px;
	border-bottom: 1px solid #EEE;
	text-align: right;
}

#information_box_2 ul li strong{
	float: left;
}

#state_data{

}

#state_map{
	width:75%;
	border-right: solid 3px #999999;
}

#state_map h2{
	text-align:left;
	color:#CC0000;
	margin-top:5px;
	margin-bottom:15px;
	text-align:center;
}
#top_cities_state{
	padding-right:8px;
	float:right;
	width:22%;
	overflow:hidden;
}
#top_cities_state h2{
	padding-bottom:10px;
	color:#CC0000;
	margin-top:5px;
	text-align:center;
	padding-left:15px;
}
#top_cities_state ul li{
	list-style:none;
	padding-bottom:12px;
	list-style:circle;
	text-align:center;
}

#top_cities_state ul li a{
	color:#CC0000;
}
