/* print CSS document for PFRA */
@import url(screen.css);
body {background:#fff;}
/* turn off elements that aren't required for print */
div#nav, div#footer, div#right, div#strap {display:none;}
/* knock out background images */
div#wrapper, div#contentholder {background-image:none !important;}

/* remove floats and change widths */
div#wrapper, div#contentholder, div#content, div#header, div#headerinner, div#logo {width:auto !important; float:none !important; padding:0 !important;}

/* visual styling changes - take into account that background images are not printed by default */
div#header {margin:0; !important; border-bottom:3px solid #221E1F;}
div#headerinner {min-height:1px !important; background-image:none !important; margin:0;}
div#logo h1 {padding:30px 0; font-size:2.2em;}
div#logo h1 a {background:none !important; text-indent:0px; width:auto; height:auto; display:block; color:#221E1F;}

div#contentholder {padding-top:20px !important;}

h1, h2 {font-family:Arial, Helvetica, sans-serif !important; font-size:1.5em;}

div#latestjobs ul {width:auto;}
