﻿body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #444444;
    background: #C2C2C2;
    font-size: 14px;
}

#logo-div {
    float: none;
    border-bottom: 1px solid #C2C2C2;
}

a img {
    border-style: none;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
        background-color: #fff;
        border-color: #ccc;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #47a447;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

.btn-login {
    color: #fff;
    background-color: #367C36;
    border-color: #2f6b2f;
}

.btn-login:hover, .btn-login:focus, .btn-login:active, .btn-login.active {
    color: #fff;
    background-color: #2e6b2e;
    border-color: #275d27;
}

.btn-sm, .btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

#wrapper {
    width: 900px;
    margin: -10px auto 0 auto;
    padding: 10px;
    box-shadow: 0 0 30px 5px #444444;
    background: white;
}

#subwrapper {
    padding: 10px 0;
}

#subnav {
    width: 170px;
    float: left;
    border-right: 1px solid #C2C2C2;
}

#content {
    margin-left: 170px;
    padding-left: 20px;
    width: 500px;
}

#footer {
    border-top: 1px solid #C2C2C2;
    padding-top: 10px;
}

#copyright {
    float: left;
}

#bottomnav {
    text-align: right;
}

#login-box {
    box-shadow: 0 0 10px 2px #C2C2C2;
    padding: 10px;
}

.small-text {
    font-size: 12px;
}

.blue-text {
    color: #13568b
}

.input-label {
    width: 80px;
    font-size: 12px;
}

.text-field {
    margin-left: 20px;
    padding: 5px;
    border: 1px solid #C2C2C2;
}

.clearfix {
    clear: both;
}

.ada-banner-close {
    padding: 4px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}

.site-wide-banner {
    width: 100%;
    text-align: center;
    font-size: 12px;
    border-bottom: 1px solid #C2C2C2;
}

.site-wide-banner .site-wide-banner__close {
    display: inline-block;
    position: relative;
}

.site-wide-banner .component-container {
    display: inline-block;
    padding-top: .25rem !important;
    padding-bottom: .25rem;
    padding-left: .25rem;
    padding-right: .25rem;
    text-align: center;
}

.site-wide-banner .component-container .site-wide-banner__hidden-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.site-wide-banner .component-container .site-wide-banner__alert-body {
    line-height: 1.6875rem;
    margin-bottom: 0
}

.site-wide-banner .component-container .site-wide-banner__email-link {
    color: #3174d8;
    text-decoration: underline;
    cursor: pointer
}

.site-wide-banner .component-container .site-wide-banner__phone-link {
    color: #3174d8 !important
}


