/*
---------------------------------------------
	Colours
---------------------------------------------

dark blue:	#00163B;	// body background
medium blue 1:	#0095D2;	// header contact navigation text
medium blue 2:	#369;		// navigation secondary first level link text
light blue:	#70CEF6;	// navigation secondary first level link background
lightest blue:	#B9E5FB;	// content background
purple:		#99C;		// navigation secondary second level link background
lime green:	#CC0;		// navigation secondary third level link background
grey:		#666;		// content text
dark grey:	#003;		// navigation secondary fourth level link text
white:		#FFF;		// navigation primary link text

---------------------------------------------
	/ Colours
---------------------------------------------
*/

/*
---------------------------------------------
	Cross browser fixes
---------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin: 1em 0;
}

li, dd {
	margin-left: 5%;
}

fieldset {
	padding: 0.5em;
}

img {
	display: block;
	border: 0;
}

table {
	font-size: 1em;
}

option {
	padding-right: 0.3em;
}

/*
---------------------------------------------
	/ Cross browser fixes
---------------------------------------------
*/

/*
---------------------------------------------
	Useful classes
---------------------------------------------
*/

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */

/*
---------------------------------------------
	/ Useful classes
---------------------------------------------
*/

/*
---------------------------------------------
	Page structure
---------------------------------------------
*/

body {
	color: #000;
	font: 62.5%/1.8em Arial, Verdana, sans-serif;
	text-align: center;
	background-color: #d7ea98;
}

#skiplinks {
	position: relative;
	overflow: hidden;
	width: 80em;
	min-width: 800px;
	margin: 0 auto;
	text-align: left;
	line-height: 2em;
}

#skiplinks a {
	display: block;
	margin-left: -9999em;
	background: #F1F1F3;
	color: #5C5C5C;
}

#skiplinks a:focus, #skiplinks a:hover, #skiplinks a:active {
	margin-left: 0;
	background: #F1F1F3;
	color: #00153A;
}

#wrapper {
	width: 80em;
	min-width: 800px;
	margin: 1em auto;
	text-align: left;
	background-color: #FFFFFF;
}

#branding {
	min-height: 194px;
	background: #FFF url(../_images/branding_home.jpg) no-repeat;
}

#branding h1 {
	margin: 0;
}

#branding p {
	position: absolute;
	left: -999em;
}

#navigationprimary {
	float: left;
	width: 17.5%;
	font-size: 1.1em;
}

#navigationprimary ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigationprimary li {
	margin: 0;
	padding: 0;
	background: #D9521A url(../_images/navigationprimary_li_bg.gif) repeat-x;
}

#navigationprimary li a {
	display: block;
	margin: 0;
	padding: 0.3em 2.2em 0.3em 1em;
	border-bottom: 1px solid #DDCBBD;
	background-image: none;
	background-position: center right;
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#navigationprimary li.ncclosed a {
	background-image: url(../_images/navigationsecondary_first_closed.gif);
}

#navigationprimary li.ncopen a {
	background-image: url(../_images/navigationsecondary_first_open.gif);
}

#navigationprimary li.ncopen li a, #navigationprimary li.ncclosed li a {
	padding: 0.3em 0.2em 0.3em 1em;
	background-color: #009CA3;
	background-image: none;
	color: #FFF;
	font-weight: normal;
	line-height: 1.3em;
}

#navigationprimary form {
	margin; 0;
	padding: 1em 0;
	background: #F96304;
}

#navigationprimary form label {
	position: absolute;
	left: -999em;
}

#navigationprimary form input {
	width: 9em;
	display: block;
	margin: 0 auto;
}

#content {
	float: right;
	width: 82.5%;
	padding: 0;
}

#contentprimary {
	float: left;
	padding: 0 2%;
	/*background: #E6EFF8;*/
	color: #000;
	font-size: 1.2em;
}

