
#countymap { 
	position: relative; 
	top: 0px; 
	left: 0px; z-index: 1; 
}

#submap {
	border: 2px solid black; 
	position: relative; 
	left: 0px; 
	top: 0px; 
	width: 400px; 
	height: 150px; 
	z-index: 2; 
}

#countypic { 
	padding-top: 0.25em; 
	padding-left: 0.25em; 
	padding-right: 0.25em; 
	padding-bottom: 0.25em; 
	border: 1px solid black; 
	position: absolute; 
	left: 10px; 
	top: 10px; 
	height: 100px; 
	width: 110px; 
	z-index: 3; 
	background-color: white
}

#cimg {
	vertical-align: middle;	
}

#countyinfo { position: absolute; left: 135px; top: 10px; z-index: 3; }

.countyinfotext { font-size: 10pt; }

.hovermap { position: absolute; top: 0px; left: 0px; z-index: 2;}

.mapq1 { position: absolute; top: 0px; left: 0px; z-index: 2; }

.mapq2 { position: absolute; top: 2px; left: 179px; z-index: 2; }

.mapq3 { position: absolute; top: 133px; left: 5px; z-index: 2; }

.mapq4 { position: absolute; top: 160px; left: 213px; z-index: 2; }

.mapq5 { position: absolute; top: 238px; left: 2px; z-index: 2; }

.mapq6 { position: absolute; top: 262px; left: 161px; z-index: 2; }

#exit { position: relative; top: 400px; left: 0px; z-index: 1; overflow: visible; }

#testdiv { position: absolute; top: 0px; left: 0px; z-index: 2; overflow: visible; }

#testagain { position: absolute; z-index: 2; overflow: visible; }