body {
    /*background: white !important;*/
    color: #000;
    font: 76%/1.5em Arial, Helvetica, sans-serif;
}

a {
    border: none;
    color: #c79900;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a:focus {
        outline: none;
    }

    img, a, a img {
        border: none;
    }

.clear {
    clear: both;
}

.hide {
    display: none;
}

.colorBlue {
    color: #039;
}

/* Base OVERRIDES */
h1, h2, h3 {
    margin: 1em 0; /* top & bottom margin based on font size */
}

h1, h2, h3, h4, h5, h6, strong {
    font-weight: bold; /*bringing boldness back to headers and the strong element*/
}

abbr, acronym {
    border-bottom: 1px dotted #000;
    cursor: help; /*indicating to users that more info is available */
}

em {
    font-style: italic; /*bringing italics back to the em element*/
}

blockquote, ul, ol, dl {
    margin: 1em; /*giving blockquotes and lists room to breath*/
}

ol, ul, dl {
    margin-left: 2em; /*bringing lists on to the page with breathing room */
}

    ol li {
        list-style: decimal outside; /*giving OL's LIs generated numbers*/
    }

    ul li {
        list-style: circle outside; /*giving UL's LIs generated disc markers*/
    }

    dl dd {
        margin-left: 1em; /*providing spacing for definition terms*/
    }

table {
    font-size: inherit;
    font: 100%;
}

th, td { /*  border:1px solid #000;  */
    padding: .5em; /*borders and padding to make the table readable*/
}

th {
    font-weight: bold;
    text-align: center; /*distinguishing table headers from data cells*/
}

caption {
    margin-bottom: .5em;
    text-align: center; /*coordinated margin to match cell's padding*/
}

p, fieldset, table, pre {
    margin-bottom: 1em; /*so things don't run into each other*/
}

select, input, button, textarea { /*  font:99% arial,helvetica,clean,sans-serif;  */
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
/* +++++++++++++++++++++ */

h1, h2 {
    font-weight: normal;
}

h1 {
    font-size: 1.6em;
    line-height: 1.5em;
    letter-spacing: .04em;
}

h2 {
    font-size: 1.2em;
    margin: .75em 0;
}

h3 {
    font-size: 1em;
    margin: 0;
    color: #000;
}

h4 {
}

h5 {
}

h6 {
}

#wrapper {
    margin: 0 auto;
    background: #fff;
}
/*width: 1024px; padding: 5px;*/
#masthead {
    background: #2f2300 url(../images/common/header_full.png);
    width: 1024px;
    height: 96px;
    margin-bottom: 1px;
    position: relative;
}

    #masthead #logo, #masthead #logo a {
        display: block;
        width: 800px;
        height: 96px;
        color: black;
    }

    #masthead #logo {
        position: absolute;
        left: 0;
        top: 0;
    }

    #masthead #logo {
    }

        #masthead #logo a span {
            visibility: hidden;
        }

    #masthead #site-title {
        position: absolute;
        left: 120px;
        top: 8px;
        width: 338px;
        height: 40px;
        background: transparent;
    }

        #masthead #site-title .static {
            color: white;
        }

    #masthead #utility {
        background: transparent;
        width: 310px;
        height: 96px;
        position: absolute;
        right: 0;
        top: 0;
        vertical-align: middle;
    }

        #masthead #utility ul {
            background: transparent;
            width: 310px;
            margin: 0;
            padding: 0;
            overflow: hidden;
        }

            #masthead #utility ul li {
                list-style-type: none;
                display: inline;
            }

                #masthead #utility ul li a {
                    font-size: 80%;
                    text-transform: uppercase;
                    text-align: left;
                }

            #masthead #utility ul.tools {
                background: transparent;
                margin-top: 5px;
            }

                #masthead #utility ul.tools li {
                    margin-right: 20px;
                }

                    #masthead #utility ul.tools li.user {
                        font-size: 80%;
                        text-transform: uppercase;
                        text-align: left;
                        color: #fff;
                        text-decoration: none;
                        padding: 3px 0;
                    }

                    #masthead #utility ul.tools li.last {
                        margin-right: 0;
                    }

                    #masthead #utility ul.tools li a {
                        color: #fff;
                        text-decoration: none;
                        padding: 3px 0;
                    }

                        #masthead #utility ul.tools li a:hover {
                            text-decoration: underline;
                        }

            #masthead #utility ul.members {
                background: transparent;
                margin: 10px 0;
            }

                #masthead #utility ul.members li {
                    margin-right: 20px;
                }

                    #masthead #utility ul.members li a {
                        color: #deb406;
                        background-repeat: no-repeat;
                        background-position: left center;
                        padding-left: 15px;
                    }

                    #masthead #utility ul.members li#login a {
                        background-image: url(../img/common/icon-utility_login.png);
                    }

                    #masthead #utility ul.members li#register a {
                        background-image: url(../img/common/icon-utility_register.png);
                    }

