@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: 1em;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* ----------------------------------------------------------------------
Hide Print Header used when printing
------------------------------------------------------------------------- */
#print_hdr {
	display: block;
	background-color: #090;
	text-align: center;
	padding: 5px;
	color: #FFF;
}
/* ----------------------------------------------------------------------
set layout for entire page
------------------------------------------------------------------------- */
#Page {
	background-color: #FFFFFF;
	width: 100%;
	border: 1px solid #000000;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Page .header {
	display: none;
}
#Page #Official {
	display: none;
}


#Page p {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#Page h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: italic;
	margin: 5px;
}
#Page h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #1049D6;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
}

#Page h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
/* ----------------------------------------------------------------------
Format main Information Area
------------------------------------------------------------------------- */

#ContentBody {

}
/* ----------------------------------------------------------------------
Format used for main Column =====> Main Parks Page Only
------------------------------------------------------------------------- */
#Content {
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px;
	border: 1px solid #666666;
}

#Content a:link,#Content a:visited {
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #0000FF;
}
#Content a:hover {
	text-decoration: none;
	color: #CC3333;
}
#Content img {
	padding: 2px;
	left: 0px;
}
#Content a img {
	border: none;
	text-decoration: none;
}
/* ----------------------------------------------------------------------
Format used for Main Column =====> All other Pages
------------------------------------------------------------------------- */

#SubContent {
	margin-left: 0px;
	padding: 5px;
	border: 1px solid #666666;
}

#SubContent a:link,#SubContent a:visited {
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #0000FF;
}
#SubContent a:hover {
	text-decoration: none;
	color: #CC3333;
}
#SubContent img {
	padding: 2px;
}
#SubContent a img {
	border: none;
	text-decoration: none;
}
/* ----------------------------------------------------------------------
Formats Information Below Menu
------------------------------------------------------------------------- */

#Info {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#Info p {
	text-indent: 0px;
}

#Info a:link,#Info a:visited {
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
#Info a:hover {
	color: #0000FF;
	text-decoration: underline;
}

#Info img {
	margin: 0px;
	padding: 0px;
	left: 0px;
}
/* ----------------------------------------------------------------------
Formats Column on Right side used on Main Parks Page Only
------------------------------------------------------------------------- */

#SideBar {
	background-color: #EDF1FC;
	text-align: center;
	border: 1px solid #05199E;
	margin-right: 0px;
	margin-left: 0px;
	display: none;
}

#SideBar p {
	padding: 5px;
	margin: 5px;
}
#SideBar h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	background-color: #C33;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 3px 5px 8px 5px;
}
#SideBar ul {
	text-align: left;
}
#SideBar li {
	list-style-type: none;
	margin: 5px 5px 5px -25px;
	line-height: 1em;
}
/* ----------------------------------------------------------------------
Formats Column on Left side for Menu and Info
------------------------------------------------------------------------- */

#wrapper {
	text-align: center;
}
/* ----------------------------------------------------------------------
Formats the Footer of the page
------------------------------------------------------------------------- */

#Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666666;
	text-align: center;
	clear: both;
	border: 1px solid #000000;
	border-top-color: #CC3333;
	border-top-width: 3px;
}
#Footer .Email {
	font-size: 1em;
	font-style: italic;
	color: #666666;
	font-weight: bold;
	background-image: url(images/email.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0px;
	padding-left: 20px;
}
.copyright {
	font-style: italic;
	color: #000000;
}
/* ----------------------------------------------------------------------
Format used for header ===> Usually in a table
------------------------------------------------------------------------- */
.tblHDR {
	font-size: 1em;
	color: #CC9;
	background-color: #030;
	margin: 0px;
	padding: 0px;
}
/* ----------------------------------------------------------------------
Format main part of tblHDR
------------------------------------------------------------------------- */
.tblHDR_Main {
	font-size: 1em;
	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: 1em;
	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;
}#Page #ContentBody #wrapper ul {
	list-style-position: inside;
	list-style-type: none;
	margin-right: 0px;
	margin-left: -40px;
}
#Page #ContentBody #SubContent img {
	display: none;
}
#Page #print_hdr img {
	display: none;
}
#Page #ContentBody #wrapper #Info img {
	display: none;
}
#Page #ContentBody #wrapper #Info a img {
	display: block;
}

#Page #ContentBody #SubContent a img {
	display: block;
}

.ofcl {
	font-size: 10pt;
	text-align: left;
}

#print_hdr h1 {
	font-size: 1.5em;
}
#Page #ContentBody #Content img {
	display: none;
}
#Page #ContentBody #Content a img {
	display: block;
}
#Page #ContentBody #wrapper #MenuBar1 a{
	color: #000;
	background-color: #6C0;
	text-decoration: none;
	border-top: 5px solid #9F0;
	border-right: 5px solid #060;
	border-bottom: 5px solid #060;
	border-left: 5px solid #9F0;
	font-weight: bold;
	padding: 3px;
	display: block;
}
