body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #868686;
	background: #f3f3f3;
}

.clearfix { width: 100%; overflow: hidden; }
.wrapper { width: 1010px; margin: 0 auto; }

.header_bg_repeat { background: #fff url(images/header_bg_repeat.png) top center repeat-x; }
.header_bg { background: url(images/header_bg.jpg) top center no-repeat; }

.top_bg { background: url(images/top_bg.png) top center no-repeat; position: relative; z-index: 98; }	
.top {
	height: 150px;
	}
.logo {
	float: left;
	margin-top: 38px;
	margin-left: 67px;
	}
.logo a img { border: 0; }

.menu {
	float: right;
	margin-right: 40px;
	}
.menu, .menu * { z-index: 1001; }
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.menu ul li {
	float: left;
	}
.menu ul li a {
	display: block;
	padding: 71px 13px 9px 13px;
	color: #808080;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	}
.menu > ul > li.current > a, .menu > ul > li > a:hover, .menu > ul > li.parenttocurrent > a {
	background: #5da785 url(images/menu_bg.png) bottom center repeat-x;
	color: #fff;
	}
	
.banner_bg { height: 517px; background: url(images/banner_bg.png) top center no-repeat; position: relative; z-index: 99; }
.banner {
	width: 950px;
	height: 423px;
	margin-top: 41px;
	margin-left: 29px;
	}
	
.container_positionfixer { position: relative; top: -50px; z-index: 1; }
.container_bg_repeat { background: #fff url(images/container_bg_repeat.png) top center repeat-x; }
.container_bg { background: url(images/container_bg.jpg) top center no-repeat; }
.container {
	margin-top: 54px;
	padding-bottom: 50px;
	min-height: 220px;
	}
.sidebar {
	float: left;
	width: 248px;
	padding: 50px 60px;
	}
.submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
	border-bottom: 1px solid #888;
	padding-bottom: 30px;
}
.submenu ul li {
	margin-bottom: 5px;
}
.submenu ul li a {
	color: #303030;
	font-weight: bold;
	text-decoration: none;
}
.submenu ul li.current a {
	color: #6ab057;
}
	
.content {
	float: right;
	width: 506px;
	padding: 50px;
	}
.content p { line-height: 18px; }
.content b, .content strong { color: #303030; }

.footer {
	border-top: 1px solid #e6e6e6;
	padding-top: 55px;
	text-align: center;
	position: relative;
	top: -50px;
	}
.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.footer ul li {
	display: inline;
	margin-left: 25px;
	}
.footer ul li:first-child {
	margin-left: 0px;
	}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 7px;
	color: #303030;
	}

a { color: #6ab057; text-decoration: none; outline: none; }
a:hover { text-decoration: underline; }
a img { border: none; }
