/* CSS Document */

/* Body and Universal Reset */

body {
	width: 100%;
	margin: 0;
	float: none;
	background: #fff url(none);
}


body, *,
.content.styleAnnouncements .reportRecentWrapper a h3 {
	font: 1em Helvetica, Arial, sans-serif;
	color: #000 !important; 
}

h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}
h1 { font-size: 250%; }
h2 { font-size: 175%; }
h3 { font-size: 135%; }
h4 { font-size: 100%; font-variant: small-caps; }
h5 { font-size: 100%; }
h6 { font-size: 90%; font-style: italic; }

a:link, a:visited {
	color: #00c !important;
	font-weight: bold;
	text-decoration: underline; }

a:link:after, a:visited:after {
	/*content: " (" attr(href) ") ";*/
	content:"";
}

.no_print {
	display: none;
}

.visible_print {
	display: block;
}

/* Custom Styles */
#header, #mobile_nav,
.inner_page_banner,
#kenburns-slideshow, #accordian-wrapper,
.andBackground, .flameIcon,
#footer {
	display: none;
}

.print_header {
	padding: 10px 20px;
	border-bottom: 2px solid #ccc;
}

.print_header .text_align_right {
	text-align: right !important;
}

.print_map {
	z-index: 0;
	position: absolute;
	width: 120%;
	overflow: hidden;
}

#colorbox {
	left: 0 !important;
}

#cboxContent {
	background: #fff !important;
}

#cboxWrapper, #cboxContent, #colorbox {
	width: 100% !important;
	border: 0 !important;
}

#cboxWrapper, #cboxContent, #colorbox, #cboxLoadedContent {
	height: 100% !important;
	position: relative !important;
	top: 0 !important;
}