@charset "utf-8";
body  {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	background: url(images/web-body-back.jpg) top center no-repeat #000 ;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
	#container-top {
		margin: 0 auto;
		width: 1024px;
		background: url(images/header-top.png) center no-repeat;
		height: 342px;
		padding: 0;
	}
	
	#container-top img {
		padding-top: 15px;
	}

.twoColFixLtHdr #container { 
	width: 1024px;  
	background: url(images/container-back.jpg) top center repeat-y;
	margin: -10px auto 20px auto; 
	border: none;
	text-align: left; 
} 

	

.twoColFixLtHdr #header { 
	background: transparent; 
	padding: 5px 10px 0 20px; 
	margin: 0 0 0 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
	#navigation {
	list-style: none;
	text-align: center;
	padding: 0px;
	}
	
	#navigation li {
		display: inline;
		padding: 0 20px;
	}
	
	#navigation a {
		
		
	}
	
	#navigation a:hover {
		background: url(images/hover-effect.png) 50% 100%  no-repeat;
	}
	


.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 250px; 
	background: transparent; 
	padding: 15px 10px 15px 20px;
}

	#sidebar1 address {
		padding-bottom: 10px;
	}
	
	#sidebar1 a,
	#sidebar1 a:link,
	#sidebar1 a:visited.
	#sidebar1 a:active {
		color: #000;
		text-decoration: none;
	}
	
	#sidebar1 a:hover {
		text-decoration: underline;
	}

	#news p {
		margin: 2px 0 2px 5px;
		
		font-size: 0.9em;
	}

.twoColFixLtHdr #mainContent { 
	margin: 0px 15px 0 275px; 
	padding: 10px 20px 0 20px; 
	
	
	
} 
	

	#mainContent p {
		margin-right: 25px;
	}
	
	#mainContent h1 {
		font-size: 1.7em;
	}
	
	#mainContent h2 {
		font-size: 1.3em;
	}
	
	#index-left {
		margin-right: 325px;
		border-right: 3px solid #492910;
	}
	
	#newsscroll{
		width: 300px;
		float: right;
	}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; 
	background:transparent; 
	border-top: 2px solid #492910;
} 
.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}

	#bottom-navigation {
		text-align: center;
		padding: 10px 0 10px 0;
	}
	
	#bottom-navigation li {
		display: inline;
		padding: 0 25px;
	}
	
	#copyright {
		text-align: center;
		font-size: 0.9em;
	}
	
	#lighthouse {
		text-align: right;
		font-size: 0.7em;
	}
	
	#lighthouse a {
		text-decoration: none;
		color: #000;
	}
	
	#lighthouse a:hover {
		text-decoration: underline;
		color: #fff;
	}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Menu Styles */

	.menu-items {
		width: 550px;
	}
	
	.menu-items th {
		text-align: left;
	}
	
	a.skip-link {
		color: #000;
		text-decoration: none;
		padding-bottom: 15px;
	}
	
	a:hover.skip-link {
		text-decoration: underline;
	}

	/* Feedback Form */
	
	.options {
		list-style: none;
	}
	
	.options li {
		display: inline;
		padding: 0 0;
	}
	
	.lighter {
	}
	
	.darker {
		background: #e2d6c6;
	}