a:link {
	color: #A68B03;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #006600;
	text-decoration: underline;
}

#container {
position: absolute; 
left: 50%; 
width: 750px; 
height: auto; 
margin-left: -375px;
background-color:#FFFFFF;
}

#container_index {
position: absolute; 
left: 50%; 
width: 750px; 
height: auto; 
margin-left: -375px;
background-color:#FFFFCC;
}

#container_side_bar {
position: absolute; 
left: 50%; 
width: 750px; 
height: auto; 
margin-left: -375px;
background-color:#FFFFFF;
background-image:url(images/contactbackground.gif);
background-repeat:repeat-y;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:120%;
	color: #333333;
	background-color:#39783c;
	margin:0px;
	padding-top:20px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:20px;
}

#header {
	width:750px;
	height:145px;
	z-index:1;
	background-image:url(images/banner.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#navigation {
	width:750px;
	height: 20px;
	z-index:5;
	margin:0;
	background-color:#003300;
	text-align:center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navigation a {
color:#FFFFFF;
text-decoration:none;
padding-left:7px;
padding-right:7px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
}

#navigation a:visited {
color:#FFFFFF;
text-decoration:none;
padding-left:7px;
padding-right:7px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
}

#navigation a:hover {
color: #FFFFCC;
text-decoration:none;
padding-left:7px;
padding-right:7px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
}

#callout {
	width:732px;
	height:auto;
	margin-left: 18px;
	margin-top:97px;
	background-image:url(images/back_black.jpg);
	background-repeat:repeat;
}


#text_container{
	width:750px;
	height:auto;
	z-index:3;
}

#text_container_index{
	width:750px;
	height:auto;
	z-index:3;
	background-image:url(images/Swoop_home.gif);
	background-repeat:no-repeat;
}

#text {
	clear:both;
	height: auto;
	text-align: left;
}

#bottom_cap {
	clear:both;
	height: 26px;
	background-image:url(images/footer_small.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	z-index:10;
	padding:0px;
	}
	
#bottom_cap_index {
	clear:both;
	height: 26px;
	background-image:url(images/footer_index.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	z-index:10;
	padding:0px;
	}

#footer {
	width:740px;
	height:20px;
	text-align: right;
	padding-top:3px;
	padding-right:10px;
	background-color:#003300;
	font-size: 11px;
	color: #FFFFFF;
	margin-top:10px;
}

#footer a {
color: #D5C7AB;

}

#footer a.hover {
color: #ffffff;

}

.boxright { 
	width:350px; 
	float:right; 
	height:auto; 
	padding-left:10px; 
	padding-right:30px;
	padding-top:20px;
}
	
.boxauto { 
	margin-right:360px; 
	width:auto; 
	height:auto; 
	padding-right:10px;
	padding-left:30px;
	padding-top:20px;
}	


/*this is the layout for the contact and about us page*/

.contact_side_bar { 
	width:180px; 
	float:right; 
	height:auto; 
	padding-left:10px; 
	padding-right:10px;
	padding-top:20px;	
}
	
.main_page_text { 
	margin-right:210px; 
	width:auto; 
	height:auto; 
	padding-right:10px;
	padding-left:10px;
	padding-top:20px;
}	


/*this is the layout for the home page*/

.left_swoop { 
	width:180px; 
	float:left; 
	height:auto; 
	padding-left:10px; 
	padding-right:10px;
	padding-top:10px;
}
	
.auto_text { 
	margin-left:210px; 
	width:auto; 
	height:auto; 
	padding-right:10px;
	padding-left:10px;
	padding-top:20px;
}

/*this is the additional navigation*/

.internal_nav { 
	width:200px; 
	float:left; 
	height:auto; 
	padding:0px;
}

/*this is the box under additional navigation*/

.box {
	background-color:#efd974;
	margin: 10px;
	padding:10px;
	height: auto;
	width: 160px;
	border: 1px solid #FFCC66;
}

/*this is where fonts go*/
.small {
	color: #333333;
	font-size: 10px;
}

a.small:link {
	color: #990000;
	text-decoration: none;
}
a.small:visited {
	color: #660000;
	text-decoration: none;
}
a.small:hover {
	color: #990000;
	text-decoration: underline;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color:#990000;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color:#CC9933;
	font-weight:bold;
}

.italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:#000000;
	font-style:italic;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #39783c;
	font-weight:bold;
	text-align:center;
	
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #39783c;
	font-weight:bold;
	text-align:left;
	
}

.rightlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #39783c;
	font-weight:bold;
	text-align:right;
	
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	text-align:left;
	font-weight:normal;
	
}

.boldtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-align:left;
	font-weight: bold;
	
}

.greenboldtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#39783c;
	text-align:left;
	font-weight: bold;
	
}

.leftheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #39783c;
	font-weight:bold;
	text-align:left;
	
}

.nonboldtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #39783c;
	text-align:left;
	
}

.smallfont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
	text-align:left;
	
}

/* this is information for fonts on left sidebar under the box */
.sidebar_nonboldtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #39783c;
	text-align:left;
	padding:10px;
	
}

.sidebar_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	text-align:left;
	font-weight:normal;
	
}

.sidebar_boldtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	text-align:left;
	font-weight: bold;
	
}

/* this is information for additional link list navigation */

#linklist ul {
margin: 0px;
padding: 0px;
font-family:Georgia, "Times New Roman", Times, serif;
}

#linklist li {
list-style-type:none;
background: transparent;
margin: 0px;
border-bottom: 1px solid #ccbd70;
display: block;
font-family:Georgia, "Times New Roman", Times, serif;
}

#linklist ul li a:link {
background-image:url(images/add_nav.jpg);
color:#A68B03;
text-decoration:none;
display: block;
padding: 8px 6px 8px 6px;
font-family:Georgia, "Times New Roman", Times, serif;
}

#linklist ul li a:visited {
background-image:url(images/add_nav.jpg);
color:#A68B03;
text-decoration:none;
display: block;
padding: 8px 6px 8px 6px;
font-family:Georgia, "Times New Roman", Times, serif;
}

#linklist ul li a:hover {
background-image:url(images/add_nav2.jpg);
color:#333300;
text-decoration:none;
display: block;
padding: 8px 6px 8px 6px;
font-family:Georgia, "Times New Roman", Times, serif;
}

#linklist ul li a:active {
background-image:url(images/add_nav2.jpg);
color:#333300;
text-decoration:none;
display: block;
padding: 8px 6px 8px 6px;
font-family:Georgia, "Times New Roman", Times, serif;
}


/* this is information for button navigation */

div#navigation ul {
	left:0;
	width:767px;
	height:73px;
	padding:0;
	list-style-type:none;
	margin:0;
}
div#navigation ul li {
  position:absolute;
  text-indent:-5000px;
}
div#navigation ul a {
  text-decoration:none;
  display:block;
  height:auto;
  color:#FFFFFF;
}
div#navigation ul li#spacerleft {
  left:0;
  top:165;
}
div#navigation ul li#spacerleft a {
  width:134px;
  height:73px;
  background:url(images/button_spacer_left.gif) 0 0 no-repeat;
  cursor:text;
}
div#navigation ul li#spacerleft a:hover {
  background:url(images/button_spacer_left.gif) 0 0 no-repeat;
}
div#navigation ul li#home {
  left:134px;
  top:129px;
}
div#navigation ul li#home a {
  width:76px;
  height:73px;
  background:url(images/button_home.gif) 0 0 no-repeat;
}
div#navigation ul li#home a:hover {
  background:url(images/button_home_f2.gif) 0 no-repeat;
}
div#navigation ul li#menu {
  left:210px;
  top:165;
}
div#navigation ul li#menu a {
  width:86px;
  height:73px;
  background:url(images/button_menu.gif) 0 0 no-repeat;
}
div#navigation ul li#menu a:hover {
  background:url(images/button_menu_f2.gif) 0 no-repeat;
}
div#navigation ul li#events {
  left:296px;
  top:165;
}
div#navigation ul li#events a {
  width:164px;
  height:73px;
  background:url(images/button_events.gif) 0 0 no-repeat;
}
div#navigation ul li#events a:hover {
  background:url(images/button_events_f2.gif) 0 no-repeat;
}
div#navigation ul li#contact {
  left:460px;
  top:165;
}
div#navigation ul li#contact a {
  width:181px;
  height:73px;
  background:url(images/button_contact.gif) 0 0 no-repeat;
}
div#navigation ul li#contact a:hover {
  background:url(images/button_contact_f2.gif) 0 no-repeat;
}
div#navigation ul li#spacer_right {
  left:641px;
  top:165;
}
div#navigation ul li#spacer_right a {
  width:126px;
  height:73px;
  background:url(images/button_spacer_right.gif) 0 0 no-repeat;
  cursor:text;
}
div#navigation ul li#spacer_right a:hover {
  background:url(images/button_spacer_right.gif) 0 no-repeat;
}



