div,h1,h2,h3,h4,h5,h6,form,p,ol,ul,fieldset,input,select {
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	border: none;
}

* { outline: none; }

html { height: 100%; }

div.spacer { height: 0; clear: both; overflow: hidden; }

body {
	background: #e3ddd8;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
}

input, textarea, select {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}

.image-text {
	display: block;
	text-indent: -9999px;
}

a {
	color: #00457e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#centre {
	position: relative;
	min-height: 706px;
	height: 100%;
}

#wrapper {
	width: 888px;
	height: 624px;
	padding: 6px;
	background: #FFF;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -318px 0 0 -450px;
}

#header {
	height: 114px;
}

#logo {
	background: url(../img/header/logo-menu.png) no-repeat right top;
	width: 99px;
	height: 88px;
	margin: 13px 25px;
	float: right;
}

#nav {
	list-style: none;
	width: 283px;
	margin: 24px 35px;
	float: left;
	position: relative;
}

#nav li.nav-item {
	float: left;
	display: inline;
	height: 17px;
	margin: 0 0 7px;
}

#nav li.nav-item a.nav-link {
	background: url(../img/header/logo-menu.png) no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
}

#nav ul.sub-nav {
	position: absolute;
	left: 325px;
	font-size: 11px;
	top: 0;
	list-style: none;
	width: 528px;
	line-height: 1.35em;
	display: none;
}

#nav ul.sub-nav-active {
	display: block;
}

#nav ul.sub-nav a.sub-nav-link {
	color: #777575;
	text-decoration: none;
	font-weight: bold;
}

#nav ul.sub-nav a.sub-nav-link:hover, #nav ul.sub-nav a.sub-nav-link-active {
	color: #00457e;
}

#nav li.overview a.nav-link, #nav li.overview a.nav-link-active {
	width: 118px;
	background-position: 0 0;
}

#nav li.overview a.nav-link:hover, #nav li.overview a.nav-link-active {
	background-position: 0 -66px;
}

#nav li.sustainability a.nav-link {
	width: 165px;
	background-position: -118px 0;
}

#nav li.sustainability a.nav-link:hover, #nav li.sustainability a.nav-link-active {
	background-position: -118px -66px;
}

#nav li.project a.nav-link {
	width: 143px;
	background-position: 0 -24px;
}

#nav li.project a.nav-link:hover, #nav li.project a.nav-link-active {
	background-position: 0 -90px;
}

#nav li.downloads a.nav-link {
	width: 140px;
	background-position: -143px -24px;
}

#nav li.downloads a.nav-link:hover, #nav li.downloads a.nav-link-active {
	background-position: -143px -90px;
}

#nav li.contact a.nav-link {
	width: 138px;
	background-position: 0 -48px;
}

#nav li.contact a.nav-link:hover, #nav li.contact a.nav-link-active {
	background-position: 0 -114px;
}

#nav li.feedback a.nav-link {
	width: 145px;
	background-position: -138px -48px;
}

#nav li.feedback a.nav-link:hover, #nav li.feedback a.nav-link-active {
	background-position: -138px -114px;
}

#content {
	clear: both;
	position: relative;
	height: 504px;
}

#content-left {
	width: 188px;
	height: 472px;
	background: #00457e;
	padding: 32px 15px 0 35px;
	float: left;
	position: relative;
	color: #FFF;
}

#content-left h2 {
	color: #fdbb30;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	padding-top: 3px;
}

#content-left h2 span.sub {
	color: #FFF;
	display: block;
	font-size: 14px;
}

#content-left h3 {
	font-size: 12px;
	font-weight: bold;
}

#content-left h3.orange {
	color: #fdbb30;
}

#content-left h3 + p {
	margin-top: .35em;
}

#content-left p {
	font-size: 11px;
	line-height: 1.35em;
	margin: 1em 0;
}

#content-left p.large {
	font-size: 12px;
}

#content-left a {
	color: #FFF;
	text-decoration: underline;
}

#content-left a:hover {
	color: #fdbb30;
	text-decoration: none;
}

#content-left .bottom-bullet {
	display: block;
	background: url(../img/left-bullet.png) no-repeat left center;
	height: 21px;
	line-height: 21px;
	padding: 0 0 0 35px;
	margin: 0 0 0 -35px;
	position: absolute;
	bottom: 15px;
	color: #fdbb30;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	text-decoration: none;
}

#content-left a.bottom-bullet:hover {
	text-decoration: underline;
}

#content-right {
	background: #e3ddd8;
	float: right;
	width: 644px;
	height: 504px;
	overflow: hidden;
	position: relative;
}

#content-right strong {
	color: #00457e;
}

#content-right ul.box-list {
	margin: 35px;
	list-style-type: none;
	color: #00457e;
}

#content-right ul.box-list li p {
	color: #777575;
	margin: 1em 0;
	line-height: 1.35em;
	font-size: 12px;
}

.small { font-size: 11px; }

.hspacer {
	height: 2px;
	overflow: hidden;
	clear: both;
	background: #FFF;
}

.panels {
	width: 100%;
	height: 100%;
	position: relative;
}

.panels .panel {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.panels .panel a.full-next {
	display: none;
	position: relative;
	z-index: 100;
	width: 644px;
	height: 504px;
	border: solid 1px aqua;
}

.panels .panel .next-panel {
	cursor: pointer;
}

#animation {
	height: 506px;
	overflow: hidden;
	background: #FFF;
}

#animation object {
	display: block;
	position: relative;
	z-index: 1;
}

#close-animation {
	position: absolute;
	left: 41px;
	top: -1.5em;
	font-size: 11px;
	font-weight: bold;
	color: #777575;
	text-decoration: none;
	z-index: 10000;
}

a#close-animation:hover {
	color: #00457e;
}

#animation-holder {
	background: #FFF;
	position: absolute;
	z-index: 10000;
	width: 900px;
	height: 506px;
	padding: 4px 0 0;
	left: -6px;
	top: 0;
}

.scroll {
	height: 434px;
	overflow: auto;
	padding: 0 35px;
	margin: 35px 0;
}

ul.faq-list {
	list-style: none;
	font-size: 12px;
}

ul.faq-list ul {
	list-style: disc;
	margin: 0 2em 16px;
	font-size: 11px;
}

ul.faq-list h4 {
	font-weight: bold;
	margin: 0 0 5px;
}

ul.faq-list ul li {
	line-height: 1.35em;
}

ul.faq-list h4 {
	text-transform: uppercase;
}

ul.faq-list h4 a {
	color: #00457e;
	text-decoration: none;
}

ul.faq-list h4 a:hover {
	text-decoration: underline;
}

ul.faq-list ul a {
	color: #00457e;
	text-decoration: none;
}

ul.faq-list ul a:hover {
	text-decoration: underline;
}

.faq {
	margin: 20px 0 0;
}

.faq h4 {
	text-transform: uppercase;
	font-size: 14px;
	color: #00457e;
	font-weight: bold;
	font-size: 14px;
	margin: 16px 0;
}

.faq h5 {
	font-size: 12px;
	font-weight: bold;
	color: #00457e;
	line-height: 16px;
	margin: 16px 0 0;
}

.faq p {
	color: #777575;
	font-size: 12px;
	margin: 0 0 16px;
	line-height: 16px;
}

.faq .top {
	font-weight: bold;
	color: #00457e;
	font-size: 11px;
}

.faq a.top:hover {
	text-decoration: none;
}