/* CSS by Casey Reid */

*{
	margin: 0;
	padding: 0;
}

body{
	background-color: #9acefd;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; 
}

a:link, a:visited{color: #6F8E23;}

.imgLeft{
	float: left;
	margin: 8px 5px 2px 0;
	border:0px;
}

.clear{clear: both;}

.gallery{
	width: 100px; 
	height: 100px; 
	margin: 0 10px 10px 0; 
	float: left;
	overflow: visible;
}

.hide{
	text-indent:-99999px;
}

#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 910px;
}

#header{
	background: url(../images/header_bg.gif) no-repeat top;
	height: 124px;
	margin-top: 20px;
	width: 910px;
}

	#header h1{
		padding-left:770px;
	}
	#header h1 a {
		display:block;
		height:40px;
		width:115px;
	}
	#header ul{
		list-style-type: none;
		margin-left: 75px;
		position: absolute;
		top: 117px;
	}
		#header ul li{
			background: url(../images/nav_divide.gif) no-repeat top right;
			float: left;
			font-size: 12px;
			font-weight: bold;
			height: 26px;
			padding: 6px 0 0 0;
		}
			#header ul li.last{background: none;}
			#header ul li a{
				color: #737c28;
				padding: 0 12px;
				text-transform: uppercase;
				text-decoration: none;
			}
				#header ul li a:hover{text-decoration: underline;}
				#header ul li a.active{text-decoration: underline;}
				#header ul li a.first{padding-left: 0;}
                
#banner{ 
    background: url(../images/content_wrapper_bg.gif) repeat-y;
    height:255px; padding-left:5px;
}
				
#titlebar{
	background: url(../images/titlebar_bg.gif) no-repeat top;
	height: 53px;
	width: 910px;
	vertical-align:top;
}
	#titlebar h2{
		color: #004a8d;
		font-size: 26px;
		font-weight: bold;
		margin-left: 80px;
		padding: 10px 0 0 0;
		text-transform: uppercase;
	}
	
#content-wrapper{
	background: url(../images/content_wrapper_bg.gif) repeat-y;
	width: 910px;
}
	#content{
		background: url(../images/content_bg.gif) no-repeat;
		padding: 20px 40px 10px 80px;
	}
		#content p{
			color: #454444;
			font-size: 14px;
			line-height: 16px;
		}
		#content li{
			color: #454444;
			font-size: 14px;
			margin-bottom: 3px;
			margin-left: 2em;
		}
		#content h3{
			color: #6f8e23;
			font-size: 22px;
			font-weight: normal;
			padding-bottom: 10px;
			text-transform: uppercase;
		}
		#content h4{
			color: #6f8e23;
			font-size: 16px;
			font-weight: normal;
			padding: 10px 0 5px;
			text-transform: uppercase;
		}
	#main-content{
		float: left;
		width: 500px
	}
		#main-content img{
			padding-bottom: 10px;
		}
	
	#news{
		float: right;
		width: 220px;
	}
		.news-item{
			background-color: #dedfbb;
			border: 1px solid #c7c5c2;
			margin-bottom: 10px;
			padding: 5px;
			width: 212px;
		}
			#news h4{
				padding-bottom: 5px;
				color: #6f8e23;
				font-size: 12px;
				font-weight: normal;
				text-decoration: none;
			}
			.news-item h4 a{
				color: #6f8e23;
				font-size: 12px;
				font-weight: normal;
				text-decoration: none;
			}
			.news-item span{
				color: #6f8e23;
				font-size: 12px;
				font-weight: normal;
				text-decoration: underline;
				padding-left: 150px;
			}
			.news-item a{color: #6f8e23;}
				.news-item a:hover{text-decoration: underline;}
		
		.alternate{background-color: #c9d7e2;}
		
	
#footer{
	background: url(../images/footer_bg.gif) no-repeat;
	height: 335px;
	margin-bottom: 20px;
	width: 910px;
}
	#footer span{
		color: #737c28;
		float: right;
		font-size: 24px;
		padding: 25px 220px 0 0;
	}

#testimonial{
	padding: 155px 0 0 490px;
	width: 380px;
}
	#testimonial h4{
		color: #fff;
		font-size: 18px;
		font-weight: normal;
		padding-bottom: 15px;
		text-transform: uppercase;
	}
	#testimonial img{
		float: left;
		margin: 0 10px 10px 0;
	}
	#testimonial p{
		color: #fff;
		font-size: 12px;
	}
	#testimonial a{color: #737c28;}
	
	