@charset "utf-8";
/* GeoCorp Print CSS */

#screenLogo, #searchbox, #skip, #nav, #build, #footer ul, #sidebar, #backTop { display: none; }

img#printLogo {
	display: block;
	width: 237px;
	height: 78px;
}

h1, h2, h3, h4 { font-family: Arial, Helvetica, sans-serif; }

h1 { color: #eb5300; }

a:link, a:visited {
	color: #7a3a17;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

#splash { border-bottom: 1px dashed #dfdfdf; }

#columns { border-top: 1px dashed #dfdfdf; }

#home .module img { display: none; }

#footer {
	clear: both;
	border-top: 1px dashed #dfdfdf;
	text-align: center;
	font-size: 85%;
}
	#printCopyright { display: block; }
	
#productsList li {
	display: block;
	float: left;
	list-style: none;
	width: 50%;
	height: 160px;
	text-align: center;
}

ul.nobullet li { list-style: none; }

/* Employment Applications in Admin Section */
#accordion ol {
	margin: 0;
}
#accordion ol li {
	list-style: none;
	font-size: 12pt;
	line-height: 1.5em;
}
#accordion p {
	font-size: 13pt;
	line-height: 1.5em;
	font-weight: bold;
}
#accordion em {
	font-style: normal;
}
#accordion .pane {
	display: block;
	page-break-after: always;
}
	#accordion .nobreak {
		page-break-after: avoid;
	}
#btnReviewed { display: none; }
