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

#pgContent img{
  width: 40em;
  height: 23.5em;
}
#pgContent #directionBox {
  width: 41em;
}
#pgContent h4 {
  color: #0d4677;
  font-size: 1.3em;
  background: #cfd0b7;
  padding: 0.2em;
  padding-right: 0;
  margin-bottom: 0.9em;
}
#pgContent #clinicBox {
  width: 40em;
  background: #9c9d85;
  margin-bottom: 2em;
  padding: 0.5em;
  padding-bottom: 0;
}
#pgContent #clinicBox h4 {
  color: #001278;
  font-size: 1.4em;
  margin-bottom: 0.3em;
  background: none;
  padding: 0;
}
#pgContent #clinicBox span {
  display: block;
  color: #f3f4e4;
  font-size: 1.1em;
}
#pgContent .address {
 padding: 0.5em 0;
}
#pgContent #phoneMsg {
  width: 40em;
  margin-bottom: 4em;
}
#pgContent #phoneMsg p {
  font-size: 1.1em;
}
#pgContent #phoneMsg strong {
  color: #001278;
}
#pgContent dl {
  margin-bottom: 1.5em;
  float: right;/* so the dl contains it's floated children */
  padding-left: 0.4em;/* to match the padding in the "directions" h4 */
}
#pgContent dt {
  font-size: 1.2em;
  font-weight: bold;
  color: #001278;
  margin-right: 0.5em;
  float: left;
  line-height: 1.4em;
}
#pgContent dd {
  font-size: 1.2em;
  color: #464646;
  line-height: 1.4em;
}
#pgContent p {
  font-size: 1.2em;
  color: #464646;
  line-height: 1.4em;
  margin-left: 0.4em;
  clear: right;
}
#pgContent p a {
  color: #740f10;
}

