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

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  color: #464646;
  margin-bottom: 1.5em;
}
#pgContent a {
  color: #7f0e0c;
  font-weight: bold;
}
#pgContent ul {
  float: right;
  padding-right: 2em; /* padding instead of margin to prevent double-margin float bug in IE*/
  margin-top: 1.5em;
}
#pgContent li {
  color: #001278;
  font-size: 1.2em;
  margin-bottom: 1.8em;
  padding-left: 1.3em;
  background: url(/imgs/global/check.gif) left 0.2em no-repeat;
}
#pgContent img {
  width: 12.5em;
  height: 9.4em;
  margin-left: 1em;
  background: #9c9d85;
  padding: 0.2em;
  border: solid 1px #000;
  display: block;
}
#pgContent ul + img {
  margin-bottom: 0.5em;
}
#pgContent img + img {
  margin-bottom: 1.5em;
}
