@charset "UTF-8";
/*=============================================================
* CSS Document
*
* Filename: pjm_global_print.css
* Website: www.pjmorgans.com
* Author: Azzcat Design
* Date: 09/24/2008
* Media: print
*
* Description: This is default style sheet for printing and is to be attached to EVERY PAGE page. This style sheet appears LAST, after all screen styles. It is sized for 8.5" x 11" (portrait) paper, with 3/4" margins all around. All decorative elements and navigation have been removed.
*==============================================================*/

/*==================== reset ====================*/

body {
	background: white;
	font-size: 12pt;
}

/* Put tables on their own page.*/

table {
  page-break-before: always;
  page-break-after: avoid;
}

/* Avoid page breaks straight after a heading.*/ 

h1, h2, h3, h4, h5, h6
{page-break-after: avoid;}


/* Avoid page breaks inside paragraphs, blockquotes, lists, and preformatted
   text. */
   
p, blockquote, ul, ol, dl, pre
{page-break-inside: avoid;}

#background_container, #main_container {
	width: auto;
   	margin: 0 5%;
   	padding: 0;
   	border: 0;
   	float: none !important;
   	color: black;
	background: transparent none;
}

#logo {
	position: absolute;
	left: .25in;
	top: .5in;
}

#header, #menu, #footer {
	display:none;
}

#main_content {
	margin-left:1.25in;
	width:auto;
	border:none;
	background: transparent none;
}

#col_left, #col_right {
	float: none;
	width: auto;
}

p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}

h1, h2, h3, h4, h5, h6 {font-weight:normal;font-family: Georgia, "Times New Roman", Times, serif;color:#993333;}

h1 {138.5%}

h2 {123.1%;}

h3 {108%;}

h4 {108%;}

h5 {100%;}

h6 {100%}

p {margin-bottom:12pt}

a {color:#000;text-decoration:underline;}

blockquote,ul,ol,dl {margin:12pt;}

ol,ul,dl {margin-left:12pt;}

ol li {list-style:decimal outside;}

ul li {list-style:disc outside;}

dl dd {margin-left:12pt;}

strong {font-weight:bold;}

em, dfn {font-style:italic;}

dfn {font-weight:bold;}

sup, sub {line-height:0;}

abbr, acronym {border-bottom:1pt dotted #000;}

.small {95%}

.large {115%;}

p img, p img.right, dl dt img {display:none;}


#gallery_opus39, #gallery_opus41, #gallery_tuning, #gallery_pipeshop, #gallery_woodshop, #gallery_rebuilding, #gallery_dedication, #gallery_replacement, #gallery_restoration, #gallery_construction, #gallery_reinstall_01, #gallery_reinstall_02, #gallery_reinstall_03, #gallery_design_realized, #gallery_hook1907, #gallery_custom_consoles, #gallery_reinstall_01ctr, #gallery_moller1953, #gallery_opus51_construct02, #gallery_signature_consoles, #gallery_schantz1962, #gallery_opus51_construct01, #gallery_opus01_highway_fire, #gallery_opus49_construction, #gallery_design_schematics {display:none;}

#breadcrumb {display:none;}

#call_out {display:none;}

.smallCaps {font-variant: small-caps;}

.allCaps {text-transform: uppercase;}

.noBorder {border:none;}

/*==================== IE Problem Solvers ;-) ====================*/

/* Internet Explorer *
/*\*/
#logo {
	position: absolute;
	left: -.5in;
	top: .5in;
}
/*==================== end IE Problem Solvers ;-) ====================*/
