/* General Styles */

    html {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: #222222;}
    body {
        padding: 0px;
        margin: 0px;
        background: #222222;}

/* Sub Banner Styles */

    #subBanner {
        position: fixed;
        width: 100%;
        height: 36px;
        background: #333333;
        text-align: center;
        z-index: 90;}
    #subBanner_content {
        text-align: left;}
    #subBanner_content img {
        filter: brightness(0) invert(1);
        display: inline-block;
        height: 34px;
        margin-top: 2px;
        margin-left: 5px;}
    #subBanner_contact {
        display: inline-block;
        position: absolute;
        left: 36px;
        line-height: 36px;
        color: #FEFEFE;}
    #subBanner_nav {
        position: absolute;
        display: inline-block;
        right: 0px;
        line-height: 36px;}
    #subBanner_nav a {
        padding: 8px 80px 8px 80px;
        color: #FEFEFE;
        cursor: pointer;
        text-decoration: none;
        background: transparent;
        transition: 0.2s;}
    #subBanner_nav a:hover {
        background: #FEFEFE;
        color: #222222;}

/* Main Banner Styles */

    #banner {
        position: fixed;
        width: 100%;
        background: #FEFEFE;
        margin-top: 36px;
        padding: 10px 0px;
        height: 48px;
        box-shadow: 0px 0px 10px #AAAAAA;
        z-index: 90;}
    #banner_logo {
        height: 48px;
        margin-left: 10px;}
    #banner_nav {
        position: fixed;
        top: 36px;
        right: 5px;
        z-index: 95;}
    #banner_nav a {
        line-height: 68px;
        width: 125px;
        text-decoration: none;
        text-align: center;
        background: transparent;
        color: #222222;
        transition: 0.2s;
        display: inline-block;}
    #banner_nav a:hover {
        color: #FEFEFE;
        background: #222222;}

/* Footer Styles */

    #footer {
    position: fixed;
    text-align: center;
    bottom: 0px;
    width: 100%;
    padding: 5px 0px;
    font-size: 12px;
    color: #FEFEFE;
    background: #333333;
    box-shadow: 0px 0px 5px #111111;}
    #global_bgImage {
        position: fixed;
        padding: 0px;
        bottom: 22px;
        left: 0px;
        z-index: -10;
        width: 100%;
        overflow-x: hidden}
    #global_bgImage img {
        height: 100%;
        width: 100%;
        object-fit: fill;}