div#map {
position:relative;
margin:0px 15px 12px 15px;
height:1090px;
width:calc(100% - 32px);
text-align:center;
border:1px solid #4D872B;
}
div.stdIcon {
position:absolute;
width:32px;
height:32px;
}
div.stdIcon img {
border:none;
}
div.stdIcon a {
cursor:pointer;
}
div.smallIcon {
position:absolute;
width:25px;
height:25px;
}
div.smallIcon img {
border:none;
}
div.smallIcon a {
cursor:pointer;
}
div#sidebar{
margin:12px 0px 0px 12px;
padding:0px;
text-align:left;
clear:both;
}
div.keyItem {
width:85px;
float:left;
text-align:center;
}
div#key img{
vertical-align:bottom;
margin:12px 0px 0px 0px;
}
div.keyItem span:hover{
cursor:pointer;
}
div#key p{
font-size:0.8em;
font-family:Overlock, Geneva, Arial, Helvetica, sans-serif;
margin:0px;
padding:2px;
text-align:center;
}
#mapCredit p {
clear:both;
font-family:Arial, Helvetica, sans-serif;
font-size:0.7em;
margin-bottom:0;
padding-bottom:15px;
}
div.mapLabel {
max-width:350px;
}
div.mapLabel p{
font-family:Arial, Helvetica, sans-serif;
font-size:0.9em;
text-align:left;
padding:3px;
margin:0px;
}
div.mapLabel p.title{
font-weight:bold;
}
div.mapLabel a{
color:#4971B9;
font-weight:normal;
}
div.mapPopUp{
position:fixed;
display:none;
z-index:95;
width:796px;
height:502px;
background-image:url(../graphics/map_popup_back.png);
background-repeat:no-repeat;
background-image:none;
max-width:100%;
width:640px;
box-shadow: 0 0 75px black;
height:auto;
}
div#innerMapPop{
border:3px solid #648E6B;
z-index:98;
background-color:#c3dfef;
width:640px;
height:440px;
padding:0px;
margin:0px;
max-width:calc(100% - 6px);
}
div.mapPopUp h3{
font-size:1.4em;
margin:6px 10px;	
color: #0165AA
}
div.mapPopUp p{
font-family:Arial, Helvetica, sans-serif;
font-size:0.9em;
margin:0 10px 10px 10px;
}
div#popImage{
width:571px;
position:relative;
max-width:calc(100% - 34px);
}
div#popImage img{
position:absolute;
top:0;
left:0;	
margin:6px 10px 4px 8px;
border:1px solid #648E6B;
max-width:100%;
}
img#popImage1{
z-index:99;
}
img#popImage2{
z-index:98;
}
div.closeBox{
position:absolute;
top:-13px;
right:-13px;
z-index:99;
cursor:pointer;
}
div.closeBox img{
float:right
}
div.closeBox p{
color:#648e6b;
font-size:1.1em;
font-weight:bold;
text-align:right;	
}