#explanatoryText {
    margin: 10px 0 0 25px;
    font-size: 10pt;
}

#mapWrapper {
    width: 910px;
    height: 575px;
    padding: 10px;
    margin: 10px 0 0 25px;
    clear: both;
    float: left;
    background-color: #CCCCCC;
    border: 1px solid #0464B1;
    position : relative;
}

#mapView {
    width: 910px;
    height: 575px;
    margin: auto;
    border: 1px solid #0464B1;
}

.infoWindow {
    font-size: 10pt;
    width: 330px;
    min-height: 50px;
    padding: 10px;
    line-height: 1.4em;
    float: left;
}

.infoBox{
    max-height : 500px;
    overflow-y: auto;
    background-color: #FFFFFF;
    opacity: 0.95;
    width: 370px;
    border : 1px solid #CCCCCC;
}

.infoWindow .link {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
    display: block;
}
