@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, dl, dt, dd, ul, ol, li, img, caption, fieldset, form, input, select, label {
    margin: 0;
    padding: 0;
    font-family: arial;
    font-smooth: always;
}

body {
    background: #EEE9DD url(../images/bg.jpg) no-repeat top center;
}

img {
    border: none;
}

ul {
    list-style-type: none;
}

/** wrappers **/

#wrapper {
    width: 970px;
    background: #fff !important;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}

#main {
    width: 740px;
    float: left;
    display: inline-block;
    margin-left: 20px;
}

#container {
    width: 758px;
    display: inline-block;
    float: left;
}

    #container h1 {
        color: #19A4CB;
        font-size: 23px;
        font-family: arial;
        font-weight: bold;
        margin-top: 16px;
    }

    #container h2 {
        color: #585353;
        font-size: 20px;
    }

    #container h3 {
        font-weight: bold;
        font-size: 18px;
        color: #A6A3A3;
    }

    #container h4 {
        font-weight: bold;
        font-size: 14px;
        color: #A6A3A3;
    }

    #container h5 {
        font-size: 13px;
        font-weight: bold;
        color: #585353;
        padding: 0px;
        margin: 0px;
    }

    #container h6 {
        font-size: 11px;
        font-weight: bold;
        color: #A6A3A3;
        padding: 0px;
        margin: 0px;
    }

    #container p {
        font-size: 12px;
        color: #575454;
        margin-top: 20px;
        line-height: 18px;
        font-weight: normal;
    }

/** end wrappers **/


/** content **/

#content {
    width: 508px;
    display: inline-block;
    float: left;
}

    #content p {
        font-size: 12px;
        color: #575454;
        margin-top: 20px;
        line-height: 18px;
        font-weight: normal;
    }

.textUpdate {
    font-size: 12px;
    color: #575454;
    margin-top: 20px;
    line-height: 18px;
    font-weight: normal;
}

#content a {
    font-size: 12px;
    color: blue;
    font-weight: normal;
    text-decoration: none;
}

    #content a:hover {
        color: #00A2CB;
        text-decoration: none;
    }
/** end content **/


/** right sidebar **/

#rs {
    width: 230px;
    float: right;
    display: inline-block;
    margin-left: 20px;
    text-align: left;
    font-size: 11px;
    color: #979596;
    padding-bottom: 35px;
}

#us input[type="text"] {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: 1px solid #979596;
    outline: none;
    height: 20px;
    background: #fff;
    width: 185px;
    font-size: 10px;
    color: #ccc;
}

#us input[type="submit"] {
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border: none;
    outline: none;
    height: 20px;
    background: #7D78A4;
    color: #fff;
    font-size: 10px;
    height: 22px;
    font-weight: bold;
    /*margin-right:15px;*/
    cursor: pointer;
    margin-top: -5px;
}


#us-business input[type="text"] {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: 1px solid #979596;
    outline: none;
    height: 20px;
    background: #fff;
    width: 185px;
    font-size: 10px;
    color: #ccc;
    text-indent: 10px;
}

#us-business input[type="submit"] {
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border: none;
    outline: none;
    height: 20px;
    background: #7D78A4;
    color: #fff;
    font-size: 10px;
    height: 22px;
    font-weight: bold;
    margin-right: 15px;
    cursor: pointer;
    margin-top: -5px;
}


.inputButton {
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border: none;
    outline: none;
    height: 20px;
    background: #7D78A4;
    color: #fff;
    font-size: 14px;
    height: 22px;
    font-weight: bold;
    margin-right: 15px;
    cursor: pointer;
    margin-top: -5px;
}

.AgreementButton {
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border: none;
    outline: none;
    height: 20px;
    background: #7D78A4;
    color: #fff !important;
    font-size: 14px;
    height: 22px;
    font-weight: bold;
    margin-right: 15px;
    cursor: pointer;
    margin-top: -5px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.ShortTermButton {
    background: #669966 !Important;
}

.FreeResourcesButton {
    background: #fc9114 !Important;
}

.NewAgreementButton {
    background: #66CCCC !Important;
}

#us {
    background: #EFEBE1;
    height: 60px;
    margin-top: 20px;
    padding-left: 10px;
    padding-top: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
}

#us-business {
    background: #EFEBE1;
    height: 160px;
    margin-top: 20px;
    padding-left: 10px;
    padding-top: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
}


#rs #us2 {
    position: relative;
    top: -15px;
    background: #AFADAF;
    margin-bottom: 30px;
    height: 50px;
    padding-top: 5px;
    padding-left: 20px;
    color: #fff;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
}

    #rs #us2 input[type="submit"] {
        -moz-border-radius: 20px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -khtml-border-radius: 20px;
        border: none;
        outline: none;
        height: 20px;
        background: #F8981D;
        color: #fff;
        font-size: 10px;
        height: 22px;
        font-weight: bold;
        margin-right: 15px;
        cursor: pointer;
        margin-top: -5px;
        font-family: arial;
    }

