#mapwrap{
	height: 1200px;
	width: 100%;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	background: #000000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
	display: none;
}

#map{
	height: 250px;
	width: 300px;
	display: none;
	background: #fff;
	position: absolute;
	border-top: 25px solid #19268E;
	color: #19268E;
	font-family: arial;
	z-index: 5500;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}

#map h2{
	font-size: 14px;
	margin: 1em 10px;
	padding: 0;
}

#map p{margin: 0 10px 1em; font-size: 12px;}

#mapinner{position: relative;}

#closemap{
	position: absolute;
	top: -39px;
	right: 0;
	color: #fff;
}

#closemap a{
	display: block;
	color: #19268E;
	height: 25px;
	background-color: #E0E3FF;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	width: 25px;
	text-align: center;
}
