/* ---- Footer items ---- */

.footer_wrapper
{
    width: 100%;
    margin: 0px;
    overflow: hidden;
    text-align: left;
    border-top-style: solid;
    border-top-width: 1px;
}

.footer
{
    width: 920px;
    height: auto;
    margin: 0px auto 0px auto;
    text-align: left;
}

.footer-disclaimer
{
    display: block;
    width: 48%;
    float: left;
    padding-bottom: 15px;
}

.footer-poweredby
{
    display: block;
    width: 48%;
    float: right;
    text-align: right;
    padding-bottom: 15px;
}

.footer div
{
    font-size: 9px;
    font-weight: normal;
    line-height: 16px;
    margin: 8px 0px 8px 0px;
}

.footer a
{
    font-weight: bold;
    line-height: 11px;
}

.footer a:link
{
    text-decoration: underline;
}

.footer a:visited
{
    text-decoration: underline;
}

.footer a:hover
{
    text-decoration: none;
}

.footer a:active
{
    text-decoration: none;
}