/*QS Template {{{green style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	color: #000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: green url(images/green_bg.jpg) 0 0 repeat fixed;
	}

.container {
	width: 980px;
	margin: 0 auto;
	position: relative;
	}	
	
.content_wrap {
	width: 980px;
	float: left;
	}	
	
#header {
	display: block;
	height: 260px;
	width: 980px;
	float: left;
	background: url(images/green_02.png) 0 0 no-repeat;
	text-align: center;
	color: #262b1e;
	}	
	
#header h1 {
	font-size: 50px;
	text-transform: uppercase;
	border: none;
	background: none;
	padding: 80px 20px 0 20px;
	} 
	
.subtitle {
	border: none;
	background: none;
	border: none;
	padding: 30px 20px;
	}
		
	
h1,h2,h3,h4,h5,h6 {
	padding: 5px;
	} 
	
a {	
	color: #535e42;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}	
	
.LB_nav a {
	color: #444;
	}	

/*////menus____*/
	
.menu1 {
	float: left;
	width: 980px;
	background: url(images/green_04.png) 0 0 repeat-y;
	min-height: 41px;
	}	
	
.menu1 ul {
	float: left;
	width: 940px;
	padding: 0 20px;
	}
	
.menu1 li {	
	list-style-type: none;
	display: block;
	float: left;
	border-right: 1px solid #809166;
	}
		
.menu1 ul a {
	text-decoration: none;
	color: #535e42;
	float: left;
	font-size: 12px;
	padding: 10px 9px;
	height: 21px;
	text-align: center;
	border-right: 1px solid #c4df9b;
	}		
	
.menu1 ul a:hover {
	text-decoration: underline;
	}
	
.menu {
	float: left;
	width: 980px;
	background: url(images/green_07.png) 0 0 no-repeat;
	height: 145px;
	}
	
.menu ul {
	float: left;
	width: 940px;
	padding: 50px 20px;
	}
	
.menu li {
	list-style-type: none;
	display: block;
	float: left;
	}
	
.menu ul a {
	text-decoration: none;
	color: #000;
	float: left;
	padding: 5px;
	text-align: center;
	}
	
.menu ul a:hover {
	text-decoration: none;
	background-color: green;
	color: #000;
	opacity: .50;
	}	
	
/*////content divs____*/	
		
.content {
	width: 980px;
	float: left;
	background: url(images/green_05.png) 0 0 repeat-y;
	}		
	
.content_text {
	width: 920px;
	min-height: 400px;
	_height: 400px;
	float: left;
	clear: both;
	padding: 15px 30px;
	
	}	
	
.content_text ul {
	padding-left: 15px;
	margin: 5px 0;
	}		
	
.content p {
	padding-bottom: 10px;
	line-height: 1.4em;
	}	
	
.content_text img {
	margin: 5px 5px 5px 0;
	}	
		
.footer {
	clear: both;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	float: left;
	color: #fff;
	width: 980px;
	}	
	
