﻿body
{
    margin: 0px;
    padding: 0px;
    font-family: "source-sans-pro", Myriad, Arial, sans-serif;
    font-style: normal;
    font-weight: 200;
    color: #464646;
    /*font-size: 1.6em;*/
    font-size:13.5px;
    position: relative;
}

h1, h2, h3, h4, h5, h6
{
    font-family: "source-sans-pro", Myriad, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: normal;
    color: #222222;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
    {
        color: #222222;
    }

        h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
        {
            color: #222222;
        }

h1
{
    font-size: 1.7em;
}

h2
{
    font-size: 1.5em;
    margin-top: 0;
}

    h2.subhead
    {
        letter-spacing: 3px;
    }

h3
{
    margin-top: 1.2em;
    font-size: 1.2em;
    font-style:normal;
}

h4
{
    font-size: 1.2em;
    font-weight: normal;
}

h5
{
    font-size: 24px;
}

h6
{
    font-size: 20px;
    font-weight: normal;
    color: #8D8D8D;
}

    h6.small
    {
        font-size: 14px;
    }



#ml-title
{
    color: #0f73d1;
    font-weight: bold;
    line-height: 34px;
    font-size: 1.3em;
    /*font-style: italic;*/
}

#CAHeader
{
    min-height: 70px;
    z-index: 51;
    position: relative;
    background-color: #fff;
    white-space: nowrap;
}

.tileText
{
   color: white; 
   text-align: center;
}

.titleSpacer
{
    height:72%;
}

.title h1
{
    font-family: Georgia,"Times New Roman",Times,serif;
    color: #0f73d1;
    font-size: 18px;
    padding: 25px 0 24px 30px;
    margin: 0;
    font-weight: normal;
    letter-spacing: normal;
}

.title .gray
{
    color: #898989;
}

#CAHeader, #MainContent
{
    margin-left: 240px;
}

#sidebar-nav
{
    background-color: #212529;
    width: 240px;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 100;
}

    #sidebar-nav .search .input-group
    {
        width: 85%;
        margin: 20px auto;
        border-bottom: 4px solid #5a5e5f;
    }

        #sidebar-nav .search .input-group .input-group-btn button
        {
            background-color: #212529;
            border: 0 none;
            border-radius: 0;
            box-shadow: none;
            color: #fff;
            font-size: 20px;
            left: 6px;
            padding: 0;
            position: absolute;
            top: 5px;
            z-index: 100;
        }

        #sidebar-nav .search .input-group .form-control
        {
            font-size: 18px;
            background-color: #212529;
            border-radius: 0;
            border: 0 none;
            color: #ffffff !important;
            padding-left: 35px;
            outline: none;
            border: none !important;
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            box-shadow: none !important;
        }

    #sidebar-nav .panel-default
    {
        background-color: #212529;
        border-radius: 0;
        border: 0 none;
        box-shadow: none !important;
    }

        #sidebar-nav .panel-default .panel-heading
        {
            background-color: #212529;
            color: #ffffff;
            padding: 5px 15px;
            position: relative;
        }

            #sidebar-nav .panel-default .panel-heading a
            {
                color: #ffffff;
                font-family: "source-sans-pro",sans-serif;
                font-size: 18px;
                font-weight: normal;
            }

                #sidebar-nav .panel-default .panel-heading a.active
                {
                    color: #ffffff;
                }

            #sidebar-nav .panel-default .panel-heading .show-all
            {
                display: none;
                color: #898989;
                font-size: 12px;
                font-weight: normal;
                position: absolute;
                top: 10px;
                right: 10px;
                z-index: 200;
            }

                #sidebar-nav .panel-default .panel-heading .show-all:hover
                {
                    /*text-decoration: underline !important;*/
                    color: #b4b6b5;
                }

        #sidebar-nav .panel-default .panel-body
        {
            border: 0 none !important;
            padding: 12px 0;
        }

            #sidebar-nav .panel-default .panel-body .btn-group-vertical
            {
                width: 100%;
            }

                #sidebar-nav .panel-default .panel-body .btn-group-vertical button
                {
                    border: 0 none;
                    border-radius: 0;
                    text-align: left;
                    background-color: #212529;
                    color: #ffffff;
                }

                    #sidebar-nav .panel-default .panel-body .btn-group-vertical button[aria-expanded=true]
                    {
                        background-color: #212529;
                        color: blue;
                    }

                #sidebar-nav .panel-default .panel-body .btn-group-vertical .dropdown-menu
                {
                    background-clip: padding-box;
                    background-color: #ffffff;
                    border: 1px solid rgba(0, 0, 0, 0.15);
                    border-radius: 4px;
                    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
                    float: left;
                    font-size: 14px;
                    height: 400px;
                    left: 229px;
                    list-style: outside none none;
                    margin: 2px 0 0;
                    min-width: 800px;
                    padding: 5px 0;
                    position: fixed;
                    text-align: left;
                    top: 0;
                    z-index: 1000;
                }

            #sidebar-nav .panel-default .panel-body .list-group
            {
                margin-bottom: 0;
                padding-left: 0;
            }

                #sidebar-nav .panel-default .panel-body .list-group .list-group-item
                {
                    background-color: #212529;
                    border: 0 none;
                    display: block;
                    margin-bottom: -1px;
                    padding: 5px 15px;
                    position: relative;
                    color: #b4b6b5;
                    border-radius: 0;
                    position: relative;
                    font-size: 14px;
                    font-family: "source-sans-pro",sans-serif;
                    font-weight: 400;
                }

                    #sidebar-nav .panel-default .panel-body .list-group .list-group-item.active
                    {
                        background-color: #0f73d1;
                        color: #ffffff;
                    }

                    #sidebar-nav .panel-default .panel-body .list-group .list-group-item:hover
                    {
                        background-color: #0f73d1;
                        color: #ffffff;
                    }

                    #sidebar-nav .panel-default .panel-body .list-group .list-group-item .nav-nub
                    {
                        right: 4px;
                        z-index: 102 !important;
                    }


input
{
    margin: 2px;
}

.footnotes
{
    margin-top: 20px;
    font-size: .8em;
}

.BasicTable th, .BasicTable td
{
    padding: 4px;
    border: solid 1px #333;
    text-align: center;
}

.BasicTable th
{
    background-color: #333;
    color: white;
}

a.SmallLink
{
    font-size: 14px;
}

.smallText
{
    font-size: 12px;
    line-height: 12px;
}

a
{
    color: #4581b3;
    text-decoration: none;
}

/*#contentContainer
{
    width: 960px;
}*/

/*#contentLeft h2
{
    font-size: 1.4em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 0px;
}

#contentLeft h3
{
    font-size: 1.1em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 0px;
}

#footer
{
    text-align: center;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    background-color: #eeeeee;
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    display: block;
}*/

/*#contentLeft
{
    float: left;
    width: 635px;
    height: 560px;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    overflow: hidden;
}*/

/*#contentRight
{
    float: right;
    width: 315px;
    height: 560px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    overflow: hidden;
}*/

#quickSearchHeader, #mapSearchHeader
{
    background-color: #0F73D1;
    color: white;
    font-size: 1.3em;
    padding: 8px 4px 8px 4px;
    text-align: center;
}

#quickSearchForm, #mapSearchForm
{
    background-color: #f2f2f2;
    font-style: italic;
    padding: 12px 4px 18px 4px;
    text-align:center;
}

#rotatorContent
{
    /*font-size:1.6em;*/
    /*margin-bottom: 15px;*/
    /*display:block !important;*/
}

#FAQBox
{
    background-color: #0F73D1;
}


#topLeftSplash
{
    /*height: 350px;*/
    /*width: 100%;*/
    margin: 0px;
    padding: 0px;
}

#topLeftTitleBox
{
    /*width: 100%;*/
    background-color: #333;
}

#pageTitle
{
    color: white;
    padding: 10px;
    font-size: 1.3em;
}

#articleContent
{
    padding: 4px;
    font-size:1.3em;
}

.headlineText
{
    text-align: justify;
}

.bottom-buffer
{
    margin-bottom:14px;
}

        .SplashText
        {
            line-height:normal;
            font-size:1.3em;
        }

        .SplashTitle
        {
            /*line-height:normal;*/
            font-size:1.3em;
            font-weight:bold;
        }

        .StatsTable th, td 
        {
            padding:4px;
            border:1px solid #000;
            white-space:nowrap;
            text-align:left;
        }
        
        .StatsTable th 
        {
            font-weight:bold;
            background-color:#3c5073;
            color:#FFF;
        }

        .StatsTable2 th 
        {
            font-weight:bold;
            background-color:#3c5073;
            color:#FFF;
        }
