.mainbody {
    background-image: url('../Images/mbg.png');
    min-width: 1200px;
}

.content {
    margin: 0 auto;
    width: 1120px;
}

.MSH {
    height: 150px;
    background-image: url('../Images/ReqTitleBar.png');
    min-width: 1200px;
    box-shadow: 0 0 8px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.25);
}

.MainLogo {
    width: 1120px;
    margin: auto;
    display: block;
}

#Slogan {
    float: left;
    margin-left: 80px;
    vertical-align: central;
    margin-top: 50px;
}

#Logo {
    float: left;
    margin-left: 15px;
}

#topbar {
    height: 290px;
}

    #topbar .wrap {
        width: 990px;
        margin: auto;
        margin-top: 10px;
        padding: 0;
    }

.TopLink {
    float: right;
}

#subbar {
    margin-bottom: 20px;
}

    #subbar .wrap {
        border: 1px solid #4d542a;
        background-color: #4d542a;
        background-image: url('../Images/mainmenutop.png');
        background-repeat: no-repeat;
        height: 45px;
        padding-top: 1px;
        border-radius: 5px;
        box-shadow: 0 0 1px 2px rgba(0,0,0,0.25);
        -moz-box-shadow: 0 0 1px 2px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0 0 1px 2px rgba(0,0,0,0.25);
    }

    #subbar .wrapback {
        margin-left: 2px;
        margin-right: 2px;
        background-image: url('../Images/mainmenugrad.png');
        background-repeat: repeat-x;
    }

#mainmenu ul, #mainmenu li, #mainmenu span, #mainmenu a {
    margin: 0;
    padding: 0;
    position: relative;
}

    #mainmenu:after, #mainmenu ul:after {
        content: '';
        display: block;
        clear: both;
    }

#mainmenu a {
    color: #f1f1f1;
    display: inline-block;
    font-family: colaborate,calibri,'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,Verdana,sans-serif;
    font-size: 18px;
    min-width: 35px;
    text-align: center;
    text-decoration: none;
}

#mainmenu ul {
    list-style: none;
}

#mainmenu > ul > li {
    float: left;
}

    #mainmenu > ul > li a {
        line-height: 45px;
        padding: 0 25px;
        border-color: #fff;
        border-right: 1px;
        background-image: url('../Images/mainmenusep.png');
        background-repeat: no-repeat;
        background-position: right;
    }

        #mainmenu > ul > li a:hover {
            color: #fff;
        }

    #mainmenu > ul > li:hover {
        background: #5a6331 url('../Images/hover.png') bottom center no-repeat;
        color: #fff;
    }

    #mainmenu > ul > li.first a {
        margin-left: 2px;
    }

#mainmenu .has-sub:hover ul {
    display: block;
}

#mainmenu .has-sub ul {
    display: none;
    position: absolute;
    top: 45px;
    left: -1px;
    min-width: 100%;
    text-align: center;
    width: 225px;
    background-color: #5a6331;
}

    #mainmenu .has-sub ul li {
        text-align: center;
        background-image: url('../Images/mainmenusubsep.png');
        background-repeat: no-repeat;
        background-position: bottom;
    }

        #mainmenu .has-sub ul li a {
            font-size: 16px;
            display: block;
            line-height: 120%;
            padding: 9px 5px;
            text-align: center;
            background-image: none;
        }

        #mainmenu .has-sub ul li.lastsub1 {
            background-image: none;
        }

        #mainmenu .has-sub ul li a:hover {
            background: url('../Images/hover_sub.png') center left no-repeat;
        }

        #mainmenu .has-sub ul li.sublvl2 {
            background-color: #87905e;
        }

#body {
    clear: both;
    padding-bottom: 35px;
}

#main {
    width: 1118px;
    background: #fcfcfc;
    margin: 0;
    border: 1px solid #d6d6d6;
    min-height: 800px;
}

    #main .padding {
        padding: 10px;
    }

