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



body{
margin:0;
padding:0;
background-color:#7d8a61;
font-family:Lucida Sans Unicode, Lucida Grande;
font-size:12px;
line-height:22px;
text-align:right;
}




/* Wrapper */

#global {
margin-left:auto;
margin-right:auto;
width:950px;
}

#container {
width:950px;
background-color:#ddeed2;
}




/* Fonts */


a {
color:#3e140e;
text-decoration:underline;
}

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

.nav{
font-size:16px;
color:#3e140e;
margin-left:25px;
text-align:left;
}

.nav a {
font-weight:normal;
text-decoration:none;
}

.nav_down, .nav_down a:hover {
color:#8f58c1;
cursor:text;
}

.title {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:22px;
letter-spacing:1px;
line-height:28px;
color:#a7b3a0;
text-align:left;
}

.sub_title {
color:#7e1e0f;
font-weight:bold;
}

.captions {
width:415px;
color:#7e1e0f;
text-align:left;
font-size:10px;
padding-left:25px;
float:left;
}



.footer_text{
text-align:left;
color:#a46c5b;
font-size:10px;
letter-spacing:1px;
line-height:140px;
}

.footer_text a{
color:#a46c5b;
text-decoration:none;
}

.footer_text a:hover{
text-decoration:underline;
}




/* Home Page Pics and Titles */

		#left_col {
		width:216px;
		float:left;
		}
		
			#title {
			width:545px;
			margin-left:270px;
			margin-top:-55px;
			float:left;
			}
		
		#mid_col {
		width:288px;
		float:left;
		}
		
			#mid_rt_col {
			width:55px;
			margin-bottom:100px;
			float:right;
			}
		
		#right_col {
		width:446px;
		margin-top:183px;
		text-align:left;
		float:left;
		}




/* Site Content */

		.center_block {
		width:765px;
		margin-left:185px;
		float:left;
		}
		
			.main_text {
			width:310px;
			float:left;
			}
			
			.image_area {
			width:455px;
			float:right;
			}
	
			.img_floatleft {
			float:left;
			margin-left:20px;
			}
			
			#map {
			width:353px;
			height:285px;
			margin-left:20px;
			text-align:center;
			background-image:url(images/map_bkgnd.jpg);
			background-repeat:no-repeat;
			float:left;
			}
			
			#thumb_area {
			width:400px;
			margin-left:15px;
			float:left;
			}
			
			
				#thumbs {
				width:76px;
				margin: 0 20px 20px 10px;
				border-style:solid;
				border-width:5px;
				border-color:#FFFFFF;
				float:left;
				}
				

		#footer {
		width:950px;
		height:85px;
		background-image:url(images/footer.jpg);
		clear:both;
		}	

			.footer_floatright{
			width:346px;
			margin-right:20px;
			float:right;
			}
	
			.footer_floatleft{
			width:340px;
			margin-left:20px;
			float:left
			}
			
			#fb_logo{
			  width:68px;
			  margin:55px 20px 0 0;
			  float:left;
			  }
		