﻿@media all {
    /* Reset */
    html, body, div, span, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strong, sub, sup, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: none;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        display: block;
    }

    blockquote, q {
        quotes: none;
    }

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    .clearfix:after {
        clear: both;
        content: ".";
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden;
    }

    .clearfix {
        display: block;
    }

    #ie_clearing {
        display: none;
    }

    *, *:before, *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen {
    body {
        padding: 10px 10px 0 10px;
        text-align: center;
    }

    .page_margins {
        text-align: left;
        margin: 0 auto;
        width: auto;
        min-width: 320px;
    }

    .page {
        padding: 10px;
    }

    #header {
        padding: 0;
        height: 66px;
    }

    #header a {
        margin-left: 10px;
        margin-top: 10px;
        float: left;
    }

    #header_content {
        margin-left: 200px;
        padding: 10px;
        overflow: hidden;
    }

    #headerTitle, #headerSubtitle {
        overflow: hidden;
        white-space: nowrap;
    }

    #headerSubtitle {
        float: left;
    }

    #topnav {
        /*position: absolute;
        top: 10px;
        right: 10px; */
        text-align: right;
        padding-bottom: 2px;
    }

    #nav ul {
        margin-left: 20px;
    }

    #ctl00_main {
        padding: 0;
        min-height: 400px;
        height: auto !important;
        height: 400px;
    }

    #footer {
        padding: 10px 10px;
        line-height: 0.6em;
    }

    #header, #nav, #ctl00_main, #footer {
        clear: both;
    }

    #ctl00_quickSearch {
        padding: 0 0 10px 0;
        display: inline;
        float: right;
    }

    #ctl00_quickSearch input[type=text] {
        border-style: solid;
        border-width: 1px;
        width: 240px;
        padding: 0.2em 2px 0.2em 1px;
    }

    #col1 {
        float: left;
        width: 200px;
    }

    #col1_content {
        padding: 10px 10px 10px 0;
        position: relative;
    }

    #col3 {
        margin: 0 200px;
        margin-right: 0;
        width: auto;
    }

    #col3_content {
        padding: 10px;
        position: relative;
        overflow-x: auto;
        min-height: 300px;
    }

    .menuHoriz #col1 {
        clear: both;
        width: 100%;
    }

    .menuHoriz #col1_content {
        padding: 0 10px 0 0;
    }

    .menuHoriz #col3 {
        margin: 0;
        clear: both;
    }

    .menuHoriz #col3_content {
        padding: 10px 0 10px 0;
    }

    #topnav a {
        font-weight: normal;
        text-decoration: none;
    }

    #topnav a:after, #topnav span:after {
        content: ' |';
    }

    #topnav a:last-child:after, #topnav a span:after {
        content: '';
    }

    #topnav a:focus, #topnav a:hover, #topnav a:active {
        text-decoration: underline;
    }

    #topnav select {
        border-style: solid;
        border-width: 1px;
        padding: 0;
        font-family: inherit;
    }

    #footer a {
        font-weight: 600;
    }

    #footer a:focus, #footer a:hover, #footer a:active {
        text-decoration: underline;
    }
}
