* {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    background: #e8e8e8;
    font-size: 12px;
    font-family: Verdana, Arial;
    width: 100%;
}

#main-wrapper {
    margin: 0 auto;
    width: 818px;
    background: url(../images/main-shadow.jpg) repeat-y;
}

#main {
    background: url(../images/main-bg.jpg) no-repeat right bottom #ffffff;
    width: 800px;
    margin: 0 auto;
}

#header-bar {
    background: #0099ff;
    height: 40px;
}

#header {
    height: 336px;
    background: url(../images/header-bg.jpg) no-repeat;
    margin-bottom: 25px;
    position: relative;
}

#links-box-wrap {
    position: absolute;
    width: 125px;
    height: 100px;
    top: 30px;
    right: 58px;
}
#links-box {
    position: relative;
    width: 125px;
    height: 100px;
}

.link-one, .link-two, .link-three, .link-four, .link-five {
    display: block;
    position: absolute;
}
.link-one{
    top: 0px;
    left: 0px;
    width: 176px;
    height: 51px;
    background: url(../images/menu_1.png) no-repeat;
    z-index: 34;
}

.link-two{
    top: 21px;
    left: 0px;
    width: 128px;
    height: 26px;
    background: url(../images/menu_2.png) no-repeat;
    z-index: 34;
}

.link-three{
    top: 39px;
    left: 2px;
    width: 60px;
    height: 22px;
    background: url(../images/menu_3.png) no-repeat;
    z-index: 100;
}
.link-four{
    top: 39px;
    left: 2px;
    width: 127px;
    height: 40px;
    background: url(../images/menu_4.png) no-repeat;
    z-index: 92;
}
.link-five {
    top: 59px;
    left: 3px;
    width: 127px;
    height: 42px;
    background: url(../images/menu_5.png) no-repeat;
    z-index: 5;
}



/*
#links-box a {
    text-align: justify;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-decoration: none;
}*/

#login-form {
    margin: 8px 10px 0 0;
    float: right;
}

/* css for the language link */
#lang-div {
	margin: 9px 10px 2px 9px;
    float: left;
    text-decoration:none;
}
#lang-id {
   color: #fff;
   style: none;
   text-decoration:none;
}
#login-btn {
    color: #ffffff;
    width: 73px;
    height: 20px;
    border: none;
    background: url(../images/login-btn.png) no-repeat;
}

.login-form-input {
    border: none;
    border-top: 1px solid #e1e1e1;
    padding-left: 5px;
    height: 20px;
    color: #cfcfcf;
}

#content {
    min-height: 600px;
}

.spc-top-25 {
        margin-top: 25px !important;
}

#content-right p {
    margin-top: 5px;
    text-align: justify;
}

.arrow-text {
    margin-top: 5px;
    width: 98px;
    height: 13px;
    display: block;
    background: url(../images/arrow-text.jpg) no-repeat;
}

.list01 {
    margin: 0 0 0 20px;
}

.list01 li {
    padding: 5px;
}

.alr-row {
    background: #cccccc;
}

.pdf{
    margin: 20px 0;
    font-size: 14px;
}

.pdf img{
    vertical-align: middle;
}

.green-box {
    color: #FFFFFF;
    text-align: center;
    margin: 20px 0;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    background: #669933;
}

.blue-box {
    color: #FFFFFF;
    margin: 20px 0;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    background: #0099ff;
}

.red-box {
    color: #FFFFFF;
    margin: 20px 0;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    background: #ff3333;
}

.map-box {
    width: 320px;
/*    border: 1px solid #000;*/
    float: left;
    margin: 20px 0 0 50px;
}

.map-box h3{
    color: #ff3333;
    font-size: 16px;
    font-weight: bold;
}

#content-right {
    width: 513px;
    float: left;
    margin:  0 0 0 52px;
}

/* POPUP START */
#popup-box {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('../images/trans-dot.png') transparent;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#popup-box-container {
    width: 480px;
    margin: 0px auto;
    text-align: center;
}

#popup-box-content {
    position: relative;
    background: url(../images/popup-bg.png) repeat-y;
}

#popup-box-logo {
    margin: 0 auto;
    padding: 40px 0;
    width: 262px;
    height: 44px;
    background: url(../images/logo.png) no-repeat center;
}

#popup-box-bottom {
    width: 480px;
    height: 37px;
    background: url(../images/popup-bottom.png) no-repeat;
}

#popup-form {
    width: 230px;
    margin: 10px auto;
}

#popup-box-email {
    float: left;
    width: 150px;
    height: 22px;
    border: 1px solid #6b6b6b;
    color: #999999;
}

#popup-box-submit {
    float: left;
    margin-left: 5px;
    width: 73px;
    height: 22px;
    background: url(../images/popup-submit.png) no-repeat;
}

#popup-social-icons {
    margin-top: 10px;
}

#popup-x {
    position: absolute;
    top: 10px;
    right: 30px;
    display: block;
    width: 14px;
    height: 12px;
    background: url(../images/popup-x.png) no-repeat;
}

/* POPUP END */

#footer {
    text-align: right;
    color: #FFFFFF;
    width: 795px;
    margin: 10px auto 0 auto;
    line-height: 20px;
    padding-right: 5px;
    height: 23px;
    background: url(../images/footer-bg.jpg) repeat-x #e8e8e8;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.hide {
    display: none;
}