/* 
    Document   : default
    Created on : Jul 3, 2012, 9:15:55 AM
    Author     : Lee Averbeck
    Description:
        Purpose of the stylesheet follows.
*/

#HeaderSub {
  background: #685c53;
  position: relative;
  }
#HeaderSub img {
  display: block;
  border: 0;
  margin: 0 auto;
  }
#HeaderSub h1 {
  position: absolute;
  top: 30%;
  left: 10%;
  width: 20%;
  font-size: 24px;
  line-height: 1.3em;
  color: #fff;
  font-weight: 700;
  }

@media screen and (max-width: 1000px) {
#HeaderSub h1 {
  top: 10%;
  left: 5%;
  width: 30%;
  }
}
@media screen and (max-width: 775px) {
#HeaderSub h1 {
  top: 5%;
  left: 2%;
  width: 35%;
  font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
#HeaderSub h1 {
  position: static;
  width: 90%;
  padding: 10px 0 10px 5%;
  }
}
