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

   Project Name:
			
   Filename: print.css
			
			Author: Cory Schadt | Cornerstone Technologies
			
----------------------------------------------------------------------- */

body {
	line-height:1.5;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color:#000;
	background:none;
	font-size:10pt;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
}

img {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
}
a img {
	border:none;
}
blockquote {
	margin:1.5em;
	padding:1em;
	font-style:italic;
	font-size:.9em;
}
a:link, a:visited {
	background:transparent;
	font-weight:700;
	text-decoration:underline;
	color: #666666;
}
a:link:after, a:visited:after {
	content:" (" attr(href) ") ";
	font-size:90%;
}
#wrapper {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#masthead {
	display: none;
}
#banner {
	display: none;
}
#primary-nav-wrapper {
	display: none;
}

#content-wrapper {
	background-image: none;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navigation {
	display: none;
}
#content-main {
	width: 100%;
}
#sidebar {
	display: none;
}
#footer {
	display: none;
}

#footer-links {
	display: none;
}
#print-header  h5 {
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: silver;
	font-size: 1.5em;
	display: block;
}
#print-footer p {
	font-size: 0.8em;
	padding-top: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: silver;
	display: block;
}
.red {
	color: #FF0033;
}