#nav {
    background: #fff;
}

    #nav img {
        width: 100%;
    }

#mainbody {
}

#dvBody, #wrapper, #main {
    /*background: url(https://www.bsee.gov/sites/bsee_prod.opengov.ibmcloud.com/themes/custom/bsee_omega/images/top-wave.png?1491321940) no-repeat transparent;*/
    /*background-color: #9EA28E;*/
}

#mainbody {
    margin-left: 5%;
    margin-right: 5%;
}

.label {
    color: InfoText !important;
}

select {
    padding: 0px !important;
}

/*.landing-row div.landing-page-region--row-one-right div, 
.landing-row div#ctl00_divRightContent div {
    background-color: #ffffe0;
    
}*/

/*.landing-row div#ctl00_divRightContent table, .landing-row div.landing-page-region--row-one-right table {
background-color:white;
}*/

.headerbg {
    background: #2f2300 url(../images/common/header_full.png) !important;
    background-repeat: no-repeat !important;
    max-width: 1398px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

/*.l-region--navigation nav .menu-block-wrapper > ul {
    max-width:1398px;

}*/

.l-header:after {
    background: none !important;
}

.l-region--navigation {
    background-color: #887e6e !important;
}

    #block-easy-breadcrumb-easy-breadcrumb,
    .landing-page-region--row-one-left :not(.pane-node-field-related-link).panel-pane,
    .page-resources-tools .landing-page-region--row-two-left :not(.pane-node-field-related-link).panel-pane {
        background-color: #3E441D !important;
    }

.landing-page-region--row-one-right {
    min-height: 100vh;
    /*background-color: #ffffe0 !important;*/
}

/*#ctl00_divRightContent:not(.landing-page-region--row-one-right) {
    background-color: #ffffe0 !important;
}

#divRightContent:not(.landing-page-region--row-one-right) {
    background-color: #ffffe0 !important;
}*/

.landing-row {
    margin-bottom: 0px !important;
    padding-right: 5px;
}

.igtab_Office2007BlackTHHolderNoScroll, .ig_Office2007BlackControl.igtab_Office2007BlackTHControl {
    width: 100% !important;
}

.l-region--navigation nav .menu-block-wrapper > ul > li .mm-dropdown,
.l-region--navigation nav .menu-block-wrapper > ul > li:hover {
    background-color: #554e44 !important;
}
.l-region--navigation nav .menu-block-wrapper > ul > li:hover > a:after {
    color: #FFF8DC !important;
}

.l-region--navigation nav .menu-block-wrapper > ul > li:hover > a {
    text-decoration: none !important;
}

.l-content ul {
    padding-left: 0px !important;
}

/*.menu-block-wrapper menu-block-3 menu-name-main-menu parent-mlid-0 menu-level-2, .mobile-toggle {
    background-color: rgb(160, 69, 69) !important;
}*/

.label {
    padding-left: 0px !important;
    font-size: 80%;
}

.igtab_Office2007BlackTHCenter.igtab_Office2007BlackTHCenterSel {
    width: 100px !important;
}


#ctl00_divRightContent {
    padding: 10px;
}


.landing-page-region--row-one-left .panel-pane:not(.pane-node-field-related-link) ul > li.expanded:after,
.page-resources-tools .landing-page-region--row-two-left .panel-pane:not(.pane-node-field-related-link) ul > li.expanded:after {
    color: #FFF8DC !important;
}

#ctl00_ctl00_divRightContent {
  /*  background-color: lightyellow;*/
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #3E441D !important;
    background: #224f77 !important;
    color: #e7e1c8 !important;
}

.l-content ul li:before {
    content: none !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #224f77 !important;
    color: #e7e1c8 !important;
}

.cover {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.rptMenu {
z-index:999;
}
