﻿.footer {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 48px 0;
    overflow: hidden;
}

.group-link-container {
    position: relative;
    margin: 0 auto;
    height: 32px;
    padding-bottom: 32px;
    overflow: hidden;
}

.group-link-container ul{
    position: absolute;
    top: 0;
    left: 320px;
    width: 560px;
    overflow: hidden;
}

.group-link-container ul li:first-child {
    float: left;
    height: 30px;
    width: 220px;
    overflow: hidden;
}

.group-link-container ul li:last-child {
    float: right;
    height: 30px;
    width: 220px;
    overflow: hidden;
}

.inputbox {
    font-size: 14px;
    line-height: 30px;
    font-weight: 200;
    color: #666666;
    text-decoration: none;
    text-align: left;
    text-indent: 5px;
    display: block;
    float: left;
    height: 30px;
    width: 100%;
    border: 1px solid #CCCCCC;
}

.footer-left {
    position: relative;
    width: 30%;
    height: 128px;
    overflow: hidden;
}

.footer-left a:first-of-type {
    position: absolute;
    top: 50%;
    right: 56%;
    margin-top: -36.5px;
}

.footer-left a:last-of-type {
    position: absolute;
    top: 50%;
    right: 20%;
    margin-top: -27.5px;
}

.footer-right {
    position: relative;
    width: 30%;
    height: 128px;
    overflow: hidden;
}

.footer-right img {
    position: absolute;
    top: 50%;
    left: 20%;
    margin-top: -52.5px;
}

.footer-middle {
    width: 40%;
    height: 128px;
    overflow: hidden;
}

.footer-middle p {
    font-size: 14px;
    line-height: 32px;
    font-weight: normal;
    color: #333333;
    text-align: center;
    overflow: hidden;
}

.footer-middle p a,
.footer-middle p a:active,
.footer-middle p a:visited {
    color: #333333;
    text-decoration: none;
}

.footer-middle p a:hover {
    color: #333333;
    text-decoration: underline;
}