/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* no print */
.slideshow {display:none;}
#content #rightcol {display:none;}
#content #leftcol {display:none;}
#footer #footerlinks {display:none;}
#footer #tagline a {display:none;}
#footer {border-top:1px solid #000; border-bottom:1px solid #000; height:25px; text-align:center; padding:6px 0px 0px 65px; margin:0px;}
#footer .print-locate {width:250px; height:19px; margin:0px auto;}
#content #bodycopy { font-size:.9em; margin-left:65px;}
#content div.breadcrumbs {clear:both; text-transform:lowercase; margin-top:-20px; border-top:1px solid #000; border-bottom:thin solid #000; margin-left:-65px; padding-left:65px; padding-top:5px; padding-bottom:5px;}
#content .breadcrumbs a {text-decoration:none; color:#000;}
#content .breadcrumbs a:after {content:" > "; font-size:90%; text-decoration:none;}
#content .breadcrumbs li.lastchild a:after {content:"  "; font-size:90%; text-decoration:none; font-weight:bold;}
#content .breadcrumbs li {display:block; float:left; margin:0px 0px 0px 3px; font-weight:normal;}
#content .breadcrumbs li a {font-weight:normal;}
#content .breadcrumbs li.lastchild a {font-weight:bold;}
#content .breadcrumbs ul {padding:0px; margin:0px;}
#header h2 {display:none;}
#header h1 { width:316px; height:36px; display:none;}
#header small {position:absolute; left:300px; top:30px; display:none;}
#header {background:url('/_shared/images/logo_print.gif'); display:block; height:110px;}
#header a:after {content:" ";}
#header .print-logo {width:400px; height:64px;}
table {border:1px solid #aaa; padding-left:10px;}
.print-locate {}
.container {}
.iblock {display:none;}

/* print.css */
body {line-height:1.5;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;color:#000;background:none;font-size:10pt;}
.container {background:none;}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;}
h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
code {font:.9em "Courier New", Monaco, Courier, monospace;}
img {float:left;margin:1.5em 1.5em 1.5em 0;}
a img {border:none;}
p img.top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}
a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
a:link:after, a:visited:after {content:" (" attr(href) ") ";font-size:90%; text-decoration:none;}