/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */

.jqmOverlay { background-color: #000; }

#mappopup {
	background-color: #fff;
	width: 620px;
	padding: 5px 5px 10px 5px;
	overflow: auto;
	display: none;
	position: absolute;
	top: 2%;
	left: 50%;
	margin-left: -310px;
	color: #333;
	padding: 12px;
}
#closemap a {
	display:block;
	float: right;
	width: 66px;
	height: 22px;
	margin-top: 10px;
	margin-right: 10px;
	background:url(images/lightbox-btn-close.gif) top left no-repeat;
}
#closemap a span {
margin: 0 0 0 -100000px;	
}
#maplinks {
	padding-top: 10px;
	padding-left: 10px;
float: left;	
}
#maplinks a {
color: #ed0187;	
}