@charset "utf-8";
/* CSS Document */

.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index:1001;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}
 
.white_content {
	display: none;
	position: fixed;
	top: 2%;
	left: 50%;
	width: 570px;
	margin-left:-285px;
	padding: 8px;
	border: 1px solid #000;
	background-color: #fff;
	z-index:1002;
	overflow: hidden;
}

.map {
	display: none;
	position: fixed;
	top: 2%;
	left: 50%;
	width: 802px;
	margin-left:-401px;
	padding: 0px;
	border: 1px solid #000;
	background-color: #fff;
	z-index:1002;
	overflow: hidden;
}

.map .leftp {
	float:left; overflow:hidden; width:272px; border-right:1px solid #000;
}

.map .rightp {
float:left; background-color:#999; overflow:hidden; width:522px; border-left:1px solid #000; margin-left:5px;
}

.map .smallmap {
clear:both; overflow:hidden;
}

.map .directionstext {
clear:both; padding:5px; overflow:hidden; border-bottom:1px solid #000; height:219px; position:relative;
}


.popupheader {
	height:80px;
	overflow:hidden;
}

.popupheader .smalllogo {
	height:60px;
	width:172px;
	margin:0 auto;
	padding:10px 0px;
}

.popuptitle {
	height:35px;
	line-height:35px;
	width:520px;
	margin:0 auto;
	padding:0px 10px 0px 25px;
	text-align:left;
	color:#FFF;
	font-weight:bold;
	font-size:1.3em;
	clear:both;
	background-image:url(../images/popup-title-bg.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
}

.popupcontent {
	overflow:auto;
	padding:20px;
	width:530px;
	height:380px;
	font-size:1.1em;
	padding-top:5px;
}

.close {
	height:32px;
	width:48px;
	position:absolute;
	top:10px;
	right:10px;
}