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

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  margin-bottom: 1em;
  color: #464646;
}
#pgContent div#titleWrap + p {
  margin-bottom: 2em;
  clear: both;
}
#pgContent li {
  color: #001278;
  font-size: 1.1em;
  margin-bottom: 0.3em;
}
#pgContent .services {
  width: 23em;
  margin-bottom: 1.5em;
  float: left;
  margin-right: 1em;
}
#pgContent .second {
  margin-right: 0;
}
#pgContent .services li {
  padding-left: 1.2em;
  background: url(/imgs/global/linkArrow.gif) left 0.2em no-repeat;
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 1.2em;
}
#pgContent .services a {
  color: #740f10;
  text-decoration: none;
}
#pgContent .services a:visited {
  color: #001278;
  
}
#pgContent .services a:hover {
  color: #001278;
  text-decoration: underline;
}
#pgContent img {
  width: 20em;
  height: 13.3em;
  background: #9c9d85;
  padding: 0.2em;
  border: solid 1px #000;
}
#pgContent #clinicalStaff {/* middle ul */
  padding-left: 2em;
  margin-right: 2em;
  margin-bottom: 1.8em;
  float: left;
  width: 20em;
} 
#pgContent #clinicalStaff li {/* middle ul list items */
  padding-left: 1.2em;
  background: url(/imgs/global/check.gif) left 0.2em no-repeat;
}
#pgContent h4 {
  font-size: 1.3em;
  color: #0d4677;
  margin-bottom: 1em;
  clear: both;
}
#pgContent h4 + p {
  margin-bottom: 1.5em;
}
#lastList {
  margin-left: 2em;
}
#lastList li {
  padding-left: 1em;
  background: url(/imgs/global/arrow.gif) left 0.3em no-repeat;
}
#pgContent img + p {
  clear: left;
}