/*******************************************************************************
 * print.css -  styles for use with print media
 ******************************************************************************/

/* Site structure ----------------------------------------------------------- */

#header {
  border: 1px solid #8695AA;
  min-height: 110px;
  margin-bottom: 10px;
}
#logo {
  float: left;
}
/*#strap {
  display: none;
}*/
#info {
  margin: 35px 16px 16px auto;
  font-size: 0.7em;
}
#txtSize {
  display: none;
}
#search {
  display: none;
}
#nav {
  display: none;
}
#subnav {
  display: none;
}
#footer ul {
  display: none;
}

/* Forms -------------------------------------------------------------------- */

.select {
  min-height: 23px;
}
.yellowBox select, .yellowBorderBox select {
  width: 216px;
  margin-top: 8px;
}

/* Generic Classes ---------------------------------------------------------- */

.hozDivider {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E8ECF1;
}
.vertDivider {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #D3DAE5;
}
.shadow {
  display: none;
}
blockquote.thin { /* quote in thin right/left hand column */
  margin: 0 18px 0 5px;
}
blockquote.thin p {
  padding: 11px 20px;
  font-size: 0.75em;
  color: #10366E;
}
blockquote.wide { /* quote in wide column */
  margin: 0 70px 0 70px;
}
blockquote.wide p {
  padding: 0 22px 0 37px;
  font-size: 0.8em;
  font-weight: bold;
  color: #10366E;
}
.citationThin { /* citation under quote in thin right/left hand column */
  margin: 0 0 0 25px;
  font-style: italic;
  font-size: 0.7em;
}
.citationWide { /* citation under quote in wide column */
  margin: 0 0 0 107px;
  font-style: italic;
  font-size: 0.8em;
}
.blueText {
  color: #10366E;
}
.redText {
  color: #FF3300;
}
.indent { /* indented text */
  margin-left: 12px;
}
.resultImgLeft { /* like imgLeft, but more padding - for search results page */
  float: left;
  margin: 2px 50px 5px 2px;
}
/* Boxes and styles for box contents */
.box {
  margin-bottom: 12px;
}
.blueBox {
  border: 2px solid #EBEEF3;
  margin-bottom: 12px;
  padding: 6px;
}
.blueBox .blueBox {
  /* Inner box doesn't have a bottom margin */
  margin-bottom: 0;
}
.blueBox .vertDivider {
  float: left;
  width: 187px;
  padding-bottom: 4px;
}
.blueBox .last {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.yellowBox {
  border: 4px solid #FFF9BB;
  margin-bottom: 12px;
  padding: 16px 12px 14px 12px;
}
.yellowBox .hozDivider {
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: 1px solid #FDED90;
}
.yellowBorderBox {
  border: 4px solid #FFF9BB;
  margin-bottom: 12px;
  padding: 10px;
}
.halfWidth { /* for boxes half the width of the page */
  min-height: 215px;
}
.strap { /* for boxes used as thin straps (such as search results strap) */
  padding: 8px 12px 8px 12px;
}
.strap p {
  margin: 0;
}


