#map {
	position: relative;
	width: 690px;
	height: 1000px;
	overflow: hidden;
	border: 1px solid #d1d1d1;
}
#returnlink { display: block; position: absolute; bottom: 0; right: 0;  color: white; background: blue; padding: 3px;}

#map a.bullet { display:block; position: absolute; width: 20px; height: 20px; background:url(/armlakeinteractivemap/images/campsites.gif); text-decoration: none; z-index: 2; opacity: .5;}
#map img.zoomable { }

#map div.popup{ display: none; position: absolute; width: 400px; top: 100px; left: 125px; background: #FFF; z-index: 3; padding: 10px; border: 2px solid black; }
#map div.popup a.close{ display: block; position: absolute; bottom: 5px; right: 10px; }
#map div.popup2{ display: none; position: absolute; width: 400px; top: 550px; left: 125px; background: #FFF; z-index: 3; padding: 10px; border: 2px solid black; }
#map div.popup2 a.close{ display: block; position: absolute; bottom: 5px; right: 10px; }

h3 { display: block; background: #34609f; size: 18px; color: #FFF; font-weight:bold; text-align:center; text-decoration:none; padding: 5px 0; margin-left: 2px; font: Calibri, Arial, Verdana, Georgia;}
p { text-align: justify; font: 100% Calibri, Arial, Verdana, Georgia; }
li { font: 100% Calibri, Arial, Verdana, Georgia; }

.img-shadowcenter {
  float:left;
  background: url(/armlakeinteractivemap/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/armlakeinteractivemap/images/shadow.gif) no-repeat bottom right;
  margin: 10px 25px 30px !important;
  margin: 10px 0 0 5px;
  }

.img-shadowcenter img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 