body, div {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	color: #ef8400
	}

select {
	font-size: 10px;
	font-family: Arial;
	color: #000;
	}

div.callout {
	position: absolute;
	top: -10px;
	left: 22px;
	color: #000;
	background-color: #ffffff;
	background-image: url("../images/back_style.gif");
	visibility: hidden;
	padding: 5px;
	width: 240px;
	border: 2px solid #000;
	}

div.callout h5 {
	font-size: 12px;
	font-weight: 400;
	margin: 0 0 1em 0;
	padding: 0;
	}

div.callout h3 {
	font-size: 14px;
	font-weight: 800;
	margin: 0 0 1em 0;
	padding: 0;
	}

form#arrows {
	height: 35px;
	width: auto;
	top: 135px;
	left: 243px;
	position: absolute;
	margin: 0;
	padding: 0;
	}

form#arrows input,
form#arrows img {
	margin: 0 4px;
	}

#topmap {
	background-color: #fcc;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 10;
	}

#navMap {
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 0;
	left: 0;
	}

#zoom {
	background-color: #fcc;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	top: 175px;
	left: 0;
	}
	
#logos {
	height: 69px;
	width: 288px;
	top: 20px;
	left: 230px;
	position: absolute;
	margin: 0;
	padding: 0;
	}

#copyright {
	height: 69px;
	width: 288px;
	top: 320px;
	left: 30px;
	position: absolute;
	margin: 0;
	padding: 0;
	}

