/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Print Styles
   * Gives you some sensible styles for printing pages.
   See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
	 
-------------------------------------------------------------- */

body {
  line-height: 1.5;
  font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;   
  color:#000000;
  background: none;
  font-size: 10pt;
  margin: 0;
  }

.wrapper {
  background: none;
  }

.container {
  background: none;
  }

#header { display: none }

#print_header {
	position: relative;
	display: block;
	width: 872px;
	height: 86px;
	}
	
div.feature { display:none }

/* #navigation { display:none }
#header-logo { display:none }
#header-right { display:none } */

/* Home Page Layout */

#home #leftcol {
  width: 4in;
  float: left;
  margin-right: 0.25in;
  padding-right: 0.25in;
  border-right: 1pt solid #BBBBBB;
  }

#home #rightcol-wrap {
  width: 2.25in;
  float: left;
  }
  
/* Interior Page Layout */

#subpage #print_content {
	width: 100%;
	position: absolute;
	}
  
#subpage #breadcrumbs { display: none }
#subpage #leftcol { display: none }
#subpage #rightcol-wrap { display: none	}

#subpage #centercol-wrap {
	width: 100%;
	}

#subpage #centercol-wrap img {
	width: 70%;
	margin-top: 0.25in;
	}
	
/* TraQline Page Layout */

#home.traqline #leftcol #breadcrumbs { display:none }

#home.traqline #leftcol-content {
  width: 4in;
  float: left;
  margin-right: 0.25in;
  padding-right: 0.25in;
  border-right: 1pt solid #BBBBBB;
  }

#home.traqline #rightcol-wrap {
  width: 2.25in;
  float: left;
  }

#home.traqline #rightcol-news {
  width: 2.25in;
  float: left;
  }

	
/* Footer Layout */

#footer_print {
  clear: both;
  }

#footer_print p {
  text-align: left;
  font-size: 9pt;
  line-height: 35pt;
  display: block;
  }

#footer-wrap { display: none }

h1 {
  font-size: 18pt;
  line-height: 20pt;
  font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  page-break-inside: avoid;
  page-break-after: avoid;
  color: #8b1d04;
  }

h2 {
  font-size: 16pt;
  line-height: 18pt;
  font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;  
  page-break-inside: avoid;
  page-break-after: avoid;
  color: #003A69;
  }

h3 {
  font-size: 12pt;
  line-height: 14pt;
  font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  page-break-inside: avoid;
  page-break-after: avoid;
  color: #414042;
  }  

p {
  font-size: 10pt;
  line-height: 12pt;
  text-align: left;
  }

code { font:.9em "Courier New", Monaco, Courier, monospace; } 

blockquote, table, p {
	page-break-inside: avoid;
	page-break-after: avoid;
	}

/* img { float:left; margin-bottom: 2cm; }
a img { border:none; }
p img.top { margin-top: 0; } */

hr { 
  background:#ccc; 
  color:#ccc;
  width:100%;
  height:2px;
  margin:2em 0;
  padding:0;
  border:none;
}

blockquote {
  margin:1.5em;
  padding:1em;
  font-style:italic;
  font-size:.9em;
}

.small  { font-size: .9em; }
.large  { font-size: 1.1em; }
.quiet  { color: #999; }
.hide   { display:none; }

a:link, a:visited {
	background: transparent;
	font-weight:700;
	color: #8b1d04;
	text-decoration: underline;
}

/* a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
} */

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */
