@import url('subpage.css');

.background-blackout{
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0;
	filter: alpha(opacity=0);
}

.map-popup{
	position:absolute;	/* positioning is handled by the popup script */
	display:none;		/* needs to start off not displayed so it can be animated */
	z-index:1001;		/* on top over everything else */
	width:866px;
	height:412px;
	background:url(../images/map-popup-background.jpg) no-repeat #fff;
	padding:2px;
	font-size:1.2em;
}

.map-popup #map-info-holder{
	padding:0 1em 0 3em;
	height:374px;
	overflow:auto;
}

.map-popup #map-info-holder h3{
	color:#f00;
	font-size:1.8em;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:700;
	letter-spacing:-1px;
	line-height:1.2em;
	vertical-align:middle;
	margin-top:0.4em;
}

.map-popup .map-info{
	width:340px;
	font-size:0.9em;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.map-popup #map-info-right-sidebar .map-info{
	margin-top:6em;
	width:auto;
}

.map-popup .map-info p{
	margin-top:0;
}

.map-popup #map-info-right-sidebar .map-info p{
	margin-top:1em;
	text-transform:uppercase;
}

.map-popup #map-info-right-sidebar{
	float:right;
	width:147px;
	height:388px;
	background:url(../images/map-popup-right-background.png) repeat-y;
	color:#fff;
	padding:12px 20px;
}

.map-popup #map-info-footer{
	border-top:1px solid #888;
	margin:0 14px 0 12px;
	width:653px;
	height:37px;
}

.map-popup #map-info-footer .map-info a{
	color:#1D283B;
	font-weight:700;
	text-decoration:none;
	line-height:37px;
	vertical-align:middle;
}


