﻿/* GENERAL */
html {
    background-color: #a6bec0;
    background-image: url(iceclouds.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    font-family: Tahoma,Arial,Sans-Serif;
    overflow: -moz-scrollbars-vertical;
    height: 100%;
    overflow-y: scroll;
    overflow-x: auto;
}

p {
    margin-bottom: 10px;
}

.floatfix {
    clear: both;
    height: 1px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.textField {
    font-family: Tahoma,Arial,Sans-Serif;
    font-size: 11px;
    padding: 3px;
    width: 120px;
}

.submitButton {
    font-family: Tahoma,Arial,Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    padding: 3px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
    font-family: Verdana;
}

/* PAGE LAYOUT */
.container {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px; /* 30px;*/
}

.header {
    margin-left: 50px;
    margin-bottom: 30px; /*20px;*/
    width: 383px;
    height: 40px;
}

.curve {
    height: 8px;
    width: 970px;
    overflow: hidden;
}


/* TAB MENU + SUBMENU */
ul.tabmenu {
    position: relative;
    top: -2px;
    font-size: 10px;
    letter-spacing: 2px;
    height: 35px;
    padding-left: 50px;
    border-bottom: solid 5px;
}

    ul.tabmenu li {
        float: left;
    }

        ul.tabmenu li a {
            text-transform: uppercase;
            text-decoration: none;
            height: 27px;
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 8px;
            display: block;
            background-color: #fff;
            color: #666;
            white-space: nowrap;
            _width: 1px; /* IE6 fix */
            margin-right: 1px;
            -moz-transition: all linear 0.2s;
            -o-transition: all linear 0.2s;
            -webkit-transition: all linear 0.2s;
            transition: all linear 0.2s;
        }

            ul.tabmenu li a:hover {
                background-color: #e5eeef;
                color: #666;
            }

            ul.tabmenu li a.selected, ul.tabmenu li a.selected:hover {
                color: #fff;
            }

.submenu {
    font-size: 9px;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 40px;
    height: 35px;
    color: #999;
}

    .submenu a {
        text-transform: uppercase;
        text-decoration: none;
        margin-right: 10px;
        margin-left: 10px;
        color: #666;
        /*background-color:#ffffff;*/
        padding: 4px;
    }

        .submenu a.selected {
            color: #fff;
        }


/* COLOR SCHEME 1 */
.color1 ul.tabmenu li a.selected {
    background-color: #a0b60d;
}

.color1 a {
    color: #a0b60d;
}

.color1 ul.tabmenu {
    border-color: #a0b60d;
}

.color1 .submenu a {
    color: #666;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

    .color1 .submenu a.selected {
        /*color:#a0b60d;*/
        background-color: #a0b60d;
    }

    .color1 .submenu a:hover {
        color: #a0b60d;
    }

.color1 ul.bulletList li {
    background-image: url(/assets/bullet_1.gif);
}


/* COLOR SCHEME 2 */
.color2 ul.tabmenu li a.selected {
    background-color: #e6a405;
}

.color2 a {
    color: #e6a405;
}

.color2 ul.tabmenu {
    border-color: #e6a405;
}

.color2 .submenu a {
    color: #666;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

    .color2 .submenu a.selected, .color2 .submenu a.selected:hover {
        background-color: #e6a405;
        color: #fff;
        /*color:#e6a405;*/
    }

    .color2 .submenu a:hover {
        color: #e6a405;
    }

.color2 ul.bulletList li {
    background-image: url(/assets/bullet_2.gif);
}


/* COLOR SCHEME 3 */
.color3 ul.tabmenu li a.selected {
    background-color: #23a6cb;
}

.color3 a {
    color: #23a6cb;
}

.color3 ul.tabmenu {
    border-color: #23a6cb;
}

.color3 .submenu a {
    color: #666;
}

    .color3 .submenu a.selected {
        color: #23a6cb;
    }

    .color3 .submenu a:hover {
        color: #23a6cb;
    }

.color3 ul.bulletList li {
    background-image: url(/assets/bullet_3.gif);
}


/* CURRENT */

/* COLOR SCHEME 4 */
.color4 ul.tabmenu li a.selected {
    background-color: #e65505;
}

.color4 a {
    color: #8fa30c; /*#a0b60d;*/
}

.color4 ul.tabmenu {
    border-color: #e65505;
}

.color4 .submenu a {
    color: #666;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

    .color4 .submenu a.selected {
        color: #fff;
        background-color: #a0b60d;
    }

    .color4 .submenu a:hover {
        color: #a0b60d;
    }

    .color4 .submenu a.selected:hover {
        color: #fff;
    }

.color4 ul.bulletList li {
    background-image: url(/assets/bullet_1.gif);
}


/* COLOR SCHEME 5 */
.color5 ul.tabmenu li a.selected {
    background-color: #b92c6e;
}

.color5 a {
    color: #b92c6e;
}

.color5 ul.tabmenu {
    border-color: #b92c6e;
}

.color5 .submenu a {
    color: #666;
}

    .color5 .submenu a.selected {
        color: #b92c6e;
    }

    .color5 .submenu a:hover {
        color: #b92c6e;
    }

.color5 ul.bulletList li {
    background-image: url(/assets/bullet_5.gif);
}


/* CONTENT AREA */
.content-frame {
    width: 970px;
    background-image: url(frame-middle.png);
    background-position: left top;
    background-repeat: repeat-y;
}

.content {
    background-image: url(main-bg.png);
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #ebebeb;
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #4c4947;
    margin-left: 6px;
    width: 958px;
}

    .content h1 {
        font-family: Georgia,Serif;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
        color: #4c4947;
    }

    .content h2 {
        font-family: Georgia,Serif;
        font-size: 16px;
        line-height: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
        color: #1c1917;
    }

    .content h3 {
        font-family: Georgia,Serif;
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;
        color: #1c1917;
    }


/* BULLET LISTS */
ul.bulletList li {
    list-style-type: none;
    padding-left: 15px;
    xbackground-image: url(/assets/bullet_2.gif);
    background-position: 0px 7px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

/* LAYOUT TABLES */
.layoutTable td {
    padding-bottom: 5px;
    padding-right: 10px;
}

/* COLUMNS */
.column_50 {
    width: 50px;
    float: left;
}

.column_280 {
    width: 280px;
    float: left;
}

.column_200 {
    width: 200px;
    float: left;
}

.column_400 {
    width: 400px;
    float: left;
}

.column_610 {
    width: 610px;
    float: left;
}

.minHeight {
    height: 330px;
    width: 1px;
    overflow: hidden;
    float: left;
}


/* FOOTER */
.footer {
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    padding-left: 50px;
    padding-bottom: 20px;
    padding-top: 10px;
}

    .footer a {
        color: #5a7577;
    }

.footerTop {
    margin-top: 25px;
}

.footerBottom {
    margin-bottom: 20px;
}

.footer .column_190 {
    width: 190px;
    float: left;
    margin-top: 7px;
    margin-right: 20px;
}

.footer .column_160 {
    width: 160px;
    float: left;
    margin-top: 7px;
    margin-right: 20px;
}

.footer .p80sig {
    width: 260px;
    float: left;
    margin-top: 23px;
    margin-right: 20px;
    text-align: right;
    color: #789699;
}

    .footer .p80sig a {
        color: #789699;
    }
