.locarea {
	text-align: center;
}
.locmap {
	border: 2px solid black;
}
.loclegend {
	padding: 10px;
}
.loclegitem {
	width: 30px;
	padding-bottom: 5px;
	float: left;
}
.loclegdesc {
	padding-bottom: 5px;
	float: left;
}
.loclegdiv {
	clear: both;
	height: 1px;
}
.loclegdiv span {
	display: none;
}
/* Google Map Popup Text Style (added during update on 12/14/2009) */
.locpopup {
	width: 200px;
	text-align: left;
}

/* Google Map Overlay Button Styles (added during update on 12/14/2009) */
.lmbuttonup {
	color: #000;
	background: #FFF;
	font-family: Arial;
	font-size: 12px;
	border: 1px outset #C0C0C0;
	padding: 0;
	text-align: center;
	width: 100px;
	cursor: pointer;
}
.lmbuttondown {
	color: #000;
	background: #FFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	border: 1px inset black;
	padding: 0;
	text-align: center;
	width: 100px;
	cursor: pointer;
}
.lmbuttons {
	border: 1px solid black;
}
