/* hide navigation items */
#skip-navigation, #likeFB, #header, #book-promo, #page-promo, #pageTools, form, .pageTop, 
#findUs, #footer ul { display: none !important; }
/* default page settings */
body {
	font: normal 12pt/1.5 Georgia, "Times New Roman", Times, serif;
	color: #000;
	background: #FFF;
}
/* adjust page layout */
#sect1, #sect2, #sect3 {
	width: auto;
	margin: 0 2%;
}
#footer p {  
	margin: -7px 0 17px;
	padding-top: 7px;
	font-size: 11pt;
	border-top: 2px solid #999;
}  
/* style page elements */
#logo:after { content: ""; }
#logo, #logo img { cursor: default; }
#logo img { 	
	position: relative;
	top: 140px;
	border: none;    
}
#home h1 { line-height: 115%; }
h2, h3, h4, p, ul, ol { margin-top: 0; }
h1 {
	margin: 21px 0 17px; 
	font-size: 20pt;
}
h1 > span {
	font-size: 14pt;
	color: #333;
}
h2 {
	margin-bottom: 10px;
	font-size: 17pt;
	color: #222;
}
h3 {
	margin-bottom: 5px;
	font-size: 14pt;
	color: #333;
}
h4 {
	margin-bottom: 3px;
	font-size: 13pt;
	line-height: 1.3;
	color: #222;
}
p, table { margin-bottom: 15px; }
p + ol { margin-top: -14px; }
ul + h3 { margin-top: -5px; }
ul, ol { margin: 0 0 13px 27px; }
ul li, ol li { padding-top: 4px; }
table { width: 900px; }
caption, th, td { text-align: left; }
caption {
	caption-side: top;
	padding-bottom: 5px;
	font-size: 11pt;  
}
th, td { padding: 4px; }
th { font-size: 13pt; }
td { 
	vertical-align: top;	
	word-wrap: break-word;	
	font-size: 12pt;  
}
td:first-child { width: 10%; }
td + td { width: 60%; }
td.middle { 
	width: 30%;
	font-weight: bold; 
}
sup { 
	position: relative; 
	top: -0.1em;  
	font-size: 10pt;  
}
cite { 
	font-style: normal;
	font-weight: bold;
	color: #444; 
}
q { quotes: "\201C" "\201D" "\2018" "\2019"; }  
q:before { content: open-quote; }
q:after { content: close-quote; }

/* slideshow */
#disabled { display: none; }
#slider ul { 
	width: 675px;  
	margin: 0; 
}
#slider li { 
	padding-top: 0;
	list-style: none;
}
#slider img { display: block; }

/* avoid page breaks */
h1, h2, h3, h4 { page-break-after: avoid;}
blockquote { page-break-inside: avoid; }
ul, ol { page-break-before: avoid; }
/* show URL */
a:link, a:visited {
	text-decoration: none;    
	font-weight: bold;
	color: #444;  
	background: transparent;
}
a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	font-weight: normal;
	color: #444;
} 
a[href^="/"]:after {
	content: " <http://bushcrimes.net" attr(href) "> ";
	font-family: "Courier New", Courier, monospace;
}
/* non-printable area */
#nonPrintable {
	width: 100%;
	position: relative;  
	overflow: hidden;
	top: -56px;
	background: #E4E5E6;
	background: -moz-linear-gradient(top, #E4E5E6, #F5F5F5);
	background: -webkit-gradient(linear, left top, left bottom, from(#E4E5E6), to(#F5F5F5));
	background: -o-linear-gradient(#E4E5E6, #F5F5F5);
	background: linear-gradient(#E4E5E6, #F5F5F5);	
	-pie-background: linear-gradient(#E4E5E6, #F5F5F5);
	behavior: url(PIE.htc);
	border: 2px solid #CBCCCD;    
}
#nonPrintable > div { padding: 9px 14px 0; }
#nonPrintable h1 {
	margin: 0 0 9px;
	font: bold 15pt/100% "Courier New", Courier, monospace;
	word-spacing: -4px;
	color: #333;	
}
#nonPrintable p { 
	margin-bottom: 5px;
	font: normal 11pt/135% Arial, Helvetica, sans-serif;
}
#nonPrintable a {
	float: left;
	display: block; 
	width: 65px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 6px 3px;
	text-align: center;
	font: bold 11pt Arial, Helvetica, sans-serif;
	color: #FFF;	
	background: #0076A3;
}
#nonPrintable a:hover, #nonPrintable a:focus { background: #034E6B; }
#nonPrintable a:after { content: ""; }
#printMe { border: 1px solid #022D3E; }
#cancel { 
	margin-left: 10px;
	padding: 7px 3px !important; 
}