#rs #eupli-ttle {
    background: #888687;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #c1c1c1;
    font-weight: bold;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-top-left-radius: 10px;
}

#rs #eupli {
    padding-bottom: 15px;
}

    #rs #eupli ul {
        color: #888484;
        font-weight: bold;
        padding-left: 10px;
    }

        #rs #eupli ul li {
            margin-bottom: 15px;
            text-decoration: none;
        }

            #rs #eupli ul li a {
                margin-bottom: 15px;
                color: #888484;
                text-decoration: none;
            }

                #rs #eupli ul li a:hover {
                    color: #54BAD8;
                }


                #rs #eupli ul li a span {
                    color: #A6A3A3;
                }


#rs #qt {
    border-bottom: 1px solid #B1b0b0;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 13px;
    border-top: 1px solid #B1b0b0;
    font-family: trebuchet MS;
    letter-spacing: 0px;
}

    #rs #qt p {
        font-weight: normal;
    }

#rs #sns {
    text-align: left;
    padding-bottom: 25px;
    padding-top: 20px;
    padding-left: 13px;
    font-family: trebuchet MS;
    letter-spacing: 1.5px;
    float: left;
}

/** end right sidebar **/


/** start right sidebar 2 **/
#rs2 {
    width: 190px;
    float: right;
    display: inline-block;
    text-align: left;
    font-size: 12px;
    color: #979596;
    padding-bottom: 35px;
    letter-spacing: 1.5px;
}
/** end right sidebar 2 **/


/** left sidebar **/

#ls {
    width: 190px;
    float: left;
    display: inline-block;
}

    #ls #logo {
        margin-top: 20px;
        height: 170px;
        border-bottom: 1px solid #B1b0b0;
    }

    #ls #ugn {
        text-align: left;
        font-size: 12px;
        color: #979596;
        margin-top: 20px;
       /* border-bottom: 1px solid #B1b0b0;*/
        padding-bottom: 35px;
        letter-spacing: 1.5px;
        padding-left: 25px;
    }

        #ls #ugn a {
            color: #979596;
            text-decoration: none;
        }

            #ls #ugn a:hover {
                color: #1ba3cb;
                text-decoration: none;
            }

        #ls #ugn input {
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -khtml-border-radius: 5px;
            border: none;
            outline: none;
            background: #ABD037;
            cursor: pointer;
            padding: 2px 10px;
            color: #fff;
            font-size: 12px;
            font-weight: bold;
        }

    #ls #sm {
        text-align: right;
        font-size: 12px;
        color: #979596;
        margin-top: 20px;
        border-bottom: 1px solid #B1b0b0;
        padding-bottom: 45px;
        letter-spacing: 1.5px;
        padding-right: 25px;
    }

        #ls #sm img {
            margin-left: 15px;
        }

#oca {
    text-align: left;
    font-size: 12px;
    color: #979596;
    margin-top: 30px;
    /**border-bottom:1px solid #B1b0b0;**/
    padding-bottom: 20px;
    letter-spacing: 1.5px;
}

    #oca a {
        color: #575454;
        text-decoration: none;
        font-size: 11px;
        letter-spacing: none;
        line-height: 23px !important;
        margin: 0;
        padding: 0;
    }

        #oca a:hover {
            color: #1ba3cb;
            text-decoration: none;
        }

    #oca .select {
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border: 1px solid #979596;
        outline: none;
        height: 26px;
        background: #fff;
        width: 150px;
        font-size: 10px;
        color: #ccc;
    }

        #oca input[type="text"] {
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border: 1px solid #979596;
        outline: none;
        height: 26px;
        background: #fff;
        width: 150px;
        font-size: 10px;
        color: #ccc;
    }

    #oca input[type="submit"] {
        -moz-border-radius: 20px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -khtml-border-radius: 20px;
        border: none;
        outline: none;
        height: 24px;
        background: #AE91A0;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        margin-left: 10px;
        cursor: pointer;
        line-height: 23px;
        width: 24px;
        margin-top: 1px;
    }

#ls #pl {
    margin-top: 20px;
    border-bottom: 1px solid #B1b0b0;
    padding-bottom: 55px;
    letter-spacing: 1.5px;
    padding-right: 10px;
}
/** end left sidebar **/


/** header **/
#nav {
    width: 710px;
    height: 13px;
    border-top: 1px solid #B1b0b0;
    border-bottom: 1px solid #B1b0b0;
    padding: 15px 0px;
    /*padding:10px 5px;
top and bottom padding are 10px
right and left padding are 5px*/
    margin: 30px 0 20px 0;
    /*padding:10px 5px 15px 20px;
top padding is 10px
right padding is 5px
bottom padding is 15px
left padding is 20px*/
    font-family: arial;
}


.magnifyingGlass {
    height: 13px;
    border-top: 1px solid #B1b0b0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 30px 0 20px 0;
    border-bottom: 1px solid #B1b0b0;
    right: 0;
    margin-top: 30px;
}

    .magnifyingGlass img {
        float:right;
    }

