* { margin: 0; padding: 0; }

/*img, a, div { behavior: url("/persistent/css/iepngfix.htc") }*/

body {
	background: #28560e url(../images/bg.jpg) top left repeat-x;
	margin: 22px 0 0 0;
	padding: 0;
	color: #000;
	font: normal 12px Arial, Verdana, san-serif;
}

p {
	padding: 0;
	margin-bottom: 12px;
}

ul {
	padding: 0;
	margin: 0 0 10px 30px;
}

li {
	padding: 0;
	margin: 0 0 2px 0;
}

h1 {
	padding: 0;
	margin: 0 0 12px 0;
	font-size: 20px;
	color: #28560e;
}

h2 {
	padding: 0;
	margin: 0 0 12px 0;
	font-size: 16px;
	color: #28560e;
}

h3 {
	padding: 0;
	margin: 0 0 12px 0;
	font-size: 16px;
	color: #28560e;
}

h4 {
	padding: 0;
	margin: 0 0 12px 0;
	font-size: 14px;
	color: #28560e;
}

a, a:visited {
	color: #800020;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 908px;
	margin: 0 auto;
	padding: 0;	
	background: #fff url(../images/bg_main.jpg) top left repeat-y;
	position: relative;
}

#header {
	width: 908px;
	height: 373px;
	background: url(../images/banner.jpg) top left no-repeat;
}

#banner {
	width: 908px;
	height: 373px;
	margin: 0;
	background: url(../images/banner.jpg) top left no-repeat;
}

#sidebar {
	float: left;
}
		
#nav {
	width: 199px;
	padding: 0;
	text-align: left;
	line-height: 0;
	font-size: 0;
	padding: 0 0 0 0;
}

	#nav ul {
		list-style: none;
		padding: 0;
		margin: 0 auto;
		width: 199px;
		line-height: 0;
		font-size: 0;
	}
	
		#nav ul li ul {
			margin: -1px auto 0 -1px;
		}
		
		.nav_current ul li a {
			border: 0 !important;
		}
		
		.nav_current ul {
			margin: 0px auto 0 0px !important;
			background: #000;
		}
	
	#nav ul li {
		border: solid 1px #d4d4d4;
		padding: 0 !important;
		margin: 0 0 1px 0!important;
		display: block;
		line-height: 0;
		font-size: 0;
		height: 28px;
		float: none;
	}
	
	#nav ul li a {
		display: block;
		height: 21px;
		padding: 7px 18px 0 18px;
		width: 161px;
		color: #000;
		background: #ececec;
		font: bold 12px Arial, Verdana, san-serif;
		line-height: 14px;
	}
	
	#nav ul li a:hover {
		background: #dfdfdf;
		text-decoration: none;
	}

	.nav_current {
		border: none !important;
		height: 30px !important;
		
	}
	
	.nav_current a {
		background: #28560e !important;
		border: solid 1px #244d0d;
		color: #fff !important;
	}
	
	.nav_current a:hover {
		background: #224c0b !important;
		border: solid 1px #1f440a;
		color: #fff !important;	
	}

	
	.nav_home {
		border: none !important;
		height: 30px !important;
		
	}
	
	.nav_home a {
		background: url(../images/nav_home.jpg) 0 0 no-repeat !important;
		width: 163px !important;
		height: 22px !important;
		padding:8px 18px 0 !important;
		color: #000 !important;
	}
	
	.nav_home a:hover {
		background: url(../images/nav_home.jpg) -199px 0 no-repeat !important;
		color: #000 !important;	
	}

	.nav_home_current {
		border: none !important;
		height: 30px !important;
	}
	
	.nav_home_current a {
		background: url(../images/nav_home_current.jpg) 0 0 no-repeat !important;
		width: 163px !important;
		height: 22px !important;
		padding:8px 18px 0 !important;
		color: #fff !important;
	}
	
	.nav_home_current a:hover {
		background: url(../images/nav_home_current.jpg) -199px 0 no-repeat !important;
		color: #fff !important;
	}

	.nav_last {
		border: none !important;
		height: 30px !important;
		
	}
	
	.nav_last a {
		background: url(../images/nav_last.jpg) 0 0 no-repeat !important;
		width: 163px !important;
		height: 25px !important;
		color: #000 !important;
	}
	
	.nav_last a:hover {
		background: url(../images/nav_last.jpg) -199px 0 no-repeat !important;
		color: #000 !important;	
	}

	.nav_last_current {
		border: none !important;
		height: 30px !important;
	}
	
	.nav_last_current a {
		background: url(../images/nav_last_current.jpg) 0 0 no-repeat !important;
		width: 163px !important;
		height: 25px !important;
		color: #fff !important;
	}
	
	.nav_last_current a:hover {
		background: url(../images/nav_last_current.jpg) -199px 0 no-repeat !important;
		color: #fff !important;
	}
	
		#nav ul li ul {
			/*width: 291px !important;*/
			width: 263px !important;
			background: #fff url() top left no-repeat!important;
			
		}

		#nav ul li ul li {
			border: solid 1px #d4d4d4 !important;
			padding: 0 !important;
			margin: 0 0 1px 0!important;
			display: block !important;
			line-height: 0 !important;
			font-size: 0 !important;
			height: 28px !important;
			float: none !important;
			width: 261px !important;
		}
		
		#nav ul li ul li a {
			display: block !important;
			height: 21px !important;
			padding: 7px 18px 0 18px !important;
			width: 225px !important;
			color: #000 !important;
			background: #ececec !important;
			font: bold 12px Arial, Verdana, san-serif !important;
			line-height: 14px !important;
		}
		
		#nav ul li ul li a:hover {
			background: #dfdfdf !important;
			text-decoration: none !important;
		}

