/* This contains css that can't over-write the old CSS until we "go live" */
body {
  background: #030407 url();
}

a {
  color: #d90006;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #d90006;
  text-decoration: underline;
}


#newfooter {
  background: url('../images/site/HeroHQ2_BaseBack.jpg') no-repeat 50% 100%;
  padding: 25px 0;
  width: 100%;
  clear: both;
}
#Blog #newfooter {
  background: none;
}

#newfooter_menu {
  background: transparent url('../images/site/FooterLine.png') no-repeat 50% 100%;
  text-align: center;
  width: 100%;
  padding: 5px 0 10px 0;
  margin: 20px 0 10px 0;
}
#newfooter_menu a {
  margin: 0 10px;
}
#newfooter_logos {
  text-align: center;
  width: 100%;
  padding: 0 0 0 0;
}
#newfooter_logos img {
   vertical-align: bottom;
   margin: 0 8px;
}
#wrapper {
 margin-bottom: 20px;
}
#TheRest {
  background: url('../images/site/HeroHQ2_Back.jpg') no-repeat 50% 0;
}
#HeaderBlock {
 text-align: center;
 margin: 0 0 20px  0;
}

