@charset "utf-8";


#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  color: #464646;
}
#pgContent h4 {
  font-size: 1.4em;
  color: #0d4677;
  margin-bottom: 0.3em;
}
#pgContent a {
  font-size: 1.2em;
  padding-left: 2em;
  padding-bottom: 1em;
  background: url(/imgs/services/healthScreening/linkArrow.gif) left 0.3em no-repeat;
}
#pgContent div.program {
  float: left;
  margin-top: 3em;
}
#pgContent div.program div {
}
#pgContent div.peds img, #pgContent div.std img{
  float: right;
}
#pgContent div.cancer img, #pgContent div.seniors img {
  float: left;
}
#pgContent div.seniors img{
  position: relative;
  width: 7.5em;
  height: 10em;
  background: #9c9d85;
  padding: 0.2em;
  border: solid 1px #000;
  margin-right: 2.5em;
}
#pgContent div.seniors div, #pgContent div.cancer div {
  float: left;
  width: 39em;
}
#pgContent div.seniors  a, #pgContent div.cancer a {
  line-height: 1.7em;
}
#pgContent div.cancer img{
  position: relative;
  margin-right: 2.5em;
  width: 6.5em;
  height: 10em;
}
#pgContent div.peds {
  margin-bottom: -1em; /*to compensate for the moving of ped's anchor*/
}
#pgContent div.peds img{
  position: relative;
  top: 2.5em;
  
  width: 20em;
  height: 7em;
  background: #9c9d85;
  padding: 0.2em;
  border: solid 1px #000;
}
#pgContent div.peds div {
  float: left;
}
#pgContent div.peds p{
  width: 24em;
}
#pgContent div.peds a {
  position: relative;
  left: 16em;
  top: -1.4em;
}
#pgContent div.std a{
  position: relative;
  left: 10em;
  top: -1.4em;
  
}
#pgContent ul li {
  padding-left: 1.2em;
  color: #001278;
  font-size: 1.1em; 
  float: left;
  margin-right: 1em;
  background: url(/imgs/global/check.gif) left 0.2em no-repeat;
}
#pgContent ul {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  float: left;
  width: 100%;
}