.resource-head h2
{
	font-size:17px;
	text-align:center;
	margin-bottom:5px;
}


.resource-head h3
{
	font-size:17px;
	text-align:center;
}
.citylist
{
	background-color:#e1e1e1;
	text-align:center;
	margin-top:10px;
}
.city, .cityselected
{
	list-style-type:none;
	display:block;
	float:left;
	padding:5px;
	background-color:#e1e1e1;
	width:80px;
}
.city:hover, .cityselected
{
	background-color:#ccc;
	font-weight:bold;
}
#merchandise, #services
{
	float:left;
	margin:20px;
	padding-bottom:40px;
}
#merchandise
{
	margin-left:95px;
}
html>body #merchandise
{
	margin-left:40px;
}
#services
{

}
html>body #merchandise
{
padding-left:150px;
}
#merchandise ul, #services ul
{
	padding:0px;
	margin:5px;
	margin-left:10px;
}

#merchandise li, #services li
{
	list-style-type:none;
	font-size:13px;
}

#merchandise li:hover, #services li:hover {
background-color:#eee;
display:block; }

#merchandise li a, #services li a
{
	text-decoration:none;
}
#merchandise li a:hover, #services li a:hover
{
	color:#000;
}
.resourcestitle
{
        font-family:georgia;
	font-size:25px;
	margin-bottom:10px;
	display:block;
}
.boxtitle
{
       width:200px;
        font-size:15px;
        font-weight:bold;
	border-bottom:1px dotted #999;

	display:block;
}