/* Volunteers and Invasive Plants: Learning and Lending a Hand: Print Stylesheet*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: white;
}
h1 {
	margin: 11px 0 0px 0;
	padding: 0px 0 0 0;
}
h2 {
	background-image: none;
	padding-top: 0px;
	padding-left: 0px;
}
h3 {
	color: #993300;
	background-image: none;
	padding-left: 0px;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
}
h4 {
	float: none;
	margin-left: 0;
	clear: both;
}
.textresize {
	display: none;
}
.pagenav {
	display: none;
}
.pagenav2 {
	display: none;
}
#returntotop {
	display: none;
}
#backtomodule {
	display: none;
}
#wrapper {
	margin-bottom: 0px;
	width: 6.5in;/*was auto*/
	background-image:none;
}
#wrapper_mod {
	width: 6.5in;/*was auto*/
	margin-bottom: 0px;
	background-image:none;
}
#header {
	display: none;
}
#header_slice {
	display: none;
}
#header2 {
	height: 70px;
	margin: 0 0 0 0;
	background-image: url(../images/structure/cipmvol_content.gif);
}
#header2 h1 {
	/*display: none;*/
	display:block;
	font-size: 16px;
	color:#000000;
	margin:0;
	padding:0;
	width: 6.5in;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#header2 h2 {/*added this*/
	display:block;
	font-size: 14px;
	font-weight:bold;
	color:#000000;
	margin:0;
	padding:0;
	text-transform: none;
	margin-bottom:12px;
	border:none;
}
#header3 {
	display: none;
}
#header3_mod {
	display: none;
}
#header3_sup {
	display: none;
}
#navbackground {
	background-image: none;
	display: none;
}
#navspacer {
	background-image: none;
	display: none;
}
#navmain_mod {
	background-image: none;
}
#navbackground_mod {
	background-image: none;
	display: none;
}
#navspacer_mod {
	background-image: none;
	display: none;
}
#leftcol {
	display: none;
}
.container {
	width: 100%;
	float:none;/*new--MB*/
}
#content {
	margin: 0;
}
#content_main {
	padding-right: 0px;
	padding-left: 0px;
}
#homeslideshow {
	margin-left: 0px;
	margin-top: 11px;
}
#indexcardholder, #indexcardholder_home {
	background-image: none;
}
#indexcard, #indexcard_home {
	background-image: none;
}
#indexcardbottom, #indexcardbottom_home {
	background-image: none;
}
.whitebold, .whitebold_home {
	color: #000;
}
#footer {
	display: none;
}
#footer_home {
	display: none;
}
#footer_mod {
	display: none;
}
#footer_sup {
	display: none;
}
.redtrianglelink {
	background-image: none;
	padding-left: 0px;
}
#modphotomontage {
	margin-top: 10px;
}
#content_header {
	background-image: none;
	height: auto;
	padding-left: 0px;
}
#content_sup {
	margin: 11px 0 0 0;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
#logo2 {
display:none;
}

/* page break styles (added--EK)*/
h1, h2, h3, h4 {
page-break-after:avoid;
page-break-inside:avoid;
}
img {
page-break-inside:avoid;
page-break-after:avoid;
}
table {
page-break-inside:avoid;
}
ul {
page-break-before:avoid;
}
.break_before {/*new--MB*/
	page-break-before: always;
}
.break_after {/*new--MB*/
	page-break-after: always;
}

.invasivemap {/*new--EK*/
	float: none !important;
	page-break-before:avoid;
	margin-bottom: 60em;
}
.invasivemap2 {/*new--EK*/
	float: none !important;
	page-break-before: always;
}
.clearitPrint {/*new--EK*/
	display: block;
	page-break-after: always;
}
.forcePageBreak {/*new--EK--use on divs*/
	margin-bottom: 60em;
}