﻿#footer {
  background: #222;
  color: #eee;
  text-align: center;
  font-size: 12px;
  padding-bottom: 15px;
  border-top: #000 solid 1px;
  clear: left;

}

  #footer a {
    color: #fff;
    text-decoration: none;
  }

    #footer a:hover {
      color: #FFFF66;
    }

.footerBanner {
  float: left;
}

#new-footer-inner {
  width: 1400px;
  margin: 0 auto;
}

  #new-footer-inner strong {
    color: #fff;
    font-weight: normal;
  }

#new-footer-inner-left {
  float: left;
  width: 550px;
  text-align: left;
  padding: 20px 0px;
}

#new-footer-inner-center {
  float: left;
  width: 150px;
  text-align: left;
  padding: 20px 0px;
}

#new-footer-inner-right {
  float: left;
  width: 350px;
  text-align: right;
  padding: 20px 0px;
}

#new-footer-inner-1,
#new-footer-inner-2,
#new-footer-inner-3,
#new-footer-inner-4,
#new-footer-inner-5,
#new-footer-inner-6,
#new-footer-inner-7 {
  float: left;
  width: 200px;
  margin-top: 30px;
  color: #ccc;
  text-align: center;
}

  #new-footer-inner-1 address,
  #new-footer-inner-2 address,
  #new-footer-inner-3 address,
  #new-footer-inner-4 address,
  #new-footer-inner-5 address,
  #new-footer-inner-6 address,
  #new-footer-inner-7 address {
    text-align: left;
    width: 185px;
    margin: 0 auto;
    font-style: normal;
  }

  #new-footer-inner-1 img,
  #new-footer-inner-2 img,
  #new-footer-inner-3 img,
  #new-footer-inner-4 img,
  #new-footer-inner-5 img,
  #new-footer-inner-6 img,
  #new-footer-inner-7 img {
    margin-bottom: 5px;
    width: 185px;
    border: 1px #666 solid;
  }