﻿.footer
{
    background-color: #fff;
    border-style:none;
    padding: 5px 12px 5px 12px;
    background-image: url(/Images/site/background.jpg);
    background-repeat: repeat-x;
    border-bottom: #d9dada 2px solid;
}
.footer h5
{
    margin: 0;
    font-size: 90%;
    padding: 0;
    color: #0c4b8b;
    font-weight: bold;
}
.footer p, .footer a 
{
    margin:0;
    font-size: 90%;
    padding: 5px 0 10px 0;
    color:#666;
    line-height:120%;
}
.footer strong 
{
    font-size:90%;}
.footer ul
{
    list-style: none;
}
.footer li 
{
    font-size: 85%;
    display: inline;
}

.footer a:link, .footer a:visited
{
    text-decoration: none;
    color:#666;
}

.footer a:active,.footer a:focus, .footer a:hover {
color: Red;}

.footer img
{
    vertical-align: top;
}