#state_legend {
	margin: 0 0 3em 0;
}
#state_legend span {
	width: 16px;
	height: 16px;
	float: left;
}
#state_legend p {
	margin-left: 24px;
	margin: 0 0 0 1em 0;
}
#state_descriptions {
	background: white;
	border: 1px solid #aaa;
	box-shadow: 3px 3px 1px #aaa;
	border-radius: 2px;
	padding: 1em;
	margin: 1em 0 2em 0;
}
#state_descriptions .state {
	display: none;
}
#state_descriptions h4 {
	color: #777;
	font-size: 1.75em;
	margin: 0 0 1em 0;
}
#map_container {
	position: relative;
	width: 628px;
	height: 320px;
}
#map_container #map_overlay {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
}
#map_container .hover {
	z-index: 1;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
