﻿#footNav ul
{
    text-align: center;
    margin: 10px 0px 10px 0px;
}

#footNav li
{
    float: left;
    float: none;
    display: inline;
}

#foot .copyRight
{
    font-size: 12px;
    padding-top: 5px;
    line-height: 30px;
    text-align: center;
    border-top: solid #888888 3px;
}
#foot #footNav a
{
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}


#foot #serviceNav
{
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    padding: 5px 5px 5px 5px;
    border: 1px solid #c2d4d6;
    background-color:#f6f6f6;
    background-repeat: repeat-x;
}

#foot #serviceNav .t1
{
    font-size: 14px;
    font-weight: bold;
    color: red;
}

#foot #serviceNav .t2
{
    font-size: 12px;
    font-weight: bold;
    color: red;
}

#friendLink a
{
    color: #666666;
    line-height:18px;
    text-align:left;
    
}

