
/* MAIN SEARCH BOX */

#search_box{
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background: #f7f1d8;
	padding: 20px 10px;
	float:left;
	width: 320px;
	border: 1px solid #e5d9a4;
	margin: 0px 0px 20px;
}

#search_box h2{
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #ffae01;
}

#search_box h3{
	margin:0px;
	font-size: 11px;
}

#search_location_suggestions{
	position: absolute;
	z-index: 100;
	width: 206px;
	background: #FFFFFF;
	padding: 5px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.search_location_option{
	clear:both;
	color:#777;
	cursor:pointer;
}

.search_location_option:hover{
	cursor:pointer;
	color:#c60;
}

.search_location_option_highlight{
	color:#000000;
	font-weight: bold;
	cursor:pointer;
}

.search_input{
	height: 24px;
	width: 190px;
	font: 18px Arial, Helvetica, sans-serif;
	color: #666666;
}

.search_button{
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #c10845;
	padding: 2px 5px;
}

.search_button:hover{
	background: #ed145b;
}

#welcome_box{
	float:left;
	width:360px;
	margin: 0px 0px 0px 20px;
}

#welcome_box h1{
	font-size: 15px;
	margin: 0px;
	font-weight: bold;
}


/* PLAN IT HEADER */

#plan_it_header{
	width: 970px;
	height: 300px;
	clear: both;
	background: #e0edf9;
}

#plan_it_image{
	float: left;
}

#plan_it_content{
	float: left;
	padding: 30px 20px 20px;
	font: 22px Arial, Helvetica, sans-serif;

	color: #666666;
}

.plan_it_points{
	padding: 0px 0px 0px 10px;
	clear: both;
	height: 40px;
}

.plan_it_type1{
	color:#d58497;
	font-size:24px;
	float: left;
	width: 100px;
	text-align: right;
}

.plan_it_type2{
	float: left;
	padding: 0px 0px 0px 10px;
}

#plan_it_subtype{
	font-size: 15px;
	padding: 20px;
	clear: both;
	width: 290px;
	line-height: 24px;
	font-weight: bold;
}

#main_middle{
	clear:both;
}

#main_middle_content{
	float:left;
	width: 724px;
}


/* LOCAL LISTINGS */
#main_listings{
	width: 340px;
	height: 335px;
	float:left;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border: 1px solid #b4d1ea;
}

#main_right_ad{
	float:right;
	padding: 24px 25px 0px 0px;
}

#main_local_listings{
	float:left;
	width: 360px;
	min-height:335px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border: 1px solid #b4d1ea;
	margin: 0px 0px 0px 20px;
}

#main_local_listings h2{
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font: normal 20px Arial, Helvetica, sans-serif;
}

#main_local_listings_content{
	clear:both;
	padding:10px;
}

.main_local_listings_row{
	clear:both;
}

.main_local_listings_row:hover{
	background-color: #f7f1d8;
	cursor:pointer;
}

.main_local_listings_business_name{
	clear: both;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #0066FF;
	padding: 0px 0px 0px 15px;
}

.main_local_listings_business_name a{
	color: #0066FF;
}

.main_local_listings_business_name a:hover{
	color:#ed145b;
}

.main_local_listings_category{
	font: bold 12px Arial, Helvetica, sans-serif;
	clear: both;
}


/* RECENT LISTINGS */
#main_recent_listings{
	float:left;
	width: 722px;
	min-height:335px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border: 1px solid #b4d1ea;
	margin: 20px 0px 0px;
}

#main_recent_listings h2{
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font: normal 20px Arial, Helvetica, sans-serif;
}

#main_recent_listings h4{
	margin: 0px;
	padding: 0px;
	font: bold 12px Arial, Helvetica, sans-serif;
}

#main_recent_listings a
{
	color:#3574aa;
}

#main_recent_listings a:hover
{
	color:#ed145b;
}

.main_recent_listings_row{
	clear:both;
	padding: 10px;
	border-bottom: 1px solid #CCCCCC;
}

.main_recent_listings_content{
	float: left;
	width: 350px;
}

.main_recent_listings_stats{
	float: right;
	width: 150px;
	padding: 5px;
	border: 1px solid #cccccc;
	font: 11px Arial, Helvetica, sans-serif;
}

.main_recent_listings_stats ul{
	margin: 0px;
	padding: 0px;
}

.main_recent_listings_stats li{
	color:#3574aa;
	padding:0px;
	font-weight: bold;
	list-style: none;
}

.main_recent_listings_stats .recent_stat{
	color:#666666;
	font-weight: normal;
	padding:0px 0px 10px 10px;
}

/*.main_recent_listings_row:hover{
	background-color: #f7f1d8;
	cursor:pointer;
}*/

.main_recent_listings_image{
	float:left;
	padding: 0px 20px 0px 0px;
	width: 150px;
}

.main_recent_listings_business_name{
	clear: both;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #0066FF;
}

.main_recent_listings_business_name a{
	color: #0066FF;
}

.main_recent_listings_business_name a:hover{
	color:#ed145b;
}

.main_recent_listings_category{
	font: bold 12px Arial, Helvetica, sans-serif;
	clear: both;
}



#main_right{
	float: right;
	width: 228px;
}

