/*Copyright (C) 2009-2010  SomeonesGottaDoIt
mapping styles*/
#MapDiv
{
	position: absolute;
	top: 220px;
	overflow: hidden;
	background-color: #EEEEEE;
	border: thin solid #333;
	width: 445px;
	display: none;
	text-align: center;
}
#map_canvas
{
	height: 350px;
	width: 425px;
	margin: 5px 10px 10px;
}

