/***PRINT SPECIFIC STYLESHEET***/

body {
	font-size: 12px;
}

div#main_nav,
span.read_more,
a.read_more,
span.view_all,
span.quicknav,
span.go_back,
div.direct_nav,
a.company_previous,
a.company_next,
ul#breadcrumbpath,
form {
	display: none;
}

h1, h2, h3, h4, p, a, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 1em 0 0.5em;
	font-size: 1.4em;
}

h4 {
	margin: 1em 0 0;
	font-size: 1.2em;
}

p, a {
	margin: 0 0 1em;
	font-size: 0.9em;
}

hr {
	clear: both;
}

div#footer p {
	margin: 2em 0;
	font-size: 0.7em;
}

div#content p img {
	padding-right: 1em;
	float: left;
}

span.date {
	padding-right: 1em;
}

div.job_summary h4 {
	margin: 0.5em 0 0;
}

div.job_summary p {
	margin: 0.5em 0 2em;
}

div#content p strong {
	text-transform: uppercase;
}

div.company_nav img {
	float: left;
}



/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

