@charset "utf-8";
/* 
	:FILE: print.css
	
	:DESCRIPTION:
	These styles are intended for printing pages at www.poweringvirginia.com

	:AUTHOR:
	James Green
	Dominion Resource Services, Inc. Copyright (c) 2007
	
	:CREATED:
	12/12/2007

*/
@page {
	margin:1in;
	overflow:auto;
}

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#000;
}

h1 {
	margin:0;
	padding:0;
	font-weight: bold;
	font-size: 1.1em;
	line-height:1.4;
	white-space:normal;
}
	
#Banner,
#BannerMenu,
.image-strip,
.hidden {
	display:none;
}

#Content {
	background-image:none;
}
#Content h2 {
	color: #806f58;
	font-weight: bold;
	font-size: .9em;
	line-height:1.15;
	
	background-image:url(../images/header-border-1.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	padding-bottom:10px;
}
#Content h3 {
	color: #333;
	font-weight: bold;
	font-size: .75em;
	margin-left:15px;
}
#Content ul {
	margin:0;
	padding-left:20px;
	font-size:.75em;
}
#Content ul li {
	padding-bottom:5px;
}
.copyright,
#Content p {
	font-size:.75em;
	font-weight: normal;
}
#Callout {
	padding:0;
	margin:0 10px;
	width:410px;
	
	background-color:rgb(245, 245, 245);
	background-image:url(../images/callout-background-bottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#Callout h3 {
	padding:16px 0 5px 10px;
	margin:0 0 0 10px;

	font-size:.6em;
	font-weight:bold;
	color: #333;
	
	background-image:url(../images/callout-background-top.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
#Callout ul {
	margin:0;
	padding:10px 10px 20px 30px;
	font-size:.6em;
}
#Callout ul li {
	margin:0 8px;
}
#SiteLogo {
	margin-bottom:1.1em;
}
#SiteLogo .hidden {
	display:block;
}

a {
	text-decoration:none;
	color:#0066ff;
}
a:visited {
	text-decoration:underline;
	color:#0066ff;
}
