#footerwrap {
  float: left;
  width: 100%;
  z-index: 10;
  text-transform: uppercase;
  
  font-size: 90%;
  background: none;
  
  
  border-bottom: none;
  
  border-top: none;
  
  color: #333333 !important;
  margin: 0;
}
#footerwrap p {
  color: #333333 !important;
}
#footerwrap a {
  
  color: #333333;
  border-bottom: 4px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#footerwrap a:hover {
  
  color: #ae1828;
  background: none;
  text-decoration: none;
}
#footerwrap ul {
  list-style-type: none;
}
#footerwrap li {
  float: left;
  margin: 0 3% 0 0;
  margin: 0;
}
#footerwrap h1,
#footerwrap h2,
#footerwrap h3,
#footerwrap h4,
#footerwrap h5,
#footerwrap h6 {
  color: inherit;
}
#footerwrap .container {
  
  background: none;
  
  border-top: none;
  
  border-bottom: none;
  
  margin-top: 0px;
  margin-bottom: 0;
  padding: 12px 20px!important;
}
#footerwrap .container ul {
  margin: 0;
}
#footerwrap .zen-module-title {
  background: none !important;
}
#footerwrap .moduletable {
  padding-bottom: 0;
  margin-bottom: 0;
}

#zen-copyright {
  float: right;
  text-transform: uppercase;
  color: #999;
  padding-right: 60px;
  font-size: 85%;
  line-height: 3.6em;
}