/*QS Template {{{green style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
html, body {
	min-height: 100%;
	_height: 100%;
	#height: 100%;
	height: auto;
	}
	
body {
	color: #000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0;
	}

.container {
	width: 800px;
	margin: 0 auto;
	position: relative;
	}	
	
.content_wrap {
	width: 800px;
	float: left;
	background: url(images/green_04.jpg) bottom left repeat-x;
	}	
	
#header {
	display: block;
	width: 800px;
	height: 190px;
	background: url(images/green_01.jpg) 0 0 no-repeat;
	}	
	
#header h1 {
	font-size: 45px;
	border: none;
	color: #fff;
	padding: 30px 0 10px 120px;
	} 
	
.subtitle {
	display: block;
	border: none;
	color: #000;
	padding: 0 0 0 120px;
	}
	
h1,h2,h3,h4,h5,h6 {
	padding: 5px;
	} 
	
a {	
	color: green;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}	
	
.LB_nav a {
	color: #444;
	}	

/*////menus____*/
	
.menu1 {
	width: 778px;
	height: 54px;
	padding: 0 10px;
	float: left;
	background: url(images/green_02.jpg) 0 0 no-repeat;
	}	
	
.menu1 ul {
	float: left;
	}
	
.menu1 li {	
	list-style-type: none;
	display: block;
	float: left;
	border-right: 1px solid darkgreen;
	}
		
.menu1 ul a {
	text-decoration: none;
	color: #fff;
	float: left;
	text-align: center;
	font-weight: bold;
	padding: 18px 5px 12px 5px;
	height: 20px;
	border-right: 1px solid mediumseagreen; 
	}		
	
.menu1 ul a:hover {
	text-decoration: none;
	background-color: mediumseagreen;
	}
	
.menu {
	width: 798px;
	height: 100px;
	clear: both;
	}
	
.menu ul {
	text-align: center;
	padding: 40px 20px;
	}
	
.menu li {
	display: inline;
	list-style-type: none;
	}
	
.menu ul a {
	text-decoration: none;
	padding: 5px;
	color: green;
	font-weight: normal;
	}
	
.menu ul a:hover {
	text-decoration: underline;
	}	
	
/*////content divs____*/	
		
.content {
	width: 798px;
	float: left;
	border-left: 1px solid green;
	border-right: 1px solid green;
	border-bottom: 1px solid green;
	}		
	
.content_text {
	width: 778px;
	min-height: 500px;
	_height: 500px;
	padding: 0 10px;
	}	
	
.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;
	color: #fff;
	padding-bottom: 10px;
	}	
	

