/*QS Template {{{darkslateblue 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, sans-serif;	
	background: #f6f7f8 url(images/darkslateblue_01.jpg) 0 0 repeat-x;
	}

.container {
	width: 805px;
	margin: 0 auto;
	height: 100%;
	}	
	
.content_wrap {
	width: 805px;
	float: left;
	}	
	
#header {
	float: left;
	width: 805px;
	height: 388px;
	background: url(images/darkslateblue_03.jpg) 0 0 no-repeat;
	}
	
#header h1 {
	font-size: 35px;
	color: white;
	border: none;	
	width: 230px;
	float: right;
	padding: 100px 10px 10px 10px;
	text-align: center;
	} 
	
.subtitle {
	display: block;
	border: none;
	float: right;
	width: 220px;
	padding: 15px;
	clear: right;
	text-align: center;
	}
	
h1,h2,h3,h4,h5,h6 {
	padding: 5px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	color: #000;
	border: 1px solid slateblue;
	} 
	
a {	
	color: slateblue;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}	
	
.LB_nav a {
	color: #444;
	}	

/*////menus____*/
	
.menu1 {
	width: 805px;
	float: left;
	}	
	
.menu1 ul {
	float: left;
	padding: 0 10px;
	}
	
.menu1 li {	
	list-style-type: none;
	display: block;
	float: left;
	background: url(images/darkslateblue_07.gif) top right no-repeat;
	padding-right: 9px;
	margin-right: 5px;
	}
		
.menu1 ul a {
	text-decoration: none;
	color: #fff;
	padding: 10px 0 10px 9px;
	float: left;
	font-size: 10px;
	height: 18px;
	background: url(images/darkslateblue_06.gif) 0 0 no-repeat;
	}		
	
.menu1 ul a:hover {
	text-decoration: none;
	color: slateblue;
	}
	
.menu {
	width: 805px;
	clear: both;
	height: 50px;
	}
	
.menu ul {
	text-align: center;
	padding: 15px 20px;
	}
	
.menu li {
	display: inline;
	list-style-type: none;
	}
	
.menu ul a {
	text-decoration: none;
	padding: 5px;
	color: #000;
	}
	
.menu ul a:hover {
	text-decoration: underline;
	}	
	
/*////content divs____*/	
		
.content {
	width: 805px;
	clear: left;
	float: left;
	background: url(images/darkslateblue_10.gif) 0 0 repeat-y;
	}		
	
.content_text {
	width: 785px;
	min-height: 400px;
	_height: 400px;
	float: left;
	padding: 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;
	text-align: center;
	padding-top: 20px;
	background: url(images/darkslateblue_12.gif) 0 0 no-repeat;
	height: 42px;
	}	
	
