/* VIDEO BOX */

.pressvideobox {
  width:196px;
  float:right;
  clear:right;
  margin:0 0 1em 1em;
}
/* borders and padding should be applied to the inner div to get around the IE6 box model problem */
.pressvideobox div {
  border:1px solid #454545;
  padding:12px;
  background-color:#e3ecf7;
  text-align:center;
}
.pressvideobox img {
  border:none;
  margin:0.5em 0; /* small amount of space after the image */
}
.pressvideoboxcaption {
  font-weight:bold;
}

/* ADDITIONAL MATERIALS BOX -- use this when there are enforcement materials associated with a press release */

.pressaddmatsbox h3 {
  margin:0.5em 0;
}
.pressaddmatsbox ul {
  margin:0.5em 0 0.5em 1.25em;
  padding-left:0;
  list-style-image:url(/images/arrowright_dkblue.gif);
}
.pressaddmatsbox hr {
  height:1px;
  background-color:#454545;
  color:#454545;
  border:none;
  margin:0;
  padding:0;
}

/* PHOTO BOX */

div.pressphotobox {
  width:196px;
  float:right;
  clear:right;
  margin:0 0 1em 1em;
}
div.pressphotobox div {
  border:1px solid #454545;
  padding:12px;
  background-color:#e3ecf7;
  text-align:center;
}
div.pressphotobox p {
  margin:0.5em 0;
  font-size:9pt;
}
div.pressphotobox blockquote {
  margin:0.5em 0;
}
div.pressphotobox p#quote {
  text-align:left;
}
div.pressphotobox p#speaker {
  font-weight:bold;
  text-align:right;
}