ul.navi {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #58585A;
    font-weight: bold;
    letter-spacing: 1.0px;
}

    ul.navi li {
        list-style: none;
        float: left;
        margin-right: 8px;
        padding: 0;
    }

        ul.navi li a {
            text-decoration: none;
            color: #58585A;
            float: left;
        }

            ul.navi li a:hover {
                text-decoration: none;
                color: #1ba3cb;
            }

#banner {
}

#nav ul li ul {
    background: #fff url(../images/header/arrow.png) no-repeat top left;
    background-position: 0px 0px;
    padding-top: 14px;
}

    #nav ul li ul.navi2 {
        background: transparent url(../images/sidebar/glitch.jpg) no-repeat top left;
        background-position: 0px 0px;
        border-top: 1px solid #ccc;
        padding-top: 0px;
        margin-top: 0;
    }

#nav ul li ul {
    position: absolute;
    margin-top: 15px;
    /*margin-left: -20px;
    margin-left: -80px;*/
    padding: 15px 0 0;
    visibility: hidden;
    height: auto;
    border-bottom: 1px solid #ccc;
    z-index: 9998;
    width: 170px;
}

#nav ul.navi li:hover ul {
    visibility: visible;
}

#nav ul.navi li ul li {
    clear: left;
    padding-left: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 168px;
    position: relative;
}

    #nav ul.navi li ul li a {
        color: #878584;
        font: 13px Arial, Helvetica, sans-serif;
        height: auto;
        padding: 4px 16px;
    }

        #nav ul.navi li ul li a:hover {
            color: #348BB2;
        }


/*****************************/

#nav ul ul ul {
    left: 100%;
    top: 0 !important;
    padding: 0;
    margin: 0;
    background: transparent;
    visibility: hidden !important;
    position: absolute;
}

#nav ul ul li:hover ul {
    visibility: visible !important;
}

#nav ul ul ul li {
    height: auto !important;
    background: #fff !important;
}

#nav ul ul ul a {
    padding: 5px 10px 5px 10px;
    display: block;
    text-indent: 0;
    width: 130px !important;
    height: auto !important;
    color: #663300;
    text-decoration: none;
    background: #fff !important;
}

#navn ul ul ul a:hover {
    background: #fff !important;
    color: #000;
    text-decoration: none;
}

#nav ul ul ul li a {
    padding: 5px 10px 5px 10px;
    display: block;
    text-indent: 0;
    width: 130px !important;
    height: auto !important;
    color: #000;
    background: #fff !important;
    text-decoration: none;
}

    #nav ul ul ul li a:hover {
        background: #fff !important;
        color: #348BB2;
        text-decoration: none;
    }


/*********************************/



#ugn ul.ugnli li ul #arrow {
    background: #fff url(../images/header/arrow2.png) no-repeat top left;
    list-style-type: none !Important;
    background-position: 0px 0px;
    z-index: 9998;
    width: 15px;
    height: 69px;
    position: absolute;
    margin-top: -15px;
    margin-left: -15px;
}

#ugn ul.ugnli li ul {
    position: absolute;
    margin-top: -70px;
    margin-left: 160px;
    visibility: hidden;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    height: auto;
    border: 1px solid #ccc;
    width: 200px;
    background: #fff;
    z-index: 9997;
    list-style-type: none;
}

#ugn ul.ugnli li:hover ul {
    visibility: visible;
}

#ugn ul.ugnli li ul li {
    clear: left;
    width: 170px;
    padding: 3px 10px;
}

    #ugn ul.ugnli li ul li a {
        color: #878584;
        font: 13px Arial, Helvetica, sans-serif;
        height: auto;
        padding: 10px 0px;
    }

        #ugn ul.ugnli li ul li a:hover {
            color: #348BB2;
        }

hr {
    color: #ccc;
    background: #ccc;
}
/** end header **/

#s1 a {
    width: 252px;
    height: 300px;
    display: inline-block;
    background: transparent url(../images/header/s.jpg.html) no-repeat;
    float: left;
}

    #s1 a:hover {
        width: 252px;
        height: 300px;
        display: inline-block;
        float: left;
        background: transparent url(../images/header/s1h.jpg) no-repeat;
    }

#s2 a {
    width: 252px;
    height: 300px;
    display: inline-block;
    background: transparent url(../images/header/s.jpg.html) no-repeat;
    float: left;
}

    #s2 a:hover {
        width: 252px;
        height: 300px;
        display: inline-block;
        float: left;
        background: transparent url(../images/header/s2h.jpg) no-repeat;
    }

#s3 a {
    width: 252px;
    height: 300px;
    display: inline-block;
    background: transparent url(../images/header/s.jpg.html) no-repeat;
    float: left;
}

    #s3 a:hover {
        width: 252px;
        height: 300px;
        display: inline-block;
        float: left;
        background: transparent url(../images/header/s3h.jpg) no-repeat;
    }

