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

body {
margin:0;
padding:0;
font-family: "Times New Roman", Times, serif;
background-color:#8fabcc;
background-image:url(images/image_bkgrd.jpg);
background-repeat: repeat-y;
background-position:center;
text-align:center;
}

#wrapper {
position:relative;
text-align:left;
width:800px;
height: 1150px;
margin-right:auto;
margin-left:auto;
background-color:#ffffff;
}

#header {
background-color:#8fabcc;
height:223px;
position:relative;
}

a:link, a:visited {
color:#8fabcc;
text-decoration:none;
}

a:hover {
color:#005288;
text-decoration:underline;
}


h1 {
margin:0;
margin-top:25px;
padding:0;
font-weight:normal;
color:#8fabcc;
font-size:18px;
}

h1+p {
margin-top:-1px;
}

h2 {
margin:0;
padding:0;
font-weight:bold;
color:#005288;
font-size:14px;
border-bottom:#33913c 1px dotted;
}

h3 {
margin:0;
padding:0;
font-weight:bold;
color:#005288;
font-size:12px;
}

#content {
margin-top:20px;
margin-left:180px;
width:370px;
padding: 0 10px 0 0;
height:820px;
}

#content p {
font-size:13px;
line-height:1.3em;
}

#content img {
margin-top:10px;
margin-bottom:10px;
}

form {
border: 1px dotted #09416f;
font-family: "Times New Roman", Times, serif;
font-size:13px;
padding: 5px;
}

input.txtName {
width: 250px;
}

input.txtState {
width: 60px;
}

.staff {
border-collapse:collapse;
}

.staff td {
	border:none;
	text-align:center;
	vertical-align:top;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-position: center;
}

.staff a {
font-size:12px;
}

.staff img {
text-align:center;
padding-left:7px;
}

.mile {
border-collapse:collapse;
}

.mile th {
font-size:12px;
font-weight:bold;
}


.mile td {
	border:none;
	text-align:left;
	font-size:11px;
	line-height:13px;
	vertical-align:top;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.events {
border-collapse:collapse;
}

.events caption {
font: bold 85% Georgia, "Times New Roman", Times, serif;
text-align:left;
padding-bottom: 0.4em;
}

.events th {
border: none;
text-align:left;
padding: 0.2em 0.4em 0.2em 0.4em;
background-color:#cddbea;
color:#005288;
font: bold 80% Georgia, "Times New Roman", Times, serif;
}

.events td {
border: none;
font: 80% Georgia, "Times New Roman", Times, serif;
padding: 0.2em 0.4em 0.2em 0.4em;
}


.mainList ul {
list-style: none;
padding:0.5em;
}

.mainList li {
font-size:13px;
color:#000000;
line-height:18px;
list-style: disc;
margin-left:-10px;
}

.bodyList ul {
list-style: none;
padding:0.5em;
}

.bodyList li {
font-size:13px;
color:#000000;
line-height:18px;
list-style:circle;
margin-left:-10px;
}

.anchorList ul {
list-style: none;
padding:0.5em;
}

.anchorList li {
font-size:13px;
color:#000000;
line-height:18px;
list-style:none;
margin-left:-10px;
}

#navigation {
position:absolute;
top:235px;
width:150px;
}

#navigation ul {
list-style:none;
margin: 1em 0 0 0;
padding:0;
display:inline;
border:none;
}

#navigation li {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
margin-top:2px;
}

#navigation a:link, #navigation a:visited {
color:#005288;
background-color:transparent;
display:block;
padding: 0.5em .2em 0.5em 0.2em;
text-decoration:none;
}

#navigation a:hover {
background-color:#005288;
padding: 0.5em .2em 0.5em 0.2em;
color:#ffffff;
}

#mainNav {
list-style-type: none;
margin-left:0;
}

.active:hover li {
display: block;
background-color:#8fabcc;
color:#FFFFFF;
}

.active li { 
display: none;
color:#ffffff;
}

#sidebar {
position:absolute;
text-align:center;
left:580px;
top:240px;
width:200px;
}

#footer {
clear:both;
background-image:url(images/footer_image.jpg);
font-size:11px;
height:100px;
text-align:right;
color:#005288;
}

#footer p {
font-size:11px;
color:#ffffff;
margin-right:50px;
margin-top:40px;
}




