/*
    light blue      #5c97cc
    dark blue       #004c7c
    grays           #333333 #444444 #666666
                    #999999 #cccccc #dddddd
*/

html
{
    height: 100%;
}

body
{
    height: 100%;
    margin: 0px;
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    color: #444444;
    background: #dddddd url(../Images/body-bg.jpg) repeat-y center top;
}

img
{
    border: none;
}

a
{
    color: #004c7c;
    text-decoration: none;
    outline: none;
}

a:hover
{
    text-decoration: underline;
}

ul
{
    list-style-image: url(../Images/bullet.gif);
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

li
{
    margin: 0px;
    padding: 0px 0px 6px 8px;
}

.drape
{
    background: url(../Images/drape.jpg) repeat-x;
    height: 354px;
}

.drape-shadow
{
    height: 20px;
    border-top: solid 1px #ffffff;
    background: url(../Images/shadow-bottom.png) repeat-x;
}

.header
{
    width: 905px;
    margin: 0px auto;
    padding: 20px 5px 0px 0px;
    overflow: auto;
}

.logo-open
{
    float: left;
}
    
.header-nav
{
    float: right;
    font-size: 14px;
}

.header-nav a
{
    float: left;
    margin: 6px 0px 0px 40px;
    padding: 3px 0px;
    border-bottom: none;
    color: #ffffff;
}

.header-nav a:hover
{
    text-decoration: none;
    border-bottom: solid 4px #999999;
}

a.header-nav-current
{
    border-bottom: solid 4px #666666;
}

.frame-icon
{
    width: 40px;
    height: 40px;
    padding: 10px;
    background: url(../Images/Frames/icon.png) no-repeat;       
    margin-top: 0px;
}

.not-footer
{
    min-height: 100%;
    margin-bottom: -133px;
}

.main-content
{
   margin-top: -411px;
}

.push-footer
{
    height: 123px;
    clear: both;
}

.footer-top
{
    margin-top: 20px;
    height: 20px;
    border-bottom: solid 1px #ffffff;
    background: url(../Images/shadow-top.png) repeat-x;
}

.footer
{
    height: 92px;
    color: #ffffff;
    background-color: #333333;
}

.footer-content
{
    width: 905px;
    padding: 20px 0px 0px 5px;
    margin: 0px auto;
}

.footer-left
{
    float: left;
    width: 283px;
    padding-right: 10px;
}

.footer-mid
{
    float: left;
    width: 292px;
    padding-left: 11px;
}

.footer-title
{
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: dotted 1px #666666;
    font-weight: bold;
    color: #999999;
}

.footer-nav a
{
    display: block;
    float: left;
    margin-right: 24px;
    color: #ffffff;
}

a.footer-nav-last
{
    margin-right: 0px;
}

.logo-close
{
    float: right;
    margin-top: 9px;
}

.spam-trick
{
    display: none;
}
