@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #040405;
	background-image: url(images/all-bg_water.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif; 
}
#page-wrap {
	width: 972px;
	background-color: #fff;
	margin: 0 auto;
	padding: 0 20px 0 10px;
}

/* General Typography
------------------------------------------------------------------- */
a { /* eliminates outline around clicked links (Firefox) */
	outline: none;
}
a img {
	border: none;
}

/* Header
------------------------------------------------------------------- */
#header-wrap {
	position: relative;
	height: 76px;
	border-bottom: 1px solid #001c27;
}
#logo {
	position: absolute;
	top: 15px;
	left: 2px;
}
#site-name {
	position: absolute;
	font-size: 28px;
	font-weight: normal;
	color: #f8a143;
	top: 31px;
	left: 255px;
}
#tagline {
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	color: #3a4e60;
	top: 42px;
	right: 5px;
}

/* Sidebar
------------------------------------------------------------------- */
#sidebar-wrap {
	position: relative;
	float: left;
	width: 232px;
	font-size: 12px;
	margin-right: 20px;
}
/* nav-main 
-------------------------------- */
ul#nav-main {
	list-style-type: none;
	margin-top: 6px;
}
#nav-main li.last {
	border-bottom: 1px solid #bbcede;
}
#nav-main a {
	display: block;
	color: #777;
	text-decoration: none;
	padding-left: 8px;
	background-image: url(images/all-bg_button.gif);
	background-repeat: no-repeat;
	background-position: 232px;
	padding-top: 9px;
	height: 24px;
	border-top: 1px solid #bbcede; /* The border has to be placed here for IE6 */ 
}
#nav-main a:hover {
	color: #fff;
	background-image: url(images/all-bg_button.gif);
	background-repeat: no-repeat;
	background-position: 0;
}
.home #home a, .general-manager #general-manager a, .energy #energy a, .salmon #salmon a, .turbine #turbine a, .hydro #hydro a  {
	color: #fff;
	background-image: url(images/all-bg_button.gif);
	background-repeat: no-repeat;
	background-position: 0;
}
/* pdf-buttons 
-------------------------------- */
ul#pdf-buttons {
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 30px;
}
#pdf-buttons li {
	background-color: #e3ecf1;
}
#pdf-buttons li.last {
	border-top: 1px solid #bbcede;
}
#pdf-buttons a {
	display: block;
	color: #777;
	text-decoration: none;
	background-image: url(images/all-pdf_button.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 42px;
	padding-top: 9px;
	height: 37px;
}
#pdf-buttons a:hover {
	color: #fff;
	background-image: url(images/all-pdf_button.gif);
	background-repeat: no-repeat;
	background-position: -232px;
}

/* Content Area
------------------------------------------------------------------- */
#content-wrap {
	float: left;
	width: 720px;
	margin: 13px 0 30px;
}
#content-wrap h2 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #3a4e60;
}

/* Footer
------------------------------------------------------------------- */
#footer-wrap {
	position: relative;
	clear: both;
	height: 64px;
	border-top: 1px solid #001c27;
	font-size: 11px;
	text-align: center;
	color: #a5a5a5;
	padding-top: 6px;
}
