/* Home 3 Styles */

body {
    margin: 0;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    background: url("../images/bg_home3_header.jpg") no-repeat top right;
}

html {
    margin: 0;
    background: #f9fcff url("../images/bg_home3.jpg") repeat-x;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
}

a {
    color: #5883AC;
    text-decoration: none;
    font-size: 14px;
}

a:hover {
    text-decoration: underline;
}

p {
    margin: 0;
    padding: 10px;
}

#header {
    height: 185px;
    width: 910px;
    margin: 0 auto;
}

#container {
    width: 910px;
    margin: 0 auto;
}

#left {
    width: 349px;
    padding: 0 10px 0 30px;
    float: left;
}

.left_header {
    height: 30px;
    color: #5883AC;
    font-size: 18px;
    font-weight: bold;
    background: url("../images/radio_icon.gif") no-repeat;
    padding-top: 10px;
    padding-left: 47px;
    margin-left: 17px;
    margin-top: 5px;
}

#left dl {
    clear: both;
}

#left dt {
    float: left;
    font-weight: bold;
    padding-right: 10px;
    font-size: 13px;
}

#left dd {
    padding-left: 70px;
    margin-bottom: 15px;
}

#right {
    width: 401px;
    height: 445px;
    margin-top: -31px;
    padding: 50px 60px;
    float: right;
    background: url("../images/bg_home3_right.png") no-repeat;
    position: relative;
}

#right a {
    color: #5b5b5b;
    font-size: 12px;
}

.right_header {
    height: 37px;
    color: #5883AC;
    font-size: 18px;
    font-weight: bold;
    background: url("../images/envelope_icon.gif") no-repeat 15px 0;
    padding-top: 10px;
    padding-left: 60px;
}

.welcome_user {
    font-size: 18px;
    font-weight: bold;
    padding-right: 10px;
}

.welcome_changeUser {
    font-size: 11px;
}

.not_registered_click {
    font-size: 11px;
    text-decoration: underline;
}

.welcome_user_click {
    font-size: 11px;
    text-decoration: underline;
}

.welcome_changeUser a {
    font-size: 11px;
}

.welcome_directions {
    font-size: 14px;
    font-weight: bold;
    color: #5883AC;
}

.welcome {
    margin-top: 40px;
    margin-left: 22px;
}

.welcome li {
    font-weight: bold;
    padding-top: 12px;
}

#right dl {
    clear: both;
}

#right dt {
    float: left;
    font-weight: bold;
    padding-right: 10px;
    font-size: 13px;
    width: 150px;
    text-align: right;
    padding-top: 5px;
}

#right dd {
    margin-bottom: 3px;
}

.right_submit {
    text-align: center;
    padding-top: 5px;
}

#lwpill {
    clear: both;
    float: right;
    border: 0;
}

#footer {
    clear: both;
    text-align: center;
    font-size: 11px;
}

#footer a {
    font-size: 11px;
}

/* Error Messages */

.error {
    margin-left: 27px;
}

.error_top {
    background: url("../images/error_top.gif") no-repeat bottom;
    width: 360px;
    height: 11px;
}

.error_middle {
    background: url("../images/error_middle.jpg") repeat-y;
    width: 340px;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    color: black;
}

.error_bottom {
    background: url("../images/error_bottom.gif") no-repeat top;
    width: 360px;
    height: 11px;
}

.resetPassword {
    background-color: white;
    border: 2px solid gray;
    position: absolute;
    top: 200px;
    left: 400px;
    padding: 20px;
    /*width: 450px;*/
}

.resetPassword h2 {
    font-size: 16px;
    font-weight: bold;
    color: #5883AC;
    padding-bottom: 10px;
}