#s4 a {
    width: 252px;
    height: 300px;
    display: inline-block;
    background: transparent url(../images/header/s.jpg.html) no-repeat;
    float: left;
}

    #s4 a:hover {
        width: 252px;
        height: 300px;
        display: inline-block;
        float: left;
        background: transparent url(../images/header/s4h.jpg) no-repeat;
    }

#s5 a {
    width: 252px;
    height: 300px;
    display: inline-block;
    background: transparent url(../images/header/s.jpg.html) no-repeat;
    float: left;
}

    #s5 a:hover {
        width: 252px;
        height: 300px;
        display: inline-block;
        float: left;
        background: transparent url(../images/header/s5h.jpg) no-repeat;
    }

#s6 a {
    width: 252px;
    height: 300px;
    display: inline-block;
    background: transparent url(../images/header/s.jpg.html) no-repeat;
    float: left;
}

    #s6 a:hover {
        width: 252px;
        height: 300px;
        display: inline-block;
        float: left;
        background: transparent url(../images/header/s6h.jpg) no-repeat;
    }

#s7 a {
    width: 252px;
    height: 300px;
    display: inline-block;
    background: transparent url(../images/header/s.jpg.html) no-repeat;
    float: left;
}

    #s7 a:hover {
        width: 252px;
        height: 300px;
        display: inline-block;
        float: left;
        background: transparent url(../images/header/s7h.jpg) no-repeat;
    }

#s8 a {
    width: 252px;
    height: 300px;
    display: inline-block;
    background: transparent url(../images/header/s.jpg.html) no-repeat;
    float: left;
}

    #s8 a:hover {
        width: 252px;
        height: 300px;
        display: inline-block;
        float: left;
        background: transparent url(../images/header/s8h.jpg) no-repeat;
    }

#s9 a {
    width: 252px;
    height: 300px;
    display: inline-block;
    background: transparent url(../images/header/s.jpg.html) no-repeat;
    float: left;
}

    #s9 a:hover {
        width: 252px;
        height: 300px;
        display: inline-block;
        float: left;
        background: transparent url(../images/header/s9h.jpg) no-repeat;
    }

/**  banner  **/
.slides {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}

.slides2 {
    position: absolute;
    top: 0px;
    left: 252px;
    z-index: 100;
}

.slides3 {
    position: absolute;
    top: 0px;
    left: 504px;
    z-index: 100;
}

.slides4 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}

.slides_container {
    width: 252px;
    height: 260px;
    overflow: hidden;
    position: relative;
}

#example {
    width: 758px;
    height: 260px;
    position: relative;
    overflow: hidden !important;
}

#container .agreementPrivate {
    color: #F00;
}

#container ol.ol1 li.li1 {
    padding-bottom: 8px;
    font-size: 12px;
    font-family: arial;
}

ul.ul1 li.li1link {
    background: #fff url(../images/content/li1link.jpg) no-repeat top left !Important;
    list-style-type: none !Important;
    background-position: 0px 17px !Important;
    padding-left: 25px !Important;
    font-size: 12px !Important;
    color: #F00 !Important;
    padding-top: 15px !Important;
}

ul.ul1 li.liprivate {
    background: #fff url(../images/content/li1.jpg) no-repeat top left !Important;
    list-style-type: none !Important;
    background-position: 0px 17px !Important;
    padding-left: 25px !Important;
    font-size: 12px !Important;
    color: #F00 !Important;
    padding-top: 15px !Important;
    font-family: arial;
}

ol.ol1 li.liprivate {
    background-position: 0px 17px !Important;
    padding-left: 10px !Important;
    font-size: 12px !Important;
    color: #F00 !Important;
    padding-bottom: 15px !Important;
}
/****
.pagination {
	margin:26px auto 0;
	width:100px;
	display:none;
}

.pagination li {
	float:left;
	margin:0 1px;
	display:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png.html);
	background-position:0 0;
	float:left;
	overflow:hidden;
	display:none;
}

.pagination li.current a {
	background-position:0 -12px;
	display:none;
}
***/


#sideslides .slides_container2 {
    width: 190px;
    height: 325px;
}

    #sideslides .slides_container2 div {
        width: 190px;
        margin-top: 0px;
    }

/* slide */

#sideslides .pagination .current a {
    list-style: none;
}

#sideslides .pagination {
    margin-left: 20px;
}

    #sideslides .pagination li a {
        list-style: none;
        text-decoration: none;
        float: left;
        text-indent: -9999em;
    }

    #sideslides .pagination li {
        list-style: none;
    }

#sideslides a.next {
    position: absolute;
    margin-top: -175px;
    margin-left: 175px;
    z-index: 9999;
    background: transparent url(../images/sidebar/next.png) no-repeat;
    text-indent: -9999em;
    overflow: hidden;
    height: 27px;
    width: 27px;
}

#sideslides a.prev {
    position: absolute;
    margin-top: -175px;
    margin-left: -15px;
    z-index: 9999;
    background: transparent url(../images/sidebar/prev.png) no-repeat;
    text-indent: -9999em;
    overflow: hidden;
    height: 27px;
    width: 27px;
}
/**  footer  **/

