﻿html, body {
    width: 100%;
}

/*--------------------[ CommonWeb CSS Fixes ]--------------------*/

body {
    background: url("Images/Background.png") top center repeat-y;
    color: #3b3b3b;
}

/*--------------------[ Font Replacements ]--------------------*/

@font-face {
    font-family: "DINProBold";
    font-style: normal;
    font-weight: normal;
    src: url("Fonts/DINProBold.woff") format("woff");
}


/*--------------------[ Main Containers ]--------------------*/

#Page {
    color: #3b3b3b;
}

#Header {
    position: relative;
    height: 135px;
    z-index: 100;
}

/*--------------------[ Logo ]--------------------*/
#logo, #logo a {
    float: left;
    width: 381px;
    height: 60px;
    overflow: hidden;
}

#logo {
    margin: 20px 0 0 0;
}

    #logo a, #logo a img {
        border: 0;
    }

#PrimaryNavigation {
    position: relative;
    height: 55px;
    background: url("Images/PrimaryNavBG.png") repeat-x;
    max-width: 1250px;
    margin: auto;
    z-index: 75;
}

#PrimaryNavToggle {
    position: relative;
    display: none;
    top: 10px;
    left: 10px;
    padding: 4px;
    width: 30px;
    height: 30px;
    line-height: 1em;
    border: 1px solid #38566D;
    border-radius: 4px;
    background-color: transparent;
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
}

    #PrimaryNavToggle.Open {
        margin-bottom: 19px;
    }

    #PrimaryNavToggle .Grip {
        display: block;
        margin-top: 3px;
        margin-bottom: 4px;
        width: 100%;
        height: 2px;
        background-color: #38566D;
    }

#PageHeader {
    position: relative;
    background-image: url("Images/InteriorHeaderBG.jpg");
    background-repeat: repeat-x;
    background-color: #0D2942;
    max-width: 1250px;
    margin: auto;
    z-index: 50;
}

    #PageHeader .dataSource {
        font-size: 1.2em;
        color: #d8d8d8;
    }

        #PageHeader .dataSource a,
        #PageHeader .dataSource a:link,
        #PageHeader .dataSource a:active,
        #PageHeader .dataSource a:visited,
        #PageHeader .dataSource a:hover {
            color: #d8d8d8;
        }

            #PageHeader .dataSource a:hover {
                color: #fff;
            }

.HomeContent #PageHeader {
    height: 515px;
    background: url("Images/HomeHeaderBG.jpg") repeat-x;
}

#Content {
    z-index: 25;
}

#FooterNavigation {
    min-height: 113px;
    background-color: #6d6a67;
    border-top: 2px solid #615e5b;
    max-width: 1250px;
    margin: auto;
}

#Footer {
    height: 200px;
    background-color: #55524f;
    max-width: 1250px;
    margin: auto;
}

.centerContainer {
    max-width: 1250px;
    padding: 0 20px;
    margin: 0 auto;
}



/*--------------------[ Header ]--------------------*/

#HeaderContainer {
    position: relative;
    height: 84px;
    padding-top: 19px;
    overflow: visible;
}

/*--------------------[ Search ]--------------------*/

#SearchContainer {
    position: absolute;
    top: 62px;
    right: 30px;
}

.SearchForm {
    float: left;
    z-index: 100;
}

    .SearchForm .SearchBox {
        float: left;
        border: solid 1px #8ea8b9;
        width: 200px;
        padding: 7px 10px 7px 10px;
        margin: 0;
        font-size: 1.2em;
        color: #3b3b3b;
    }

    .SearchForm .SearchButton {
        float: right;
        font-size: 1.1em;
        font-weight: bold;
        text-transform: uppercase;
        background: #fc9a00;
        padding: 7px 15px 6px 10px;
        margin: 0px 0 0 2px;
    }

.SearchContainer_Expanded .SearchForm {
    background-position: 0 -222px;
}

#SearchContainer #SearchButtonReal {
    float: left;
}

    #SearchContainer #SearchButtonReal a {
        float: left;
        color: #222;
    }

        #SearchContainer #SearchButtonReal a:hover {
            text-decoration: none;
        }

#SearchContainer #SearchButtonFake {
    display: none !important;
}

#SearchContainer ul {
    position: absolute;
    top: 28px !important;
    left: 0 !important;
    padding: 4px 0 7px 0 !important;
    width: 220px !important;
    border: solid 1px #8ea8b9;
    border-top: none;
    z-index: 99 !important;
}

    #SearchContainer ul li {
        float: left !important;
        position: relative !important;
        font-size: 12px;
        width: 274px !important;
        margin: 0 !important;
        padding: 4px 10px !important;
        color: #000 !important;
    }

