/* Get Help page styles for JASA site  */



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



/* SERVICES BUTTON */

#divservicesbutton {
  position: absolute;
  left: 589px;
  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 p, #divtext li {
  font-family: Georgia, "Century Schoolbook L", "Times New Roman", Times, serif;
  font-size: 0.80em;
  line-height: 140%;
  color: #04559a;
}
#divtext p.caption {
  color: #04559a;
}
#divtext p.caption img {
  margin-bottom: 4px;
}
#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;
}
#divtext img.blueborder {
  border: 1px solid #9dc0d3;
}
#divtext img.goldborder {
  border: 1px solid #eaa303;
}

/* contact info and reach out blurb */
#divtext p.contact {
  margin-right: 12px;
	margin-bottom: 0px;
}
#divtext p.closeasthetelephone {
  font-family: Arial, Lucida, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.80em;
	margin-bottom: 0px;
}
#divtext span.reachout {
  color: #ff6c00;
}



/* TEXT COLUMNS */

#divcolumn1 {
  float: left;
  width: 548px;
}
#divcolumn2 {
  float: right;
  width: 170px;
  padding: 0px 0px 5px 18px;
  border-left: 1px solid #b3cce1;
}



/* 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;
}
