HTML, BODY, DIV#map {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;

	z-index: 0;
}
DIV#info, DIV#nav {
	margin: 0;
	padding: 2px;

	border: 1px solid black;
	background: white;

	position: absolute;
	z-index: 1;
	font-size: 75%;
}
H1 {
	position: absolute;
	top: 10px;
	left: 80px;

	z-index: 2;

	margin: 0;
	padding: 0;

	font-size: 150%;
	text-shadow: white 0px 0px 6px;
}
H1.noinfo {
	top: 3px;
}
H1 A {
	text-decoration: none;
	color: black;
}
H1 A:hover {
	background-color: yellow;
}
H1 SPAN {
	font-size: 75%;
	color: #444;
}
DIV#info {
	top: 7px;
	left: 75px;
	right: 280px;
	padding-top: 30px;
}
DIV#nav {
	top: 28px;
	right: 9px;
	width: 221px;

	text-align: center;
}
DIV#closebox {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;

	padding-top: 6px;
	padding-right: 6px;
}
DIV#closebox IMG {
	border: none;
}
DIV#nav UL, DIV#legend UL {
	margin: 0;
	padding: 0;
	display: inline;
}
DIV#nav LI, DIV#legend LI {
	list-style-type: none;
	display: inline;
/*	white-space: nowrap; broken in IE7 */

	margin-left: 2px;
	margin-right: 2px;
}
DIV#nav A {
	padding: 1px;
}
DIV#nav A:hover {
	background-color: yellow;
}
DIV#legend LI {
	margin-left: 10px;
	margin-right: 10px;
}
DIV.markerTooltip, DIV.markerDetail {
	color: black;
	background-color: white;
	font-weight: bold;
	padding: 3px;
}
DIV#instructions, DIV#legend, DIV#closebox, DIV#nav {
	display: none;
}

