/*QS Template {{{steelblue style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	color: #000;
	text-align: left;
	font: 14px Helvetica, Arial, sans-serif;
	}
	
.container {
	position:relative;
	background: url(images/header_day.gif) 0 0 repeat-x;
	}	
	
#header h1 {
	background: url(images/lighthouse_day.png) 0 0 no-repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 35px;
	padding: 60px 5px 48px 0;
	color: steelblue;
	text-align: right;
	/*border-left: 1px solid steelblue;*/
	}
	
/*--- IE 7 hack ---
#header h1 {
	*height: 140px;
	*padding: 0;
	}*/
/*--- IE 6 hack ---*/	
* html #header h1 {
	background: url(images/lighthouse_day.gif) 0 0 no-repeat;
	}	
	
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin: 15px 0;
	}
	
#nav_wrap.nav_wrap {
	position: relative;
	}	
	
.menu1 ul {
	border-top: 5px solid steelblue;
	list-style-type: none;
	}
	
.menu1 ul li {
	list-style-type: none;
	display: inline;
	}
	
.menu1 ul a {
	display: inline;
	color: steelblue;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	padding: 5px;
	}		
	
.menu1 ul a:hover {
	text-decoration: underline;
	color: steelblue;
	}
		
.content {
	margin: 25px 0 20px 0;
	padding: 0 10px 5px 10px;
	border-bottom: 5px solid steelblue;
	}	
	
.content p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	}	
	
#footer.footer {
	color: steelblue;
	padding: 0 0 10px 15px;
	font-size: 14px;
	}	
	
.content img {
	margin: 5px 5px 5px 0;
	}	