/*-----------------------------------------------------------------------------
ReadyPA.org Print Stylesheet


/* CSS Reset
-----------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; 
	font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; 
	vertical-align: baseline;}

:focus {outline: 0;}
body {line-height: 1; color: black; background: white;}
ol, ul {list-style: none;}

table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}


/* Document
-----------------------------------------------------------------------------*/
body {
	font: 62.5%/1.5 arial, helvetica, sans-serif;
	color: #555;	
	text-align: center;
	background-color: #fff;
}
#wrapper { 
	width: 90%;
	text-align: left;  
	margin: 1em auto; 
}
#wrapper .logo {
	margin: 1em 0;
}

/* Typography
-----------------------------------------------------------------------------*/
h1 {
	text-indent: -4000px;
}
h2 {/* 18pt */
	margin-bottom: 0.75em;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1em;
	color: #9e0f0f;
	text-transform: uppercase;
}
h3 {/* 16pt */
	margin: 1em 0 0.75em 0;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1em;
	color: #9e0f0f;
	text-transform: uppercase;
}
h4 {/* 13pt */
	margin-bottom: 0.5em;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
	color: #707070;
}
h5 {/* 12pt */
	margin: 1.25em 0;
	font-size: 1.2em;
	line-height: 1.3em;
	text-decoration: underline;
}

p, q, cite, ul, ol, li, dd, dt, dl { /* 12pt */
	font-size: 1.2em;
}
p, q, cite {
	margin-bottom: 0.75em; 
	line-height: 1.3em;
}
p.error {
	color: red;
}
p.error a {
	color: red;
	text-decoration: underline;
}
p.notification {
	color: #000;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
em.bold {
	font-weight: bold;
}


/* Checklist
-----------------------------------------------*/
#wrapper .checklist {
	margin: 1.5em 0 0 2em;
}
#wrapper .checklist ul {
	margin: 0 0 2em 1em;
	list-style-image: url(/_img/checkbox.gif);
}
#wrapper .checklist ul li {
	margin: 0.5em 0;
	padding-left: 0.25em;
	line-height: 1.5em;
	font-size: 12px;
}

	/* Nested Checklist
	--------------------------------- */
	#wrapper .checklist li ul {
		margin: 0.75em 0;
	}
	#wrapper .checklist li ul li {
		margin: 0.5em 0 0.5em 2em;
		font-size: 12px;
	}