@charset "utf-8";
/* ----------------------------------------------------------------------
CSS file for West Virginia State Parks and Forest Website
-------------------------------------------------------------------------
Created by:  Richard Shearer
------------------------------------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	background-image: none;
}
/* ----------------------------------------------------------------------
set layout for entire page
------------------------------------------------------------------------- */
#Page {
	width: auto;
	border-style: none;
	margin: 0px;
}
#Page  #RSS  {
	display: none;
}
#Page #Official {
	display: none;
}


#Page .header {
	display: none;
}

#Page p {
	padding-right: 10px;
	padding-left: 10px;
	text-indent: 15pt;
	margin-top: 5px;
	margin-bottom: 10px;
}
#Page h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: italic;
	margin: 5px 5px 5px 5px;
	text-align: center;
}
#Page h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	color: #000000;
}

#Page h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* ----------------------------------------------------------------------
Format main Information Area
------------------------------------------------------------------------- */
#ContentBody {
	border-style: none;
}
/* ----------------------------------------------------------------------
Format used for main Column =====> Main Parks Page Only
------------------------------------------------------------------------- */
#Content {
	margin-right: 0px;
	margin-left: 0px;
	border-style: none;
}
#Content a:link,#Content a:visited {
}
#Content img {
	padding: 10px;
	left: 10px;
}
#Content a img {
	border: none;
	text-decoration: none;
}
/* ----------------------------------------------------------------------
Format used for Main Column =====> All other Pages
------------------------------------------------------------------------- */
#SubContent {
	margin-right: 0px;
	margin-left: 0px;
	border-style: none;
}
#SubContent a:link,#SubContent a:visited {
}
#SubContent img {
	padding: 10px;
}
#SubContent a img {
	border: none;
	text-decoration: none;
}
/* ----------------------------------------------------------------------
Formats Column on Right side used on Main Parks Page Only
------------------------------------------------------------------------- */
#SideBar {
	display: none;
	width: 0px;
	float: none;
	border-style: none;
}
/* ----------------------------------------------------------------------
Formats Column on Left side for Menu and Info
------------------------------------------------------------------------- */
#wrapper {
	display: none;
	width: 0px;
}
/* ----------------------------------------------------------------------
Formats the Footer of the page
------------------------------------------------------------------------- */
#Footer {
	display: none;
}

.copyright {
	font-style: italic;
	color: #000000;
}
/* ----------------------------------------------------------------------
Display Print Header used when printing
------------------------------------------------------------------------- */
#print_hdr {
	display: block;
	border-bottom: 4pt solid #990000;
	vertical-align: middle;
	position: relative;
	height: 105px;
}
#print_hdr h1 {
	font-size: 24pt;
	text-align: left;
	vertical-align: middle;
	z-index: 1010;
	position: absolute;
	margin-top: 15px;
}
#print_hdr img {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1000;
}
.ofcl {
	font-size: 10pt;
	text-align: left;
}
/* ----------------------------------------------------------------------
Format used for header ===> Usually in a table
------------------------------------------------------------------------- */
.tblHDR {
	font-size: 1em;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
/* ----------------------------------------------------------------------
Format main part of tblHDR
------------------------------------------------------------------------- */
.tblHDR_Main {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	width: 100%;
	display: block;
}
/* ----------------------------------------------------------------------
format for special Notice ===> Usually in a table
------------------------------------------------------------------------- */
.tblNOTE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #000000;
	background-color: #FFFF66;
	text-align: center;
}
/* ----------------------------------------------------------------------
Use on every other table row for Striping
------------------------------------------------------------------------- */
.oddROW {
	background-color: #EEE;
}
/* ----------------------------------------------------------------------
Use on Quotes
------------------------------------------------------------------------- */
.quote {
	font-style: italic;
}
/* ----------------------------------------------------------------------
Use to identify person making quote
------------------------------------------------------------------------- */
.Byline {
	text-align: right;
	width: 100%;
	display: block;
}
/* ----------------------------------------------------------------------
use for Sub-Heading 
------------------------------------------------------------------------- */
.subGroupHDR {
	font-size: 1.2em;
	font-weight: bold;
}
/* ----------------------------------------------------------------------
Removes the margin and padding for special images
------------------------------------------------------------------------- */
#SubContent img.spclIMG {
	margin: 0px;
	padding: 0px;
}
/* ----------------------------------------------------------------------
Use to clear sides of tables if graphic messes up layout
------------------------------------------------------------------------- */
.clr_Sides {
	clear: both;
}
.rt {
	float: right;
}
.lt {
	float: left;
}
.Accordion { 
    overflow: visible !important; 
}

.AccordionPanelContent {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
}
