/* xSite CSS CEO */
/* CSS Document */
html {
    /*text-align: center;*/
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #ffffff;
    /*background-image: url(../Images/bk_stripe.gif);*/
    background-repeat: no-repeat;
    background-position: center top;
}

body {
    margin-left: auto;
    margin-right: auto;
    margin: 0;
    padding: 0;
    /*padding-top: 60px;*/
    width: 100%;
    height: 100%;
    font-family: Arial;
    font-size: 12px;
    line-height: 20px;
    color: #4b4b4b;
}

form {
    padding: 0px;
    margin: 0px;
}

h1 {
    font-size: 14px;
    font-weight: bold;
    color: #2b6097;
    margin: 0px;
    padding: 0px;
    display: inline;
}

h2 {
    font-size: 12px;
    font-weight: bold;
    color: #2b6097;
    margin: 0px;
    padding: 0px;
    display: inline;
}

h3 {
    font-size: 10px;
    font-weight: bold;
    color: #2b6097;
    margin: 0px;
    padding: 0px;
    display: inline;
}

ol li {
    list-style: decimal outside;
}

p {
    margin: 10px 0;
}

a img {
    border: none;
}

a h1 {
    text-decoration: none;
    color: #4b4b4b;
}

a:hover h1 {
    color: #999999;
}

th a {
    color: #DDD
}

/* NG Header and NG Footer */

.full-header, .footer {
    margin: 0;
    font-family: ProximaNovaRegular,Arial,Helvetica,Tahoma,sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5em;
    color: #0b0c0c;
}

    .full-header ul, .footer ul {
        list-style: disc
    }

    .full-header li, .full-header ul, .footer li, .footer ul {
        margin: 0;
        padding: 0;
    }
    /*.full-header ul, .full-header li, .footer ul, .footer li {
    list-style: disc outside;
    margin: 0;
    padding: 0;
}*/
    .full-header a, .footer a {
        text-decoration: none !important;
        color: #ccc;
    }

        .full-header a:link, .footer a:link {
            color: #fff;
            text-decoration: none;
            outline: 0;
        }

        .full-header a:hover, .footer a:hover {
            color: #fff;
            text-decoration: none;
            outline: 0;
        }

.menu ul {
    list-style: none
}

.menu ul, .menu li {
    margin: 0;
    padding: 0;
}

.menu .menu-item {
    display: inline-block;
}

.menu li.hover, .menu li.hover-off {
    position: relative;
    z-index: 100;
}
/*.menuSearch {
    width: 75%;
    float: left;
}*/

/* NG Header */

.container,
#header-wrap {
    max-width: 1140px;
    margin: 0 auto;
}

.full-header {
    background-color: #000;
    position: relative;
    padding: 10px 0;
}

.logo {
    /*max-width: 200px;*/
    margin: 10px 0;
}

#header-wrap {
    position: relative;
    z-index: 199;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0px, 0px, 0px);
    -webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden;
}

.full-header .container {
    position: relative;
}

a img {
    border: none;
}

.menu-subpage-container {
    float: right;
    margin: 0;
}