#footer {
    background: #EBEBEB;
    color: #666666;
    width: 100%;
    height: 100px;
    display: inline-block;
    margin-top: 20px;
}

ul.f-li {
    list-style: none;
    float: left;
    margin-top: 15px;
    padding: 0;
    font-size: 12px;
    color: #666666;
}

    ul.f-li li {
        list-style: none;
        float: left;
        padding: 0;
    }

        ul.f-li li a {
            text-decoration: none;
            color: #666666;
            float: left;
        }

            ul.f-li li a:hover {
                text-decoration: none;
                color: #1ba3cb;
            }

/**  sign in page **/

#container #sibox {
    width: 473px;
    height: 300px;
    /**background:#F7F7F7 url(../images/content/sibox.jpg) no-repeat bottom left;**/
    background: #F7F7F7;
    float: left;
    display: inline-block;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: 1px solid #d3d3d3;
    margin-top: 30px;
}

#container #siopt {
    width: 166px;
    height: 28px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: 1px solid #d3d3d3;
    background: #fff;
    float: right;
    display: inline-block;
    margin-top: 20px;
    margin-right: 20px;
}

#container #siform {
    width: 365px;
}

.siformEmail {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: 1px solid #D3D3D3;
    outline: none;
    height: 35px;
    background: #fff;
    width: 365px;
    font-size: 16px;
    color: #ccc;
    text-indent: 10px;
}

.siformPassword {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: 1px solid #D3D3D3;
    outline: none;
    height: 35px;
    background: #fff;
    width: 365px;
    font-size: 16px;
    color: #ccc;
    text-indent: 10px;
}

.signInButton {
    width: 118px;
    height: 33px;
    /*	background:#F7F7F7 url(../images/content/sisub.jpg) no-repeat bottom left;
float:right;
		
	margin-bottom:15px;
	display:inline-block;
	cursor:pointer;
    margin-top:5px;
	text-indent:-9999em;
	overflow:hidden;
	outline:none;
	border:none;*/
}

/**  contact us page **/

#container .nbox {
    width: 283px;
    height: 88px;
    background: #F7F7F7;
    float: left;
    display: inline-block;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: 1px solid #d3d3d3;
    margin-bottom: 10px;
    font-weight: normal;
}

#container .nbox2 {
    width: 260px;
    height: 110px;
    background: #F7F7F7;
    float: left;
    display: inline-block;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: 1px solid #d3d3d3;
    margin-bottom: 10px;
    font-weight: normal;
    margin-right: 10px;
}

#container #adbox {
    width: 463px;
    height: 289px;
    background: #F7F7F7;
    float: right;
    display: inline-block;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: 1px solid #d3d3d3;
    margin-bottom: 10px;
    font-weight: normal;
}

#container .ccon {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: 1px solid #D3D3D3;
    height: 29px;
    background: #fff;
    width: 153px;
    text-indent: 15px;
    font-size: 17px;
    color: #545352;
    line-height: 29px;
    font-weight: normal;
}

#container .ncon {
    float: right;
    display: inline-block;
    margin-right: 20px;
    padding-top: 10px;
    font-weight: normal;
}

#container .ncon2 {
    float: right;
    display: inline-block;
    margin-right: 10px;
    padding-top: 10px;
    font-weight: normal;
}

#container .ccon a, #container .ccon2 a {
    font-size: 17px;
    color: #E0584B;
    text-indent: 15px;
    text-decoration: none;
    line-height: 29px;
    font-weight: normal;
}

    #container .ccon a:hover, #container .ccon2 a:hover {
        color: #1BA3CB;
        text-decoration: none;
        font-weight: normal;
    }

#container #ccon2 {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: 1px solid #D3D3D3;
    height: 38px;
    background: #fff;
    width: 363px;
    text-indent: 10px;
    font-size: 13px;
    color: #545352;
    line-height: 38px;
    font-weight: normal;
}

#container #map {
    border: 1px solid #D3D3D3;
    height: 169px;
    background: #fff;
    width: 443px;
    display: inline-block;
    margin-left: 8px;
    margin-top: 8px;
    font-weight: normal;
}

.sprod {
    height: 43px;
    width: 160px;
    background: #AD91A0;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: 1px solid #D3D3D3;
    text-align: center;
    font-size: 15px;
    line-height: 43px;
    font-weight: bold;
}

    .sprod a {
        text-decoration: none;
        color: #fff !important;
        text-shadow: #856375 1px 2px 0px;
    }

        .sprod a:hover {
            color: #ffff99 !important;
        }

/** initiatives **/

.begin {
    height: 30px;
    padding: 0px 20px;
    background-color: #f9991e;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    line-height: 30px;
    width: 120px;
    margin-right: 20px;
    float: left;
    margin-top: 15px;
    text-align: center;
}

.end {
    height: 30px;
    padding: 0px 20px;
    padding-right: 30px;
    background-color: #abcf37;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    line-height: 30px;
    width: 120px;
    float: left;
    margin-top: 15px;
    text-align: center;
    margin-right: 100px;
    margin-bottom: 20px;
}

