﻿.footerwrapper
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-top: #c0c0c0 1px solid;
    border-top: #d9dada 1px solid;
    font-size: 85%;

}

.footer
{
    width: 950px;
    border:0;
    padding:0;
    border-style:none;
    padding: 15px 12px 5px 12px;
}

.footerwrapper, .footer
{
    background-color: #f0f0f0;
    }


.footer h5
{
    margin: 0;
    padding: 0;
    color: #666;
    font-weight: bold;
}
.footer p, .footer a 
{
    margin:0;
    padding: 5px 0 10px 0;
    color:#666;
    line-height:140%;
}
.footer p strong {    line-height:180%;}
.footer ul
{
    list-style: none;
}
.footer li 
{
    display: inline;
}


.footer a, .footer a:link, .footer a:visited, .footer a:hover, .footer a:active
{
        color: #696969;
        text-decoration: none }
        
.footer a:hover
{
    color: #ff0d00;
    }        


.footer img
{
    vertical-align: top;
}
.footer hr
{   margin: 5px 0 0 0 ; 
     height: 1px;
}
