/*QS Template {{{gainsboro 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, Helvetica, sans-serif;
	background: url(images/gainsboro_01.jpg) 0 0 repeat-x;
}
.container {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.content_wrap {
	width: 980px;
	float: left;
}
#header {
	display: block;
	width: 980px;
	height: 151px;
	background: url(images/gainsboro_03.jpg) 0 0 no-repeat;
	text-align: center;
}
.image_block {
	width: 980px;
	height: 349px;
	background: url(images/gainsboro_05.jpg) 0 0 no-repeat;
	}
#header h1 {
	font-size: 55px;
	border: none;
	padding-top: 50px;
	color: gray;
	text-transform: uppercase;
}
.subtitle {
	display: block;
	border: none;
	padding-top: 240px;
	padding-left: 50px;
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	padding: 5px;
}
a {
	color: gray;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.LB_nav a {
	color: #444;
}
/*////menus____*/
	
.menu1 {
	float: left;
	width: 958px;
	background: url(images/gainsboro_06.jpg) 0 0 no-repeat;
	height: 74px;
	padding: 0 11px;
}

.menu1 ul {
	float: left;
	width: 958px;
	border-bottom: 1px solid gainsboro;
	padding-top: 1px;
}
.menu1 li {
	list-style-type: none;
	display: block;
	float: left;
}
.menu1 ul a {
	text-decoration: none;
	color: gray;
	float: left;
	text-align: center;
	font-size: 12px;
	padding: 15px 10px;
	height: 42px;
	border-right: 1px solid gainsboro;
}
.menu1 ul a:hover {
	background-color: gainsboro;
}
.menu {
	float: left;
	width: 965px;
	padding-left: 15px;
	height: 160px;
	background: url(images/gainsboro_10.jpg) bottom left no-repeat;
}
.menu ul {
	float: left;	
	padding: 20px 0;
}
.menu li {
	display: block;
	float: left;
	list-style-type: none;
}
.menu ul a {
	text-decoration: underline;
	padding: 5px;
	color: #000;
	float: left;
}
.menu ul a:hover {
	text-decoration: none;
}
/*////content divs____*/	
		
.content {
	width: 980px;
	float: left;
	background: url(images/gainsboro_08.jpg) 0 0 repeat-y;
}
.content_text {
	width: 940px;
	min-height: 200px;
	_height: 200px;
	padding: 15px 20px 0 20px;
	float: left;
	background: url(images/gainsboro_07.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;
	color: #000;
	width: 980px;
	font-size: 12px;
}

