﻿#footer
{
    width: 100%;
    height: 51px;
    background-color: #e6f0d7;
    position: relative;
    visibility: hidden;
    min-width: 1070px;
}

/*For IE*/
* html #footer
{
	width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1071?'1070px':'100%');  
}

#footerleft
{
    position: absolute;
    top: 21px;
    left: 7px;
    font-family: Arial;
    font-size: 11px;
}

#footerleft a
{
    color: Black;
    text-decoration: none;
}

#footerleft a:hover
{
    text-decoration: underline;
}







#footerlogo
{
    background-color: #3b3c3b;
    float: left;
    padding-top: 7px;
    padding-left: 14px;
    padding-right: 14px;
    text-align: center;
    width: 67px;
}

#footertitle
{
    padding-top: 3px;
}

#footertitle a
{
    color: #76A933;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

#footerphone
{
    color: white;
    font-family: Arial;
    font-size: 11px;
}

#footerright
{
    position: absolute;
    color: White;
    height: 37px;
    top: 9px;
    right: 7px;
    width: 197px;
    text-align: center;
    font-family: Arial;
    font-size: 11px;
}

#footerbanner
{
    position: absolute;
    top: 12px;
    width: 88px;
    height: 31px;
}

#footerright a
{
    color: White;
    text-decoration: none;
}
