@charset "UTF-8";
/* CSS Document */

body {
	background: #00136C url(bg.gif) repeat-x left top;
	margin: 20px;
	padding: 0px;
	font-family: Helvetica, Verdana, sans-serif;
}
.dropdown {
	color: #DCA164;
	background: #00136C;
	float: right;
	position: relative;
	z-index: 2;
}
.dropdown p {
	padding: 10px 25px 10px 10px;
	margin: 0px;
	font-size: 12px;
	height: 12px;
	background: url(upArrow.gif) no-repeat 90% center;
}
.dropdown li {
	margin: 0px;
	padding: 0px;
}
.dropdown ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	display: block;
	background: #00136C;
	width: 150px;
	border: 1px solid #000000;
	overflow: visible;
	right: 0px;
}
.dropdown a:link, .dropdown a:active, .dropdown a:visited {
	display: block;
	color: #DCA164;
	text-decoration: none;
	padding: 5px;
	font-size: 0.75em;
}
.dropdown a:hover {
	color: #00136C;
	background-color: #DCA164;
}
#sideBar {
	float: right;
	padding-right: 20px;
	padding-top: 20px;
	width: 180px;
}
#externalButtons ul {
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#externalButtons li {
	padding-bottom: 10px;
}
#externalButtons a:link, #externalButtons a:active, #externalButtons a:visited {
	background: url(enroll.gif) no-repeat center center;
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 140px;
	text-align: center;
	color: #333333;
	text-decoration: none;
}
#subNav a {
	font-size: 0.85em;
}
#subNav li {
	padding-bottom: 10px;
	font-size: 0.85em;
}
#Welcome {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 150px;
	z-index: 0;
}
#PageBody {
	width: 920px;
	margin: auto;
	background: #FFFFFF url(../logos/beavercreekLogo.jpg) no-repeat right top;
	border: 1px solid #999999;
	overflow: hidden;
}
#Banner {
	padding: 0px;
	margin: 0px;
}
#BannerSWF {
	z-index: 1;
}
#breadCrumb {
	width: 910px;
	padding: 5px;
	color: #FFFFFF;
	background: #333333;
	margin: 0px;
	display: block;
	float: right;
	font-size: 10px;
}

/* Index Page */
.indexImages {
	width:680px;
	padding: 20px;
	float: left;
}
.indexImages h5 {
	padding: 5px;
	margin: 0px;
	border-bottom: 1px solid #8C0000;
	color: #8C0000;
}
.indexImage ul {
	margin: 0px 0px 20px;
	padding: 0px;
}
.indexImage li {
	font-size: 0.75em;
	line-height: 1.4em;
	list-style: none;
	display: block;
	margin: 0px;
	padding: 8px 8px 8px 35px;
	border-bottom: 1px solid #CCCCCC;
	background: url(BulletRest.jpg) no-repeat 5px 7px;
}
.indexImage li:hover {
		background: #DDDDDD url(BulletHover.jpg) no-repeat 5px 7px;;
}
.indexItem {
	display: inline-block;
	width: 200px;
}
.imageLinks {
	padding-left: 20px;
}
/* Index Page */

#content {
	padding: 20px;
	margin-right: 200px;
	border-right: 1px solid #CCCCCC;
}
#PageContent {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#footer {
	background-color:#CCCCCC;
	float:left;
	font-size:0.7em;
	overflow:visible;
	padding:10px;
	width:900px;
}
#footer p {
	margin:0;
}
#copyright {
	float:right;
}
#disclosure {
	float:left;
}
#bankLogo {
	height: 90px;
	left: 0;
	margin-bottom: -30px;
	position: relative;
	top: 0;
}
#bankLogo img {
	border-style: none;
	padding-top: 8px;
	padding-left: 8px;
}
#content p, #content li {
	font-size: 0.75em;
	line-height: 1.4em;
	padding-left: 10px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #353981;
	margin: 10px;
}
h4 {
	color: #353981;
	font-size: small;
	font-weight: normal;
	line-height: 20px;
	padding-left: 10px;
}
h3 {
	color: #353981; 
	font-size: 16px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 22px;
	font-weight: normal;
	padding-left: 10px;
}
.DownloadButton:link, .DownloadButton:active, .DownloadButton:visited {
	color: #FFFFFF;
	text-decoration: none;
	background: url(/art/button.gif) no-repeat center center;
	display: block;
	height: 18px;
	width: 224px;
	text-align: center;
	padding: 5px;
}
.DownloadButton:hover {
	text-decoration: underline;
}

