div#body div.header { 
	height: 400px;
	float: left;
}
div#body div.header img { 
}
div#body .locations { 
	border: none;
	padding: 0;
	margin: 0;
	position: relative;
	top: -20px;
}
div#body .locations h3 { 
	clear: left;
	margin: 0;
}
div#body .locations ul { 
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	div#body .locations li {
		display: inline;
		float: left;
		margin: 0;
	}
		div#body .locations li a {
			display: block;
			width: 120px;
			float: left;
			color: #000;
			text-decoration: none;
		}
			div#body .locations li a:hover {
				color: #c03;
			}

ul.usmap { 
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 550px;
	height: 400px;
	background: url(../images/united-states.png) no-repeat;
	position: relative;
}
	ul.usmap,
	ul.usmap a { 
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		font-size: 0;
		text-decoration: none;
		text-indent: -9999px;
		outline: none;
	}
	ul.usmap li { 
	}
	ul.usmap li.pacific a { 
		left: 0; top: 0; width: 132px; height: 369px;
		z-index: 10;
	}
		ul.usmap li.pacific a:hover { background: url(../images/united-states.png) 0 -400px; }

	ul.usmap li.mountain a { 
		left: 71px; top: 97px; width: 162px; height: 232px;
		z-index: 12;
	}
		ul.usmap li.mountain a:hover { background: url(../images/united-states.png) -71px -897px; }

	ul.usmap li.westnorthcentral a { 
		left: 215px; top: 97px; width: 140px; height: 180px;
		z-index: 10;
	}
		ul.usmap li.westnorthcentral a:hover { background: url(../images/united-states.png) -215px -497px; }

	ul.usmap li.westsouthcentral a { 
		left: 177px; top: 264px; width: 178px; height: 136px;
		z-index: 10;
	}
		ul.usmap li.westsouthcentral a:hover { background: url(../images/united-states.png) -177px -1464px; }

	ul.usmap li.eastnorthcentral a { 
		left: 309px; top: 119px; width: 112px; height: 145px;
		z-index: 12;
	}
		ul.usmap li.eastnorthcentral a:hover { background: url(../images/united-states.png) -309px -1319px; }

	ul.usmap li.eastsouthcentral a { 
		left: 327px; top: 236px; width: 90px; height: 151px;
		z-index: 12;
	}
		ul.usmap li.eastsouthcentral a:hover { background: url(../images/united-states.png) -327px -1036px; }

	ul.usmap li.southatlantic a { 
		left: 367px; top: 214px; width: 143px; height: 186px;
		z-index: 10;
	}
		ul.usmap li.southatlantic a:hover { background: url(../images/united-states.png) -367px -614px; }

	ul.usmap li.midatlantic a { 
		left: 417px; top: 149px; width: 130px; height: 76px;
		z-index: 10;
	}
		ul.usmap li.midatlantic a:hover { background: url(../images/united-states.png) -417px -949px; }

	ul.usmap li.newengland a { 
		left: 453px; top: 97px; width: 73px; height: 100px;
		z-index: 12;
	}
		ul.usmap li.newengland a:hover { background: url(../images/united-states.png) -453px -497px; }
