.map-usa {
	position: relative;
}
.map-usa-highlights {
	position: absolute; 
	top: 0;
	left: 0;
	z-index: 1;
	display: none;	
}
.map-usa-hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;	
}
#map-data {
	display: none;	
}
#map-county {
	float: left;
	width: 50%;
	font-size: 13px;
}
#map-features {
	float: left;
	width: 50%;	
	font-size: 13px;
}
#map-data-container {
	height: 250px;	
	overflow: auto;
	border-bottom: solid 1px #ccc;
}
.datatitle {
	font-weight: bold;
	display: block;
	margin-top: 2px;
	margin-bottom: 3px;
}