/*QS Template {{{steelblue style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
html, body {
	min-height: 100%;
	_height: 100%;
	#height: 100%;
	}	
	
body {
	color: #000;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	background-color: #898989;
	}

.container {
	width: 950px;
	position: relative;
	margin: 0 auto;
	}	
	
.content_wrap {
	width: 950px;
	float: left;
	}	
	
#header {
	height: 150px;
	width: 950px;
	display: block;
	float: left;
	background: url(images/steelblue_02.jpg) 0 0 no-repeat;
	}	
	
#header h1 {
	font-size: 40px;
	color: #000;
	text-transform: uppercase;
	border: none;
	margin: 0 30px 0 0;
	padding-top: 20px;
	float: right;
	width: 500px;
	text-align: right;
	}
	
.subtitle	{
	display: block;
	text-align: right;
	padding-top: 20px;
	float: right;
	clear: right;
	width: 400px;
	margin: 0 30px 0 0;
	}
	
h1,h2,h3,h4,h5,h6 {
	margin: 5px 0;
	padding-bottom: 1px;
	} 
	
a {
	color: steelblue;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}	
	
.menu1 {
	background: url(images/steelblue_05.jpg) 0 0 repeat-y;
	float: left;
	width: 950px;
	min-height: 39px;
	}	
	
.menu1 ul {
	list-style-type: none;
	width: 950px;
	padding: 10px 20px 10px 30px;
	}
	
.menu1 li {	
	list-style-type: none;
	display: block;
	float: left;
	border-right: 1px solid #000;
	}
		
.menu1 ul a {
	float: left;
	text-decoration: none;
	padding: 1px 5px;
	color: #fff;
	border-right: 1px solid steelblue;	
	}		
	
.menu1 ul a:hover {
	text-decoration: underline;
	color: skyblue;
	}
	
.menu {
	float: left;
	clear: both;
	width: 950px;
	background: url(images/steelblue_09.jpg) 0 0 no-repeat;
	}
	
.menu ul {
	float: left;
	width: 950px;
	padding: 20px 0;
	}
	
.menu li {
	display: inline;
	list-style-type: none;
	}
	
.menu a {
	display: inline;
	text-decoration: underline;
	font-size: 12px;
	padding: 5px;
	text-align: center;
	}
	
.menu a:hover {
	text-decoration: none;
	}					
		
.content {
	width: 950px;
	float: left;
	background: url(images/steelblue_06.jpg) 0 0 repeat-y;
	}	
	
.content_text {
	float: left;
	width: 890px;
	padding: 0 0px 0 40px;
	min-height: 500px;
	_height: 500px;
	}	
	
.content ul {
	padding-left: 15px;
	}	
	
.content p {
	padding: 5px 0;
	}	
	
img {
	margin: 5px 5px 5px 0;
	}	
		
.footer {
	width: 950px;
	color: #000;
	text-align: center;
	clear: both;
	background: url(images/steelblue_08.jpg) bottom left no-repeat;
	height: 185px;
	padding-top: 10px;
	}	
	

