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

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  color: #464646;
  margin-bottom: 3em;
}
.CDMprogram {
  width: 41.5em;
  float: right;
  padding-bottom: 1.5em;
  background: url(/imgs/services/CDM/dottedLine.gif) left bottom repeat-x;
}
#pgContent .CDMprogram p {
  margin-bottom: 0;
}
.CDMprogram h4 {
  font-size: 1.2em;
  color: #0d4677;
  float: left;
  line-height: 1.7em;
  padding-right: 1em;
}
.CDMprogram a {
  color: #740f10;
  font-size: 1.1em;
  line-height: 1.7em;
  padding-left: 2em;
  padding-bottom: 1em;
  background: url(/imgs/services/CDM/linkArrow.gif) left 0.3em no-repeat;
}
.CDMbox:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.CDMbox {
  margin-bottom: 1.5em;
}
#lastBox {/* to remove the background image and padding/margins from last program */
  margin-bottom: 0;
  background: none;
  padding-bottom: 0;
}
.CDMbox img {
  background: #9c9d85;
  padding: 0.2em;
  margin-top: 0.5em;
  border: solid 1px #000;
  width: 5em;
  height: 5em;
}
.CDMbox img#aidsRibbon {
  background: none;
  padding: 0;
  border: none;
  margin-left: 0.7em;
  margin-top: 1em;
}
.lastCDM {
  margin-bottom: 0;
}