/* -----------------------New Stuff by Chris----------------------- */ 

div#city_list{
height:400px;
}

a {color: #999999;
}

div#city_list ul#city_list_left a {text-decoration:none;
	color: #999999;
}

div#city_list ul#city_list_right a {text-decoration:none;
	color: #999999;
}


ul{/* generic list style*/
	list-style-type:none;	 
	/*color: #999999; */
}

div#city_list ul#city_list_top li{
	display : inline;	
	font-weight:bold;	 
	}

div#location_showmetro_subcity_div{
	float:left;
	width:25%;	
	}
div#location_showmetro_bzone_div{
	float:left;
	width:25%;
	}
div#location_showmetro_bycuisine_div{
	float:left;
	width:25%;
	}
div#location_showmetro_byzip_div{
	float:left;
	width:25%;
	}
	
	
div#city_list ul#city_list_left{
	float:left;			
	}

div#city_list ul#city_list_right{
	float:right;
	padding-right:10px;
	}
	
ul#metro_city li{	
	display : inline;
	padding-right:10px;	
	}
	
ul#state li{
	display : inline;
	padding-right:10px;
	font-size:9px;	
	}
	
	
/* -------location/location_showmetro page  ------------*/
h1#location_showmetro_h1 { text-transform:capitalize; text-align:center;}
h2#location_showmetro_h2 { text-transform:capitalize; text-align:center;}
h3#location_showmetro_h3 { text-transform:capitalize;}

/* -------location/location_showstate page  ------------*/
div#loc_showstate_city_div{
	float:left;
	width:50%;	
	}
div#loc_showstate_zip_div{
	float:left;
	width:50%;
	}
h1#loc_showstate_h1 { text-transform:capitalize; text-align:center;}
h2#loc_showstate_h2 { text-transform:capitalize; text-align:center;}



/* ---------- Footer -----------------------------------*/
div#footer{}



















