﻿.banner-div {
    margin: 0;
    padding: 0;
}

.banner-image {
    width: 100%;
    height: 100%;
    min-height: 79px;
}

.banner-text {
    padding-top: 13px;
    font-weight: bold;
    font-family: Tahoma;
    color: white;
}

.cell-bordered {
    border-left: 1px solid black;
    border-top: 1px solid black;
    padding: 5px;
}

.cell-bordered-bottom-two {
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 5px;
}

.cell-bordered-bottom-three {
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    text-align: center;
    padding: 5px;
}

.cell-bordered-bottom-four {
    border-left: 1px solid black;
    text-align: center;
    padding: 5px;
}

.cell-bordered-centered {
    border-left: 1px solid black;
    border-top: 1px solid black;
    text-align: center;
    padding: 5px;
}

.cell-bordered-header {
    border-left: 1px solid black;
    border-top: 1px solid black;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

.cell-bordered-header-right {
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-right: 1px solid black;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

.cell-bordered-right {
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-right: 1px solid black;
    text-align: center;
    padding: 5px;
}

.cell-bordered-special-one {
    border-top: 1px solid black;
    text-align: center;
    padding: 5px;
}

.cell-bordered-bottom-one {
    text-align: center;
    padding: 5px;
}

.contact-left {
    border: 1px solid black;
    background-color: #D0D0D0;
    padding: 5px;
}

.contact-right {
    border: 1px solid black;
    background-color: #E9E9E9;
    padding: 5px;
}

.doc-expander-image {
    margin-bottom: 4px;
}

.file-list-header {
    background-color: #F5DEB3;
}

.file-list-alternate {
    background-color: #FFF4E4;
}

.footer-border {
    padding: 0;
    border-bottom: 1px solid black;
}

.gallery-image {
    padding: 10px;
    width: 170px;
    height: 125px;
}

.home-image {
    max-width: 562px;
    border: 1px solid black;
    margin: 0 auto;
}

.home-image-text {
    border-top: 1px solid black;
    background-color: gainsboro;
    padding: 7px;
}

.left-nav {
    font-family: Arial;
    background-color: #F5DEB3;
    padding: 10px;
    line-height: normal;
}

.main-panel {
    text-align: left;
    font-family: Arial;
    width: 100%;
    line-height: normal;
}

.main-container {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.navigation-bg {
    background-color: whitesmoke;
}

.page-content {
    font-family: Arial;
    padding: 30px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    line-height: normal;
    min-height: 83.9vh;
}

.right-nav {
    font-family: Arial;
    background-color: #000075;
    color: white;
    padding: 10px;
    line-height: normal;
}

    .right-nav a:active {
        color: white;
    }

    .right-nav a:hover {
        color: white;
    }

    .right-nav a:link {
        color: white;
    }

    .right-nav a:visited {
        color: white;
    }

.rnvPopup {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 10pt;
}

.size-10 {
    font-size: 10pt;
}

.size-10-red {
    font-size: 10pt;
    color: red;
}

.size-16 {
    font-size: 16pt;
}

.size-14 {
    font-size: 14pt;
}

.size-12 {
    font-size: 12pt;
}

.tertiary-header {
    text-decoration: underline;
    font-weight: bold;
}

.ul-spaced {
    margin: 1em 0;
}

a:link {
    text-decoration: underline;
}

html .RadNavigation .rnvRootLink {
    padding: 5px 10px 5px 10px;
}

html .RadNavigation_Bootstrap .rnvRootGroupWrapper {
    border-color: whitesmoke;
}