.searchCompletionList {
    border: solid 1px #e3e3e3;
    border-top: none;
    background-color: #ffffff;
    z-index: 100;
    list-style: none;
}

.completionListItem {
    background-color: transparent !important;
}

.completionListHighlightedItem {
    background-color: #e6eef2 !important;
    color: #000 !important;
}



/*--------------------[ Primary Navigation ]--------------------*/

#PrimaryNavigationContainer {
    height: 55px;
    padding: 0 10px;
}



/*--------------------[ Page Header ]--------------------*/

#PageHeaderContainer {
    min-height: 130px;
    padding: 0 10px 20px 10px;
}

    #PageHeaderContainer p {
        margin: 20px 0 10px 0;
        color: #d8d8d8;
    }



/*--------------------[ Sub Navigation ]--------------------*/

#SubNavigation {
    z-index: 80;
    margin: 0 10px;
}

    #SubNavigation .SubNavigationInfoLink {
        position: relative;
        top: -2px;
        float: right;
        font-size: 1.2em;
        padding-left: 18px;
        background: url("Images/icon_Sprite.png") no-repeat 0 -630px;
    }



/*--------------------[ Content ]--------------------*/

#ContentContainer {
    clear: both;
    overflow: visible;
    padding: 0 0 50px 0;
    width: 1250px;
}

#PageContentContainer {
    position: relative;
    background-color: #fff;
    padding: 10px 10px 0;
    z-index: 79;
}

#PageContentHeader {
    padding: 0;
}

.PageContentHeaderLinks {
    height: 35px;
    margin-left: 20px;
}

.PageContentBackLink {
    float: left;
    font-size: 12px;
}

    .PageContentBackLink span {
        font-size: 1.4em;
    }

.PageContentChangeLink {
    float: right;
}

#PageContent {
    padding: 0;
    min-height: 300px;
    margin-right: 310px;
}

.NoSideBar #PageContent {
    margin-right: 0;
}

.NoContentBorder #PageContent {
    border: none;
}

/*--------------------[ Sidebar ]--------------------*/

#SideBar {
    width: 292px;
    position: absolute;
    right: 10px;
    top: 55px;
    /*margin: 0 0 10px 40px;*/
}



/*--------------------[ Footer Navigation ]--------------------*/

#FooterNavigation {
    color: #fff;
}

    #FooterNavigation a, a.footerLink {
        color: #fff;
    }

        #FooterNavigation a:hover, a.footerLink:hover {
            color: #D3F0FF;
            text-decoration: none;
        }

.footerNavigationBlock {
    float: left;
    margin: 0 60px 0 0;
    padding: 10px 0 0 0;
}

    .footerNavigationBlock ul {
        margin: 0;
        padding: 0;
    }

    .footerNavigationBlock li {
        margin: 0 0 2px;
        list-style: none;
        line-height: 1.4;
    }

/*--------------------[ Stay Connected ]--------------------*/

#stayConnected {
    float: right;
    width: 285px;
    min-height: 99px;
    background-color: #63605d;
    padding: 14px 0 0 18px;
}

.HomeContent #stayConnected {
    width: 274px;
}

#stayConnectedHeader {
    font-family: Helvetica Neue, Helvetica, Arial;
    font-size: 16px;
    font-weight: normal;
    color: #DCDCDC;
    margin: 0 0 9px 0;
    letter-spacing: normal;
}

#stayConnected ul, #stayConnected ul li, #stayConnected ul li a {
    float: left;
    width: 274px;
}

#stayConnected li {
    margin: 0 0 7px 0;
    list-style: none;
}

    #stayConnected li a {
        width: 254px;
        height: 16px;
        padding: 0 0 0 20px;
        background-image: url("Images/footer_Sprite.png");
        background-repeat: no-repeat;
    }

        #stayConnected li a.footerRSS {
            background-position: 0 0;
        }

        #stayConnected li a.footerContact {
            background-position: 0 -16px;
        }




/*--------------------[ Footer ]--------------------*/

#FooterContainer {
    padding-top: 36px;
}

#developedBy {
    float: left;
    color: #c8c6c3;
}

    #developedBy h2 {
        font-size: 1.5em;
        font-weight: bold;
        color: #C8C6C3;
        font-family: Helvetica,​ Arial, ​sans-serif;
        letter-spacing: normal;
    }

    #developedBy p {
        font-size: 1.2em;
        line-height: 1.4em;
    }

#footerLogos {
    float: right;
}

    #footerLogos div, #footerLogos a {
        float: left;
        width: 82px;
        height: 82px;
    }

    #footerLogos div {
        margin: 0 30px;
    }

    #footerLogos a, #footerLogos a img {
        border: 0;
        color: #FFFFFF;
    }