#contentprimary2col {
	float: left;
	width: 440px;
	padding: 0 2%;
	/*background: #E6EFF8;*/
	color: #000;
	font-size: 1.2em;
}

#pageDirectory #contentprimary, #pageDirectory #contentprimary2col {
	float: none;
	width: auto;
}

#contentsecondary {
	float: right;
	width: 190px;
	padding-top: 1em;
	font-size: 1.2em;
}

/*
---------------------------------------------
	/ Page structure
---------------------------------------------
*/

/*
---------------------------------------------
	Typography
---------------------------------------------
*/

#contentprimary h2, #contentprimary2col h2 {
	margin: 0;
	padding: 1em 0;
	color: #009CA3;
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: 900;
}

#contentprimary h2 strong, #contentprimary2col h2 strong {
	display: block;
	color: #009CA3;
}

#contentprimary h3, #contentprimary2col h3 {
	color: #676767;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 900;
}

#contentprimary h3 strong, #contentprimary2col h3 strong {
	display: block;
	color: #009CA3;
}

/*#contentprimary div.sections, #contentprimary2col div.sections {
	position: relative;
	left: -3%;
	width: 106%;
}*/

#contentprimary div.sections>div, #contentprimary2col div.sections>div {
	float: left;
	/*width: 46%;
	padding: 0 2%;*/
}

#contentsecondary h3 {
	margin: 0;
	padding: 0.5em 0.2em;
	background: #D9521A url(../_images/navigationprimary_li_bg.gif) repeat-x;
	color: #FFF;
	font-size: 1em;
	line-height: 1.1em;
	text-transform: uppercase;
}

#contentsecondary p {
	min-height: 2em;
	margin-top: 0;
	padding: 0.5em 0.2em;
	background: #009CA3;
	color: #FFF;
}

#contentsecondary a {
	background: #009ca3;
	color: #FFF;
}

/*
---------------------------------------------
	/ Typography
---------------------------------------------
*/

/*
---------------------------------------------
	Content
---------------------------------------------
*/

#contentprimary .sections .news, #contentprimary2col .sections .news {
	width: 440px;
	float: left;
	background-color: #B4E1E4;
	background-repeat: no-repeat;
}

#contentprimary .sections .species, #contentprimary2col .sections .species {
	padding-top: 88px;
	width: 220px;
	background: #9BD8DB url(../_images/sections_species_bg.jpg) no-repeat;
	float: left;
}

#contentsecondary .question {
	padding-top: 75px;
	background: #FFF url(../_images/contentsecondary_record_bg.jpg) no-repeat;
}
#contentsecondary .news {
	padding-top: 75px;
	background: #FFF url(../_images/contentsecondary_news_bg.jpg) no-repeat;
}
#contentsecondary .record {
	padding-top: 91px;
	background: #FFF url(../_images/contentsecondary_record_bg.jpg) no-repeat;
}

/*
---------------------------------------------
	/ Content
---------------------------------------------
*/

/*
---------------------------------------------
	Forms
---------------------------------------------
*/

#contentprimary label, #contentprimary2col .label {
	display: block;
	float: left;
	clear: left;
	width: 22em;
	margin: 0;
	padding: 0 1em 0 0;
	font-size: 1em;
}

/*
---------------------------------------------
	/ Forms
---------------------------------------------
*/

/*
---------------------------------------------
	Pages
---------------------------------------------
*/



/*
---------------------------------------------
	/ Pages
---------------------------------------------
*/

/*
---------------------------------------------
	JavaScript
---------------------------------------------
*/

.ncclosed ul, ul .ncclosed ul {
	position: absolute;
	left: -999em;
}

.ncopen ul {
	position: static;
	left: 0;
}

/*
---------------------------------------------
	/ JavaScript
---------------------------------------------
*/
.footer {
	clear: both;
	background-color: #F96304;
	padding: 5px;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#contentprimary2col h2 {
	color: #009CA3;
}
