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

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  color: #464646;
  margin-bottom: 1.5em;
}
#pgContent img {
  width: 12.5em;
  height: 9.4em;
  float: left;
  margin-right: 1em;
  margin-top: 0.5em;
  background: #9c9d85;
  padding: 0.2em;
  border: solid 1px #000;
}
#pgContent h4 {
  font-size: 1.4em;
  color: #0d4677;
  line-height: 1.7em;
  text-decoration: underline;
  margin-bottom: 0.3em;
  clear: both;
}
/********************override the rules from global css regarding anchors*****/
#pgContent h4 a {
  color: #0d4677;
}
#pgContent h4 a:hover {
}
#pgContent ul li a {
  font-weight: normal;
  color: #740f10;
  font-size: 1em;
  line-height: 1.7em;
}
/***********************************************************************/
#pgContent ul {
  float: left;
  margin-bottom: 1.5em;
}
#pgContent ul li {
  float: left;
  margin-right: 1.5em;
}
#pgContent ul #last {
  margin-right: 0;
}

.return {
  color: #740f10;
  margin-left: 0.7em;
  font-size: 0.9em;
  padding-right: 1.2em;
  background: url(/imgs/services/healthScreening/peds/upArrow.gif) right center no-repeat;
}