.menu {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

    .menu li {
        list-style: none;
        margin: 20px 0 0 0;
        padding: 0 10px;
        line-height: 1em;
        border-left: solid 1px #fff;
    }

        .menu li a {
            color: #fff;
            line-height: .8em;
            font-size: .9rem;
        }

        .menu li:first-child {
            border-left: 0;
        }

.search {
    margin: 10px 10px 0 0;
    float: right;
}

    .search img {
        width: 200px;
    }

.container {
    width: 100%;
}

/* NG Footer */
.footer {
    background: #000;
    padding: 30px 0;
}

    .footer .footer-social {
        float: left;
    }

    .footer h2 {
        font-weight: 700;
        font-size: 1.5rem;
        margin-bottom: 30px;
        color: #adadad;
    }

    .footer .footerSocial {
        padding: 0 1.75rem 0 0;
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

        .footer .footerSocial li {
            list-style: none;
            margin-bottom: 10px;
        }

            .footer .footerSocial li a {
                color: #fff;
                font-size: .8rem;
                font-weight: 300;
                letter-spacing: .5px;
            }

                .footer .footerSocial li a img {
                    width: 42px;
                    margin-right: 10px;
                }

                .footer .footerSocial li a span {
                    color: #adadad;
                }

    .footer .menu-footer {
        float: right;
    }

    .footer .menu {
        padding: 0;
        margin-bottom: 20px;
    }

        .footer .menu li {
            list-style: none;
            margin-bottom: 8px;
            border: 0;
            padding: 0;
        }

            .footer .menu li a {
                color: #adadad;
                font-weight: 300;
                font-size: 1rem;
                line-height: 1.5;
            }

    .footer .footerLogo img {
        /*width: 200px;*/
    }

    .footer .footerLogo:hover img {
        opacity: .6;
    }

    .footer .bottomMenu {
        padding: 0;
        margin: 20px auto;
        display: table;
        width: auto;
    }

        .footer .bottomMenu li {
            padding: 0 10px;
            border-left: solid 1px #ccc;
            display: table-cell;
            text-align: center;
            list-style: none;
        }

            .footer .bottomMenu li:first-child {
                border-left: 0;
            }

            .footer .bottomMenu li a {
                color: #ccc;
                font-weight: 300;
                font-size: .9em;
            }

    .header a:hover,
    .footer a:hover {
        text-decoration: none;
        opacity: .7;
    }

    .footer .copyinfo {
        color: #ccc;
        text-align: center;
        font-weight: 300;
        font-size: .8rem;
        margin: 20px 0;
        clear: both;
    }

    .footer .copyright p {
        color: #ccc;
        text-align: center;
        font-weight: 300;
        font-size: .75rem;
        margin: 10px 0;
    }

    .footer .bottomLogo {
        margin: 20px 0;
    }

/* CEO App Classes */
.containerCeo {
    margin: auto;
    max-width: 960px;
    text-align: left;
    position: relative;
}

.header {
    margin: 0;
    padding: 0;
    height: 190px;
    max-width: 100%;
    background-color: #000000;
}

.topBanner {
    background-image: url(../Images/HeaderImages/bkImg_PageHeader01_businessVentures.jpg);
    background-repeat: no-repeat;
    background-position: left;
    width: 100%;
    height: 75px;
    padding-top: 0px;
    overflow: hidden;
    position: absolute;
    top: 20px;
    left: 0;
}

.ValueOfPerformance {
    /*background-image: url(../Images/ValueOfPerformance.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;*/
    right: 518px;
    width: 454px;
    height: 75px;
}

.headerText1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 45px;
    padding-left: 65px;
    font-style: italic;
}

.homeLink {
    width: 730px;
    height: 100%;
    float: left;
}

/* NAVIGATION */

.header li#caboose {
    background-image: url(../Images/MainMenu/TABS_caboose_bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    margin-top: -1px;
    width: 21px;
}

.header li {
    height: 31px;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

    .header li a {
        padding-bottom: 5px;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 5px;
        background-position: right bottom;
        background-repeat: no-repeat;
        color: #FFFFFF;
        font-weight: bold;
        text-transform: uppercase;
        display: block;
        text-decoration: none;
    }

    .header li.last a {
        background-image: url(../Images/MainMenu/TAB_alternate.jpg);
        color: #333333;
    }

    .header li.almostlast a {
        background-image: url(../Images/MainMenu/TAB_middle.jpg);
    }

    .header li.first a {
        border-left: solid 1px #FEFEFE;
    }

    .header li.selected a {
        color: #FFFFFF;
        background-image: url(../Images/MainMenu/TAB_selected.jpg);
    }

    .header li.selected.last a {
        color: #03121f;
        background-image: url(../Images/MainMenu/TAB_alternate_selected.jpg);
    }

    .header li a:hover {
        color: #999999;
    }

    .header li.selected_last a:hover {
        color: #000000;
    }

    .header li.last a:hover {
        color: #333366;
    }

/* TOP SUB NAVIGATION */
.subHeader ul {
    z-index: 10;
    /*display: block;*/
    width: 100%;
    height: 31px;
    float: left;
    font-size: .9em;
    background-position: right bottom;
    background-repeat: repeat-x;
    position: absolute;
    top: 94px;
    margin: 0;
    padding: 0;
}

.subHeader li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

    .subHeader li a {
        padding-bottom: 5px;
        padding-right: 7px;
        padding-left: 7px;
        padding-top: 10px;
        text-decoration: none;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.3em;
        color: #5e676d;
    }

        .subHeader li a:hover {
            color: #f2f3f3;
            background-color: #838d94;
        }

.searchBox {
    float: right;
    width: 185px;
    margin-top: 10px;
    z-index: 2;
}

    .searchBox h1 {
        color: #767676;
        font-size: 13px;
    }

    .searchBox form {
        padding: 0px;
        margin: 0px;
    }

    .searchBox input {
        padding: 0;
        margin: 0;
    }

    .searchBox select {
        padding: 0px;
        margin-bottom: 5px;
    }

.searchBoxText {
    width: 150px !important;
}

.lowerHeader {
    background-image: url(../Images/CEO_Knowledge_Center.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 125px;
    right: 0px;
    width: 100%;
    height: 40px;
    background-color: #000000;
}

.quickAccessMenu ul {
    position: absolute;
    top: 165px;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 26px;
    float: left;
    font-size: .9em;
    background-color: #616161;
    background-image: url(../Images/MainMenu/TABS_bg.jpg);
    background-position: right bottom;
    background-repeat: repeat-x;
}

.content {
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #E1E1E1;
    background-image: url(../Images/CONTENT_bg.jpg); /* column left, content, column right */
    background-repeat: repeat-y;
    background-position: left;
    float: left;
}

.contentLeft {
    background-image: url(../Images/CONTENT_left_bg.jpg); /* content, column right. */
}

.contentRight {
    background-image: url(../Images/CONTENT_right_bg.jpg); /* column left, content */
}

.contentAll {
    background-image: url(../Images/CONTENT_all_bg.jpg); /* content */
}

.contentAdmin {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.smBox {
    width: 197px;
    padding: 5px;
    background-color: #fce3ab;
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 10px;
    display: block;
    color: #000000;
    font-size: 11px;
    border: solid 2px #eaa150;
}

    .smBox img {
        float: left;
        margin-right: 10px;
    }

    .smBox ul {
        margin-top: 0px;
        position: relative;
        left: -20px;
    }

        .smBox ul ul {
            margin-top: 1px;
            position: relative;
            left: -20px;
        }

    .smBox ol {
        margin: 5px;
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .smBox label {
        display: inline;
        padding: 2px;
    }

    .smBox h1, .smBox h2 {
        color: #ffffff;
    }

    .smBox h2 {
        font-size: 12px;
        line-height: 14px;
    }

    .smBox h1 {
        font-size: 14px;
        font-weight: bold;
    }



.menu_top {
    width: 203px;
    background-image: url(../Images/menu_top_left.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    display: block;
    padding: 13px 0 4px 5px;
}



.rightCol .menu_top {
    background-image: url(../Images/menu_top_right.jpg);
}

.rightCol ul li {
    list-style-type: none;
}



.links_top {
    width: 203px;
    height: 40px;
    padding: 10px 0px 4px 12px;
    background-image: url(../Images/TAB_linksHeader_bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    color: #493e1b;
    font-size: 24px;
    font-weight: bold;
    display: block;
}

.quotes {
    display: block;
    float: left;
}

    .quotes p {
        width: 203px;
        background-image: url(../Images/Quotes_bkg.jpg);
        background-position: bottom;
        background-repeat: no-repeat;
        color: #ffffff;
        font-size: 12px;
        display: block;
        padding-left: 13px;
        padding-right: 13px;
        padding-bottom: 26px;
        border-bottom: solid 1px #e98b64;
        color: #ffdc6f;
        margin-top: 0;
    }

.level1Menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #c2c2c2;
}

.level1Menu {
    width: 203px;
    float: left;
    text-align: left;
    margin-top: 0px;
    padding-top: 0px;
    /*background-image: url(../Images/TAB_articleHeader_side_bg.jpg);*/
    background-repeat: no-repeat;
    background-position: left top;
    vertical-align: top;
}

    .level1Menu ul.subcatlist {
        font-size: 10px;
        background-color: #9F9F9F;
    }


    .level1Menu li {
        margin: 0;
        padding: 0;
        width: 203px;
        overflow: hidden;
    }


    .level1Menu ul.subcatlist li {
        width: 203px;
        height: 22px;
        background-image: url(../Images/SubMenu/MENU_sub_bg.jpg);
        background-repeat: repeat-y;
    }


    .level1Menu li a {
        display: block;
        padding: 5px 0 5px 16px;
        color: #FFFFFF;
        width: 187px; /* container_width - L/R padding */
        background-image: url(../Images/SubMenu/MENU_bg.jpg);
        background-position: left;
        background-repeat: no-repeat;
        text-decoration: none;
        height: 20px;
    }

    .level1Menu ul.subcatlist li a {
        height: 11px;
        padding: 2px 0 6px 0;
        margin-left: 16px;
        width: 177px;
        background-image: none;
        /*border-bottom: solid 1px #cccccc;*/
    }

    .level1Menu li a:hover {
        color: #CCCCCC;
        /*font-weight: bold;*/
    }

    .level1Menu li.selected a {
        font-weight: bold;
    }

    .level1Menu li.parental a {
        background-image: url(../Images/SubMenu/MENU_opened_bg.jpg);
    }

    .level1Menu ul.subcatlist li.selected {
        background-image: url(../Images/SubMenu/MENU_sub_selected_bg.jpg);
    }

.dotNetContent {
    /*width:100%;*/
    width:757px;
    float: left;
}

.dotNetContentAll {
    max-width: 100%;
    float: left;
}

.dotNetContent_admin {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    background-color: #3E5678;
}

.mainBody {
    width: 554px;
    float: left;
    min-height: 200px;
}

.mainBodyOneCol {
    width: 757px;
}

.mainBodyAll {
    /*width: 100%;*/
    width: 960px;
}

.mainBodyHome {
    background-color: #F1F1F1;
    width: 960px;
    margin: 0;
    padding: 0;
    display: inline-block ;
    min-height: 10px !important;
    float: left;
}

.leftColumn {
    width: 60%;
    float: left;
    background-color: #F1F1F1;
}

.faqHeader a {
    height: 40px;
    padding: 10px 0px 4px 24px;
    background-image: url(../Images/FAQs_header_bg.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    color: #2d2d2d;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

.faqColumn {
    width: 39.8%;
    height: 100%;
    min-height: 590px;
    overflow: auto;
    float: right;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    background-image: url(../Images/FAQcolumn_bg.jpg);
    background-position: left top;
    background-repeat: repeat-y;
    border-right: #aaa 1px solid;
}

.flashRotator {
    width: 100%;
    height: 172px;
    background-color: #B0A273;
}

.alertBar {
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    height: 20px;
    width: 100%;
    background-color: #C0B283;
    background-image: url(../Images/ALERTBAR_up_bg.jpg);
    cursor: pointer;
}

    .alertBar.down {
        background-image: url(../Images/ALERTBAR_down_bg.jpg);
    }

    .alertBar.none {
        background-image: url(../Images/ALERTBAR_none_bg.jpg);
        color: #808080;
        cursor: default;
    }

.triColumn {
    /*width: 32.9%;
    height: 67%;*/
    width: 191px;
    height: 397px;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 130%;
    background-color: #F1F1F1;
    border: 1px solid #ABABAB;
    border-left: 1px solid #FFFFFF;
}

    .triColumn a {
        color: #2b6097;
    }

        .triColumn a:hover {
            color: #0066cc;
        }

    .triColumn p {
        padding: 4px 7px;
        margin: 5px;
    }

.triHeader {
    height: 30px;
    background-color: #E9E4D0;
    padding-top: 10px;
    padding-left: 14px;
    color: #2d2d2d;
    background-image: url(../Images/Tricol_header_bg.jpg);
    background-position: top;
    background-repeat: repeat-x;
}

    .triHeader h1 {
        color: #2d2d2d;
        font-size: 16px;
        line-height: 22px;
    }

#newsColumn {
    width: 612px; /* total size is 640 */
    height: 215px;
    float: right;
    background-image: url(../Images/newsBackground.gif);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #a5bcd2;
    padding-top: 20px;
    padding-left: 14px;
    padding-right: 14px;
    overflow: auto;
}

.alertsColumn {
    height: 172px;
    background-image: url(../Images/alertsBackground.gif);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #e8d593;
    overflow: auto;
}

.adminContainer {
    background-color: #F9F9F9;
    margin-top: 0px;
    padding-top: 20px;
    background-image: url(../../Images/Admin_body_bkg.gif);
    background-repeat: repeat-y;
    float: left;
}

.adminMainContent {
    width: 700px;
    float: left;
    background-color: #F9F9F9;
    padding-left: 5px;
}

.adminInstructions {
    width: 245px;
    float: right;
    background-color: #F9F9F9;
    padding-left: 5px;
    padding-right: 5px;
}

.leftCol {
    width: 203px;
    float: left;
    text-align: left;
    margin-top: 0px;
    padding-top: 70px;
    background-image: url(../Images/TAB_articleHeader_side_bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    vertical-align: top;
}

.rightCol {
    width: 203px;
    margin-top: 0;
    padding-top: 70px;
    padding-bottom: 40px;
    float: right;
    text-align: left;
    background-image: url(../Images/TAB_articleHeader_side_bg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    visibility: visible;
}

.contentAdmin .rightCol {
    background-image: none;
    background-color: #3E5678;
    width: 220px;
    margin: 0 5px 0 0;
    padding: 5px 0;
}

.featuredLinks {
    clear: both;
}

.menuCeo ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 20px;
}

.menuCeo li {
    float: left;
    width: 203px;
}

    .menuCeo li a {
        text-decoration: none;
        color: #000000;
        font-weight: bold;
        height: 19px;
        width: 203px;
        background-color: #e8d593;
        background-image: url(../Images/Menu_bullets.gif);
        background-position: 0px 0px;
        background-repeat: no-repeat;
        border-bottom: solid 1px #ececec;
        padding-left: 21px;
        display: block;
    }

        .menuCeo li a:hover {
            color: #000000;
            font-weight: bold;
            background-image: url(../Images/Menu_bullets.gif);
            background-position: 0px -20px;
            background-repeat: no-repeat;
        }

    .menuCeo li.selected a {
        color: #ffffff;
        background-color: #2c3d1b;
        font-weight: bold;
        background-image: url(../Images/Menu_bullets.gif);
        background-position: 0px -40px;
        background-repeat: no-repeat;
    }

    .menuCeo li.selected_first a {
        color: #ffffff;
        background-color: #2c3d1b;
        font-weight: bold;
        background-image: url(../Images/Menu_bullets.gif);
        background-position: 0px -40px;
        background-repeat: no-repeat;
    }

    .menuCeo li.selected_last a {
        color: #ffffff;
        background-color: #2c3d1b;
        font-weight: bold;
        background-image: url(../Images/Menu_bullets.gif);
        background-position: 0px -40px;
        background-repeat: no-repeat;
    }


.links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 20px;
    font-size: .9em;
}

.links li {
    float: left;
    height: 34px;
    width: 203px;
}

    .links li a {
        text-decoration: none;
        color: #646464;
        height: 26px;
        width: 179px; /* max width = container width - padding - margin*/
        border-bottom: solid 1px #aaaaaa;
        margin: 0 7px 0 7px;
        padding: 8px 0 0 10px;
        display: block;
    }

        .links li a:hover {
            color: #343434;
            font-weight: bold;
        }

.footerCeo {
    width: 100%; /*height: 210px;*/
    height: 82px;
    padding: 5px 0;
    background-color: #B4B4B4;
    border-top: solid 1px #2b6097;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    float: left;
    text-align: center;
    color: black;
    clear: both;
}

    .footerCeo table {
        width: 100%;
        margin: 2px;
    }

    .footerCeo th, .footerCeo td {
        text-align: left;
        vertical-align: text-top;
        width: 25%;
    }

    .footerCeo th {
        border-bottom: solid 1px #2b6097;
        padding: 3px 8px;
    }

    .footerCeo ul {
        list-style-type: none;
        margin: 0;
        font-size: 10px;
        /*font-weight:bolder;*/
        line-height: 14px;
    }

    .footerCeo li {
        text-align: left;
        padding: 3px 0 0 5px;
        list-style-type: none;
    }

    .footerCeo a {
        display: block;
        padding: 0;
        color: #373737;
        text-decoration: none;
        /*text-transform:uppercase;*/
        font-weight: bolder;
    }

        .footerCeo a:hover {
            background-color: #C4C4C4;
            color: black;
        }

.articleHeader {
    background-color: #E9E3CD;
    background-image: url(../Images/SPOT2_TAB_articleHeaderBg.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 41px;
    padding: 28px 0 1px 20px;
    font-size: 2.2em;
    text-transform: uppercase;
    color: #4C421F;
    font-weight: bolder;
}

.articleCeo {
    border-bottom: 1px solid white; /*forces right border to render completely to bottom */
    border-right: 1px solid #c0c0c0;
    padding: 20px 24px;
    margin: 0;
}

.article_admin {
    width: 702px;
    border-bottom: dotted 1px #d7b893;
    margin-bottom: 20px;
}

.side {
    /*width: 220px;*/
    padding: 5px;
    color: #4B4B4B;
}

.contentAdmin .side {
    width: inherit;
    padding: 0px;
    color: #333333;
}


.side .faq {
    clear: left;
    padding: 0 5px 0 15px;
}

    .side .faq a {
        color: #2B2B2B;
    }


.sideBox {
    padding: 5px;
    background-color: #ffffff;
}

.docTable {
    width: 500px;
    border-collapse: collapse;
    border: solid;
    border-color: #999999;
    border-width: 1px;
    padding: 0px;
    margin: 10px 0px 20px 0;
    text-align: left;
    /*line-height: 12px;*/
    /*display: block;*/
}

.searchTable {
    margin: 0px 0px;
}

    .searchTable .link {
        width: 8%;
    }

.docTable tr {
    /*height: 30px;*/
}

.docTable td {
    text-align: left;
    border-bottom: solid 1px #cccccc;
}

    .docTable td img {
        float: none;
        margin-right: 0px
    }


.tableHeader {
    height: 25px;
    padding: 0px;
    margin: 0px;
    background-color: #333333;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    text-align: center;
}

    .tableHeader .title {
        width: 320px;
    }

    .tableHeader .col {
        width: 60px;
    }

.docTable .title {
    font-weight: bold;
}

.docTable .col {
    text-align: center;
}

.tableSubHead td {
    border-bottom: dotted 1px #ececec;
    /*height: 10px;	*/
    background-color: #999999;
    color: #ffffff;
    font-size: 13px;
    margin: 0;
    padding-left: 5px;
    font-weight: bold;
}

.grayBorder {
    border-bottom: dotted 1px #ececec;
    height: 35px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.leftBorder {
    border-left: solid;
    border-left-color: #FFFFFF;
    border-left-width: 2px;
    height: 3px;
}

.gridview {
    float: left;
    clear: right;
    width: 100%;
    margin-bottom: 20px;
}

.sitemap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .sitemap ul ul {
        list-style: disc;
        margin-left: 20px;
    }

        .sitemap ul ul ul {
            list-style: square;
            margin-left: 20px;
        }

.columnOverflow {
    overflow: hidden;
}

.articlePlayControls {
    height: 62px;
    vertical-align: middle;
    margin-bottom: 15px;
}

    .articlePlayControls select {
        position: relative;
        top: -30px;
    }

    .articlePlayControls .buttons {
        position: relative;
        top: -17px;
    }

.newsBlock ul {
    margin: 5px 5px 5px 22px;
    padding: 0;
}

.newsBlock li {
    padding: 0 0 5px 5px;
    list-style: none;
    border-bottom: 1px solid #BABABA;
}

.newsBlock a {
    color: #2b6097;
    font-weight: bold;
    text-decoration: none;
}

    .newsBlock a:hover {
        color: #0066CC;
    }

    .newsBlock a.more {
        padding-left: 5px;
        color: #595959;
    }

.alertsBlock {
    padding: 5px;
}

    .alertsBlock ul {
        margin: 5px 5px 5px 10px;
        padding: 0;
    }

    .alertsBlock li {
        background-image: url(../Images/bulletRed.gif);
        background-repeat: no-repeat;
        padding-left: 15px;
        list-style: none;
    }

    .alertsBlock a {
        color: #b69d7a;
        font-weight: bold;
        text-decoration: none;
    }

.AdminSubHeader {
    FONT-WEIGHT: bold;
    COLOR: #ffffff;
    HEIGHT: 5px;
    BACKGROUND-COLOR: #883a2d;
    TEXT-ALIGN: center
}

/* Admin Content Instruction Accordion Classes */

.accordionHeader {
    color: white;
    background-color: #5d7b9d;
    font: bold 11px Arial;
    cursor: pointer;
    padding: 4px;
    margin-top: 3px;
    border: solid 1px #5d7b9d;
}

.accordionContent {
    background-color: #f7f6f3;
    font: normal 11px Arial;
    border: solid 1px #5d7b9d;
    color: #333333;
}

.accordionSubHeader {
    color: white;
    background-color: #666666;
    font: bold 11px Arial;
    cursor: pointer;
    padding: 4px;
    border-bottom: solid 1px #5d7b9d;
}

.accordionSubContent {
    background-color: #f7f6f3;
    font: normal 11px Arial;
    border-bottom: solid 1px #5d7b9d;
    color: #333333;
    padding: 0 5px 10px 10px;
}

.accordionContent ol {
    margin: 25px;
    padding-left: 0;
}


.accordionHeaderUI {
    color: white;
    background-color: #999999;
    font: bold 11px Arial;
    cursor: pointer;
    padding: 4px;
    margin-top: 3px;
    border: 1px solid #666666;
}

.accordionContentUI {
    background-color: #F0F0F0;
    font: normal 11px Arial;
    border: 1px solid #666666;
    color: #333333;
    padding: 5px;
}

.accordionSubHeaderUI {
    color: white;
    background-color: #CCCCCC;
    font: bold 11px Arial;
    cursor: pointer;
    padding: 4px;
    border-bottom: solid 1px #5d7b9d;
    border-bottom-color: #666666;
}

.accordionSubContentUI {
    background-color: #FAFAFA;
    font: normal 11px Arial;
    border-bottom: solid 1px #5d7b9d;
    color: #333333;
    padding: 0 5px 10px 10px;
    border-bottom-color: #666666;
}

.accordionContentUI ol {
    margin: 25px;
    padding-left: 0;
}




.rotateText {
    width: 120px;
    text-align: right;
    /* WebKit, Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox 3.5+*/
    -moz-transform: rotate(-90deg);
    /* Internet Explorer 
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
}

.tableRowColor1 {
    background-color: #afcbf3;
}

.tableRowColor2 {
    background-color: #eaf4ff;
}

.LeftRightPadding {
    padding-left: 10px;
    padding-right: 10px;
}

.gvClass {
    width: 100%;
}

.BottomPadding {
    margin-bottom: 20px;
}

div.side h2 {
    color: White; /* side bar needs a different color to show up */
}

div.side a {
    color: #E8D593;
}


.AdminGridView {
    width: 100%;
    color: #333333;
    border-collapse: collapse;
}

    .AdminGridView a {
        color: #333333;
    }

    .AdminGridView .odd {
        background-color: #EFF3FB
    }

    .AdminGridView .even {
        background-color: #FFFFFF
    }

    .AdminGridView .selected {
        background-color: #F4F784;
        font-weight: bold;
        color: #333333;
    }

    .AdminGridView .edit {
        background-color: #2461BF;
    }

        .AdminGridView .edit a, .AdminGridView th a {
            color: #ffffff;
        }

    .AdminGridView td {
        padding: 3px;
    }

    .AdminGridView th {
        background-color: #5D7B9D;
        font-weight: normal;
        color: White;
        padding: 3px;
        font-size: .9em;
    }


.TreeView table {
    margin: 0;
}

.TreeView td {
    vertical-align: top;
}


/* used for copy/paste from word */

.requiredFieldsTable, .requiredFieldsTable td {
    border-width: 1px;
    border-style: solid;
    border-color: Black black windowtext;
    text-align: center;
    padding: 0 7px;
}

table.requiredFieldsTable {
    width: 100%;
    border-collapse: collapse;
}

    table.requiredFieldsTable td:first-child {
        text-align: left;
        width: 135px;
    }

    table.requiredFieldsTable tr:first-child td {
        background: none repeat scroll 0 0 #D9D9D9;
    }


.redtext {
    color: Red;
}

#loginStatusDiv {
    /*position:absolute;*/
    float: right;
    top: 3px;
    max-width: 100px;
}

.loginStatusDiv a {
    float: right;
    margin-right: 10px;
    color: #9a9a9a;
    text-decoration: none;
}

    .loginStatusDiv a:hover {
        font-weight: bold;
        color: #6a6a6a;
    }

/* end used for copy/paste from word */


/*CMS status*/
.CMSdates {
    font-size: 10px;
    line-height: 12px;
    text-align: left;
}

.CMS {
    padding: 3px 20px 3px 5px;
    line-height: 1.2em;
}

    .CMS a {
        display: block;
        font-weight: bold;
        text-decoration: none;
        color: #CCFFFF;
        padding-left: 18px;
        background-image: url(../Images/Icons/hand_point.png);
        background-repeat: no-repeat;
        background-position: left;
    }

        .CMS a:hover {
            background-color: #C1B082;
            color: #000033;
        }

    .CMS.Approval {
        background-color: #DFDFDF;
        border: solid 2px #BF9A5F;
    }

    .CMS.Review {
        background-color: #DFDFDF;
        border: solid 2px #5F79BF;
    }

.Approval.Pending {
    background-image: url(../Images/Icons/hourglass.png);
    background-repeat: no-repeat;
    background-position: 99% 3px;
}

.Approval.Declined {
    background-image: url(../Images/Icons/cancel.png);
    background-repeat: no-repeat;
    background-position: 99% 3px;
}

.Approval.Approved {
    background-image: url(../Images/Icons/accept.png);
    background-repeat: no-repeat;
    background-position: 99% 3px;
}

.Review.Pending {
    background-image: url(../Images/Icons/hourglass.png);
    background-repeat: no-repeat;
    background-position: 99% 3px;
}

.Review.Complete {
    background-image: url(../Images/Icons/accept.png);
    background-repeat: no-repeat;
    background-position: 99% 3px;
}

.containerCeo {
    position: relative;
}

.videoPlayer {
    padding-left: 50px;
}

.mediaPanel {
    padding: 5px;
}

.fileUpload {
    background-color: #FFFFFF;
}

.errorMessages {
    color: #ff0000;
}


/* Media size changes for different screen size */
@media screen and (max-width:1180px) and (min-width: 961px) {
    #header-wrap {
        margin: 0 10px;
    }

    .footer .container {
        width: calc(100% - 20px);
    }

    .footerLogo,
    .footer .bottomMenu,
    .footer .copyinfo {
        margin-left: 10px;
    }

    .footer .footerSocial {
        width: calc(100% - 10px);
        margin-left: 10px;
    }

    .menu-subpage-container,
    .menu-footer {
        margin-right: 10px;
    }

    .footer .footerSocial li a img {
        width: 35px;
    }
}

@media screen and (max-width:960px) and (min-width: 577px) {
    .containerCeo {
        width: 100%;
    }

    .dotNetContent {
        width: 100%; 
        float: none;
    }

    .leftColumn {
        width: 100%;
        float: none;
    }

    .triColumn {
        width: 32.9%;
    }

        .footer .bottomMenu {
        display: block;
        overflow: auto;
    }

        .footer .bottomMenu li {
            display: block;
            float: left;
        }

    .col-md-3,
    .col-md-9,
    .col-md-4,
    .col-md-8 {
        float: left
    }

    .col-md-3 {
        width: 40%;
    }

    .col-md-9 {
        width: 60%;
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .footer .footerSocial li a,
    .footer .menu li a,
    .footer .bottomMenu li a {
        font-size: .8rem
    }

    footer .col-md-12 {
        width: inherit;
    }

    footer .copyinfo {
        margin: 20px;
    }
}

@media screen and (max-width:576px) and (min-width: 399px) {
    .containerCeo {
        width: 100%;
    }

    .dotNetContent {
        width: 100%;
        float: none;
    }

    .col-md-4,
    .col-md-8,
    .menu-subpage-container,
    .menu-footer,
    .search {
        float: none;
    }

    .leftColumn {
        width: 100%;
        float: none;
    }

    .triColumn {
        width: 100%;
    }


    .faqColumn {
        width: 100%;
        float: none;
    }

    .menu li:first-child {
        padding-left: 0;
    }

    .footer h2,
    .footerLogo,
    .footer .bottomMenu,
    .footer .copyinfo {
        margin-left: 0;
    }

    .header .col-md-3,
    .header .col-md-9 {
        width: 100%;
        text-align: center;
        display: block;
    }

    .footer .col-md-4,
    .footer .col-md-8 {
        width: 100%;
        text-align: center;
        display: block;
    }

    .footer .footerSocial {
        float: none;
        margin: 0 auto 20px 100px;
        width: inherit;
        text-align: left
    }

        .footer .footerSocial li a,
        .footer .menu li a,
        .footer .bottomMenu li a {
            font-size: .7rem
        }

    .footer .bottomMenu li {
        float: none;
        border-left: 0;
    }

    .footerLogo {
        text-align: center;
        display: block;
    }

    .footer .bottomMenu,
    .footer .copyinfo {
        width: 100%;
    }

    .footer .footerSocial li a img {
        width: 25px;
        margin-right: 5px;
    }
}

@media screen and (max-width:400px) {
    .containerCeo {
        width: 100%;
    }

    .dotNetContent {
        width: 100%;
        float: none;
    }

    .leftColumn {
        width: 100%;
        float: none;
    }

    .faqColumn {
        width: 100%;
        float: none;
    }

    .triColumn {
        width: 100%;
    }

    .footer .footerSocial {
        margin: 0 auto 20px auto;
    }
}
