/*QS Template {{{olivedrab 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: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	padding: 5px 0;
	background-color: #454d1a;
	}

.container {
	width: 783px;
	margin: 0 auto;
	height: 100%;
	}	
	
.content_wrap {
	width: 783px;
	float: left;
	}	
	
#header {
	display: block;
	float: left;
	width: 783px;
	min-height: 271px;
	_height: 271px;
	background: url(images/olivedrab_03.jpg) bottom left no-repeat;
	}	
	
#header h1 {
	font-size: 40px;
	color: #fff;
	border: none;
	width: 320px;
	text-align: center;
	} 
	
.subtitle {
	display: block;
	border: none;
	color: #000;
	float: left;
	height: 20px;
	padding: 40px 0 0 20px;
	}
	
h1,h2,h3,h4,h5,h6 {
	padding: 5px;
	color: olivedrab;
	border-bottom: 1px solid olivedrab;
	} 
	
a {	
	color: olivedrab;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}	
	
.LB_nav a {
	color: #444;
	}	

/*////menus____*/
	
.menu1 {
	width: 783px;
	float: left;
	clear: both;
	height: 42px;
	background: url(images/olivedrab_05.jpg) 0 0 no-repeat;
	}	
	
.menu1 ul {
	float: left;
	padding: 3px;
	}
	
.menu1 li {	
	list-style-type: none;
	display: block;
	float: left;
	}
		
.menu1 ul a {
	text-decoration: underline;
	color: #ddf767;
	padding: 10px 5px 11px 5px;
	float: left;
	font-size: 13px;
	}		
	
.menu1 ul a:hover {
	text-decoration: none;
	background-color: #ddf767;
	color: #454d1a;
	}
	
.menu {
	width: 783px;
	clear: both;
	height: 32px;
	float: left;
	background: url(images/olivedrab_08.jpg) 0 0 no-repeat;
	}
	
.menu ul {
	text-align: center;
	padding: 10px 20px;
	}
	
.menu li {
	display: inline;
	list-style-type: none;
	}
	
.menu ul a {
	text-decoration: underline;
	padding: 5px;
	color: olivedrab;
	font-size: 12px;
	}
	
.menu ul a:hover {
	text-decoration: none;
	}	
	
/*////content divs____*/	
		
.content {
	width: 783px;
	clear: both;
	float: left;
	background: url(images/olivedrab_06.jpg) 0 0 repeat-y;
	}		
	
.content_text {
	width: 750px;
	min-height: 300px;
	_height: 300px;
	float: left;
	padding: 20px;
	background: url(images/olivedrab_11.jpg) 0 0 no-repeat;
	}	
	
.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: 15px;
	color: #fff;
	}	
	

