#map { 
    position: relative; 
    width: 700px; 
    height: 470px; 
    overflow: hidden;
    margin:5px auto 15px;
    
}

#info {
    
}

#infoLeft {
    width: 50%;
    float: left;
    
}

#infoLeft p {
    margin: 0;
}

#infoRight a img {
    border: none;
}

#infoRight {
    width: 50%;
    float: left;
    text-align: right;
}

#map h3 {
    font-family:Arial Black,Arial Bold,Arial;
    font-size: 18px;
    margin:2px 0;
    text-transform:uppercase;
}

#map p {
    color: #404040 !important;
}

#map p a {
    color: #404040;
    text-decoration: none;
    outline: none;
}

#returnlink { 
    background:none repeat scroll 0 0 #404040;
    bottom:0;
    color:white;
    display:block;
    font-size:12px;
    padding:3px;
    position:absolute;
    right:0;
    text-decoration:none;
}

#map a.bullet:link { 
    display: block; 
    position: absolute; 
    width: 20px; 
    height: 20px;
    text-decoration:none;
    z-index: 2;
    outline:0;
}

#map a.bullet:visited {
    outline:0;
}

#map a.bullet:hover {
    outline:0;
}

#map a.bullet:active {
    outline:0;
}

#contentHeaderRight p {
    margin: 12px 0;
    outline:0;
}


#map img.zoomable { }

#map div.popup {
    display: none;
    position: absolute;
    width: 200px;
    top: 100px;
    left: 150px;
    background: white;
    z-index: 3; 
    padding:10px;
    border:3px solid #404040;
}

#map div.popup a.close{ bottom:0;
    color:#404040;
    display:block;
    font-size:12px;
    font-weight:bold;
    padding:5px;
    position:absolute;
    right:0;
    text-decoration:none;
    text-transform:uppercase;
}
