/* CSS Document */

body {
	background: white;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 125%;
	}
	
#wrapper, #footer{
	background: transparent none;
	margin: 0 5%;
	padding: 0 0 40px 0;
	border: 0;
	float: none !important;
	color: black;
	width: auto;
	}

#sidebar {
	margin: 0;
	padding: 0 0 0 20pt;
	float: right;
	width: 30%;
	}

#maincolumn {
	width: auto;
	margin: 0;
	padding: 0;
	}

#navcontainer, #specialON, #specialOFF, #safety, #pargear, #ssp, #parlink a, #quantalink a {
	display: none !important;
	}
	
a:link, a:visited {
	color: #520;
	background:transparent;
	font-weight:normal;
	text-decoration:underline;
	}

#wrapper a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 80%;
	}

#wrapper a[href^="/"]:after {
	content: " (http://www.parelectric.com" attr(href) ") ";
	}

#logo {
	background: white;
	}
	
#logo:after {
	content: url(../img/parlogo_print.gif);
	margin-bottom: 14pt;
	}
	

hr {
	height: 2px;
	border: 0;
	border-top: 1px dashed #CCCCCC;
	margin: 3pt 0 6pt 0;
	}
	
h1 {
	font-size: 13pt;
	margin: 6pt 0 3pt 0;
	}
h2 {
	font-size: 12pt;
	margin: 6pt 0 3pt 0;
	}
h3 {
	font-size: 11pt;
	margin: 6pt 0 3pt 0;
	}
h4 {
	font-size: 11pt;
	margin: 6pt 0 3pt 0;
	}
h5 {
	font-size: 11pt;
	font-weight: normal;
	margin: 6pt 0 3pt 0;
	}
h6, #footer {
	font-size: 8pt;
	margin: 6pt 0 3pt 0;
	}

ol, ul, li {
	font-size: 10pt;
	}

p { 
	font-size: 10pt;
	margin: 6pt 0 3pt 0;
	}