body {
    margin: 0px;
    padding: 20px 0px 0px 0px;
    text-align: center;
    background: url("../images/bg-body.gif");
    color: #000;
    font: 76% Calibri,Tahoma,Geneva,"DejaVu Sans Condensed",sans-serif;
}

a {
    color: #000;
    text-decoration: none;
}

.clear {
    clear: both;
}

.float_left {
    float: left;
    width: auto;
}

.float_right {
    float: right;
    width: auto;
}

.text_center {
    text-align: center;
}

.relative {
    position: relative;
}

.logo-text {
    font-weight: bold;
}

.logo-text b {
    color: #356aa0;
}

a.button {
    display: inline-block;
    background: url('../images/bg_button.png') no-repeat top left;
    width: auto;
    height: 21px;
    line-height: 21px;
    color: #FFF;
    font-size: 10px;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    text-indent: 0px;
    font-family: calibri;
    text-decoration: none;
}

a.button span {
    display: inline-block;
    height: 21px;
    padding: 0px 17px 0px 17px;
    background: url('../images/bg_button.png') no-repeat bottom right;
}

.wrap {
    position: relative;
    margin: auto;
    text-align: left;
    width: 655px;
	
}

#background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 75px;
    background: #fff;
    border-bottom: 3px solid #59a8f7;
    z-index: -1;
}

#header {
    width: 838px;
    height: 110px;
    margin: auto;
    background: #356aa0;
    text-align: left;
    position: relative;
}

#header .corner-tl,
#header .corner-tr {
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url("../images/corner-header.gif");
    background-repeat: no-repeat;
    top: 0px;
}

#header .corner-tl { background-position: left top; left: 0px; }
#header .corner-tr { background-position: right top; right: 0px; }

#logo {
    display: block;
    width: 336px;
    height: 80px;
    background: url("../images/logo.png") no-repeat;
    position: relative;
    top: 15px;
    left: 40px;
}

#boxLogin {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 320px;
    height: 45px;
}

#boxLogin .password {
    display: none;
}

#boxLogin .username,
#boxLogin .password,
#boxLogin .passwordText {
    width: 115px;
    height: 18px;
    _height: 22px;
    line-height: 21px;
    border: 1px solid #57a6f6;
    font-family: calibri,Geneva,sans-serif;
    color: #b3b3b3;
}

#boxLogin .submit {
    border: 0px;
    background: url("../images/bg-button-blue.png") no-repeat;
    width: 63px;
    height: 24px;
    position: relative;
    top: 1px;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
}
.button_blue{ background:url(../images/bg-button-blue.png) no-repeat; width: 63px; height: 24px; margin: 20px 0px 0px 0px; color: #fff;
    font-weight: bold;
    font-size: 14px; border:none; text-align:left;}
.button_blue a{ color:#FFFFFF;}
.button_blue a:hover{ color:#FF9933;}

#boxLogin a {
    color: #fff;
    font-size: 10px;
}

#menu {
    position: absolute;
    bottom: 0px;
    _bottom: -1px;
    left: 0px;
    height: 34px;
    width: 838px;
    text-align: center;
}

#menu ul {
    margin: 0px;
    padding: 0px 16px 0px 0px;
}

#menu ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: right;
    height: 33px;
    display: inline-block;
    border-right: 1px solid #356aa0;
    border-bottom: 1px solid #c0def7;
}

#menu ul li.first {
    border-left: 1px solid #356aa0;
}

#menu ul li a {
    display: inline-block;
    float: left;
    margin: 0px;
    padding: 10px 15px 0px 15px;
    height: 23px;
    _height: 33px;
    background: url('../images/bg-menu.gif') repeat-x;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    text-transform: uppercase;
    text-decoration: none;
    color: #313131;
}

#menu ul li a.current,
#menu ul li a.current:hover,
#menu ul li a:hover {
    background: #fefefe;
    height: 23px;
    _height: 33px;
    padding: 8px 15px 0px 15px;
    border-bottom: 1px solid #fefefe;
    border-top: 2px solid #59a8f7;
    border-left: 1px solid #7b7b7b;
    border-right: 1px solid #7b7b7b;
    font-weight: bold;
}

#menu ul li a:hover {
    font-weight: normal;
}

#content {
    width: 838px;
    margin: auto;
    background: #fff;
    position: relative;
}

#content .corner-tl,
#content .corner-tr {
    position: absolute;
    width: 13px;
    height: 16px;
    background-image: url("../images/corner-content.gif");
    background-repeat: no-repeat;
    top: 0px;
}

#content .corner-tl { background-position: left top; left: 0px; }
#content .corner-tr { background-position: right top; right: 0px; }

