﻿html {
	height: 101%;
	margin-bottom: 1px;
}
body {
	height: 100%;
	color: #000000;
	background: #ffffff url('images/backbar.jpg') repeat-x;
	font-weight: normal;
	font-size: 0.85em;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	padding: 0;
	margin: 0;
}
img {
	border: none;
}
/*This sets the code for the link colors in the body */
a {
	color: #0e4c92;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
a:hover {
	color: #404040;
	text-decoration: underline;
	font-weight: bold;
	outline: none;
}
/*This sets the code for the heading tags, horizontal rule, and the unordered lists */
h1 {
	font: bold 20px 'Verdana';
	color: #0e4c92;
	margin: .3em 0 .3em 0;
	letter-spacing: 1px;
	text-align: center;
}
h2 {
	font: bold 18px 'Verdana';
	color: #0e4c92;
	margin: .3em 0;
	letter-spacing: 1px;
	text-align: center;
}
h3 {
	font: bold 18px 'Verdana';
	color: #0e4c92;
	margin: .3em 0;
	text-align: center;
}
h4 {
	font: bold 18px 'Verdana';
	color: #0e4c92;
	margin: .3em 0;
	text-align: center;
}
h5 {
	font: bold 18px 'Verdana';
	color: #0e4c92;
	margin: .3em 0;
	text-align: center;
}
h6 {
	font: bold 14px 'Verdana';
	color: #0e4c92;
	margin: .3em 0;
	text-align: center;
}
hr {
	background-color: #0e4c92;
	color: #0e4c92;
	height: 1px;
	width: 100%;
}
ul {
	list-style-type: none;
	margin: 10px 0 20px 10px;
	padding: 0;
}
ul li {
	background: url('images/bullet1.png') no-repeat 0 5px;
	padding: 0 0 0 10px;
}
ul li a {
	color: #0e4c92;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
}
ul li a:hover {
	color: #707070;
	text-decoration: underline;
}
/*This sets the code for the wrapper, header and glare */
#wrapper {
	text-align: left;
	width: 980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -243px;
}
#header {
	position: relative;
	background-image: url('images/header.jpg');
	height: 206px;
	width: 980px;
}
/*This sets the code for the logo image area */
#nameplate {
	position: absolute;
	left: 0;
	top: 40px;
	width: 980px;
	height: 90px;
	z-index: 10;
}
/*This sets the code for the main navigation */
#mainnav {
	position: absolute;
	top: 130px;
	right: 10px;
	height: 40px;
	width: 960px;
	color: #202020;
	text-align: center;
	line-height: 40px;
	z-index: 3;
}
#mainnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#mainnav li {
	background-image: none;
	display: inline;
}
#mainnav ul a {
	color: #ffffff;
	padding: 7px 5px 2px 5px;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
}
#mainnav ul a:hover, #mainnav ul.active a:hover {
	outline: none;
	color: #ffffff;
	padding: 7px 5px 2px 5px;
	border-bottom: 3px solid #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#mainnav li.active a {
	outline: none;
	color: #202020;
	border-bottom: 3px solid #ffffff;
	padding: 7px 5px 2px 5px;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
}
/*This sets the code for the small top content area */
#topright {
	position: absolute;
	top: 20px;
	left: 580px;
	height: 280px;
	width: 340px;
	color: #000000;
	line-height: 1.5em;
	z-index: 3;
}
/*This sets the code for the three top banner boxes */
#bannerTop {
	text-align: left;
	line-height: 1.3em;
	font-size: 0.95em;
}
.bannerBox {
	float: left;
	width: 33.3%;
	text-align: left;
}
/*padding on left and right */
.inside {
	padding: 0 20px 0 20px;
}
.insideMiddle {
	padding: 0 5px;
}
/*This sets the code for the content areas */
/* when right column and left coolumn are present, this controls content */
#content50 {
	float: left;
	width: 50%;
	padding: 5px 0;
	line-height: 1.5em;
	overflow: hidden;
}
/* when there is either a right column or a left column, this controls content */
#content75 {
	float: left;
	width: 75%;
	padding: 10px 0;
	line-height: 1.5em;
	overflow: hidden;
}
/* when there is no right and left column, this controls content */
#content100 {
	float: left;
	width: 100%;
	padding: 10px 0;
	line-height: 1.5em;
}
/*This sets the code for the top content box areas */
#contentTop {
	margin: 10px 0;
	font-size: 0.90em;
}
/*This sets the code for the bottom content box areas */
#contentBottom {
	margin: 10px 0;
	font-size: 0.90em;
}
.contentBottomL {
	float: left;
	width: 49%;
}
.contentBottomR {
	float: right;
	width: 49%;
}
/*This sets the code for the bottom box area*/
#bottom {
	margin: 0 10px;
	text-align: left;
	line-height: 1.4em;
	font-size: 0.9em;
}
.bottomBox {
	float: left;
	width: 33%;
	text-align: left;
}
/*This sets the code for the left sidebar */
#sidebarLeft {
	float: left;
	width: 25%;
	text-align: left;
	font-size: 0.85em;
	line-height: 1.5em;
	padding: 10px 0;
	overflow: hidden;
}
/*This sets the code for the right sidebar */
#sidebarRight {
	float: right;
	width: 25%;
	text-align: left;
	font-size: 0.85em;
	line-height: 1.5em;
	padding: 10px 0;
	overflow: hidden;
}
/*This sets the code for the footer */
.push {
	height: 100px;
	clear: both;
}
#footer-outer {
	clear: both;
	height: 100px;
	width: 100%;
	text-align: center;
	background: #131313 url('images/footer.jpg') repeat-x;
}
#footer {
	height: 163px;
	width: 980px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 2px;
	font-size: 75%;
	line-height: 1.6em;
	padding: 80px 0 0 0;
	margin: 0 auto;
}
#footer h4 {
	font: normal 22px 'Judson';
	color: #ffffff;
	margin: .3em 0;
}
#footer p {
	padding: 0;
	margin: 0;
}
#footer a {
	color: #cecece;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer li {
	display: inline;
	margin: 0;
	padding: 0;
}
#footer li a {
	color: #cecece;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
}
#footer li a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
/*misc. classes */
.center {
	text-align: center;
	font-weight: normal;
}
.tiny {
	font-size: 75%;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.clear {
	clear: both;
}
.clearsmall {
	height: 1px;
	line-height: 0;
	margin: 0;
	padding: 0;
	clear: both;
}
/*readmore styling*/
p.readmore {
	text-transform: uppercase;
	font-style: italic;
}
p.readmore a {
	padding: 5px;
	color: #707070;
	font-weight: normal;
	text-decoration: none;
}
p.readmore a:hover {
	background-color: #5797b2;
	color: #ffffff;
	text-decoration: none;
}
.imageright-noborder {
	margin: 5px;
	float: right;
}
.imageleft-noborder {
	margin: 5px;
	float: left;
}
table {
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;
	vertical-align: middle;
}
/*This sets the code for the fieldset and legend */
fieldset {
	border: 1px dashed #0e4c92;
	padding: 5px;
	margin: 10px 0;
}
legend {
	color: #0e4c92;
	background-color: #ffffff;
	font: bold 16px Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding: 2px 5px;
	margin: 0 0 0 15px;
}
.image-gallery {
	margin: 5px;
	border: 3px double #404040;
}
/*Miscellaneous coding */
.calendar {
	text-align: center;
}


