@charset "utf-8";
/*
Title:        Professional Probation and Parole Consulting print stylesheet
Author:       D Edwards, http://www.lireo.com
Created:      24 June 2008
Last Updated: 11 July 2008

main font color:   #76765c;
link hover background: #e0debc;
}

*/

body  {
	font: 12pt "Times New Roman", Times, serif;
	background: #fff;
	color: #000;
	text-align: left; 
}
img {
	border: 0;
	display: block;
	margin: 0;
}
a {
	color: #000;
	text-decoration: underline;
}


/*= structural containers */
#wrapper { 
	background: #ffffff;
	margin: 0;  
} 
#header { 
	height: .5in;
	float: left;
	width: 3.5in;
} 
#sidebar1 {
	margin-left: 3.75in;
	padding: 0;
	width: 3in; 
}
#mainContent { 
	margin: 0; 
}
#pageContent, 
#home #pageContent  {
	border-top: 0;
}
#footer { 
	display: none;
}
#contactinfo {
	margin-top: 0;
}


/*= skip to content */
#offset {
	display: none;
}


/*= headings */
h1, h2, h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
#sidebar1 h2 {
	margin-bottom: -.1in;
	font-weight: normal;
}


/*= header content */
#logo  {
	float: left;
	width: 3in;
}
#logo img,
#header-wrap,
#nav {
	display: none;
}
#logo span {
	font-size: 22pt;
	font-weight: bold;
}


/*= text and images */
#sidebar1 p {
	font: normal 10pt "Times New Roman", Times, serif;
}
#sidebar1 img, 
#testimonial,
#mainContent img {
	display: none;
}

#pageContent p, 
#pageContent ul,
#pageContent dd,
#pageContent dt {
	font-size: 12pt;
	padding: 0 35px;
	line-height: 1.6;
}
#pageContent dd {
	margin-bottom: .2in;
}
#pageContent a:link:after, 
#pageContent a:visited:after {
   content: " (" attr(href) ") ";
   color: #000;
}
#pageContent p.author-quote,
p.author-quote {
	margin-top: -.2in;
    text-align: right;
}





