/* Get Help page styles for JASA site  */



/* MISSION STATEMENT */
#divmission {
  position: absolute;
  left: 184px;
  top: 7px;
  z-index: 5;
}
#divmission p {
  margin: 0px;
}



/* GET HELP BUTTON */

#divhelpbutton {
  position: absolute;
  left: 571px;
  top: 0px;
  z-index: 10;
}
#divhelpbutton p {
  margin: 0px;
}



/* SERVICES BUTTON */

#divservicesbutton {
  position: absolute;
  left: 806px;
  top: 0px;
  z-index: 10;
}
#divservicesbutton p {
  margin: 0px;
}



/* CONTENT AREA OF PAGE - includes text content and footer */
#divcontent {
  position: absolute;
  left: 167px;
  top: 65px;
  width: 794px;
  z-index: 5;
}



/* TEXT CONTAINER */

#divtext {
  padding: 22px 14px 5px 22px;
  width: 758px;
  min-height: 435px;
  border: 1px solid #eaa303;
  border: 1px solid #fcaf03; /* brighter, used around secondary nav buttons on other pages */
  background-color: #ffffff;
}
#divtext h1 {
  font-family: Arial, Lucida, Helvetica, sans-serif;
  font-size: 1.10em;
  line-height: 100%;
  color: #04559a;
  margin-bottom: 14px;
}
#divtext h2 {
  font-family: Arial, Lucida, Helvetica, sans-serif;
  font-size: 0.85em;
  line-height: 140%;
  color: #04559a;
  margin-bottom: 6px;
}
#divtext p, #divtext li {
  font-family: Georgia, "Century Schoolbook L", "Times New Roman", Times, serif;
  font-size: 0.80em;
  line-height: 140%;
  color: #04559a;
}
#divtext ul {
  padding-left: 0.5em;
  margin-left: 0.5em;
}
#divtext p.prelist {
  margin-bottom: 4px;
}
#divtext a,
#divtext a:link {
  color: #04559a;
  text-decoration: underline;
}
#divtext a:visited {
  color: #04559a;
  text-decoration: underline;
}
#divtext a:active,
#divtext a:hover,
#divtext a:focus {
  color: #ff6c00;
  text-decoration: underline;
}



/* FOOTER (footer common styles in jasa.css) */

#divfooter {
  width: 634px;
  position: relative;
  padding: 13px 94px 39px 13px;
}
#divwjalogo {
  position: absolute;
  left: 696px;
  top: 10px;
  z-index: 5;
}