.right_side {
    float: right;
    width: 170px;
    background: inherit;
    overflow: hidden;
}

    .right_side .pad {
        padding: 0 0 10px 17px;
    }

    .right_side p {
        padding: 0 0 5px 5px;
    }

    .right_side ul {
        padding: 2px 0 12px 0;
    }

    .right_side li {
        line-height: 22px;
        list-style: none;
        background-color: #b9bbad;
        margin-bottom: 2px;
    }

        .right_side li.sub {
            background-color: #f3f4f1;
            color: #000;
        }


         .right_side li.txt {

             background-color: #f3f4f1;
            text-decoration: none;
            padding-left: 15px;
            padding-right: 15px;
                color: #000;
            /*display: block;*/
  
        }

      .right_side li a.txtlink {
            text-decoration: none;
            background:none;
              padding-left: 0;
           font-size: 13px;
            color: #74797e;
            display: block;
        }
                 
      .right_side li a.txtlink:hover {
             color: #000;
            padding-left: 0;
            background:none;
           font-size: 13px;
            }

        .right_side li.Last {
            border-bottom: 2px solid #525948;
        }

        .right_side li a {
            text-decoration: none;
            padding-left: 15px;
            color: #74797e;
            display: block;
        }

            .right_side li a:hover {
                color: #000;
                background: url('../Images/hover_subblk.png') center left no-repeat;
            }

    .right_side span.CP {
        color: #eee;
        display: block;
        font-family: colaborate,calibri,'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,Verdana,sans-serif;
        margin-top: 10px;
        background: #525948;
        width: 100%;
        height: 30px;
        font-size: 16px;
        text-align: center;
        line-height: 30px;
        font-weight: normal;
    }
    

      .right_side span.DataTrns {
        color: #eee;
        display: block;
        font-family: colaborate,calibri,'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,Verdana,sans-serif;
        margin-top: 10px;
        background: #5a6331;
        width: 100%;
        height: 30px;
        font-size: 15px;
        text-align: center;
        line-height: 30px;
        font-weight: 600;
    }
    .right_side span.heading {
        display: block;
        font-family: colaborate,calibri,'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,Verdana,sans-serif;
        font-size: 16px;
        padding-left: 10px;
        text-decoration: none;
    }

    .right_side .ls {
        float: left;
        width: 191px;
    }

    .right_side .extra {
        background: #f5f5f5;
        color: #454545;
        border-top: 3px solid #dfdfcd;
        border-bottom: 3px solid #dfdfcd;
        border-left: 3px solid #dfdfcd;
        border-right: 3px solid #dfdfcd;
        border-radius: 4px;
    }

        .right_side .extra .padding {
            padding: 6px;
        }

    .right_side span.RN {
        color: #525948;
        display: block;
        font-family: "Helvetica Neue",Helvetica,colaborate,Calibri,Arial;
        margin-bottom: 3px;
        width: 100%;
        height: 5px;
        font-size: 16px;
        text-align: center;
        line-height: 20px;
        font-weight: 600;
    }

    .right_side span.SN {
        display: block;
        font-family: "Helvetica Neue",Helvetica,colaborate,Calibri,Arial;
        margin-left: 15px;
        font-size: 10px;
    }

    .right_side a.ReqBut {
        margin-top: 40px;
        margin-left: 5px;
        display: block;
        text-align: center;
        height: 25px;
        width: 130px;
        line-height: 23px;
        font-weight: bold;
        color: #f2f2f2;
        background: url('../Images/ReqNow.png') center left repeat-x;
        font-family: Calibri,Arial !important;
        font-size: 18px;
        padding: 5px;
        border: 1px solid #9ead1e;
        cursor: pointer;
        text-decoration: none;
        border-radius: 8px;
    }

        .right_side a.ReqBut:hover {
            background-color: #cffb0f;
            color: #FFF;
            box-shadow: 0 2px 2px #797979;
        }

#left_side {
    background: inherit;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
    width: 900px;
    color: #74797e;
}

    #left_side .mpart {
        margin-top: 10px;
        padding: 15px;
    }

    #left_side h2 {
        background: inherit;
        padding: 0;
        margin: 0;
        font: 1.8em verdana,Arial,Sans-Serif;
        color: #3f4040;
    }

    #left_side .mpart h3 {
        background: inherit;
        padding: 0;
        margin: 0 0 15px 0;
        font: .9em verdana,Arial,Sans-Serif;
        color: #a5a5a5;
    }

    #left_side p {
        padding: 0;
        text-align: justify;
    }

    #left_side img {
        float: left;
        padding: 0 10px 5px 0;
    }

    #left_side blockquote {
        padding-left: 10px;
        border-left: 3px solid #a7cc44;
        margin: 10px 0 10px 25px;
    }

