/* *** SCREEN STYLE *** */

@import "base.css";

html {
    background-color: rgb( 242, 246, 255 );
}

div#page_center {
    background-color: #ffffff;
    position: absolute;
    left: 8%;
    top: 0px;
    width: 84%;
    z-index: 20;

    min-height: 650px;
    height: auto !important;
    height: 650px;
    min-width: 735px;
}

div#page_bar {
    position: absolute;
    left: 0px;
    top: 100px;
    height: 100px;
    width: 100%;
    border: #ffffff solid;
    border-width: 1px 0px 1px 0px;
    background-color: rgb( 218, 222, 230 );
    z-index: 10;
}

div#top_logo {
    height: 100px;
}

div#top_logo img {
    margin: 4px 0px 0px 4px;
}

div#page_banner {
    height: 100px;
    border-top: 1px solid #ffffff;
    background-color: rgb( 242, 246, 255 ); /* #### */
}

div#page_banner_flash {
    height: 100px;
    margin-right: 280px;
    background: #7b86a7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdiODZhNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmY2ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  #7b86a7 0%, #f2f6ff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7b86a7), color-stop(100%,#f2f6ff));
    background: -webkit-linear-gradient(left,  #7b86a7 0%,#f2f6ff 100%);
    background: -o-linear-gradient(left,  #7b86a7 0%,#f2f6ff 100%);
    background: -ms-linear-gradient(left,  #7b86a7 0%,#f2f6ff 100%);
    background: linear-gradient(left,  #7b86a7 0%,#f2f6ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b86a7', endColorstr='#f2f6ff',GradientType=1 );
}
div#page_banner_flash div {
    display: none;
    width: 100%;
    text-align: center;
    font-size: 21px;
    padding-top: 40px;
}

div#photograph {
    width: 250px;
    height: 130px;
}

div#main_menu {
    border-top: 10px solid #f0f0f0;
    position: relative;
    z-index: 40;
    font-size: 11px;

    min-width: 735px;
    width: auto !important;
    width: 735px;
}

div#main_menu ul {
    margin: -10px 280px 0px 0px;
    padding: 0;
    position: absolute;
    right: 0px;
}

div#main_menu li {
    list-style: none;
    float: left;
    border-left: 1px solid rgb( 218, 222, 230 );
}

div#main_menu a {
    text-decoration: none;
    display: block;
    width: 90px;
    height: 24px;
    text-align: center;
    padding-top: 6px;
    border-top: 10px solid rgb( 218, 222, 230 );
    color: #333333;
}

div#main_menu a:visited,
div#main_menu a:active {
    color: #333333;
}

div#main_menu a:hover {
    border-top: 10px solid rgb( 108, 120, 156 );
    background-color: rgb( 242, 246, 255 );
    color: #000000;
}

div#main_menu a.selected {
    background-color: rgb( 242, 246, 255 );
    font-weight: bold;
}

div#content {
    margin: 30px 325px 0px 0px;
    padding: 1px 1px 30px 25px;
    font-size: 12px;
    line-height: 19px;
}

div#content h1 {
    font-weight: normal;
    font-size: 17px;
    color: rgb( 108, 120, 156 );
}

div#content h2 {
    font-weight: bold;
    font-size: 14px;
    color: #999999;
}

div#content a {
    color: rgb( 108, 120, 156 );
}

div#content a:hover,
div#content a:active,
div#right_block_content a:hover,
div#right_block_content a:active {
    color: #0000ff;
}

div#content a:visited,
div#right_block_content a:visited {
    color: #cc3333;
}

div#right_block {
    width: 250px;
    position: absolute;
    right: 30px;
    top: 71px;
    font-size: 11px;
    color: #666666;
    min-height: 550px;
    height: auto !important;
    height: 550px;
}

div#right_block_content {
    padding: 20px 10px 10px 10px;
}

div#right_block_content p {
    padding: 0;
    margin: 0px 10px 10px 10px;
    line-height: 16px;
}

div#right_block_content h2 {
    font-weight: normal;
    font-size: 14px;
    color: #999999;
    margin: 0px 0px 10px 10px;
    padding: 0;
}

div#right_block_content ul {
    margin: 0px 0px 20px 0px;
    padding: 8px 0px 0px 0px;
    border-bottom: 1px #cccccc dashed;
}

div#right_block_content li {
    list-style: none;
}

div#right_block_content ul a {
    text-decoration: none;
    display: block;
    height: 20px;
    padding-top: 5px;
    border-top: 1px #cccccc dashed;
    padding-left: 30px;
    background-image: url( /graphics/arrow_subnav.gif );
    background-position: center left;
    background-repeat: no-repeat;
    color: #333333;
}

div#right_block_content ul a:visited,
div#right_block_content ul a:active {
    color: #333333;
}

div#right_block_content ul a:hover {
    background-color: rgb( 242, 246, 255 );
    color: #333333;
}

div#right_block_content ul a.selected {
    background-color: rgb( 242, 246, 255 );
    font-weight: bold;
}

div#bbb_logo {
    margin: 20px 0px 15px 15px;
    padding: 0px;
}

div#bbb_logo a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 76px;
    margin: 0px;
    padding: 0px;
}

div#bbb_logo img {
    padding: 0px;
    border: none;
}

div#wheel {
    text-align: center;
}

div.right_block_shadow {
    position: absolute;
    right: 280px;
    top: 211px;
    z-index: 30;
}

div.right_block_shadow_right {
    right: 0px;
}

div#footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgb( 218, 222, 230 );
    font-size: 11px;
    color: rgb( 108, 120, 156 );
}

div#footer a {
    text-decoration: none;
    color: rgb( 108, 120, 156 );
}

div#footer a:visited,
div#footer a:active {
    color: rgb( 108, 120, 156 );
}

div#footer a:hover {
    text-decoration: underline;
}

div#footer div {
    padding: 3px 5px 3px 5px;
}

.left {
    float: left;
}

.right {
    float: right;
}

table, td {
    border: none;
    padding: 0px;
    margin: 0px;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/*----------------------------------------------------------------------------*/

@media (max-width: 870px) {
    div#page_center {
        left: 4%;
        width: 92%;
    }
}

@media (max-width: 799px) {
    div#page_center {
        left: 0%;
        width: 100%;
    }
}

@media (max-width: 740px) {
    div#page_banner {
        display: none;
    }

    div#photograph {
        display: none;
    }

    div.right_block_shadow {
        display: none;
    }

    div#right_block {
        top: 140px;
        right: 0px;
    }

    div#content {
        margin-right: 250px;
        margin-left: -10px;
        margin-top: 20px;
    }

    div#page_center {
        min-width: auto;
    }

    div#main_menu {
        min-width: auto;
    }

    div#main_menu ul {
        margin-right: 0px;
    }

    div#right_block_content ul li a {
        height: auto;
        min-height: 20px;
    }
}

@media (max-width: 550px) {
    body {
        min-width: 300px;
    }

    div#footer div.left {
        display: none;
    }

    div#right_block {
        position: relative;
        top: 20px;
        width: 100%;
        min-height: auto;
    }

    div#right_block p {
        margin-left: 5px;
    }

    div#right_block h2 {
        margin-left: 5px;
        font-size: 17px;
        color: rgb( 108, 120, 156 );
    }

    div#content {
        margin-right: 15px;
        margin-left: -10px;
        margin-top: 0px;
    }

    div#wheel {
        display: none;
    }

    div#right_block p:nth-of-type(2) {
        display: none;
    }
}
