﻿@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
}

#headerWrapper {
    position: relative;
    margin: 0px;
    padding: 0px;
    zoom: 1; /* IE6 hack */
    width: 100%;
    min-width: 800px;
    border: none;
    font-family: Arial,sans-serif;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.125em; /* 16x1.125=18px */
}

* html div#headerWrapper { /* IE hack */
    width: expression( document.body.clientWidth < 800 ? "800px" : "auto" );
}

#headerBanner {
    position: relative;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 95px;
    background: #236db2 url(headerBanner.png) no-repeat;
    border: none;
}

    #headerBanner a {
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: 95px;
        border: none;
        background: none;
    }

    #headerBanner img {
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: 95px;
        border: none;
        background: none;
    }

#headerNavigation {
    position: absolute;
    top: 85px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 45px;
    background: url(headerNavigation.png) repeat-x;
    border: none;
}

#headerNavInner {
    position: relative;
    margin: 0px;
    padding: 0px 0px 13px 5px;
    min-width: 800px;
    height: 45px;
    border: none;
    background: none;
}

* html div#headerNavInner { /* IE hack */
    width: expression( document.body.clientWidth < 800 ? "800px" : "auto" );
}

#searchBox {
    position: absolute;
    top: 27px;
    margin: 0px;
    padding: 0px;
    left: 625px;
    width: 340px;
    height: 40px;
    background: url(searchBox.gif) no-repeat;
    border: none;
}

    #searchBox label {
        position: absolute;
        top: 5px;
        _top: 7px; /* IE6 hack */
        left: 3px;
        margin: 0px;
        padding: 0px;
    }

        #searchBox label input {
            position: absolute;
            top: 3px;
            left: 3px;
            margin: 0px;
            padding: 2px 3px;
            _margin-top: -1px; /* IE6 hack */
            _padding: 0px 2px; /* IE6 hack */
            width: 250px;
            background: #fff;
            color: #aaa;
            font-size: 13px;
            font-weight: bold;
            letter-spacing: 0.085em;
        }

    #searchBox input.search {
        position: absolute;
        top: 0px;
        left: 265px;
        margin: 0px;
        padding: 0px;
        width: 55px;
        height: 40px;
    }

a#megaanchor1 {
    position: relative;
    top: 9px;
    margin: 0px;
    *margin: -11px 0px 0px -3px; /* IE6/7 hack */
    padding: 6px 9px 7px 7px;
    *padding: 6px 9px 7px 6px; /* IE6/7 hack */
    border: 3px solid transparent;
    *border-color: pink; /* IE6/7 hack */
    *filter: chroma(color=pink); /* IE6/7 hack */
    *border-right: none;
    border-top: #1675D3;
    border-bottom: none;
    z-index: 50;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 0.075em;
    line-height: normal;
    background: none;
}

a:hover#megaanchor1 {
    *margin-top: -15px; /* IE6/7 hack */
    margin-left: -2px;
    *margin-left: -6px; /* IE6/7 hack */
    padding-bottom: 7px;
    *padding: 9px 12px 5px 9px; /* IE6/7 hack */
    background: #e2f1fb;
    border: 3px solid #5bbb58;
    border-left: 3px solid #e2f1fb;
    *border-left: 3px solid #5bbb58; /* IE6/7 hack */
    border-right: 3px solid #e2f1fb;
    *border-right: none; /* IE6/7 hack */
    border-bottom: none;
    *border-bottom: 3px solid #e2f1fb; /* IE6/7 hack */
    color: #144a98;
}

#footerWrapper {
    position: static;
    margin-top: 45px;
    padding-bottom: 20px;
    _padding-bottom: 60px; /* IE6 hack */
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    /font-size: 12px; /* IE hack */
}

* html div#footerWrapper { /* IE hack */
    width: expression( document.body.clientWidth < 800 ? "800px" : "auto" );
}

#footerRow1, #footerRow2 {
    position: relative;
    left: auto;
    right: auto;
    padding: 1em 0px 0.83em;
    min-width: 800px;
    text-align: center;
}

* html div#footerRow1, * html div#footerRow2 { /* IE hack */
    width: expression( document.body.clientWidth < 800 ? "800px" : "auto" );
}

#footerRow1 {
    background: #e2f1fb;
}

    #footerRow1 a {
        margin-right: 0.7em;
        color: #003399;
        background: none;
    }

        #footerRow1 a:hover {
            color: #3399FF;
            text-decoration: underline;
        }

#footerRow2 span {
    margin-right: 1.25em;
    color: #000;
}

a.divider {
    text-decoration: none;
}
