* {
    margin: 0;
    padding: 0;
}

.clearer {
    clear: both;
}

a img {
    border: 0;
}

form#rainfall {
    text-align: right;
}

form#rainfall select, form#rainfall input {
    font-size: 80%;
}

div.rainfallGraphLink {
    float: right;
    border: 1px solid #333333;
    background-color: white;
    text-align: center;
    padding: 2px;
}

div.rainfallGraphLink img {
    border: 0;
}

div.rainfallGraphLink a {
    text-decoration: none;
    border: 0;
}

div#graphDiv, iframe#graphIF {
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #333333;
    color: black;
    background-color: white;
}

iframe#graphIF {
    width: 597px;
    height: 415px;
}

div#graphDiv div#closeDiv {
    text-align: right;
    padding: 5px 10px 0 0;
}

div#mapPort {
    border: 1px solid #999999;
    overflow: hidden;
    height: 350px;
    color: #333333;
    background-color: #CCCCCC;
}

div#mapPort div.imageContainer {
    cursor: move;
    position: relative;
    color: black;
    background-color: white;
    background-repeat: no-repeat;
}

div#mapPort div.imageContainer p {
    text-align: center;
}

dl#contacts dt {
    font-weight: bold;
}

dl#contacts dd {
    margin-bottom: 10px;
}

/*** Template ***/

div#content p, div#content li, div#content dd, div#content dt, div#content td, div#content th {
    font-size: 0.75em; /* 16x.75=12 */
    margin: 2px 0;
}

div#content li li {
    font-size: 100%;
}

div#content h1 {
    font-weight: normal;
    font-size: 1.5em;
    margin-bottom: 16px; /* 16x1.5=24 */
    line-height: 1.125em;
}

div#content h2 {
    font-size: 1em;
    margin: 16px 0 8px 0; /* 16x1=14 */
}

div#content h3 {
    font-size: 0.8em;
    margin: 8px 0 4px 0; /* 16x0.8=12 */
}

div#content ul, div#content ol {
    margin-left: 2em;
}

div#content img.float {
    float: right;
    border: 1px solid #CCCCCC;
    margin: 2px 0 2px 16px;
}

body {
    background: #CCCCCC url( '../images/body-background.gif' ) repeat top left;
    color: #333333;
    font-family: arial, helvetica, sans-serif;
    font-size: 100%;
    text-align: center;
    line-height: 1.125em; /* 16Ã—1.125=18 */
}

div#header {
    height: 128px;
    font-family: franklin gothic medium, franklin, arial, sans-serif;
    background: #006800 url( '../images/header-background.gif' ) repeat-x top;
}

div#header div#innerheader {
    height: 128px;
    width: 768px;
    margin: 0 auto;
    color: white;
    background: #009000 url( '../images/innerheader-background.gif' ) repeat-x top;
    border-left: 1px #333333 solid;
    border-right: 1px #333333 solid;
}

div#header div#innerheader img {
    float: left;
    width: 128px;
    height: 128px;
    margin-left: 15px;
}

div#header div#innerheader h1 {
    float: left;
    width: 346px;
    height: 72px;
    margin-left: 16px;
    padding-top: 16px;
}

div#header div#innerheader h1 a {
    display: block;
    width: 346px;
    height: 72px;
    background: transparent url( '../images/header-text.gif' ) no-repeat;
}

div#header div#innerheader h1 a span {
    display: none;
}

div#header div#innerheader p.address, div#header div#innerheader p.phone {
    display: block;
    float: right;
    clear: right;
    text-align: right;
    padding-right: 32px;
    font-size: 0.75em; /* 16x.75=12 */
    line-height: 1.25em;
    width: 200px;
}

div#header div#innerheader p.address {
    padding-top: 16px;
}

div#header div#innerheader p.phone {
    padding-top: 4px;
}

div#body {
    width: 768px;
    margin: 0 auto;
    text-align: left;
    background: white;
    border-width: 0 1px 1px 1px;
    border-color: #333333;
    border-style: solid;
}

div#body div#navigation {
    float: left;
    width: 160px;
    background-color: white;
    font-size: 0.875em; /* 16x.875=14 */
}

div#body div#navigation ul li {
    display: block;
    list-style: none;
    font-weight: normal;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #CCCCCC;
    margin-bottom: 7px;
    border-bottom: 1px solid white;
}

div#body div#navigation ul li p {
    line-height: 26px;
    margin-top: 1px;
    padding-left: 12px;
}

div#body div#navigation ul li a {
    display: block;
    padding-left: 12px;
    color: #888888;
    background-color: #DDDDDD;
    border-bottom: 1px solid #CCCCCC;
    text-decoration: none;
    font-weight: normal;
    line-height: 18px;
}

div#body div#navigation ul li ul li a {
    display: block;
    margin-top: 1px;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #CCCCCC;
}

div#body div#navigation ul li ul li {
    border: 0;
    margin-bottom: 0;
    line-height: 18px;
    border-bottom: 1px solid white;
}

div#body div#content {
    float: right;
    display: inline;
    width: 544px;
    margin-right: 32px;
    background-color: white;
    margin-bottom: 32px;
}

/*New maps stuff*/
#mapWindow {
    border: 1px solid gray;
    overflow: hidden;
    cursor: move;
    height: 600px;
}
#mapWindow #map {
    position: relative;
}
