* {
margin: 0;
padding: 0;
}

body {
background: #E7E3D7 url('images/bg.jpg') top left;
font-family: georgia, serif;
font-size: 67.5%;
}

hr {
background: #FBFBF9 url('images/hr.gif') top left repeat-x;
border: 0;
float: left;
margin: 10px 20px;
height: 20px;
width: 770px;
}

	p a {
	color: green;
	}

	table {
	color: #A69F6B;
	font-size: 1.2em;
	margin-bottom: 20px;
	width: 100%;
	}

	tr.odd {
	background: #E8E6D9;
	height: 30px;
	}
	
		tr td {
		padding: 4px;
		}

		#banner h1 {
		background: url('images/logo.png') top left no-repeat;
		height: 107px;
		left: 30px;
		position: absolute;
		top: -30px;
		text-indent: -5000px;
		width: 1030px;
		}
	
	#content {
	background: url('images/content-bg.gif') top left repeat-y;
	display: inline-block;
	float: left;
	margin-top: 90px;
	padding-bottom: 25px;
	position: relative;
	width: 780px;
	}
	
		#content .text {
		display: inline-block;
		float: left;
		margin-left: 20px;
		width: 258px;
		}
		
		#content .text.long {
		width: 770px;
		}
		
			#content .text h2, #content .text h3, .text h4 {
			color: #184D00;
			font-size: 1.5em;
			line-height: 140%;
			margin-bottom: 5px;
			}
			
				.text h4 {
				margin: 10px 0;
				}
			
			#content .text p {
			color: #9C9976;
			font-size: 1.2em;
			line-height: 140%;
			margin-bottom: 10px;
			}
		
	#cover {
	background: url('images/splash-corners.png') top left no-repeat;
	height: 247px;
	position: absolute;
	width: 484px;
	z-index: 500;
	}

#frame {
margin: 20px auto;
position: relative;
width: 1096px;
}

	#footer {
	background: url('images/footer.png') top left no-repeat;
	height: 48px;
	left: 35px;
	position: absolute;
	bottom: -30px;
	text-indent: -5000px;
	width: 1026px;
	}
	
	#nav {
	display: inline-block;
	float: left;
	font-size: 1.4em;
	margin: 90px 0 0 50px;
	padding-bottom: 10px;
	width: 210px;
	}
	
		#nav img {
		margin: 10px 0;
		}
	
		#nav ul {
		list-style: none;
		}
		
			#nav ul li {
			background: url('images/dotted.png') bottom left no-repeat;
			margin-top: 3px;
			padding-bottom: 9px;
			width: 200px;
			}
			
				#nav ul li a {
				color: #1A4D00;
				display: inline-block;
				padding-left: 18px;
				text-decoration: none;
				}
				
					#nav ul li a:hover, #nav ul li a.on {
					background: url('images/disc.png') 2px 4px no-repeat;
					}
					
	#splash {
	display: inline-block;
	height: 247px;
	float: right;
	overflow: hidden;
	position: relative;
	width: 484px;
	}
	
		#splash ul {
		list-style: none;
		}

#wrapper_bottom {
background: url(images/wrapper-bottom.png) top left no-repeat;
float: left;
height: 56px;
width: 1096px;
}

#wrapper_middle {
background: url(images/wrapper-middle.png) top left repeat-y;
float: left;
min-height: 600px;
position: relative;
width: 1096px;
}

#wrapper_top {
background: url(images/wrapper-top.png) top left no-repeat;
float: left;
height: 56px;
width: 1096px;
}

		.hand {
		background: url('images/hand-white.gif') top left no-repeat;
		display: block;
		float: right;
		height: 22px;
		text-indent: -5000px;
		width: 42px;
		}
		
		.tabs {
		float: right;
		list-style: none;
		position: absolute;
		right: -40px;
		top: 320px;
		width: 520px;
		}
		
		.tabs li {
		float: left;
		}
		
		.tabs li img {
		border: none;
		}
		
		
.acc {
background: #1A4D00;
color: white !important;
display: inline-block;
font-size: 1em !important;
padding: 5px 10px !important;
text-decoration: none;
width: 100% !important;
}

h4 {
font-weight: lighter;
font-size: 1.2em;
font-style: italic;
margin: 5px 0;
}

		
		
		
		
