* {
	margin:0px;
	padding:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#808080;
}

#container, #banner, #title, #map, #copyright, #history, #menu, .clustered, .visible {
	border-color:white black black white;
	border-width:1px;
	border-style:solid;
	margin:1px;
}

#container, #banner, #title, #map, #copyright, #main, #history, #menu, #footer {
	width:auto;
}

#container {
	margin:2px;
	background-color:#4D97D5;
}

#banner {
	height:132px;
	overflow:hidden;
	display:none;
}

#title p {
	font-size:x-large;
	font-weight:bold;
	padding:7px;
}
#map {
	height:512px;
	display:none;
}

#copyright {
	font-size: 10px;
	font-weight: bold;
	color: #463d16;
	padding:5px 0px;
	text-align:center;
}

.infowindow {
	font-size:12px;
	text-align:justify;
}

.infowindow ul {
	list-style-position:inside;
}

/***************** History ***********************/
#history p {
	font-size: 14px;
	margin:7px;
}
#history a {
	color:#2e260f;
}
#history a:hover {
	color:green;
}

/***************** Menu ***********************/
#menu {
	height:auto;
	overflow:auto;
	display:none;
	margin:1px 2px;
}
#menu li {
	list-style-type: none;
	margin:1px;
	padding:1px 0.5em;
	text-align:center;
	width:18em;
	height:2.5em;
	line-height:1.2em;
	overflow:hidden;
	cursor:pointer;
	float:left;
	font-size:12px;
}

.active {
	font-weight:bold;
	border-color:black white white black;
}

.clustered {
	background-color:transparent;
}

.visible {
	background-color:#C0C0C0;
}

.removed {
	display:none;
}

#footer {
	clear:both;
}
#extra {
	margin:4px;
	text-align:center;
}
#extra a {
	color:#808080;
}
#extra a:hover {
	color:#808080;
}