/*QS Template {{{steelblue style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
html, body {
	min-height: 100%;
	_height: 100%;
	#height: 100%;
	}	
	
body {
	color: #fff;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background: #000 url(images/steelblue_01.jpg) 0 0 repeat;
	padding: 50px 0;
	}

.container {
	width: 960px;
	position: relative;
	margin: 0 auto;
	}	
	
.content_wrap {
	width: 960px;
	float: left;
	background:  url(images/steelblue_08.jpg) 0 0 repeat-y;
	}	
	
#header {
	height: 298px;
	width: 910px;
	padding-right: 50px;
	display: block;
	float: left;
	background: url(images/steelblue_05.jpg) 0 0 no-repeat;
	text-align: right;
	}	
	
#header h1 {
	font-size: 55px;
	text-transform: uppercase;
	border: none;
	padding: 20px;
	
	}
	
.subtitle	{
	display: block;
	padding: 0 20px;
	}
	
h1,h2,h3,h4,h5,h6 {
	margin: 5px 0;
	} 
	
a {
	color: steelblue;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}	
	
.menu1 {
	float: left;
	width: 200px;
	background-color: #00336f;
	}	
	
.menu1 ul {
	list-style-type: none;
	float: left;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	}
	
.menu1 li {	
	list-style-type: none;
	display: block;
	float: left;
	}
		
.menu1 ul a {
	float: left;
	text-decoration: none;
	padding: 10px;
	width: 180px;
	color: #fff;
	font-size: 10px;
	height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	}		
	
.menu1 ul a:hover {
	text-decoration: none;
	background-color: steelblue;
	color: #000;
	}
	
.menu {
	float: left;
	clear: both;
	width: 720px;
	margin-top: 40px;
	}
	
.menu ul {
	float: left;
	width: 720px;
	padding: 0;
	}
	
.menu li {
	display: block;
	float: left;
	list-style-type: none;
	}
	
.menu a {
	float: left;
	text-decoration: underline;
	font-size: 12px;
	padding: 5px;
	text-align: center;
	color: #fff;
	}
	
.menu a:hover {
	text-decoration: none;
	}					
		
.content {
	width: 960px;
	float: left;
	background: url(images/steelblue_07.jpg) 0 0 no-repeat;
	padding-top: 10px;
	}	
	
.content_text {
	float: right;
	width: 720px;
	padding: 0 10px;
	min-height: 475px;
	_height: 475px;
	}	
	
.content_text ul {
	padding-left: 15px;
	}	
	
.content p {
	padding: 5px 0;
	}	
	
img {
	margin: 5px 5px 5px 0;
	}	
		
.footer {
	width: 960px;
	text-align: center;
	clear: both;
	background: url(images/steelblue_10.jpg) bottom left no-repeat;
	height: 67px;
	}	
	

