/*

Savanna Energy
General Print Styles
Created by Cory Schadt
cory@cs-tech.com

*/

/*------------------------- General Selectors -------------------------*/
html, body {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color: #FFFFFF; /* BG colour of the CMS editor */
	color: #000000;
	line-height: 1.3em;
	text-align: left;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	text-decoration: none;
	display: none;
}
a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	padding: 0;
	line-height: 1.4;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.3em;
	margin-left: 0;
}
a img {
	border: 0;
}
ul, ol {
	margin: 0 0 1.5em 30px;
	padding: 0;
}
ul ul, ol ol {
	font-size: 100%;
	margin: 0.40em 0 0.80em 10px;
}
ul li, ol li {
	line-height: 1.5;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table, td {
	font-size: 100%;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
blockquote {
	color: #666;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted #000;
}
hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", verdana, arial;
}
h1 {
	color: #000000;
	padding: 0;
	font-size: 16pt;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
}
h2 {
	margin: 0 0 0.60em;
	padding: 0;
	color: #323131;
	font-size: 16pt;
	font-weight: normal;
}
h3 {
	margin: 0 0 0.60em;
	padding: 0;
	color: #000000;
	font-size: 14pt;
	font-weight: normal;
}
h4 {
	margin: 0 0 0.60em;
	padding: 0;
	color: #666666;
	font-size: 13pt;
	font-weight: normal;
}
h5 {
	margin: 0 0 0.60em;
	padding: 0;
	color: #000000;
	font-size: 13pt;
	font-weight: normal;
}
h6 {
	margin: 0 0 0.60em;
	padding: 0;
	color: #666666;
	font-size: 13pt;
	font-weight: normal;
}
table td p, table td h1, table td h2, table td h3, table td h4, table td h5, table td h6 {
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	}
#print-masthead {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #7C4B4A;
	display: block;
	text-transform: uppercase;
}
#print-masthead h1 {
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#masthead {
	background-image: url(../images/masthead-bg.gif);
	height: 101px;
	display: none;
}
#nav-wrapper {
	height: 30px;
	background-image: url(../images/nav-bg.gif);
	margin: 0px;
	padding: 0px;
	background-position: bottom;
	background-color: #B8B5B3;
	display: none;
}
#banner {
	background-image: url(../images/banner.jpg);
	height: 265px;
	margin: 0px;
	padding: 0px;
	display: none;
}
#home-subnav {
	height: 143px;
	display: none;
}
#content-home {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#content-about-wrapper {
	background-color: #FFFFFF;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#content-about {
	margin-top: 30px;
	width: 100%;
	background-color: #FFFFFF;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	background-color: #FFFFFF;
	display: none;
}
#footer ul {
	text-align: center;
	font-size: 11px;
}
#footer li {
	display: inline;
	padding-right: 45px;
	padding-left: 45px;
	color: #FFFFFF;
}
#footer li a {
	color: #FFFFFF;
}
#footer li a:hover {
	text-decoration: underline;
}
#print-footer {
	padding-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 12pt;
	text-align: center;
	display: block;
}
#copyright {
	display: none;
}
