/*QS Template {{{darkcyan style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
html, body {
	min-height: 100%;
	_height: 100%;
	#height: 100%;
	height: auto;
	}
	
body {
	color: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	background: #898989 url(images/darkcyan_01.jpg) 0 0 repeat-x;
	}

.container {
	width: 788px;
	margin: 0 auto;
	height: 100%;
	}	
	
.content_wrap {
	width: 788px;
	float: left;
	}	
	
#header {
	display: block;
	height: 161px;
	background: url(images/darkcyan_05.jpg) 0 0 no-repeat;
	padding: 0 25px;
	clear: left;
	}	
	
#header h1 {
	font-size: 35px;
	border: none;
	color: cyan;
	padding-top: 30px;
	width: 330px;
	text-align: center;
	float: left;
	} 
	
.subtitle {
	display: block;
	border: none;
	color: #fff;
	width: 400px;
	text-align: center;
	padding-top: 50px;
	float: right;
	}
	
h1,h2,h3,h4,h5,h6 {
	padding: 5px 0;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	} 
	
a {	
	color: cyan;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}	
	
.LB_nav a {
	color: #444;
	}	

/*////menus____*/
	
.menu1 {
	width: 788px;
	height: 90px;
	float: left;
	background: url(images/darkcyan_03.jpg) 0 0 no-repeat;
	}	
	
.menu1 ul {
	float: left;
	padding-top: 13px;
	padding-right: 13px;
	padding-left: 13px;
	}
	
.menu1 li {	
	list-style-type: none;
	display: block;
	float: left;
	border-right: 1px solid #464646;
	}
		
.menu1 ul a {
	text-decoration: none;
	color: cyan;
	padding: 30px 5px;
	float: left;
	height: 34px;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #707070;
	}		
	
.menu1 ul a:hover {
	text-decoration: underline;
	}
	
.menu {
	width: 788px;
	clear: both;
	height: 100px;
	background: url(images/darkcyan_08.jpg) bottom left no-repeat;
	}
	
.menu ul {
	text-align: center;
	padding: 10px 20px;
	}
	
.menu li {
	display: inline;
	list-style-type: none;
	}
	
.menu ul a {
	text-decoration: none;
	padding: 5px;
	color: #fff;
	}
	
.menu ul a:hover {
	text-decoration: underline;
	}	
	
/*////content divs____*/	
		
.content {
	width: 788px;
	clear: left;
	float: left;
	background: url(images/darkcyan_06.jpg) 0 0 repeat-y;
	}		
	
.content_text {
	width: 748px;
	min-height: 500px;
	_height: 500px;
	clear: both;
	padding: 10px 20px 0 20px;
	clear: left;
	}	
	
.content_text ul {
	padding-left: 15px;
	margin: 5px 0;
	}		
	
.content p {
	padding-bottom: 10px;
	line-height: 1.4em;
	}	
	
img {
	margin: 5px 5px 5px 0;
	}	
		
.footer {
	clear: both;
	font-weight: bold;
	text-align: center;
	height: 50px;
	}	
	

