/*QS Template {{{cornflowerblue 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;
	}

.container {
	width: 790px;
	margin: 0 auto;
	height: 100%;
	}	
	
.content_wrap {
	width: 790px;
	float: left;
	background: url(images/cornflowerblue_15.jpg) bottom left no-repeat;
	}	
	
#header {
	display: block;
	float: left;
	width: 790px;
	height: 195px;
	background: url(images/cornflowerblue_03.jpg) 0 0 no-repeat;
	}	
	
#header h1 {
	font-size: 50px;
	color: cornflowerblue;
	border: none;
	width: 500px;
	margin: 0 auto;
	text-align: center;
	} 
	
.subtitle {
	display: block;
	border: none;
	width: 750px;
	float: left;
	background: url(images/cornflowerblue_05.jpg) 0 0 no-repeat;
	height: 20px;
	padding: 15px 20px;
	}
	
h1,h2,h3,h4,h5,h6 {
	padding: 5px;
	color: #000;
	border-bottom: 1px solid cornflowerblue;
	} 
	
a {	
	color: cornflowerblue;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}	
	
.LB_nav a {
	color: #444;
	}	

/*////menus____*/
	
.menu1 {
	width: 780px;
	float: left;
	clear: both;
	margin-left: 5px;
	height: 50px;
	background: #a9d0ff url(images/cornflowerblue_07.jpg) 0 0 no-repeat;
	}	
	
.menu1 ul {
	float: left;
	padding-right: 15px;
	height: 49px;
	width: 684px;
	padding-left: 62px;
	margin-left: 19px;
	background:  url(images/cornflowerblue_09.jpg) top right no-repeat;
	border-top: 1px solid #7ea2cf;
	}
	
.menu1 li {	
	list-style-type: none;
	display: block;
	float: left;
	border-right: 1px solid #7ea2cf;	
	}
		
.menu1 ul a {
	text-decoration: none;
	color: cornflowerblue;
	padding: 15px 5px;
	float: left;
	height: 19px;
	font-weight: bold;
	}		
	
.menu1 ul a:hover {
	text-decoration: none;
	background-color: cornflowerblue;
	color: #a9d0ff;
	}
	
.menu {
	width: 790px;
	clear: both;
	height: 150px;
	}
	
.menu ul {
	text-align: center;
	padding: 50px 20px;
	}
	
.menu li {
	display: inline;
	list-style-type: none;
	}
	
.menu ul a {
	text-decoration: none;
	padding: 5px;
	color: cornflowerblue;
	}
	
.menu ul a:hover {
	text-decoration: underline;
	}	
	
/*////content divs____*/	
		
.content {
	width: 790px;
	clear: both;
	float: left;
	background: url(images/cornflowerblue_13.jpg) 0 0 repeat-y;
	}		
	
.content_text {
	width: 750px;
	min-height: 300px;
	_height: 300px;
	float: left;
	padding: 20px;
	background: url(images/cornflowerblue_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: cornflowerblue;
	}	
	

