/* -------------------------------------------------------------- 
  
   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 Neue", "Lucida Grande", Arial, Verdana, sans-serif;   
  color:#000;
  background: none;
  font-size: 10pt;
  text-align: center;
}
.print_page_break {
	page-break-before: always;
}
#wrapper {
  background: none;
}
.clear {
	clear:both;
}
h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; text-align: left; }
h1 { border-bottom: 3px solid #666; clear: both;}
h2 { border-bottom: 1px dotted #666; font-weight: normal;}
code { font:.9em "Courier New", Monaco, Courier, monospace; } 

img { margin:1.5em auto; }
a img { border:none; }
p img.top { margin-top: 0; }

p, ul, li, ol { text-align: left;}

.print_title { font-weight: bold; text-align: center; font-size: 1.1em; margin: 0.3em;}

hr { display: none;}

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

.small  { font-size: .9em; }
.large  { font-size: 1.1em; }
.quiet  { color: #999; }
p, cite { margin-left: 25px; font-style: normal;}
a:link, a:visited {	background: transparent;	font-weight:normal;	color: #000;	text-decoration: none;}
a:link:after, a:visited:after {  content: " (" attr(href) ") ";  font-size: 90%; }

.print_logo {	margin: 0 auto;}
#footer { border-top: 4px solid #ccc; margin: 1em; padding: 1em; }

.home_news_listing { list-style: none;}
.home_news_listing li { clear: both; border-bottom: 1px dotted #ccc;}
.home_news_image { float: left; margin: 1.5em 1.5em 1.5em 0; }
.home_news_image img { border: 2px solid #ccc; }
.home_promo { list-style: none;}

.news_story img {	float: left;	margin: 0 1em 0.5em 0;	border: 2px solid #ccc;}

/*--Hide from printer--*/
#accessibility, #site_banner_holder, .primary_navigation, .search_form, .colour_heading, .quick_links, .btn_read_more, .btn_read_more_col2, .backtotop, .footer_navigation, .sub_navigation, .breadcrumbs, .sub_navigation_news { display: none;}