#map-overlay-header {
	position:absolute;
	/*left:0px;*/
	width:800px;
	text-align:center;
	z-index:100;
	display:none;
	color:#00a8f0;
	font-size:18px;
	font-weight:bold;
}

#map-overlay-footer {
	color:#005080;
	font-size:14px;
	font-weight:bold;
	position:absolute;
	cursor:pointer;
	z-index:100;
	text-align:left;
	margin-top:10px;
}

#legend
{
	margin-top:8px;
	display:block;
	height:17px;
	margin-right:12px;
}

#legend li
{
	float:right;
	list-style: none;
	margin-right:10px;
	margin-top:3px;
}

#legend li img
{
	margin-right: 5px;
	position: relative;
	top: 5px;
}

#circle {
    width: 10px;
    height: 10px;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
	background-color:#000;
}

hr {
	color:white;
	background-color:white;
	height:1px;
	border:none;
}

.setHidden {
	display:none !important;
}