@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	
	
}
html {padding: 0; margin: 0;}
body {
	background-color: #edf7ff;
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	margin: auto;
	text-align:center;
	text-align:left;
	
}
h1 {
	padding: 0px;	
}
#page {
	width: 998px;
	margin: auto;
}
#header {
	height: 88px;
	float: left;
}
#logo {
	padding-top: 12px;
	padding-left: 15px;
	float: left;
}
#motto {
	padding: 12px 0 0 190px;
	float: left;
}
#nav {
	height: 40px;
	width: 997px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	margin: 0 0 0 0px;
}
#nav ul {
	padding: 16px 0 0 25px;
}
#nav li{
	display: inline;
}
#nav a{
	text-decoration: none;
	color: #0080b5;
	font-size: .9em;
	padding: 9px 12px 6px 12px;
	position:relative;
}
#nav a:hover{
	background-color: #679b21;
	color: #fff;
}
div#nav .selected {
	color: #fff;
	background-color: #679b21;	
}
div#subnav .selected {
	color: #fff;
	background-color: #679b21;	
}
div#subpagecontentright .selected {
	color: #fff;
	background-color: #679b21;
	padding: 4px 4px 4px 4px;
	margin-left: -4px;
}
div#subpagecontentright a:hover{
	color: #fff;
	background-color: #679b21;
	padding: 4px 4px 4px 4px;
	margin-left: -4px;
}

#flashcontent {
	height: 283px;
	margin-left: 12px;
	float: left;
}
#homepage_content {
	height: 208px;
	width: 969px;
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	margin-left: 13px;
	float: left;
	background-color: #fff;
	display: inline;
}
#main_content{
	width: 310px;
	padding: 26px 0 0 42px;
	float: left;
}
#main_content p{
	font-size: 1em;
	padding-top: 12px;
	color: #3c4d5d;
	
}
h1{
	color: #00649d;
	
}

#footer {
	margin-left: 12px;	
	padding-top: 0px;
	color: #00649d;
	float: left;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	width: 971px;
	height: 116px;
	display: inline;
}
#footer ul{
	padding: 24px 0 0 32px;	
}
#footer li{
	display: inline;
	font-size: .75em;
}
#footer a{
	text-decoration: none;
	color: #679b21;
}
<!--
div.tab1 a{
	background-image: url(../images/tab2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 22px;
	width: 195px;
	display: block;
}
div.tab1 a:hover{
	background-position: bottom;
}
div.tab2 a{
	background-image: url(../images/tab2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 22px;
	width: 195px;
	display: block;
}
div.tab2 a:hover{
	background-position: bottom;
}
div.tab3 a{
	background-image: url(../images/tab3.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 22px;
	width: 195px;
	display: block;
}
div.tab3 a:hover{
	background-position: bottom;
}
div.tab4 a{
	background-image: url(../images/tab4.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 22px;
	width: 195px;
	display: block;
}
div.tab4 a:hover{
	background-position: bottom;
}
div.tab5 a{
	background-image: url(../images/tab5.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 22px;
	width: 195px;
	display: block;
}
div.tab5 a:hover{
	background-position: bottom;
}
-->

<!-- AJAX TABS-->
#ajax_nav {
	height: 189px;
	width: 195px;
	float: left;
	margin-left: -10px;
	
}
#ajax_nav ul{
	list-style-type: none;
	line-height: .5em;
}
#ajax_nav a{
	text-decoration: none;
	color: #679b21;
	padding-top: 8px;
	padding-bottom: 7px;
	font-size: .8em;
}
#ajax_nav a:hover{
	color: #00649d;	
}
#ajax_nav a:current{
	color: #00649d;	
}
<!---SUBPAGE CONTENT--->
#subpage_content{
	background-color: #fff;
	width: 998px;
	float: left;
	
	
}
#subpage_content_bg{
	background-color: #eef6fc;
	float: left;
	background-image:url(../images/subpage_content_bg.jpg);
	background-repeat: no-repeat;
	margin-left: 12px;
	padding-top: 18px;
	display:inline;
	
}
#subpagecontentleft{
	width: 540px;
	float: left;
	margin-left: 12px;
	padding-left: 30px;
	padding-bottom: 12px;
	padding-top: 4px;
	display: inline;
}
#subpagecontentleft a{
	text-decoration: none;	
	color: #00649d;	
}
#subpagecontentleft h1{
	color: #005f87;
	font-size: 1.4em;
}
#subpagecontentleft h2{
	color: #679b21;
	font-weight: lighter;
}
#subpagecontentleft h3{
	font:Georgia, "Times New Roman", Times, serif;
}
.article_header {
	font-size: .8em;	
}
#subpagecontentleft p{
	font-size: .85em;
	line-height: 1.2em;
}
.share_site {
	margin-left: 400px;
	margin-top: -20px;
	float: left;
	display: inline;
	
	
}
#subpagecontent_header{
	padding: 8px 0 16px 0;
}