#members_login {
	width: 169px;
	height: 90px;
	background: url(../images/bg_members_login.jpg) top left no-repeat;
	margin: 16px 0 0 0;
	padding: 40px 15px 0 15px;
}

	#member_login {
		border: solid 1px #999999;
		margin: 0 0 5px 0;
		width: 163px;
		padding: 4px 2px;
		font-size: 11px;
	}
	
	#member_password {
		border: solid 1px #999999;
		width: 163px;
		padding: 4px 2px;
		font-size: 11px;
	}
	
	#member_submit {
		background: url(../images/login_button.jpg) top left no-repeat;
		border: 0;
		width: 47px;
		height: 20px;
		float: right;
		margin: 5px 0 0 0;
	}
	
	#member_logout {
		display: block;
		width: 60px;
		height: 20px;
		background: url(../images/logout_button.jpg) top left no-repeat;
		float:left;
	}
	
	#members_area {
		display: block;
		width: 103px;
		height: 20px;
		background: url(../images/members_area_button.jpg) top left no-repeat;
		float:left;
		margin: 0 5px 0 0;
	}
	
	#member_edit {
		display: block;
		width: 103px;
		height: 20px;
		background: url(../images/edit_button.jpg) top left no-repeat;
		float:left;
		margin: 5px 5px 0 0;
	}	
	
	#forgotten_password {
		float: left;
		font-size: 10px;
		margin: 8px 0 0 0;
	}
	
		#forgotten_password a, #forgotten_password a:visited {
			color: #666;
		}

#flashcontent {
	
}

#content_wrapper_bg {
	width: 876px;
	margin: -50px auto 0 auto;
	background: url(../images/bg_content_top.png) top left no-repeat;
	padding: 18px 0 10px 0;
	position: relative;

}

#content_wrapper {
	width: 840px;
	margin: 0 auto;
	background: url(../images/bg_content_main.gif) top left repeat-y;
}

#content {
	width: 600px;
	float: right;
	padding: 2px 0 0 0;
	line-height: 16px;
}

#content_bottom {
	width: 908px;
	height: 25px;
	display:block;
	background: url(../images/bg_content_bottom.jpg) bottom left no-repeat;

}

#footer {
	width: 908px;
	margin: 0 auto;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	padding: 15px 0 15px 0;
	background: #28560e;
	
}
	
	#footer a {
		color: #fff;
		font-weight: normal;
		font-size: 11px;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}	
	
.clear { clear: both; }

#stats { display: none; }