/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Print Styles
   * Version:   0.5 (28/8/2007)
   * Website:   http://code.google.com/p/blueprintcss/
   
   This file creates CSS styles for printing documents. 
   Include this in the <head> of every page. See the
   Readme file in this directory for further instructions.
   
   Some additions you'll want to make, 
   customized to your markup:
   
   #heder, #footer, #navigation { display:none; }
   
-------------------------------------------------------------- */

body {
  line-height:1.5;
  color:#000;
  background:none;
  font-size: 10pt;
}


img { 
  float:left; 
  margin:1.5em 1.5em 1.5em 0;
}
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 0; 
  padding:1em; 
  border:0.2em solid #ccc; 
  font-style:italic; 
  font-size:0.9em; 
}

h1, h2, h3, h4, h5, h6{
clear:both;
}

a img{
	border:none;
	margin:0;
}

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

a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	color:#67762D;
}

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.sierraclubgreenhome.com/" attr(href) ") ";
}

#breadcrumb, #header, #mylightbox, #icon_nav, #headerInfo, #mainNav, #sub_footer_box_left, #sub_footer_box_right, #footer_st ul, #products_drop, #services_drop, #content_col_sidenav, #content_col_advert, .skiptocontent, #content_col_vendornav, #main_nav_header_link, .stbutton stico_default, #sharethis_0, .vendor_rating, #feat_art_img_wrap, #right, #left, #footer, embed {
	display:none;
}
#print_only_logos{
	display:block;
	clear:both;
	width:445px;
	margin:0 auto;
	height:95px;
}

#provider_discount {
position:relative;
clear:both;
left:0;
top:0;
}
.vendor_loc_image{
clear:both;
}

.alt {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
.alt, .rowPad {
	margin: 0;
	padding: 10px;
	
}
