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

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  color: #464646;
  margin-bottom: 1.5em;
}
#pgContent p + p {
  clear: left;
}
#pgContent img {
  float: left;
  margin-right: 1em;
  width: 10em;
  height: 11.3em;
  background: #9c9d85;
  padding: 0.2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border: solid 1px #000;
}
#pgContent em {
  font-style: normal;
  text-decoration: underline;
}
#pgContent a {
  color: #740f10;
  font-size: 1.1em;
  font-weight: bold;
}
#pgContent dl + p a {/ * this is to offset nesting of padding that is declard in the global css file (a[href$=.pdf] declaraction) */
  padding-right: 1.2em;
}
#pgContent dl {
  float: left;
  width: 26em;
  margin-bottom: 2em;
}
#pgContent dt {
  float: left;
  color: #001278;
  margin-right: 0.5em;
}
#pgContent dd {
  color: #d2812a;
  margin-bottom: 0.5em;
}
#pgContent h4 {
  font-size: 1.4em;
  color: #0d4677;
  margin-bottom: 1em;
  text-decoration: underline;
}
#pgContent dl + p {
  clear: both;
  margin-bottom: 0;
}
#pgContent li {
  color: #001278;
  font-size: 1.2em;
  margin-bottom: 0.3em;
  padding-left: 1.3em;
  background: url(/imgs/global/check.gif) left 0.2em no-repeat;
}
#pgContent ul {
  margin-left: 2em;
  margin-bottom: 1em;
}
#pgContent #innerList {
  margin-top: 0.5em;
  margin-left: 0;
  margin-bottom: 0;
}
#pgContent #innerList li {
  color: #001278;
  font-size: 0.9em;
  margin-left: 0.6em;
  padding-left: 1.3em;
  background: url(/imgs/global/block.gif) left center no-repeat;
}
