.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

#container {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.MasterHeaderPanel {
    background: url(../images/topHeader.png) repeat-x;
    width: 100%;
    padding-top: 6px;
}

.MasterHeaderContent {
    max-width: 980px;
    width: 100%;
    margin: auto;
}

.MasterHeaderLogoContainer {
    
}

.MasterHeaderLoginContainer {
    text-align: right;
    padding-right: 50px;
}


#logo {
}

#loginArea {
    color: #333333;
    font-size: 11px;
}

#arrowDown {
    background: url(../images/arrowDownColor.png) no-repeat;
    width: 20px;
    height: 20px;
    float: left;
}

#menuBottom {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

#menu {
    height: 50px;
}

#menu-container {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.menuBottomText {
    color: #CCCCCC;
    width: 150px;
    float: left;
    text-align: center;
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

    .menuBottomText a, .menuBottomText a:visited {
        color: #CCCCCC;
        font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
    }

        .menuBottomText a:hover {
            color: #FFFFFF;
        }


.menuBottomTextDivisor {
    color: #000000;
    width: 20px;
    float: left;
}


.newcolor {
    color: #FFFFFF;
    border: 1px solid #222222;
    /*  background-color:#fc7a00;*/
    box-shadow: 0 2px 2px rgba(0,0,0, 0.50);
    background: url(../images/backgroundMenu.png) repeat-x;
    height: 48px;
    background-color: #658dab;
}

.changecolorButton {
    background-color: #6185a2;
    /*box-shadow:0 2px 2px rgba(0,0,0, 0.50);*/
    text-shadow: black 0.1em 0.3em 1em;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 10px;
    min-width: 70px;
    height: 30px;
}

.changecolorButtonActive {
    /*background-color:#FFFFFF;*/
    color: #000000;
    /*box-shadow:0 2px 2px rgba(0,0,0, 0.50);*/
    text-shadow: black 0.1em 0.3em 1em;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 10px;
    min-width: 70px;
    height: 30px;
    background: url(../../common/images/backOver.png) repeat-x;
}




.changecolorButton:hover {
    text-decoration: none;
    /*background-color:#FFFFFF;*/
    text-shadow: black 0.1em 0.3em 1em;
    color: #000000;
    background: url(../../common/images/backOver.png) repeat-x;
}



.dropdownDivisor {
    background: url(../images/divisor.png);
    width: 2px;
    height: 47px;
    float: left;
}

.dropdown-container .dropdown .list {
    position: absolute;
    display: none;
    list-style-type: none;
    margin: 2px 0 0 -3px;
    padding: 5px 5px 10px 5px;
    min-width: 200px;
    background-color: #6185a2;
    border: 1px solid #BBBBBB;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.25);
    z-index: 1;
}

    .dropdown-container .dropdown .list .item a {
        color: #FFFFFF;
        font-size: 12px;
        display: block;
    }


        .dropdown-container .dropdown .list .item a:hover {
            color: #6185a2;
            font-size: 12px;
        }

.pageTitle {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 20px;
    border-bottom: 1px solid #dadada;
    width: 940px;
    padding-bottom: 5px;
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#homeChoices {
    width: 932px;
    height: 127px;
    margin-top: 10px;
    background: url(../../common/images/backgroundHomechoice.png) no-repeat;
    padding-top: 15px;
    margin-left: 20px;
}

#itemChoice1 {
    cursor: pointer;
    width: 161px;
    height: 101px;
    margin-left: 20px;
    background: url(../../common/images/b01.png) no-repeat;
    float: left;
}

#itemChoice2 {
    cursor: pointer;
    width: 161px;
    height: 101px;
    margin-left: 20px;
    background: url(../../common/images/b02.png) no-repeat;
    float: left;
}

#itemChoice3 {
    cursor: pointer;
    width: 161px;
    height: 101px;
    margin-left: 20px;
    background: url(../../common/images/b03.png) no-repeat;
    float: left;
}

#itemChoice4 {
    cursor: pointer;
    width: 161px;
    height: 101px;
    margin-left: 20px;
    background: url(../../common/images/b04.png) no-repeat;
    float: left;
}

#itemChoice5 {
    cursor: pointer;
    width: 161px;
    height: 101px;
    margin-left: 20px;
    background: url(../../common/images/b05.png) no-repeat;
    float: left;
}

.centralContent {
    width: 100%;
    padding: 10px;
}

.videoFrame {
    width: 480px;
    float: left;
}

.textFrame {
    width: 430px;
    float: left;
    margin-left: 20px;
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}


    .textFrame p {
        width: 100%;
        text-align: left;
        font-size: 12px;
    }

.smallText {
    font-size: 10px;
}

.welcome {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    width: 250px;
    text-align: right;
    float: left;
    color: #666666;
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.welcomeAction {
    float: left;
    margin-left: 20px;
}

#learnMore {
    margin-top: 20px;
    padding-left: 20px;
}

#box {
    background: url(../../common/images/boxBackground.png);
    height: 145px;
    width: 314px;
    float: left;
}

#boxTop {
    background: url(../../common/images/boxTop.png) no-repeat;
    height: 36px;
    width: 314px;
    font-size: 12px;
    font-weight: bold;
    padding-left: 40px;
    padding-top: 10px;
}

#boxContent {
    height: 100px;
    padding-left: 20px;
}

    #boxContent a {
        font-size: 14px;
        color: #0000FF;
    }

        #boxContent a:hover {
            text-decoration: underline;
        }

    #boxContent ul li {
        margin: 0 0 0 -20px;
        color: #5c6b88;
    }


#boxBottom {
    margin-bottom: 0px;
    background: url(../../common/images/boxBottom.png) no-repeat;
    height: 11px;
    width: 314px;
}
