* {
	margin: 0;
	padding: 0;
}
html, body, #main {
	height: 100%;
}
body {
	background: #e5e4e4 url(/_images/background_light_grey.jpg) top left repeat;
	font: normal normal normal 1em/1.1em Arial, Helvetica, sans-serif;
	color: #333;
}
a, a:link, a:visited, a:active {
	color: #8e9e23;
	text-decoration: none;
}
a:focus, a:hover {
	text-decoration: underline;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, dl {
	margin-bottom: 1em;
}
h1 {
	font-family: Desyrel, Arial, Helvetica, sans-serif;
	color: #8e9e23;
}
h2 {
	font-family: Desyrel, Arial, Helvetica, sans-serif;
	color: #a8a7a7;
	background-color: #302f2f;
	margin-bottom: 45px;
}
h3 {
	color: #111;
	border-bottom: 1px solid #8e9e23;
	font-weight: bold;
	font-size: 1.2em;
}
ul, ol, dl {
	margin-left: 1em;
}
ul {
	list-style-type: square;
}
a img {
	border: 0;
}
#navigation {
	color: #a8a7a7;
	background: #302f2f url(/_images/background_dark_grey.jpg) top left repeat;
	width: 214px; /* 256px - padding */
	padding-left: 22px;
	padding-right: 22px;
	overflow: auto;
	height: 100%;
	position: fixed; /* understood by browsers other than IE6- */
	top: 0;
	left: 0;
}
#navigation h1 {
	margin-top: 30px;
}
#navigationtop img {
	background: transparent url(/_images/logo_en.png) top left no-repeat;
}
#navigation p {
	margin-bottom: 0;
}
#menu {
	margin-top: 28px;
	line-height: 1.4em;
	list-style: none;
	font-weight: bold;
	margin-bottom: 1em;
	margin-left: 0;
	font-size: 0.9em;
}
#menu ul {
	margin-left: 2em;
	list-style: none;
	font-weight: normal;
	margin-bottom: 0;
}
#menu a {
	color: #a8a7a7;
}
#menu a.current {
	color: #8e9e23;
}
.menushown {
	background: transparent url(/_images/icons/menu_contract.gif) right center no-repeat;
	padding-right: 10px;
}
.menuhidden {
	background: transparent url(/_images/icons/menu_expand.gif) right center no-repeat;
	padding-right: 10px;
}
#navigationbottom ul {
	list-style: none;
	font-size: 0.9em;
	margin-left: 0;
	margin-bottom: 0;
}
#navigationbottom li {
	display: inline;
	margin-right: 2em;
}
#navigationbottom p {
	font-size: 0.7em;
	line-height: 1.3em;
}
#content {
	margin-left: 258px;
	padding: 30px 32px;
	font-size: 0.9em;
	width: 676px; /* factoring in 32px padding either side and the width of the scrollbars and browser borders - should display without horizonal scrollbar at 1024×768*/
	text-align: justify;
}
iframe {
	margin-left: 258px;
	width: 678px;
	height: 100%;
	background-color: #fff;
	border: 0;
}
#mission, #missionquoteclose {
	width: 576px;
	margin-left: auto;
	margin-right: auto;
}
#mission {
	text-align: center;
	background: transparent url(/_images/mission_quote_open.gif) top left no-repeat;
}
#missionquoteclose {
	height: 16px;
	position: relative;
	bottom: 2em;
	background: transparent url(/_images/mission_quote_close.gif) bottom right no-repeat;
}
#nextproject {
	text-align: right;
}
#emailaddress {
	position: relative;
	top: 0.2em;
}
#friends {
	list-style: none;
	margin-left: 0;
}
#friends li {
	margin-bottom: 1em;
}
.links {
	list-style: none;
	margin-left: 0;
}
.links li {
	margin-bottom: 0.3em;
}

