﻿/*** FOOTER ***/
#footer {
    text-align: center;
}

    #footer a 
    {
        color: #fff;
    }

    #footer ul {
        list-style-type: none;
    }

    #footer #top {
        margin: 0 auto;
        border-top: 1px solid #3488a7;
        border-bottom: 1px solid #4cbbe4;
        background: #42afd6 url(../home/img/bg/footer-top.png) top center no-repeat;
        height: 220px;
    }
    
        #footer #top #logos {
            width: 100%;
            color: #fff;
            font-size: 14px;
            text-align: center;
            height: 60px;
            line-height: 60px;
            margin-top: 28px;
            margin-bottom: 0;
            padding-bottom: 8px;
        }
        
            #footer #top #logos img {
                display: inline;
            }
            
            #footer #top #logos span {
                padding: 0 20px;
            }
            
        #footer #top ul#footer-links {
            padding: 0;
            margin: 0;
        }
        
            #footer #top ul#footer-links li {
                display: inline;
                padding: 0 19px;
            }
            
                #footer #top ul#footer-links li a {
                    font-size: 14px;
                    border-bottom: 1px dotted #fff;
                    color: #fff;
                }
                
                #footer #top ul#footer-links li a:hover {
                    border-bottom: 0;
                    text-decoration: none;
                }
                
    #footer #middle {
        background-color: #2c94ba;
        border-top: 1px solid #217a98;
        border-bottom: 1px solid #217a98;
        overflow: auto;
    }
    
        #footer #middle #middle-links {
            width: 370px;
            margin: 0 auto 15px auto;
            padding-top: 28px;
            overflow: auto;
            padding-left: 15px;
        }
        
            #footer #middle #middle-links #contact {
                width: 220px;
                float: left;
                text-align: left;
                padding-right: 6px;
                margin-top: 10px;
            }
            
                #footer #middle #middle-links #contact ul {
                    padding: 0;
                    margin: 0;
                }
            
                    #footer #middle #middle-links #contact ul li {
                        color: #fff;
                        font-size: 14px;
                        padding: 16px 0;
                        border-bottom: 1px solid #1d7fa1;
                        list-style-type: none;
                        margin: 0;
                    }
                    
                    #footer #middle #middle-links #contact ul li.last {
                        border-bottom: 0;
                    }
            
                #footer #middle #middle-links #contact h3 {
                    padding: 0;
                    margin: 0 0 15px 0;
                    font-size: 18px;
                    color: #fff;
                    text-align: left;
                }
            
            #footer #middle #middle-links ul#other-links {
                background: url(../home/img/bg/other-links.png) top left no-repeat;
                float: right;
                width: 130px;
                margin: -15px 0 0 0;
                padding-top: 15px;
                padding-bottom: 15px;
                text-align: left;
            }
            
                #footer #middle #middle-links ul#other-links li {
                    padding: 5px 0;
                    margin-left: 30px;
                    margin-top: 0;
                    margin-bottom: 0;
                    list-style-type: none;
                }
                
                    #footer #middle #middle-links ul#other-links li a {
                        color: #fff;
                        font-size: 12px;
                    }
                    
    #footer #bottom {
        background-color: #3c9ec1;
        border-top: 1px solid #4cbbe4;
        font-size: 12px;
        color: #fff;
    }
    
#footer a.trysmall {
    background: url(/images/buttons/footerbtn.png) no-repeat;
    display: block;
    width: 169px;
    height: 51px;
    margin: 0 auto 15px auto;
}

#footer a.trysmall:hover 
{
    background: url(/images/buttons/footerbtn.png) 0 -51px no-repeat;
}

    #footer a.trysmall span {
        position: absolute;
        top: -5000px;
    }