﻿
.footer-wrap
{
    /**background: url("../images/bg-footer.gif") repeat-x scroll left top #FFFFFF;**/
    border-top: 1px solid #C5C5C5;
    clear: both;
    text-align: center;
    width: 1003px;
    margin-top: 20px;
}
.footer
{
    clear: both;
    margin: 0 auto;
    text-align: left; /**width: 1005px;**/
}
.footer-col1
{
    height: 240px;
    border-right: 1px solid #C5C5C5;
    display: inline;
    float: left;
    margin: 5px 0;
    padding: 0 20px 0 20px;
    width: 190px;
}
.footer-col2
{
    height: 240px;
    display: inline;
    float: left;
    margin: 5px 0;
    padding: 0 0 0 20px;
    width: 190px;
}
.footer li
{
    margin: 0;
    padding: 0;
    width: 180px;
    color: #000;
    font-size: 1em; 
}
.footer ul
{
    list-style-type: none;
    padding-left: 10px;
}
.footer-col1 li a, .footer-col1 li a:visited, .footer-col2 li a, .footer-col2 li a:visited
{
    text-decoration: none;
    color: #000;
    font-size: 1em;
}
.footer-col1 li a:hover, .footer-col2 li a:hover
{
    text-decoration: underline;
    color: #000;
    font-size: 1em;
}
.footer-col1 *
{
    margin-top: 10px;
}
.footer-col2 *
{
    margin-top: 10px;
}
.footer p
{
    text-align: center;
    font-size: 1em;
}
