/*------------------------------------------------------------

print.css
Print media CSS for use with modern, CSS-capable browsers.

------------------------------------------------------------*/

@media print {





/*------------------------------------------------------------

the follow elements are hidden from print

------------------------------------------------------------*/

.upgrade, .printPreview, .bctc-ContentTertiary, .bctc-NavSecondary, .bctc-NavPrimary, .bctc-NavHeader, .bctc-NavFooter, 
.bctc-Console, .bctc-BackToTop, .backToTop, .bctc-VideoModal, .bctc-Search-WithinResults, .bctc-NextPreviousButtons, 
.bctc-Years, .bctc-ContactForm, .bctc-ChildrenLinks, .bctc-HeaderHydroLinkContainer, .bctc-HeaderSearch 
{
	display: none !important;
}

/*------------------------------------------------------------

HTML elements

------------------------------------------------------------*/

body {
	background: transparent;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 80%;
}

a {
	color: #000;
}

p, address {
	margin: 0 0 0.8em 0;
}

code {
	font-size: 105%;
	line-height: 1.4em;
}


/* images */
img.floatLeft {
	margin: 0 10px 10px 0;
}

img.floatRight {
	margin: 0 0 10px 10px;
}





/*------------------------------------------------------------

headers

------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}

h1 {
	font-size: 165%;
	font-weight: normal;
	margin: 0.4em 0 0.6em 0;
	line-height: 1.2em;
}

h2 {
	font-size: 110%;
	margin: 0 0 0.4em 0;
}

h3, h4, h5, h6 {
	font-size: 100%;
	margin: 0 0 0.4em 0;
}





/*------------------------------------------------------------

lists

------------------------------------------------------------*/

ul {
	list-style: square;
	margin: 0 0 0.8em 0;
	padding: 0 0 0 25px;
}
html>body ul {
	padding: 0;
	margin-left: 25px;
}

ol {
	margin: 0 0 0.8em 0;
	padding: 0 0 0 32px;
}
html>body ol {
	padding: 0;
	margin-left: 32px;
}

li {
	margin-bottom: 0.2em;
}

dd {
	margin: 0 15px 0.8em 15px;
}



/*------------------------------------------------------------

tables

------------------------------------------------------------*/

table.bctc-Table {
	margin: 0.8em 0 0.8em 0;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}
.bctc-Table th, .bctc-Table td {
	padding: 5px 10px 5px 10px;
	text-align: left;
	vertical-align: top;
}
.bctc-Table th.date, .bctc-Table td.date {
	width: 20%;
}



/*------------------------------------------------------------

generic classes

------------------------------------------------------------*/

.hack-clearBoth {
	clear: both;
	height: 1px;
	overflow: hidden;
}



/*------------------------------------------------------------

misc

------------------------------------------------------------*/

.bctc-Logo {
	font-size: 1px;
	line-height: 1px;
	letter-spacing: -1em;
	text-indent: -9999px;
}
.bctc-Logo img {
	display: block;
	border: 0;
}

.bctc-SiteMap .siteMapTable td {
	width: 33%;
	vertical-align: top;
}

/*------------------------------------------------------------

print form field grid rules below

------------------------------------------------------------*/

.bctc-Form-Field {
	margin-top: 5px;
	margin-bottom: 5px;
}
.bctc-Form-Field label {
	float: left;
	width: 140px;
	margin-top: 4px;
}
.bctc-Form-Field .bctc-Form-Field-Note {
	padding-left: 5px;
}
.bctc-Form-Field-Input {
	border: solid 1px #999;
	margin-left: 3px;
	padding-left: 1px;
}
.bctc-Form-Field-Checkbox label {
	float: none;
	width: auto;
}
.bctc-Form-Submit {
	margin-left: 142px;
}
.bctc-Form-Submit input, input.bctc-Form-Field-Submit {
	background: #f0f0f0;
	color: #333;
	font-size: 11px;
	border-bottom: solid 2px #848484;
	border-right: solid 2px #848484;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	padding: 1px 2px 1px 2px;
}

/*------------------------------------------------------------

print layout grid rules below

------------------------------------------------------------*/

.bctc-ContentContainer {
	margin-top: 2em;
	padding-bottom: 2em;
}

.bctc-Header {
	margin-bottom: 15px;
}

.bctc-ContentPrimary
{
	margin-left: 0px !important;
}

.bctc-ContentPrimaryContainer
{
	background: none !important;
}

.bctc-Footer {
	border-top: 1px dashed #999;
	padding-top: 1em;
	clear: both;
}

}