#map_canvas {
	height: 420px;
	border: 1px solid #4076A2;
	margin-bottom: 24px;
}

#show_hide_overlays {
	margin-top: 8px;
	margin-bottom: 2px;
	text-align: right;
	font-size: smaller;
}

#show_hide_overlays a {
	padding: 1px 8px 5px 8px;
	border-left: 1px solid #4076A2;
	border-top: 1px solid #4076A2;
	border-right: 1px solid #4076A2;
	text-decoration: none;
}

#show_hide_overlays a:hover {
	background-color: #FFEAE3;
}

.map_info_window {
	text-align: center;
	font-size: smaller;
	max-width: 230px;
}

.contents_item {
	border-top: 1px dashed #989898;
	padding-top: 8px;
	clear: both;
	font-weight: bold;
}

.map_thmbnl {
	float: right;
	margin: 0px 6px 8px 8px;
	border: none;
}



#important_links {
	margin-top: 16px;
	margin-bottom: 16px;
	font-weight: bold;
}

#important_links a {
	padding: 3px 16px 3px 16px;
	margin-right: 16px;
	border: 2px solid #2090B0;
	text-decoration: none;
}

#important_links a:hover {
	border: 2px solid #BC6042;
	background-color: #FFEAE3;
}

