/* 9/28/2009 | Trevor Davis | IBEW Print Stylesheet */

/*****Reset*****/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/*****Basics*****/
body { color: #333; font: 12pt/18pt "Times New Roman", Times, serif; }

h1, h2, h3, h4, h5, h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 24pt; line-height: 30pt; margin-bottom: 9pt; }
h2 { font-size: 20pt; line-height: 26pt; }
h3 { font-size: 18pt; line-height: 24pt; }
h4 { font-size: 16pt; line-height: 22pt; }
h5 { font-size: 14pt; line-height: 20pt; }
h6 { font-size: 12pt; line-height: 18pt; }

a { color: #000; text-decoration: underline; }
img { border: none; }
p, ul, ol, dl, table { margin-bottom: 18pt; }
ul, ol, dd { margin-left: 36pt; }
blockquote { margin: 0 36pt; }

/*****Custom Classes*****/
.clearing { clear: both; }
.last { margin-bottom: 0; }
.leftSide { display: block; float: left; margin: 0 18pt 10pt 0; }
.rightSide { display: block; float: right; margin: 0 0 10pt 18pt; }
.centered { display: block; margin: 0 auto 10pt; }

/*****Customize appearance*****/
#logo { 
	border-bottom: 3px solid #ccc; 
	color: #333;
	display: block; 
	font: bold 18pt/18pt Helvetica, Arial, sans-serif;
	margin-bottom: 18pt; 
	padding-bottom: 18pt;
	text-decoration: none;
}
div#footer { 
	border-top: 3px solid #ccc;
	clear: both;
	color: #666;
	font-size: 10pt;
	line-height: 16pt;
	padding-top: 18pt;
}

/*****Hide Stuff*****/
.flash-replaced .alt, .screenReader, .utilityNav, #searchForm, #primaryNav, #breadCrumbs, #secondaryNav, .tools, #sidebar, #footer img, #home #content .nav { display: none; }

/*****SIFR*****/
.sifr embed{
	display: none !important;
	height: 0;
	overflow: hidden;
	position: absolute;
	width: 0;
}
.sifr span {
	display: block !important;
	height: auto !important;
	left: auto !important;
	position: static !important;
	top: auto !important;
	visibility: visible !important;
	width: auto !important;
}
