@charset "utf-8";
/* CSS Document */

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  color: #464646;
  margin-bottom: 1.5em;
}
#pgContent #lastP {
  margin-bottom: 0;
}
#pgContent #questions {
  margin-bottom: 6em;
}
#pgContent #questions span {
  font-weight: bold;
  color: #aba000;
  padding-right: 0.3em;
}
#pgContent #answers {
  background: url(/imgs/global/sectionBreak.gif) center bottom no-repeat;
  padding-bottom: 3em;
  margin-bottom: 3em;
}
#pgContent #answers h4 {
  font-size: 1.4em;
  color: #0d4677;
  line-height: 1.7em;
  margin-bottom: 0.3em;
}
#pgContent #answers h4 span{
  color: #d2812a;
}
#pgContent #answers p{
}
#pgContent #answers p span {
  font-weight: bold;
  font-size: 1.16em;
  color: #d2812a;
}
#pgContent #lastP a {
  padding-right: 1.2em;
  background: url(/imgs/services/healthScreening/peds/upArrow.gif) right center no-repeat;
}
