/*---- Map Window ----*/

div.map{
	float: left;
	position:relative;
	width:50%;
	height:100%;
	left: 10px;
	top: 10px;
	z-index: 1;
	visibility: visible;
}

div.overview{
	float: right;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}


p.mapcopyright {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: lighter;
}

p.covernote {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
}

img.clickable{
	cursor: hand
}
