
.mapDetailsContainer {
	position:relative;
}
.mapHeaderText {
	font:11pt sans-serif;
	margin:10px 30px;
	text-align:justify;
}
.mapDetailsLeft {
	font:11pt sans-serif;
	margin:10px 0 0 20px;
	text-align:justify;
	float:left;
	width:280px;
}
.mapDetailsRight {
	font:11pt sans-serif;
	margin:10px 0 0;
	text-align:justify;
	float:left;
	width:280px;
}
.mapDetailsBox {
	font:11pt sans-serif;
	border:1px solid black;
	background:#EEE;
	width:170px;
	height:170px;
	position:absolute;
	top:69px;
	left:213px;
/*	visibility:hidden;*/
}
.mapDetailsBox ul {
	margin:8px 0 0;
	padding:0 5px 0 20px;
	font-size:10pt;
}
.mapDetailsBox div {
	background:#CCCCCC none repeat scroll 0 0;
	border-bottom:1px solid #666666;
	border-collapse:collapse;
	color:black;
	font-size:10pt;
	font-weight:bold;
	letter-spacing:1px;
	padding-bottom:2px;
	padding-top:5px;
	position:relative;
	text-align:center;
	width:100%;
}
.boxLeftHalf,
.boxRightHalf {
	width:97px;
	height:180px;
	background: none;
}
.topSpacerRight,
.topSpacerLeft {
	width:7px;
	height:51px;
	background: none;
}
.bottomSpacerRight,
.bottomSpacerLeft {
	width:7px;
	height:40px;
	background: none;
}
.topSpacerRight,
.boxRightHalf,
.bottomSpacerRight {
	clear:both;
	float:left;
}
.topSpacerLeft, 
.boxLeftHalf, 
.bottomSpacerLeft {
	clear:both;
	float:right;
}






.mapThumbDiv {
	float:left;
	text-align:center;
	margin-left:30px;
	margin-top:15px;
	font-weight:bold;
}
.mapThumbDiv img {
	width:250px;
	border:0;
}
.bottomRowSpace {
	margin:10px 0 0 15px;
	width:125px;
	float:left;
}

