.masthead {
    background-color: #000;
    height: 146px;
    position: relative;
    border-bottom: solid 2px #F4F4F4;
}

#hk_logo{
    margin:25px 0 25px 0;
}


.cards-wrapper {
    background:  url(../img/cardBackground.png) repeat-x scroll 0 0 #F4F4F4;
    height: 165px;
    position: relative;
}
.cards-wrapper.cards-wrapper{
    padding-top: 10px;
}

.disclaimers{
    padding: 30px 0;
}
.rdbDisclosure {
    background-color: #CCCCCC;
    margin-bottom: 30px;
    padding: 20px 30px 10px;
}
.rdbDisclosure ul {
    margin-bottom: 20px;
    margin-left: 20px;
}

#riskBoxModal p{
    margin:0 0 1em;
    font-size: 12px;
}

.dialogWithDropShadow
{
    border: 9px solid rgb(64,67,86);
    border: 9px solid rgba(64,67,86,0.86);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    box-shadow: 3px 5px 5px #404356;
}

.dialogWithDropShadow .ui-dialog-title{
    font-size: 16px;
    /*font-family:  "Microsoft Yahei","????", STXihei, "????", sans-serif;*/
}
.dialogs{
    font-size: 12px;
}

.dialogs p{
    margin:0 0 5px 0;
}

.anchors
{
    padding-top: 10px;
}
.anchors a
{
    color: #7F9212;
    display: block;
    margin: 4px 0 5px 0;
    text-decoration: none;
}
.anchors a:hover
{
    text-decoration: underline;
}

.prominentLink{
    font-size: 18px;
    margin-left: 5px;
}

/** ------- START Carousel ------  **/

.carousel-body
{
    height: 378px;
    width: 100% !important;
}

.carousel-segment
{
    height: 378px;
    font-size: 34px;
    text-align: left;
    color: #000000;
    width: 100% !important;
    /*background-color: #731223;*/
}

.carousel-segment h2
{
    font-size: 34px;
    padding: 0;
    color: #000000;
}

.carousel-segment h3
{
    font-size: 20px;
    color: #999999;
    padding-top: 10px;
}

.carousel-block
{
    width: 958px;
    margin: 0 auto;
    height: 378px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.carousel-nav-wrapper
{
    width: 958px;
    margin: -47px auto 15px;
    position: relative;
    z-index: 77;
    height: 32px;
}

.carousel-nav-base
{
    width: 890px;
    overflow: hidden;
    float: left;
    position: relative;
    display: block;
    padding-top: 12px;
    z-index: 80;
}

.carousel-bottom-bar
{
    width: 958px;
    left: 0;
    height: 48px;
    position: absolute;
    display: block;
    top: 12px;
    z-index: 77;
    background-color: #A7AFB5;
}

.carousel-nav-wrapper a
{
    text-decoration: none;
    color: #000000;
}

ul.carousel-nav
{
    width: 10000px;
    position: relative;
    left: 0;
}

ul.carousel-nav li
{
    float: left;
    padding: 9px 18px;
    font-size: 13px;
    border-right: 1px solid #333333;
    border-left: 1px solid #cecece;
    width: 140px;
    text-align: center;
    height: 30px;
    cursor: pointer;
    list-style: none;
    text-indent: -11200px;
}

ul.carousel-nav li.last
{
    border-right: 1px solid transparent;
}

ul.carousel-nav li.first_item
{
    border-left: 1px solid transparent;
}

ul.carousel-nav li.active
{
    background-color: #131D20;
}

ul.carousel-nav li.active a
{
    color: #ffffff;
}

ul.carousel-nav li.active span
{
    /*background: url("../images/bg/bg_active_tip.png") no-repeat scroll left bottom transparent;*/
    display: block;
    height: 14px;
    position: absolute;
    top: -11px;
    width: 39px;
}

.crsl-triggers
{
    float: left;
    padding: 22px 0 0 8px;
    position: relative;
    width: 50px;
    z-index: 78;
}

.crsl-triggers a
{
    font-size: 23px;
    font-weight: bold;
}

div.carousel-nav-wrapper div.carousel-bottom-bar
{
    background: none;
}

div.carousel-nav-wrapper div.carousel-nav-base ul.carousel-nav li
{
    border: solid #fff 2px;
    background-color: #333333;
    margin-right: 5px;
    height: 5px;
    padding: 4px 5px;
}

div.carousel-nav-wrapper div.carousel-nav-base ul.carousel-nav li.active
{
    background-color: #76841A;
}


div.carousel-body div.slot0,div.carousel-body div.slot1{
    background: url("../img/bg_carousel_0.jpg") repeat scroll left top #731223;
}
div.carousel-body div.slot2{
    background: url("../img/bg_carousel_2.jpg") repeat scroll left top #7a5737;
}