.date {
    padding: 7px 10px 0 0;
    margin: 10px 0 20px 0;
    text-align: right;
    background: #f4f4f3;
    height: 26px;
    width: auto;
}

    .date a {
        color: #74797e;
        background: inherit;
    }

#left_side .rs {
    float: right;
    margin: 0 0 0 10px;
    border: 1px solid #888;
    padding: 5px;
    background: inherit;
}

#left_side ul {
    list-style-position: inside;
    margin-left: 2px;
}

    #left_side ul li {
        list-style-type: square;
        margin-left: 15px;
    }

    #left_side ul ul li {
        list-style: none;
        margin-left: 10px;
        list-style-type: lower-alpha;
        list-style-position: inside;
    }

.YFIntro {
    background: #fdfdf0;
    border: 2px solid #f6f6e3;
    border-bottom: 4px solid #f6f6e3;
    padding: 15px;
}

    .YFIntro a {
        color: #ff6603;
        text-decoration: none;
    }

YFIntro a:hover {
    color: #ff6603;
}

span.MP {
    display: inline-block;
    text-align: justify;
    margin-top: 3px;
    font-size: 13px;
    color: #74797e;
}

span.dark {
    color: #454545;
}

span.darker {
    color: #222;
}

span.MH1 {
    Color: #457978;
    display: block;
    font-size: 17px;
    font-weight: 700;
    font-family: colaborate,calibri,Arial;
}

span.MH2 {
    color: #74797e;
    display: block;
    font-size: 15px;
    font-weight: 600;
    font-family: colaborate,calibri,Arial;
}

.Vbullet {
    background: url('../Images/Vbullet.png') center left no-repeat;
    padding-left: 20px !important;
}

Span.FootNote {
    font-size: 11px;
    margin-left: 5px;
    color: #3f3f3f;
}

span.LeftLBL {
    float: left;
    text-align: right;
    width: 150px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 3px;
    font-size: 13px;
}

span.LeftLBL2 {
    float: left;
    text-align: left;
    margin-left: 10px;
    margin-top: 3px;
    font-size: 13px;
}

.VRadList {
    Color: #454545;
    display: inline;
    font-size: 15px;
    font-weight: 400;
}

input.LeftTB {
    float: left;
    border: 1px solid #e2e2e2;
    background: #f7fffd;
    color: #193149;
    font-size: 13px;
    margin-right: 0;
    font-family: "Arial";
}

    input.LeftTB:focus {
        border: 1px solid #7ac0da;
    }

    input.LeftTB:disabled {
        border: 1px solid #cbcac1 !important;
        background: #efefef;
    }

#TB_CMsg {
    margin-left: 25px !important;
    width: 750px;
    height: 250px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #f7fffd;
    color: #193149;
    font-size: 13px;
    resize: none;
}

    #TB_CMsg:focus {
        border: 1px solid #7ac0da;
    }

#footer {
    width: 1100px;
    margin: 0 0 6px 0;
    padding: 10px 0 0 10px;
    color: #74797e;
    background: inherit;
    font-size: 13px;
}

    #footer .right {
        float: right;
        text-align: left;
        width: 240px;
        font-size: 13px;
    }

    #footer a {
        text-decoration: none;
        background: inherit;
        color: #74797e;
    }

    #footer .fmenu {
        background: inherit;
        padding: 0;
        margin: auto;
    }

        #footer .fmenu a {
            color: #74797e;
            background: inherit;
            text-decoration: none;
            padding: 0 10px 0 0;
        }

            #footer .fmenu a:hover {
                color: #000;
                background: inherit;
                text-decoration: underline;
            }

        #footer .fmenu ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        #footer .fmenu li {
            float: left;
            margin: 0 10px 0 0;
            display: inline;
        }

.GMsgBox {
    top: 40%;
    left: 45%;
    position: fixed;
    border: 2px solid #c9d1a8;
    background: #e6efc0;
    border-radius: 10px;
    padding: 10px;
    behavior: url(/Scripts/PIE.htc);
}

.GMsgTxt {
    float: left;
    margin-right: 3px;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    font-weight: 700;
    color: #363f13;
    font-family: "Helvetica Neue",Helvetica,colaborate,Calibri,Arial;
}
