
/* 
Title:     Westwood Renewables Group. Print Style Sheet
Author:    (r) This site runs like Clockwork (http://www.clockwork.net/).
Updated:   January 19, 2009 sheldon@clockwork.net
*/


/* This is an example of a Print Style Sheet. All font sizes should be in pt's (I ussually go for font-size: 10pt;) and preferably in a Serif font for readbility. */

/* The ideal print style sheet should display the Logo at the top of the page and content under it. */ 

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	color: #333;
	background-color: #FFFFFF;
	
}
#wrapper {                                                                                                                   
	margin: 0;
	width: 700px;
	
} 
/* This is where you will want to throw in the divs that you do not want to display when printing. This should include: All Navigation and Most Images with in the Content */ 
.wrg_main_nav, #utilities, #quick_resources, #internal #content #left_column {
	display: none;
}                                                

/* Add the styles like a normal style sheet and tweak */
#content_area_1 {
	color: #000;  
	text-align: left;
	width: 500px;  
	padding: 0;
	font-size: 10pt;  
	
}                                             
#content_area_2 {
	color: #000;  
	text-align: left;
	width: 500px;  
	padding: 0;
	font-size: 10pt;  
	
}                                             
                
#footer {        
	width: 700px;
	line-height: 13px; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 10pt; 
	color: #000;
	text-align: center;
}  
/* This function allows you to display the URL of a link right after, this should be used in moderation and only on URL's that have the full URL. An example of this would be the "This site runs like Clockwork" link at the bottom of each page. */
#footer a:after {
	content: " <" attr(href) "> ";	
}
#footer a:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	color: #000;
	text-decoration: underline;
}
#footer a:visited {
	color: #000;
	font-size: 10pt;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	font-size: 10pt;
	text-decoration: underline;
}

#footer a:active {
	color: #000;
	font-size: 10pt;
	text-decoration: underline;

}

h1, h1 a, .hd1 {
        font-family: Arial, Helvetica, Verdana, sans-serif;
        font-size: 14pt;
        font-weight: bold;
        color: #ec9600;
}
h2, h2 a, .hd2 {
        font-family: Arial, Helvetica, Verdana, sans-serif;
        font-size: 13pt;
        font-weight: bold;
        color: #00314d;
}
h3, h3 a, .hd3 {
        font-family: Arial, Helvetica, Verdana, sans-serif;
        font-size: 12pt;
        font-weight: bold;
        color: #007d89;
}
h4, h4 a, .hd4 {
        font-family: Arial, Helvetica, Verdana, sans-serif;
        font-size: 11pt;
        font-weight: bold;
        color: #00314d;
}
h5, h5 a, .hd5 {
        font-family: Arial, Helvetica, Verdana, sans-serif;
        font-size: 10pt;
        font-weight: bold;
        color: #00314d;
}
h6, h6 a, .hd6, .textpander .headline {
        font-family: Arial, Helvetica, Verdana, sans-serif;
        font-size: 10pt;
        font-weight: bold;
        color: #333;
}


a:link {
        font-family: Arial, Helvetica, Verdana, sans-serif;
        color: #00314d;
        text-decoration: underline;
}
a:visited {
        font-family: Arial, Helvetica, Verdana, sans-serif;
        color: #00314d;
        text-decoration: underline;
}
a:hover {
        font-family: Arial, Helvetica, Verdana, sans-serif;
        color: #333;
        text-decoration: underline;
}
a:active {
        font-family: Arial, Helvetica, Verdana, sans-serif;
        color: #333;
        text-decoration: underline;
}