/* -----------------------------------------------------------------------

	 Project Name: CanElson
			
	 Filename: print.css
			
	 Author: Cory Schadt | Cornerstone Technologies
			
----------------------------------------------------------------------- */

body {
	line-height:1.5;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#000;
	background:none;
	font-size:10pt;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
}
h1 {
	font-size:16pt;
	line-height:1;
	margin-bottom:0.7em;
	color: #3D8E33;
	padding-bottom: 0.7em;
}
h2 {
	font-size: 15pt;
	color: #527d97;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
}
h3 {
	font-size:14pt;
	line-height:1;
	margin-bottom:1em;
}
h5.print {
	font-size: 20pt;
	font-weight: normal;
	color: #333333;
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #133C5C;
	display: block;
	margin-bottom: 25px;
}
h6.print {
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	line-height: 14pt;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #133C5C;
	padding-top: 15px;
	display: block;
}
img {
	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;
}
a:link:after, a:visited:after {
	content:" (" attr(href) ") ";
	font-size:90%;
}
#wrapper, #content {
	width: 100%;
}

#masthead, #banner, #sidebar, #footer, .skip-nav {
	display: none;
}