/* ----------------- News ------------------ */
.newstitle {
	text-align: left;
	width: 200px;
	float: left;
	display: block;
}
.newsdate {
	text-align: right;
	width: 76px;
	float: right;
	font-weight: normal;
	font-size: 1.0em;
	display: block;
}
#previouslink {
	float: left;
}
#nextlink {
	float: right;
}

/* ------------- Publications -------------- */
.publicationitem {
	margin-bottom: 1em;
}
.scanlink {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

/* --------------- Messages ---------------- */
p.error, p.success {
	font-weight: bold;
	display: block;
	padding: 5px 5px 5px 25px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 5px center;
}
p.success {
	color: #009900;
	border: 1px solid #009900;
	background-image: url(/_images/icons/accept.png);
}
p.error {
	color: #ee0000;
	border: 1px solid #ee0000;
	background-image: url(/_images/icons/exclamation.png);
}
noscript {
	color: #ee0000;
}

/* ----------------- Tables ------------------- */
table {
	border-left: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	border-collapse: collapse;
	width: 100%;
	margin: 5px 0;
	text-align: left;
}
td, th {
	vertical-align: top;
	padding: 7px;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}
th {
	background: #e9e9e9 url(/_images/th_bg.gif) top left repeat-x;
	color: #768067;
}
.odd td {
	background-color: #fff;
}
.even td {
	background-color: #f6f6f6;
}

/* -------------- Forms --------------- */
.formline {
	float: left;
	width: 670px;
	margin-bottom: 1em;
	min-height: 1.2em;
	text-align: center;
}
textarea {
	width: 100%;
}
.forminput * {
	width: 50%;
}
.forminput, .formlabel {
	float: left;
	text-align: left;
	min-height: 1.2em;
}
.formlabel {
	width: 20%;
	padding-right: 5%;
	font-weight: bold;
}
.forminput {
	width: 75%;	
}

/* ------------------ Admin ------------------- */
.actions {
	list-style: none;
	text-align: left;
	margin-left: 0;
	margin-bottom: 0.5em;
}
.actions li {
	border: 0;
	margin: 0 5px 7px 0;
	display: inline;
}
.actions a, .actions a:link, .actions a:visited {
	color: #555;
	text-decoration: none;
	text-align: left;
	padding: 3px 8px 3px 20px;
	font-weight: bold;
	font-size: 0.9em;
	background-position: 2px 3px;
	background-repeat: no-repeat;
}
.actions a:focus, .actions a:hover, .actions a:active {
	color: #000;
	text-decoration: underline;
}
.actions a.editlink {
	background-image: url(/_images/icons/link_edit.png);
}
.actions a.addlink {
	background-image: url(/_images/icons/link_add.png);
}
.actions a.deletelink {
	background-image: url(/_images/icons/link_delete.png);
}
.actions a.editpage {
	background-image: url(/_images/icons/page_edit.png);
}
.actions a.addpage {
	background-image: url(/_images/icons/page_add.png);
}
.actions a.deletepage {
	background-image: url(/_images/icons/page_delete.png);
}
.actions a.editproject {
	background-image: url(/_images/icons/brick_edit.png);
}
.actions a.addproject {
	background-image: url(/_images/icons/brick_add.png);
}
.actions a.deleteproject {
	background-image: url(/_images/icons/brick_delete.png);
}
.actions a.editnews {
	background-image: url(/_images/icons/page_edit.png);
}
.actions a.addnews {
	background-image: url(/_images/icons/page_add.png);
}
.actions a.deletenews {
	background-image: url(/_images/icons/page_delete.png);
}
.actions a.editpublication {
	background-image: url(/_images/icons/page_edit.png);
}
.actions a.addpublication {
	background-image: url(/_images/icons/page_add.png);
}
.actions a.deletepublication {
	background-image: url(/_images/icons/page_delete.png);
}
.actions a.editpublicationfiles {
	background-image: url(/_images/icons/folder_edit.png);
}


/*Clear Floats*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */