/* 9/8/2009 Trevor Davis - Flight 93 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: #323232; 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; }
.frame { border: 1px solid #dbdbdb; padding: 4px; }
.leftSide { display: block; float: left; margin: 0 18px 10px 0; }
.rightSide { display: block; float: right; margin: 0 0 10px 18px; }
.centered { display: block; margin: 0 auto 10px; }
.lead { font-size: 18px; line-height: 24px; }

/*****Customize appearance*****/
#header { border-bottom: 3px solid #ccc; margin-bottom: 18pt; padding-bottom: 18pt; }
#header #logo { display: block; font-size: 24pt; text-decoration: none; }
#footer { 
	border-top: 3px solid #ccc;
	color: #666;
	font-size: 10pt;
	line-height: 16pt;
	padding-top: 18pt;
}
#footer #contactInfo p { margin-bottom: 0; }
#footer #contactInfo { margin-bottom: 16pt; }

/*****Hide Stuff*****/
.screenReader, .flash-replaced .alt, .newsTicker, #sidebar, #header .giveButton, #footer .partners { 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;
}