@charset "utf-8";

/* CSS Document */

.map-div {
    background-color: #FFF;
    width: 100%;
    float: left;
    position: 0 0;
    margin: 0px;
    padding: 0px;
    visibility: visible;
    height: 100%;
}

.main-map {
    position: absolute;
    right: 12px;
    max-width: 100%;
    max-height: 100%;
}

.zone1-image {
    position: absolute;
    right: 12px;
    z-index: 1;
    max-width: 100%;
    max-height: 100%;
}

.zone2-image {
    position: absolute;
    right: 12px;
    z-index: 2;
    max-width: 100%;
    max-height: 100%;
}

.zone3-image {
    position: absolute;
    right: 12px;
    z-index: 3;
    max-width: 100%;
    max-height: 100%;
}

.zone4-image {
    position: absolute;
    right: 12px;
    z-index: 4;
    max-width: 100%;
    max-height: 100%;
}

.zone5-image {
    position: absolute;
    right: 12px;
    z-index: 5;
    max-width: 100%;
    max-height: 100%;
}

.main_header_text {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: bolder;
    font-variant: normal;
    color: #000;
}

.menu_backdrop {
    background-image: url(images/menubackground.png);
    background-repeat: repeat-y;
    background-position: 0px 0px;
    width: 300px;
}

.footertext {
    font-family: "Arial Black", Gadget, sans-serif;
    color: #666;
    font-size: 14px;
}

.closinglink {
    color: #FFFFFF;
    white-space: nowrap;
    font-size: .8rem;
    padding: 5px 5px 5px 5px;
}

.closinglink:visited {
    color: #FFFFFF;
    white-space: nowrap;
    font-size: .8rem;
    padding: 5px 5px 5px 5px;
}

.closinglink:hover {
    color: #FFFFFF;
    white-space: nowrap;
    font-size: .9rem;
    padding: 5px 5px 5px 5px;
}