body {
	font-family: sans-serif;
}

a, a:visited {
	color: #40797a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 772px; /* include the added width from the borders */
}

#map_canvas {
	height: 560px;
	width: 768px;
/* 	border: 2px solid #40797a; */ /* Border here gets added to viewport bounds - not good */
}

#map_wrapper {
/*	height: 560px;
	width: 768px;*/
	padding: 0;
	border: 2px solid #40797a;
}

#title {
	border: 2px solid black;
	width: 768px;
	height: 126px;
	padding: 0;
	margin-bottom: 10px;
}

/*#map_canvas span {
	display: none;
}*/

div.more {
	display: none;
}

span.morelink {
	font-weight: bold;
	color: #40797a;
	cursor: pointer;
}

span.morelink:hover {
	text-decoration: underline;
}

img {
	padding: 0;
	margin: 0;
}

.smallcaption {
	font-size: 80%;
	color: #40797a;
	font-style: italic;
	text-align: center;
}

#legend-container {
	float: left;
	padding: 0;
	margin: 0 10px 16px 0;
}
	
#legend {
	border: 2px solid #40797a;
	padding: 0;
	margin: 0;
}

#insetmap {
	border: 2px solid #40797a;
	padding: 0;
	margin: 0;
}

#credits {
	clear: both;
}

#logos {
	position: relative;
}

#logos img {
	border: 0;
}

#iser-logo {
	position: absolute;
	right: 0;
}