#subpagecontentright{
	
	width: 390px;
	float: left;
}
#subpagecontentright h1{
	padding-left: 20px;
	padding-top: 12px;
}
#subpagecontentright ul{
	list-style-type: none;
	padding-top: 0px;
	padding-left: 21px;
	padding-botom: 12px;
	line-height: 1.2em;
}
#subpagecontentright li{
	line-height: 1.5em;	
}
#subpagecontentright a{
	text-decoration: none;
	color: #0080b5;
	
}
#subpage_image img{
	margin-top: 1px;
}

#videocontent {
	margin: 12px 0 8px 28px;
	padding-bottom: 12px;
	
}
#callout {
	display: block;
	width: 349px;
	height: 149px;
	padding-bottom: 12px;
	margin-left: 28px;
	padding-top: 12px;
}
div#callout a:hover{
	background-color: none;	
	padding: 0;
	margin: 0;
}
<!---SUBNAV--->
#middle {
	height: 298px;
	width: 998px;
}
*html #middle img{
	margin-left: -3px;	
}
#subnav {
	width: 256px;
	height: 298px;
	background-image: url(../images/subnavbg.jpg);
	display: block;
	float: left;
	background-repeat: no-repeat;
	margin-left: 13px;
	display: inline;
}
#subnav ul{
	list-style-type: none;
	margin-top: 28px;
	line-height: 1.5em;
}
#subnav li{
	
}
	
#subnav a{
	margin-left: 42px;	
	display:inline;
	color: #00649d;	
	text-decoration: none;
	padding: 5px 10px 4px 10px;
}
#subnav a:hover{
	color: #fff;
	background-color: #679b21;
}
.events {
	padding-left: 24px;	
	padding-right: 24px;
	padding-top: 48px;
}
.events ul{
	
}
.events li{
	font-size: .8em;
	line-height: 1em;
}
.events a{
	color: #679b21;	
}
.events a:hover {
	color: #3c4d5d;	
}
<!----TWEETS--->
.tweet {
  font-family: Georgia, serif;
  font-size: 120%;   
  
}
.tweet .tweet_list {
  -webkit-border-radius: .5em;
  list-style-type: none;
  color: #3c4d5d; 
  margin: 0;
  padding: 0; 
  font-size: .9em;
  
}
.tweet .tweet_list li {
  overflow: auto;
  padding: .5em; 
  line-height: 1em;}
.tweet .tweet_list li a {

}
.tweet .tweet_list .tweet_even {
  
}
.tweet .tweet_list .tweet_avatar {
  padding-right: .5em;
  float: left; }
.tweet .tweet_list .tweet_avatar img {
  vertical-align: middle; 
}

#twitter_logo {
	margin-left: 60px;
	padding-bottom: 8px;
}
.tweetbox {
	padding-left: 24px;
}
.tweetbox p{
	color: #005f87;
	padding-left: 12px;
}
/* ----------- form ----------- */
#formone {
	width: 353px;
	height: 257px;
	color: #3c4d5d;
	background-color: #cce5f0;
 	padding: 5px;
	margin-top: 8px;
	font-size: .8em;
}
#formone p{
	color: #005f87;
	padding: 4px 0 4px 0px;
	margin-left: 175px;
	display: inline;
}
#formone h1{
	color: #fff;
	margin-left: 125px;
	font-size: 1em;
}
.submit {
	height: 25px;
	width: 52px;
	display: block;
	padding: 4px 8px 4px 8px;
	clear: both;
	float: left;
	margin: 8px 0 0 265px ;
	color: #3c4d5d;
	background-color: #cce5f0;
	border: 2px outset #d7b9c9
	
}

.textarea {
	margin-top: 2px;
	padding-right: 2px;
	width: 250px;
	border: 1px solid #3c4d5d;
	height: 120px;
}
.txtBox {
	width: 250px;
	height: 20px;
	margin: 0 0 4px 0;
	border:thin;
	border: 1px solid #3c4d5d;
}
label
{
width: 75px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block

}
.pic-caption{
	float: left;
	width: 300px;
	font-size: .8em;
	padding-right: 10px;
}
.pic-caption p{
	
	padding: 0 0px 10px 0;
}