.to {
    width: 25px;
    text-align: center;
    float: left;
    margin-top: 20px;
    margin-right: 25px;
    color: #D3D2D3;
    font-weight: bold;
    font-size: 15px;
}


.icon {
    width: 510px;
    float: left;
    margin: 15px 0px;
}

.itcon {
    width: 100%;
    height: 35px;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    line-height: 35px;
    background-color: #1ba3cb;
    border-top: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    text-indent: 30px;
}

.iccon {
    width: 450px;
    font-size: 14px;
    color: #666;
    font-weight: bold;
    background-color: #fff;
    border-bottom: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    padding: 15px 30px;
}


    .iccon a:hover {
        text-decoration: none;
        color: #003366;
    }

    .iccon a {
        text-decoration: none;
        color: #1ba3cb;
    }

    .iccon ul li.icconli {
        padding: 0px;
        margin: 0px;
        font-size: 12px;
    }

/*****/

ol.ol1 {
    margin-left: 30px;
}

    ol.ol1 li.li1 {
        padding-left: 10px;
        font-size: 12px;
        color: #575252;
        padding-bottom: 15px;
    }


ul.ulDisclaimer {
    padding-top: 20px;
    padding-left: 20px;
}

    ul.ulDisclaimer li.li1 {
        padding-left: 25px;
        font-size: 9px;
        padding-bottom: 5px;
        list-style-type: disc;
        line-height: 12px;
        padding-left: 2px;
    }

ul.ul1 {
    margin-left: 15px;
    margin-top: 0px;
    padding-top: 0px;
    margin-top: -10px;
    margin-bottom: 15px;
}




    ul.ul1 li.li1 {
        background: #fff url(../images/content/li1.jpg) no-repeat top left !Important;
        list-style-type: none !Important;
        background-position: 0px 17px !Important;
        padding-left: 25px !Important;
        font-size: 12px !Important;
        color: #575252 !Important;
        padding-top: 15px !Important;
        font-family: arial !Important;
    }

ul.ul2 {
    margin-left: 15px;
    margin-top: 20px;
    font-family: arial;
}

    ul.ul2 li.li2 {
        background: #fff url(../images/content/li1.jpg) no-repeat top left !Important;
        list-style-type: none !Important;
        background-position: 0px 17px !Important;
        padding-left: 35px !Important;
        font-size: 12px !Important;
        color: #575252 !Important;
        padding-top: 15px !Important;
    }

ul.sul {
    margin-left: 0px;
    margin-top: 20px;
}

    ul.sul li.sli {
        background: url(../images/content/sli1.jpg) no-repeat top left !Important;
        background-position: 0px 14px !Important;
        padding-left: 15px !Important;
        font-size: 12px !Important;
        color: #575252 !Important;
        padding-top: 10px !Important;
    }

    ul.sul li.sliclear {
        background: url(../images/content/orange.png) no-repeat top left !Important;
        background-position: 0px 14px !Important;
        padding-left: 15px !Important;
        font-size: 12px !Important;
        color: #575252 !Important;
        padding-top: 10px !Important;
    }

    ul.sul li.sli a {
        color: #575252;
        text-decoration: none;
    }

        ul.sul li.sli a:hover {
            color: #19A1CA;
        }

.nlbtn {
    height: 43px;
    width: 190px;
    background: #AD91A0;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: 1px solid #D3D3D3;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
    padding-top: 5px;
}

    .nlbtn a {
        text-decoration: none;
        color: #fff !important;
        text-shadow: #856375 1px 2px 0px;
    }

        .nlbtn a:hover {
            color: #ffff99 !important;
        }


#container a:hover {
    text-decoration: none;
    color: #003366;
}

#container a {
    text-decoration: none;
    color: #1ba3cb;
}

#container2 a:hover {
    text-decoration: none;
    color: #003366;
}

#container2 a {
    text-decoration: none;
    color: #1ba3cb;
}

/** eupdate **/

#eupdate {
    background: #fff url(../images/content/eup.jpg) no-repeat top left;
    width: 415px;
    height: 239px;
    margin-bottom: 40px;
}

    #eupdate #euptxt {
        width: 260px;
        float: left;
        margin-top: 60px;
        margin-left: 40px;
    }

    #eupdate #eupsub {
        height: 40px;
        width: 80px;
        background: #AD91A0;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border: 1px solid #D3D3D3;
        text-align: center;
        font-size: 28px;
        font-weight: bold;
        line-height: 40px;
        font-weight: bold;
        margin-top: 93px;
        float: left;
    }

    #eupdate div#eupsub a {
        text-decoration: none;
        color: #ffffff !important;
        text-shadow: #856375 1px 2px 0px;
    }

        #eupdate div#eupsub a:hover {
            color: #ffff99 !important;
        }

