h2.page-title.contact { background: url('/images/contact_us.gif') 0 0 no-repeat; }
h2.page-title.location { background: url('/images/our_location.gif') 0 0 no-repeat; }

#maps {
	width: 484px;
	height: 400px;
	overflow: hidden;
}

#maps #map-static {
	width: 482px;
	height: 376px;
	overflow: hidden;
	border: 1px solid #feb645;
}

#maps #map-live {
	width: 482px;
	height: 376px;
	display: none;
	border: 1px solid #feb645;
}

#maps ul {
	margin: 0;
	display: block;
	float: right;
}

#maps ul li {
	display: inline;
	float: left;
	border: 1px solid #feb645;
	border-top: none;
}

#maps ul li a {
	display: block;
	width: 93px;
	height: 16px;
	text-align: center;
	padding-top: 2px;
}

#maps ul li a.selected {
	background: #feb645;
	color: #fff;
}