html { height: 100%; padding: 0; margin: 0; }
body {
  background-color: #f5edac;
  height: 100%;
  padding: 0;
  margin: 0; 
  font-family: myriad, arial, sans serif;
  font-size: 12px;
}

#page {
  width: 800px; 
  margin: auto; 
  border-left: solid 1px #c2c2c2; 
  border-right: solid 1px #bab483;
  background-image: url(/images/header-top.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 76px;
  position: relative;
  background-color: white;
}

#navigation {
  background-image: url(/images/header-bottom.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  height: 50px;
  text-align: right;
  z-index: 2;
}

#navigation img {
  border-style: none;
  border-width: 0;
}

#footer {
  background-image: url(/images/footer-bg.jpg);
  height: 25px;
  background-color: white;
  text-align: center;
  margin-top: 20px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

#footer p {
  padding-top: 5px;
  margin: 0;
}

a, a:link, a:visited {
  color: blue;
}

#footer a, #footer a:link, #footer a:visited {
  color: white;
}

#images {
  position: absolute;
  background-color: white;
  top: 116px;
  left: 0;
}

#images #images-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 133px;
  overflow: hidden;
  background-color: white;
}

#images #images-2 {
  position: absolute;
  top: 0px;
  left: 200px;
  width: 200px;
  height: 133px;
  overflow: hidden;
  background-color: white;
}

#images #images-3 {
  position: absolute;
  top: 0px;
  left: 400px;
  width: 200px;
  height: 133px;
  overflow: hidden;
  background-color: white;
}

#images #images-4 {
  position: absolute;
  top: 0px;
  left: 600px;
  width: 200px;
  height: 133px;
  overflow: hidden;
  background-color: white;
}

.q1 {
  position: absolute;
  width: 99px;
  height: 66px;
  top: 0;
  left: 0;
}

.q2 {
  position: absolute;
  width: 99px;
  height: 66px;
  top: 0;
  left: 101px;
  background-position: -100px 0;
}

.q3 {
  position: absolute;
  width: 99px;
  height: 66px;
  top: 68px;
  left: 0;
  background-position: 0 -66px;
}

.q4 {
  position: absolute;
  width: 99px;
  height: 66px;
  top: 68px;
  left: 101px;
  background-position: -100px -66px;
}

#content {
  padding: 133px 10px 0 10px;
  background-color: white;
  font-family: verdana, arial, sans serif;
}

h1 {
  font-family: Comic Sans MS;
  margin: 0 0 10px 0;
  font-weight: normal;
  font-size: 21px;
}

h2 {
  font-family: Comic Sans MS;
  margin: 0 0 5px 0;
  font-weight: normal;
  font-size: 19px;
}

h3 {
  font-family: Comic Sans MS;
  margin: 0 0 5px 0;
  font-weight: normal;
  font-size: 17px;
}

.hr {
  border-bottom: solid 1px #c4c4c4;
}

#contact-box {
  background-image: url(/images/contact-ppa-box.gif); 
  width: 426px; 
  height: 55px; 
  position: relative;
}

#contact-box div#contact-box-1 {
  height: 48px; 
  display: block;
  margin: 0; 
  padding: 0; 
  position: absolute; 
  background-image: url(/images/contact-ppa-box.gif);
}

#contact-box div#contact-box-2 {
  padding: 12px 20px 5px 180px; 
  font-size: 10px;
}

img {
  behavior: url(/css/iepngfix.htc);
}

#mapEvans img, #mapDowntown img {
  behavior: none;
}

#homepage-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  height: 115px;
  z-index: 3;

}

#homepage-link-2 {
  position: absolute;
  top: 5px;
  right: 25px;
  z-index: 3;
  color: white;
  text-decoration: none;
}

#homepage-link-2 span {
  text-decoration: underline;
}

#homepage-link span {
  display: none;
}

input, textarea {
  font-family: verdana, arial, sans serif;
}