/*QS Template {{{cornflowerblue style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
html, body {
	min-height: 100%;
	_height: 100%;
	#height: 100%;
	}	
	
body {
	color: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	background: url(images/cornflowerblue_01.jpg) 0 0 repeat-x fixed;
	}

.container {
	float: left;
	padding-left: 25px;
	padding-bottom: 5px;
	}	
	
.content_wrap {
	width: 790px;
	float: left;
	margin-left: 136px;
	*margin-left: 0;
	padding-top: 55px;
	margin-top: 10px;
	background: url(images/cornflowerblue_04.png) 0 0 no-repeat;
	}	
	
#header {
	display: block;
	width: 790px;
	margin-bottom: 20px;
	}	
	
#header h1 {
	font-size: 45px;
	border: none;
	color: #fff;
	padding-left: 25px;
	}
	
.subtitle	{
	display: block;
	width: 515px;
	padding-left: 35px;
	}
	
h1,h2,h3,h4,h5,h6 {
	padding: 5px 0;
	padding-bottom: 1px;
	border-bottom: 1px dotted white;
	} 
	
a {
	color: azure;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:hover {
	text-decoration: none;
	}	
	
.LB_nav a {
	color: #444;
	}	

/*////menus____*/
	
.menu1 {
	float: left;
	width: 136px;
	background: url(images/cornflowerblue_07.png) 0 0 no-repeat;
	padding-top: 25px;
	margin-top: 65px;
	position: fixed;
	*position: static;
	}	
	
.menu1 ul {
	float: left;
	padding-bottom: 25px;
	background: url(images/cornflowerblue_12.png) bottom left no-repeat;
	}
	
.menu1 li {	
	list-style-type: none;
	display: block;
	float: left;
	}
		
.menu1 ul a {
	float: left;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	width: 116px;
	background: url(images/cornflowerblue_09.png) 0 0 repeat-y;
	border-bottom: 1px dotted #99aec7;
	}		
	
.menu1 ul a:hover {
	text-decoration: underline;
	}
	
.menu {
	float: left;
	width: 790px;
	clear: both;
	background: url(images/cornflowerblue_14.png) 0 0 repeat-y;
	*background: none;
	}
	
.menu ul {
	float: right;
	padding-right: 15px;
	}
	
.menu li {
	float: left;
	display: block;
	}
	
.menu ul a {
	float: left;
	text-decoration: none;
	color: #fff;
	padding: 5px;
	}
	
.menu ul a:hover {
	text-decoration: underline;
	}	
	
/*////content divs____*/	
		
.content {
	width: 790px;
	margin: 0 auto;
	background: url(images/cornflowerblue_14.png) 0 0 repeat-y;
	}		
	
.content_text {
	width: 760px;
	min-height: 650px;
	_height: 650px;
	clear: both;
	margin: 0 auto;
	}		
	
.content_text ul {
	padding-left: 15px;
	margin: 5px 0;
	}		
	
.content p {
	padding-bottom: 10px;
	}	
	
img {
	margin: 5px 5px 5px 0;
	}	
		
.footer {
	padding: 20px 0 10px 20px;
	clear: both;
	color: #fff;
	width: 790px;
	height: 52px;
	background: url(images/cornflowerblue_16.png) 0 0 no-repeat;
	}	
	
