@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #111;
}
#gradientdiv {
	margin: -25px 0px 0px;
	width: 100%;
	padding: 0px;
	height: 410px;
}
h1, h2, h3, h4, h5, h6, p, img, div, ol, ul, dl, li, dt, dd {
	margin: 0px;
	padding: 0px;
}
#basediv {
	margin-right: auto;
	margin-left: auto;
	width: 856px;
	z-index: auto;
	margin-top: 25px;
	padding-top: 25px;
}
#wrapper {
	float: left;
	width: 850px;
	border: 3px none #000;
	background-color: #FFF;
}
#header {
	height: 110px;
	width: 850px;
	text-align: left;
	vertical-align: top;
	background-color: #000;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#header a img {
	padding-left: 15px;
	padding-top: 13px;
}
#header a:link, #header a:visited {
	color: #999;
	text-decoration: none;
}
#header a:hover, #header a:active {
	color: #F00;
	text-decoration: none;
}
#wrapper #header h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	width: 585px;
	padding-left: 35px;
	line-height: 31px;
	position: relative;
	padding-top: 18px;
	float: left;
}
#wrapper #header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #600;
	width: 585px;
	padding-left: 35px;
	line-height: 25px;
	position: relative;
	padding-top: 15px;
	float: left;
	font-style: italic;
}
#index {
	float: left;
	width: 215px;
	text-align: left;
	height: 525px;
	padding-bottom: 30px;
	background-image: url(images/index-pattern.jpg);
	background-repeat: repeat-y;
	background-color: #333;
}
.regularIndexItem {
	color: #300;
	background-image: url(images/index-background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.currentIndexItem {
	color: #F00;
	font-weight: bold;
	background-image: url(images/index-background-rollover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#index h3 {
	font-size: 16px;
	line-height: 44px;
	margin-top: 0em;
	margin-left: 0em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0em;
	padding-left: 0px;
	padding-top: 0px;
	text-indent: 25px;
}
#index a:link, #index a:visited{
	text-decoration: none;
	height: 45px;
	width: 215px;
	margin: 0px;
	padding: 0px;
	display: block;
}
#index a:hover, #index a:active {
	color: #F00;
	background-image: url(images/index-background-rollover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#maincontent {
	float: right;
	width: 615px;
	background-color: #DDD6CC;
	display: inline;
	text-align: left;
	padding-right: 20px;
	overflow: auto;
	height: 525px;
	background-image: url(images/cuyahoga-valley-bridge.jpg);
	background-position: left top;
	padding-bottom: 30px;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.image-fr {
	margin-left: 13px;
}
.image-fl {
	margin-right: 10px;
}
#maincontent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height: 1.2;
	margin-bottom: 15px;
	color: #C00;
	margin-top: 22px;
	padding-left: 30px;
}
#maincontent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.2;
	color: #006;
	font-weight: bold;
	margin-bottom: 11px;
	padding-left: 30px;
}
#maincontent h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.15em;
	line-height: 1.2;
	color: #600;
	font-weight: bold;
	margin-bottom: 11px;
	padding-left: 40px;
}
#maincontent h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	line-height: 1.1;
	color: #000;
	font-weight: normal;
	margin-bottom: 15px;
	padding-left: 30px;
	margin-top: 22px;
}
#maincontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000;
	text-align: justify;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 10px;
}
#maincontent ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #000;
	text-align: left;
	padding-left: 60px;
	padding-right: 50px;
	margin-top: 11px;
	list-style-type: circle;
}
#maincontent ol li {
	padding-bottom: 10px;
}
#maincontent dl {
	display: block;
	margin-bottom: 30px;
	float: left;
	width: 250px;
	margin-left: 0px;
	padding-left: 50px;
}
#maincontent dt {
	color: #009;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.45em;
	font-weight: bold;
	padding-top: 5px;
}
#maincontent dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.35em;
	padding-left: 20px;
	padding-bottom: 10px;
}
#maincontent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #000;
	text-align: justify;
	padding-left: 100px;
	padding-right: 50px;
	margin-top: 11px;
}
#maincontent ul li {
	padding-bottom: 5px;
}
#maincontent img {
	padding: 4px;
	border: 1px solid #999;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.boldRed {
	font-weight: bold;
	color: #F00;
}
.Red {
	font-weight: normal;
	color: #F00;
}
#maincontent a:link, #maincontent a:visited {
	color: #00C;
	text-decoration: none;
}
#maincontent a:hover, #maincontent a:active {
	color: #F00;
}
#footerdiv {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 45px;
	float: left;
	clear: both;
}
#footerdiv p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #CCC;
	text-align: center;
	margin: 0px;
	padding: 55px 0px 0px;
	font-weight: normal;
}
#footerdiv p a:link, #footerdiv p a:visited {
	color: #66F;
	text-decoration: none;
}
#footerdiv p a:hover, #footerdiv p a:active {
	color: #C00;
	text-decoration: none;
}
#footerdiv h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #CCC;
	text-align: center;
	margin: 25px 0px 0px;
	padding: 0px;
	font-weight: normal;
}
#footerdiv h6 a:link, #footerdiv h6 a:visited {
	color: #CCC;
	text-decoration: none;
}
#footerdiv h6 a:hover, #footerdiv h6 a:active {
	color: #F00;
	text-decoration: none;
}