#purpleButton {
    background: #AD91A0;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: 1px solid #D3D3D3;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 12px;
    float: left;
    padding: 10px;
}

    #purpleButton a {
        text-decoration: none;
        color: #ffffff !important;
        text-shadow: #856375 1px 2px 0px;
    }

        #purpleButton a:hover {
            color: #ffff99 !important;
        }

/*----------------chart-----------------------------*/

.f1 {
    width: 180px;
    height: 84px;
    text-decoration: none;
    background: url(../images/content/f1.jpg) no-repeat;
    color: #221F1F;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    cursor: pointer;
    float: left;
    font-family: arial;
}

.f1h {
    width: 180px;
    height: 84px;
    text-decoration: none;
    background: url(../images/content/f1h.jpg) no-repeat;
    color: #221F1F;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    cursor: pointer;
    float: left;
    font-family: arial;
}

.f2 {
    width: 180px;
    height: 84px;
    text-decoration: none;
    background: url(../images/content/f2.jpg) no-repeat;
    color: #221F1F;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    cursor: pointer;
    float: left;
    font-family: arial;
}

.f2h {
    width: 180px;
    height: 84px;
    text-decoration: none;
    background: url(../images/content/f2h.jpg) no-repeat;
    color: #221F1F;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    cursor: pointer;
    float: left;
    font-family: arial;
}

.f3 {
    width: 126px;
    height: 85px;
    text-decoration: none;
    background: url(../images/content/f3.jpg) no-repeat;
    color: #221F1F;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    float: left;
    font-family: arial;
}

.f3h {
    width: 126px;
    height: 85px;
    text-decoration: none;
    background: url(../images/content/f3h.jpg.html) no-repeat;
    color: #221F1F;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    float: left;
    font-family: arial;
}

.f4 {
    width: 283px;
    height: 49px;
    text-decoration: none;
    background: url(../images/content/f4.jpg) no-repeat;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    float: left;
    font-family: arial;
}

.f4h {
    width: 283px;
    height: 49px;
    text-decoration: none;
    background: url(../images/content/f4h.jpg.html) no-repeat;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    float: left;
    font-family: arial;
}

.f5 {
    width: 298px;
    height: 47px;
    text-decoration: none;
    background: url(../images/content/f5.jpg) no-repeat;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    float: left;
    font-family: arial;
}

.f5h {
    width: 298px;
    height: 47px;
    text-decoration: none;
    background: url(../images/content/f5h.jpg.html) no-repeat;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    float: left;
    font-family: arial;
}

.f6 {
    width: 90px;
    height: 95px;
    text-decoration: none;
    background: url(../images/content/f6.jpg) no-repeat;
    color: #221F1F;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    float: left;
    font-family: arial;
}

.f6h {
    width: 90px;
    height: 95px;
    text-decoration: none;
    background: url(../images/content/f6h.jpg.html) no-repeat;
    color: #221F1F;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    float: left;
    font-family: arial;
}

.f7 {
    width: 145px;
    height: 95px;
    text-decoration: none;
    background: url(../images/content/f7.jpg) no-repeat;
    color: #221F1F;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    cursor: pointer;
    float: left;
    font-family: arial;
}

.f7h {
    width: 145px;
    height: 95px;
    text-decoration: none;
    background: url(../images/content/f7h.jpg) no-repeat;
    color: #221F1F;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    cursor: pointer;
    float: left;
    font-family: arial;
}

.f8 {
    width: 150px;
    height: 115px;
    text-decoration: none;
    background: url(../images/content/f8.jpg) no-repeat;
    color: #221F1F;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    cursor: pointer;
    float: left;
    font-family: arial;
}

.f8h {
    width: 150px;
    height: 115px;
    text-decoration: none;
    background: url(../images/content/f8h.jpg) no-repeat;
    color: #221F1F;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    cursor: pointer;
    float: left;
    font-family: arial;
}

.con {
    width: 760px;
    float: left;
    font-family: arial;
}

span.st {
    color: #6FBF5D;
    font-size: 36px;
    font-family: arial;
}

/*-------------------pop-up---------------*/


/* Z-index of #mask must lower than #boxes .window */
#mask {
    position: absolute;
    z-index: 9000;
    background-color: #000;
    display: none;
    margin: 0;
    padding: 0;
}

#boxes .window {
    position: absolute;
    vertical-align: center;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
}

#boxes p {
    color: #666666;
}



/* Customize your modal window here, you can add background image too */
#boxes #dialog, #boxes #s1, #boxes #s2, #boxes #s3, #boxes #s4, #boxes #s5, #boxes #s6, #boxes #s6a, #boxes #s7 {
    width: 375px;
    height: 150px;
    background: #ffffff;
    border: 1px dashed #666666;
}





/*THE FOLLOWING WAS TAKEN FROM http://www.twinhelix.com/dhtml/supernote/ */

/* "fallback" links for non-CSS supporting browsers. */
.fallback {
    display: none;
}

/* Here's our default note styles. */
.notedefault, .notenested {
    position: absolute;
    visibility: hidden;
    top: 1.5em;
    left: 2em;
    width: 20em;
}

