﻿body
{
    background-color: #09C;
    margin: 0;
    padding: 0;
}

#container
{
    width: 1170px;
    margin: 0 auto;
    height: 866px;
}

#header
{
    background-image: url(images/layout_header.jpg);
    background-repeat: no-repeat;
    width: 1170px;
    height: 258px;
}

#content_area
{
    background-image: url(images/content_bg.jpg);
    background-repeat: repeat-x;
    margin: 0 86px;
    min-height: 650px;
    width: 1002px;
}

#menu
{
    width: 190px;
    float: left;
    margin: 0;
}

#content
{
    width: 500px;
    float: right;
    margin: 10px 0;
    font-family: arial;
    color: #000;
    font-size: 11pt;
}

#sidebar
{
    width: 306px;
    height: 318px;
    background-image: url(images/sidebar_benefits.jpg);
    background-repeat: no-repeat;
    float: right;
}

#footer
{
    height: 111px;
    width: 990px;
    margin: 0 86px;
    background-image: url(images/footer_bg.jpg);
    background-repeat: repeat-x;
    position: relative;
    font-family: arial;
    color: #ffffff;
    font-size: 18pt;
    padding: 6px;
}

#footer_element
{
    position: absolute;
    top: -202px;
    left: 676px;
    background-image: url(images/footer_element.jpg);
    background-repeat: no-repeat;
    height: 330px;
    width: 326px;

}

/* Menu Styles */

#menu a:link,
#menu a:visited
{
    font-family: arial;
    color: #1b5289;
    font-size: 12pt;
    text-decoration: none;
    font-weight: bold;
    text-align: right;
    padding: 6px 0;
}

#menu a:hover
{
    color: #fff;
    background-color: #09c;
    cursor: hand;
}

/* Text */

h1
{
    font-size: 18pt;
    font-weight: normal;
    color: #00ccff;
}


h3
{
    font-family: arial;
    color: #fff;
    font-size: 13pt;
    font-weight: bold;
    margin: 10px;
    display: block;
    font-style: italic;
}

em
{
    font-family: arial;
    color: #99ccff;
    font-size: 13pt;
    font-weight: bold;
    margin: 10px;
    display: block;
}

/* Lists*/

ul.contact li
{
    margin: 10px 0;
}

ul.contact li em
{
    display: inline;
    font-family: arial;
    font-size: 9pt;
}

/* Login */

#login_main
{
    width: 550px;
    height: 250px;
    margin: 0 auto;
    padding: 0 0 0 20px;
}

.login_error
{
    width: 550px;
    margin: 0 auto;
    padding: 10px;
    border: #ff3333 1px solid;
    background-color: #ffcccc;
    display: block;
    text-align: center;
}

#login_main .username
{
    width: 216px;
    background-color: #D4EDFF;
    border: solid 1px #0B96FF;
    font-size: 11pt;
    font-family: Arial;
    color: #0066ff;
}

#login_main .password
{
    width: 216px;
    background-color: #D4EDFF;
    border: solid 1px #0B96FF;
    font-size: 11pt;
    font-family: Arial;
    color: #0066ff;
}
