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


 Blueprint CSS Framework 1.0
 http://blueprintcss.org

   * Copyright (c) 2007-Present. 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.

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

/* print.css */
/*body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, 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;visibility:hidden;}
/*h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}*/
code {font:.9em "Courier New", Monaco, Courier, monospace;}
a img {border:none;}
p img.top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.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%;}

body {
	background: none; 
}

/* Hide some things outright */
#header,
#footer ul,
#localnav,
#sidebar,
#primary,
#banner,
#secondary,
#right,
#border {
	display: none !important;
}

#footer .footerCopyright {
	display: block;
	color: #000;
}

/* Don't limit layout */
#wrapper,
#copy,
#content,
#main {
	width: auto !important;
	margin: 0 !important
}

#main {
	float: none !important;
	min-height: 0;
}

#columns {
	margin: 0;
}

body #content {
	padding: 0;
}

#content {
	padding-bottom: 10px;
}

#footer {
	margin: 0;
}

body {
	font-size: 100%;
}

p {
	color: #000 !important;
	font-size: 100% !important;
}

.csc-firstHeader {
	font-size: 2em;
	color: #000;
}

/* Home page (special case) */

body.home #flash {
	display: none;
}

body.home #home-columns {
	background: none;
	padding: 0;
}

body.home #home-columns .two {
	display: none;
}

body.home #home-columns .column ul {
	margin-left: 0 !important;
}

body.home #home-columns .column,
body.home #home-columns .ethics,
body.home #home-columns .white,
body.home div.news {
	margin-left: 0 !important;
	float: none !important;
	width: auto !important;
	min-height: 1px !important;
}

body.home .column em,
body.home .column a,
body.home .column span.date {
	display: inline !important;
	float: none !important;
	padding: 0 !important;
}

body.home .column span.date,
body.home div.news em {
	padding-right: 5px !important;
}

body.home .column .seemore,
body.home .column .learnmore {
	display: none !important;
}
#footer { 
	border: 0;
	padding-top: 10px;
}
#footer #footer-content {
	margin: 0;
	width: auto;
}

#footer #footer-content .contact {
	text-align: left;
	float: none;
	display: block;
}
