/* ---------------------------------------------------------------------------------

   PHDC - Print Stylesheet
   Author: Pixel House
   Website: www.pixel-house.com.au

--------------------------------------------------------------------------------- */

p { font-size: 0.8em; color: #5b8ba2; line-height: 1.5em; margin: 0 0 1.2em 0; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 0.6em 0;  }
h1, h2.sifr { font-size: 2.0em; font-weight: normal; color: #5b8ba2; margin: 15px 0 20px 0; }
h2, h1.service { font-size: 1.5em; font-weight: normal; color: #6eb245; margin: 50px 0 20px 0; }
h3 { font-size: 1.0em; font-weight: bold; color: #5b8ba2; margin: 30px 0 0 0; }

#nav { display: none; }
#footer { display: none; }
#sidebar { display: none; }
#logo { display: none; }
#main img { display: none; }
#pcontact #emailform { display: none; }
#pcontact h2 {display: none; }


/* 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;
}