/* -----ajax box----- */
#searchbox{
	max-height: 165px;
	min-height: 32px;
	width: 1004px;
	overflow: hidden;
	margin-left: auto; 
	margin-right: auto; 
	padding: 0 10px;
	margin-top: 0;
	margin-bottom; 0;
	background: url(../images/searchbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;

}

/* -----tabs above the box----- */

.shadetabs{
	padding: 0 0 0 0;
	height: 58px;
	margin: 0;
	font:  16px Geneva;
	list-style-type: none;
	text-align: center; 
}

.shadetabs li{	
	margin: 0;
	padding: 0;
	float: right;
}

.shadetabs li a{
	margin: 25px 0 0 0;
	padding: 0;
	text-decoration: none;
	color: #0071BE;
	height: 40px;	
	width: 199px;
	line-height: 40px;
	background: url(../images/tab_inactive.jpg);
	background-position: bottom;
	display: block;
}

.shadetabs li a:visited{}

.shadetabs li a:hover{}

.shadetabs li a.selected{ /*selected main tab style */
	background: url(../images/tab_active.jpg);
	color: #FFFFFF;
}

.shadetabs li a.selected:hover{ /*selected main tab style */}

/* -----content for each tab----- */


#default{
	height: 165px;
	text-align: center;
	padding :0;
	margin: 0;
}

#default form{
	padding: 50px 0 0 0;
}

#searchbox #home_citylist{
	padding-left: 10px;
	text-align: left;
	width: 700px;
	float: left;
}

#searchbox #home_hoodlist{
	padding-left: 10px;
	text-align: left;
	width: 250px;
	float: left;
}

#searchbox #home_citylist h4, #searchbox #home_hoodlist h4{
	color: #FF6600;
	margin: 10px 0 5px 0;
	padding: 0;
	font-weight: normal;
}

#searchbox #home_citylist ul, #searchbox #home_hoodlist ul{
	margin: 0 0 0 0;
	padding: 0;
	border-right: 1px solid #CCCCCC;
}

#searchbox #home_citylist ul li, #searchbox #home_hoodlist ul li{
	float: left;
	width: 10em;
	list-style-type:none;
	font-size: 11px;
	margin: 0;
	padding: 2px 0;
	text-transform: capitalize;

}

#home_tools{
	height: 130px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.toolsbox{
	width: 300px;
	margin: 0 16px;
	float: left;
	color: #0093F5;
	text-align: left;
	font-size: 12px;
}

.toolsbox a{
	text-decoration: none;
	color: #0093F5;
}

.toolsbox h4{
	color: #FF6600;
	font-size: 16px;
	font-weight: normal;
	padding: 15px 0 0 0;
	margin: 0;
}

#default #searchbottom{
	margin-top: 33px;
}

#searchbottom{
	clear:  both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	color: #c1e2e5;
	padding: 10px 0;
}

#searchbottom a{
	color: #c1e2e5;
}