.notedefault {
    padding: 3px;
    border: 1px solid #369;
    background-color: #69C;
    color: white;
}

.notenested {
    width: 8em;
    padding: 3px;
    border: 1px solid #963;
    background-color: #C96;
    color: white;
}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
    margin-left: 5px;
    margin-top: 15px;
}

/* Headings within notes */
.notedefault h5 {
    margin: 0 0 5px 0;
    padding: 2px;
    background-color: white;
    color: black;
}

/* Note close marker is only shown within pinned notes. */
.note-close {
    float: right;
    margin-top: 0px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    color: black;
    text-decoration: none;
    visibility: hidden;
}

.snb-pinned .note-close {
    visibility: inherit;
}


.rightSideGo {
    *margin-bottom: 5px;
}

/*Homepage news*/
/* 
.hpNewsBody
{
 padding-top: 10px!Important;
    margin-top:0px ; 
    font-size: 11px !important; 
    padding-bottom: 0;
    margin-bottom: 0;
 }
 
 
 .hpNewsBody p
{
    padding-top: 10px!Important;
    margin-top:0px ; 
    font-size: 11px !important; 
    padding-bottom: 0;
    margin-bottom: 0;
 }
	padding-left:10px;
	font-size:12px;
	color:#575252;
	padding-bottom:15px;	
 .hpNewsBody a
{
    font-size: 11px !important; 
 }
 */

.dvNewsArticle {
    display: block;
}

    .dvNewsArticle p {
        border-bottom: 1px solid #ccc !important;
        padding-bottom: 25px !important;
        margin-bottom: 20px !important;
        float: left;
        margin-left: 0px !important;
        width: 100%;
    }

.newsBody {
    font-size: 12px;
    color: #575454;
    margin-top: 20px;
    line-height: 18px;
    font-weight: normal;
}

    .newsBody h4 {
        padding-top: 10px;
    }

.dvNewsArticle a {
    font-size: 12px !important;
}

.dvNewsArticle .more {
    font-size: 11px !important;
}

.dvNews {
    width: 230px;
    float: left;
    margin-top: 10px;
    display: block;
    padding-top: 10px;
}

    .dvNews a {
        font-size: 11px !important;
    }

    .dvNews p {
        margin-top: 0px;
        font-size: 11px !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .dvNews div {
        padding-bottom: 10px !Important;
    }

.newsBody ol {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px !important;
    font-size: 12px;
    color: #575252;
}

.searchFormat label {
    color: #555452;
    font-size: 14px;
    padding-left: 3px;
}


.bannerLink {
    height: 25px;
    font-weight: bold;
    font-size: 15px;
}

.bannerText {
    font-style: italic;
    font-size: 18px;
    color: white;
}

.bannerImage {
    width: 515px;
    height: 252px;
    margin-bottom: 10px;
    border: 0px;
}

.WidgetMessage {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    width: 400px;
}

    .WidgetMessage a {
        font-size: 14px !Important;
    }

.error-block {
    color: Red;
    font-size: 16px;
}

    .error-block ul {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 12px;
    }

.chkMedia label {
    padding-left: 5px;
}

.form-field * {
    vertical-align: middle;
}

.erac-update {
    font-size: 12px !Important;
    color: #575454 !Important;
    font-weight: normal !Important;
    line-height: 18px !Important;
    padding-bottom: 10px;
}

    .erac-update ul {
        font-size: 12px !Important;
        list-style-type: disc !Important;
        color: #575454 !Important;
        padding-left: 15px !Important;
        font-weight: normal !Important;
        line-height: 18px !Important;
    }

.bannerActive {
    background-color: White;
}

.bannerNormal {
}

.hpBanner {
    width: 15px;
    height: 15px;
    border: 1px white solid;
    float: left;
    margin-right: 5px;
    cursor: hand;
}

.hpBannerActive {
    background-color: White;
    cursor: default;
}

.imgR {
    width: 160px;
    border: 0px;
    height: 200px;
}

/*alert*/

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable {
    padding-right: 35px;
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #356635;
    }

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #2d6987;
    }

.alert-warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #a47e3c;
    }

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #953b39;
    }


.testings {
    text-align: center !important;
    width: 400px !important;
}

    .testings .cloud {
        display: inline !important;
        list-style-type: none !important;
        width: 400px !important;
    }

        .testings .cloud li {
            list-style: none !important;
            display: inline !important;
        }
		
    .addthis_toolbox {
        display:none !important;
    }		

/* Random sizes */

/*.testings .cloud li:nth-of-type(3n + 1) {
        font-size: 1.25em !important;
    }

    .testings .cloud li:nth-of-type(4n+3) {
        font-size: 1.5em !important;
    }

    .testings .cloud li:nth-of-type(5n - 3) {
        font-size: 1em !important;
    }*/

/*border:1px solid red;  standard */
/*border:1px solid blue\9;  IE8 and below */
/**border:1px solid orange;  IE7 and below */
/*_border:1px solid blue;  IE6 */
