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

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  color: #464646;
  margin-bottom: 1em;
}
#pgContent #lastP {
  margin-bottom: 0;
}
#pgContent img {
  
  float: left;
  clear: left;
  margin-right: 1em;
  margin-bottom: 2em;
  width: 16em;
  height: 10.6em;
  background: #9c9d85;
  padding: 0.2em;
  border: solid 1px #000;
}
#pgContent #titleWrap + img {
  position: relative;
  top: 0.4em;
  width: 16em;
  height: 9.7em;
}
#pgContent h4 {
  font-size: 1.4em;
  color: #0d4677; 
  margin-bottom: 0.5em;
  clear: left;
}
#pgContent .noClearLeft {
  clear: none;
  padding-top: 0.5em;
}
#pgContent ul {
  margin-bottom: 1.2em;
}
#pgContent ul#providesList {
  float: left;
  margin-bottom: 0;
}
#pgContent li {
  color: #001278;
  font-size: 1.1em;
  margin-bottom: 0.4em;
  padding-left: 1.3em;
  background: url(/imgs/global/check.gif) left 0.3em no-repeat;
}
