/* ----------------------------------------------------------
title: Rappahannock Electric Cooperative (print style sheet)


author: Matt Grimm
created: 9/11/07
last updated: 1/17/08
---------------------------------------------------------- */
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12pt;
	color: black;
	background: white;
	}
	
a:link, a:visited {
   color: #520;
   font-weight: bold;
   text-decoration: underline;
   background: transparent;
   }
   
h1#logo a:link, 
h1#logo a:visited {color:white;}

hr,
#accessibility,
#primary-nav,
#secondary-nav,
#global-nav,
#utils,
#footer-nav  {display: none;}

#header {
	float:left;
	clear:both;
	width:100%;
	margin: 0 0 2em 0; 
	border-bottom:1px solid #000;
	}

h1#logo {
	margin:0 0 .5em 0;
	padding:0;
	}

#content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   background: transparent none;
   }
   
#footer {
	margin:2em 0 0 0;
	font-size:90%;
	border-top:1px solid #000;
	}     
   	

/* print URLs after link text */
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	}
	
#content a[href^="/"]:after {
  content: " (http://myrec.coop" attr(href) ") ";
   }   	





/* This is the print stylesheet to hide the Flash headlines from the browser... 
regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
	}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	}
	
	
/* Outage Map */
#outage-map {
	width:669px;
	height:400px;
	}
	
/* Sample Bill */	
#sample-bill {
	position:static;
	}
/* img needed to be smaller so there was not a blank first page (because the img was too tall) */
#sample-bill img {
	width:50%;
	height:50%;
	}	
	
/* NEW Sample Bill - requires test to see if we need this or not */	
#sample-bill-new {
	position:static;
	}
/* img needed to be smaller so there was not a blank first page (because the img was too tall) */
#sample-bill-new img {
	width:50%;
	height:50%;
	}		