html body {
    height: 100%;
    display: block;
}

body {
    margin: 0;
    padding: 0;
    line-height: 15px;
    font-family: arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
    text-align: left;
    border: 0;
}

p {
    color: black;
    font-size: 1em;
    padding-bottom: 5px;
    line-height: 15px;
    margin: 0px;
}

h1 {
    font-size: 1.2em;
    line-height: 1.4em;
    color: #003F87;
    margin-bottom: 5px;
}

h2 {
    color: #003F87;
    font-size: 1.1em;
    line-height: 1.3em;
    margin-bottom: 5px;
}

li {
    margin-left: 0px;
    margin-bottom: 5px;
    padding-left: 0px;
    color: black;
}

#main {
    width: 1000px;
    height: 100%;
    margin: 2em auto 0 auto;
}

#underBanner1 {
    background-color: #00519F;
    width: 1000px;
    background-repeat: no-repeat;
    border: 0;
    text-align: left;
    clear: both;
}

#realmsDiv {
    position: relative;
    float: left;
    width: 790px;
    height: 30px;
    background-color: #00519F;
    z-index: 300;
}

#realms {
    position: relative;
    width: 790px;
    height: 30px;
    background-color: #00519F;
    z-index: 500;
}

#realmsMenu {
    margin: 0;
    padding: 0;
    z-index: 1000;
}

    #realmsMenu li {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        color: black;
        border-right: 2px solid #FFFFFF;
        height: 30px;
    }

        #realmsMenu li a {
            display: block;
            margin: 0 1px 0 0;
            padding: 6px 10px;
            color: white;
            text-align: center;
            text-decoration: none;
            height: 20px;
        }

a.realmLinks:visited {
    color: white;
}

a.realmLinks:link {
    color: white;
}

a:link {
    color: #0099FF;
    white-space: wrap;
}

.realmLinks {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 10px;
    margin-bottom: 0;
    text-decoration: none;
}

#realmsMenu li a:hover {
    background: #49A3FF;
}

#searchDiv {
    position: relative;
    float: left;
    width: 210px;
    height: 30px;
    background-color: #00519F;
}

#search {
    width: 210px;
    height: 30px;
    background-color: #00519F;
}

#search-box {
    position: relative;
    float: left;
    background: url("../img/searchBox.jpg") no-repeat top left;
    height: 30px;
    width: 200px;
    background-color: #00519F;
}

input.search-field {
    float: left;
    border: 0;
    margin-left: 10px;
    margin-top: 8px;
    color: black;
    font-size: 1em;
    padding: 0px 0px 0px 0px;
    height: 15px;
    width: 145px;
}

#underBanner2 {
    color: white;
    background-color: #4C8CCD;
    width: 990px;
    height: 15px;
    text-align: left;
    padding-left: 10px;
    margin: 0;
    clear: both;
}

#breadcrumbDiv {
    position: relative;
    float: left;
    width: 670px;
    margin: 0;
    padding: 0;
}

a.breadCrumbLink:visited {
    color: white;
}

a.breadCrumbLink:link {
    color: white;
}

.breadCrumbLink {
    font-weight: bold;
    font-size: 1em;
    margin-left: 0px;
    text-decoration: none;
    padding: 2px;
}

#content {
    width: 100%;
    height: auto;
    background-color: #DEDEDE;
}

#leftColumn {
    position: relative;
    float: left;
    width: 200px;
    padding-bottom: 5px;
}

.innertube {
    margin: 5px;
}

.subNavDiv {
    padding: 0 5px 5px 5px;
}

.subNavHeader {
    width: 180px;
}

    .subNavHeader a {
        text-decoration: none;
        color: #003F87;
    }

.subNavDivIndent {
    margin: 2px auto;
    background: #F5F5F5;
    box-shadow: 1px 1px 1px 1px #999999;
    width: 90%;
}

.subNavListsIndent {
    color: white;
    list-style-type: none;
    padding: 0;
    margin-left: 1em;
}

    .subNavListsIndent li:first-child {
        padding-top: 5px;
    }

    .subNavListsIndent li {
        border-bottom: 1px solid #dbdad9;
        padding: 2px;
    }

a.subNavListLinks:visited, a.subNavListLinks:link, a.contactUs:link, a.contactUs:visited, a.hoursService:link, a.hoursService:visited, a.subNavListLinks:link, a.subNavListLinks:visited {
    color: black;
}

#contactUsDiv {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 1em;
}

#hoursDiv {
    margin-bottom: 10px;
    margin-left: 1em;
}

.subNavHeader {
    width: 180px;
    margin-left: 1em;
}

.subNavListLinks {
    text-decoration: none;
}

    .subNavListLinks:hover, .breadCrumbLink:hover {
        text-decoration: underline;
        color: #B93737 !important;
    }

#navItems a {
    text-decoration: none;
}

    #navItems a:hover {
        text-decoration: underline;
        color: #B93737 !important;
    }

#rightColumn {
    position: relative;
    float: left;
    width: 790px;
    height: 100%;
    background-color: #FFFFFF;
    min-height: 500px;
}

/** Footer **/
.footer {
    margin-top: 4px;
    font-size: .85em;
    color: #FFF;
    background-color: #4C8CCD;
    border-bottom: solid #00519F 30px;
    padding: 10px 10px 10px 0px;
    border-radius: 4px 4px 0px 0px;
}

ul.footerSocialText {
    float: right;
    margin: 0px;
    padding: 0;
}

li.footerSocialText {
    position: relative;
    list-style-type: none;
    display: inline;
    float: right;
    margin-left: 5px;
}

a.footerSocialText {
    color: #909090;
}

.footer p {
    color: #FFF;
    text-align: left;
    margin: 0 0 10px 10px;
}

.footer a {
    color: #FFF;
    text-decoration: underline;
}

#footerPara {
    color: white;
}

#credit {
    margin-left: 10px;
    margin-bottom: 10px;
    text-align: center;
}

    #credit a {
        color: white;
    }

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: -10px;
    padding: -10px;
}