#content .wrap {
    padding: 30px 0px 20px 0px;
}

#content h1 {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-size: 50px;
    color: #356aa0;
    border-bottom: 1px dashed #dadadb;
}

#content h2 {
    margin: 10px 0px 10px 0px;
    padding: 0px;
    font-size: 25px;
    color: #000;
}

#content h2 b {
    font-weight: normal;
    color: #333399;
}

#content h3 {
    margin: 10px 0px 10px 0px;
    padding: 0px;
    font-size: 17px;
    color: #57a6f6;
}

#content h3 a {
    color: #333399;
}

#footer {
    width: 838px;
    height: 36px;
    line-height: 36px;
    margin: auto;
    background: url("../images/bg-footer.png") no-repeat center;
    color: #b3b3b3;
    font-size: 10px;
}

#footer .wrap {
    width: 818px;
}

#footer a {
    color: #b3b3b3;
}

#footer a:hover {
    color: #fff;
}

#footer .float_right {
    font-size: 12px;
}

ul.numbers {
    margin: 0px 0px 0px 23px;
    padding: 0px;
}

ul.numbers li {
    margin: 0px;
    padding: 0px;
    list-style: decimal;
    color: #333399;
    font-weight: bold;
}

ul.numbers li span {
    color: #000;
    font-weight: normal;
}

ul.items {
    margin: 0px;
    padding: 0px;
}

ul.items li {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 16px;
    list-style: none;
    background: url("../images/bg-list.png") no-repeat left 2px;
}


/* LOGIN */
#content .boxLogin {
    margin: auto;
    width: 450px;
}

#content .boxLogin div.top {
    height: 25px;
    background: url('../images/bg-login-top.gif') no-repeat;
}

#content .boxLogin div.middle {
    background: url('../images/bg-login-middle.gif') repeat-y;
    padding: 0px 10px;
    text-align: center;
}

#content .boxLogin div.middle span.comment {
    font-size: 12px;
}

#content .boxLogin div.middle h3 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    height: 45px;
    font-family: calibri;
    font-size: 14px;
    color: #146eb4;
    background: url('../images/bg-h3.png') no-repeat bottom center;
}

#content .boxLogin div.middle span.annotation {
    display: block;
    color: red;
    font-size: 11px;
    width: 300px;
    text-align: left;
    margin: auto;
}

#content .boxLogin div.middle span.title {
    font-weight: bold;
}

#content .boxLogin div.middle dl {
    margin: 0px auto;
    padding: 0px;
    width: 340px;
}

#content .boxLogin div.middle dl dt,
#content .boxLogin div.middle dl dd {
    display: block;
    color: #5d5b5b;
    padding: 2px 0px;
    margin: 0px;
}

#content .boxLogin div.middle dl dt {
    display: inline-block;
    text-align: right;
    width: 125px;
    font-weight: bold;
    padding: 5px 10px 2px 0px;
    float: left;
}

#content .boxLogin div.middle dl dt.fullline {
    width: 340px;
    text-align: center;
}

#content .boxLogin div.middle dl dt em {
    color: red;
    padding-right: 5px;
}

#content .boxLogin div.middle dl dd {
    display: inline-block;
    width: 200px;
    text-align: left;
    float: left;
    height: 22px;
    line-height: 22px;
}

#content .boxLogin div.middle dl dd.fullline {
    width: 340px;
    text-align: center;
    height: auto;
    line-height: normal;
}

#content .boxLogin div.middle p {
    margin: 0px;
    padding: 0px;
}

#content .boxLogin div.middle dl dd input {
    width: 170px;
}



#content .boxLogin div.middle span.wrap_button {
    position: relative;
    display: inline-block;
    height: 21px;
    margin: 10px 10px 0px 10px;
}

#content .boxLogin div.middle input.button {
    background: url('../images/bg_button.png') no-repeat top left;
    height: 21px;
    border: 0px;
    color: #FFF;
    font-size: 10px;
    font-weight: bold;
    margin: 0px;
    padding: 0px 11px 0px 20px;
    font-family: calibri;
}

#content .boxLogin div.middle span.button {
    width: 9px;
    height: 21px;
    position: absolute;
    background: url('../images/bg_button.png') no-repeat bottom right;
}

#recaptcha_widget_div {
    text-align: center;
}

#recaptcha_area {
    margin: auto;
}

#content .boxLogin div.bottom {
    height: 25px;
    background: url('../images/bg-login-bottom.gif') no-repeat;
}

.hour_work{ font-family:calibri; font-size:12px; font-weight:bold; padding: 70px 0px 10px 0px;}
.pay_here{ background:url(../images/Pay%20Here%20Sign1.jpg) no-repeat; width: 100px; height:150px;}
