#map {
	position: relative;
	width: 773px;
	height: 315px;
	overflow: hidden;
}
#mapback {
	position: absolute;
	display: block;
	padding: 7px 15px;
	bottom: 0px;
	right: 0px;
	background: #A0C423;
	color: white;
	font-family: arial, sans-serif;
	font-size: 14px;
}
#map a.bullet {
	display: none;
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	background-image: url(../images/bullets.png);
	background-repeat: no-repeat;
	z-index: 2;
}
#map a.yellow {  background-position: 0px -15px; }
#map a.green   {  background-position: 0px -30px; }
#map a.blue     {  background-position: 0px -45px; }
#map a.purple {  background-position: 0px -60px; }

#map a.bullet:hover { text-decoration: none; }

#map div.popup{
	display: none;
	position: relative;
	top: 30px;
	left: 180px;
	width: 400px;
	height: 250px;
	z-index: 10;
	background-color:#FFFFFF;
	padding:5px;
}

#map div.yellow { background-position: -225px 0px } 
#map div.green   { background-position: -450px 0px } 
#map div.blue     { background-position: -675px 0px } 
#map div.purple { background-position: -900px 0px } 

#map div.popup h3 {
	display: block;
	padding: 10px 13px 13px 13px;
	color: #0066CC;
	font-size: 17px;
}
#map div.yellow h3 { color: black; }

#map div.popup div.popupcontent{
	position: absolute;
	top: 54px;
	height: 256px;
	padding: 0 15px;
	overflow: auto;
	overflow: visible; /* Thanks Kevin Mario! */
	font-family: arial;
	font-size: 13px;
	line-height: 18px;
}
#map div.popup div.popupcontent p{
	margin:0;
	font-size:12px;
	width: 390px;
}
#map div.popup div.popupcontent a {
	color: blue;
	border-bottom: 1px dotted blue;
}
#map div.popup div.popupcontent a:hover {
	text-decoration: none;
	}
#map div.popup a.close{
	display:block;
	right:10px;
	top:240px;
	position:absolute;
}
#map div.popup a.target{
	display:block;
	left:10px;
	top:240px;
	position:absolute;
}
#map div.popup a.close img{
	border: none;
	z-index: 100;
}
