@charset "utf-8";

/* CSS Document */

body {
    background-color: #CC0033;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

.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%;
}

.topper {
  background-color: #FFF;
  background-image: url("images/topper-background.jpg");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: right;
}


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


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

.headertext {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color:#CC0033;
    font-size: 26px;
    outline-color: black;
    outline-width: medium;
    font-weight:normal;
    
}

.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;
}


