/****************************/
/********** generic *********/
/****************************/
html,
body
{
    height:100%;
}

html.busy, 
html.busy * 
{  
    cursor: wait !important;  
} 

body
{
    color: #303030;
    background: #dadfe1 url('../images/pattern_body.png') repeat-x;
}

a:hover
{
    text-decoration: none;
}

/******************************/
/********** container *********/
/******************************/
.wrapper 
{
    position: relative;
    width: 990px;
    padding: 0 4px 0 4px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important; /* ie7 fix */
    height: 100%;
    background: #ffffff;
}

.wrapper .container
{
    width: 990px;
}

.wrapper .container.top
{
    padding-top: 4px;
}

.wrapper > .container.middle
{
    padding-bottom: 120px; /* bottom padding at least as much as footer */
}

.header
{
    position: relative;
    height: 167px;
    background: url('../images/theme_header.jpg') no-repeat;
}

.header .logo
{
    position: absolute;
    top: 30px;
    left: 35px;
    width: 446px;
    height: 66px;
}

.header .account-links
{
    position: absolute;
    top: 10px;
    right: 20px;
    width: 300px;
    height: 25px;
    text-align: right;
}

.header .account-links a
{
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
}

.header .account-links a:hover
{
    text-decoration: underline;
}

.header .account-links a.separator
{
    border-right: 1px solid #ffffff;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}

.header .menu-links
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background: url('../images/menu_pattern_up.png') repeat-x;
}

.header .menu-links ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header .menu-links ul li
{
    margin: 0;
    padding: 0;
    float: left;
}

.header .menu-links ul li a
{
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #000000;
    background: url('../images/menu_pattern_up.png') repeat-x;
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #ffffff;
}

.header .menu-links ul li a:hover
{
    color: #ffffff;
    background: url('../images/menu_pattern_roll.png') repeat-x;
}

.addthis {
    right: 0;
}

@media print {
    .addthis { display:none }
}

#content
{
    padding: 0 10px 0 10px;
}

.container.bottom
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    padding: 0;
    margin: 0;
    background: #172d4b;
}

.footer
{
    height: 82px;
    color: #ffffff;
    font-size: 12px;
    padding: 10px 10px 0 10px;
}

.footer .copyright a 
{
    font-size: 14px;
    color: #ffffff;
    margin: 0 0 0 5px;
}

.footer .copyright a span
{
    font-weight: bold;
}

.footer .copyright a:hover
{
    text-decoration: underline;
}

.footer .privacy
{
    margin: 15px 0 0 0;
}

.footer .privacy a 
{
    font-size: 12px;
    color: #ffffff;
    margin: 0 10px 0 0;
}

.footer .privacy a:hover
{
    text-decoration: underline;
}

.footer-decoration
{
    width: 998px;
    height: 28px;
    background: url('../images/footer_decoration.png') no-repeat;
}




