﻿.main-footer
{
    background-image: url(/WebResources/images/footer.png);
    background-repeat: no-repeat;
    width: 980px;
    height: 89px;
    margin: auto;
}
.main-footer a:hover
{
    text-decoration: none;
    color: #044476;
}
.leftfooter
{
    float: left;
    margin-top: 20px;
    margin-left: 25px;
    font-size: 11px;
    width: 450px;
}
.clientuilogo
{
    float: left;
    margin-right: 10px;
}
.rightfooter
{
    float: right;
    margin-right: 25px;
    margin-top: 10px;
}
.contactusnumber
{
    font-size: 11px;
    background-repeat: no-repeat;
    text-align: right;
    margin-bottom: 7px;
}
.usnumber
{
    background-image: url(/WebResources/Images/US_Icon.png);
    width: 173px;
    margin-left: 137px;
}
.internationalnumber
{
    background-image: url(/WebResources/Images/World_Icon.png);
    width: 183px;
    margin-left: 127px;
}
#LinkFooter
{
    margin: 0;
    padding: 0;
    text-align: right;
    vertical-align: middle;
}
#LinkFooter li
{
    display: inline;
    font-size: 11px;
    padding: 0px 0px 0px 4px;
    margin: 0px 0px 0px 5px;
    background-repeat: no-repeat;
    background-position: top;
    cursor: default;
}
#LinkFooter li a:hover
{
    text-decoration: none;
    color: #044476;
}
#FooterPhoneNumber
{
    padding-left: 0px;
    font-size: 11px;
    height: 17px;
    margin-bottom: 4px;
    margin-right: 3px;
    text-align: right;
}
#FooterPhoneNumber li
{
    display: inline;
    vertical-align: middle;
}
#FooterPhoneNumber li img
{
    padding: 0 5px 0 10px;
}

