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

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  margin-bottom: 1em;
  color: #464646;
}
#pgContent ul + p {
  margin-bottom: 0;
}
#pgContent img {
  float: left;
  display: block;
  position: relative;
  top: 0.5em;
  margin-right: 1.5em;
  margin-bottom: 1.8em;
  width: 12.5em;
  height: 9.4em;
  background: #9c9d85;
  padding: 0.2em;
  border: solid 1px #000;
}
#pgContent h4 {
  font-size: 1.4em;
  color: #0d4677;
  margin-bottom: 0.8em;
  clear: both;
}
#pgContent ul {
  margin-bottom: 1.2em;
}
#pgContent li {
  color: #001278;
  font-size: 1.1em;
  margin-bottom: 0.3em;
  padding-left: 1.2em;
  background: url(/imgs/global/check.gif) left 0.2em no-repeat;
}
#pgContent .serviceList {
  float: left;
  margin-right: 4em;
}
#pgContent .serviceList li {
  font-size: 1.2em;
  padding-left: 1.2em;
  margin-bottom: 0.5em;
  background: url(/imgs/global/linkArrow.gif) left 0.2em no-repeat;
}
#pgContent .second {
  margin-right: 0;
}
#pgContent .serviceList a {
  text-decoration: none;
}
#pgContent .serviceList a:hover {
  text-decoration: underline;
}

