/* BLUEPRINT CSS STUFF

Comment out anything that's not required */




/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
.projects div.projects {
	clear: left;
}
.page_projects img.left {
	clear: left;
}
body {line-height:1.5;}
/*
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
*/
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
strong {font-weight:bold;}
/*
blockquote {margin:1.5em;color:#666;font-style:italic;}



em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
*/
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
/*
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

*/






/* ---------------------------------------------------------- */

a img {
	text-decoration: none; border: 0px solid;
}
a:visited img, a:active img {
	border-style: none;
}
a:active, a:focus {
	/*width:0; 
	height:0; */ 
	outline:0; /* for browsers that understand */
}




body {
	width:100%;
	height: 100%;
	background: url(../images/lowerbg.gif) repeat center top;
	font: 76%/150% Verdana, Arial, Helvetica, sans-serif;
}
#top_of_body {
	background-image: url(../images/upperbg.gif);
	background-repeat: repeat-x;
	height: 664px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-position: center top;
}

#header {
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 133px;
	width: 800px;
	left: 0px;
	top: 0px;
}


#container {
	width: 800px;
	text-align: left;
	position: relative;
	padding-top: 220px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F8F8F8;
	background-image: url(../images/containerbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	top: 9px;
}

#secCol {
	position: absolute;
	width: 150px;
	left: 620px;
	top: 200px;
}

#mainContent {
	width: 520px;
	margin-left: 55px;
	padding-bottom: 4em;
}

#mainContent img {
padding-top: 1em;
padding-bottom: 2em;
}

#mainContent p img.right {
margin: -0.5em 0 0 1.5em;
display: inline;
}

#mainContent p img.left {
margin: -0.5em 1.5em 0 0;
display: inline;
}



/* Text stuff */

sub {
display: inline;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
}
#mainContent a, #mainContent a:link {
	color: #7E3D00;
	text-decoration: none;
}

#container a:hover {
	text-decoration: underline;
}

#mainContent h1 {
	font-size: 200%;
	padding-bottom: 1em;
	font-weight: normal;
	line-height: 130%;
}

#mainContent h2 {
font-size: 120%;
padding-bottom: 0.5em;
padding-top: 1em;
font-weight: bold;
}

#mainContent h3 {
	font-size: 110%;
	font-weight: bold;
	color: #666666;
	line-height: 130%;
	padding-top: 0.7em;
}
#mainContent h5 {
	margin-right: 0.5em;
	margin-top: 3em;
	display: inline;
}

#mainContent h4 {
font-weight: bold;
display: inline;
padding-right: 5px;
}

#mainContent li {
margin-bottom: 0.5em;
}


div.start {
	margin-top: 3em;
	margin-bottom: 1.5em;
}
.start p {
	display: inline;
}

em {
font-weight: bold;
}

/* NAV */

#mainNav {
	position: absolute;
	top: 133px; /*1.4.09 cut this down now by 25px*/
	left: 55px;
	height: 35px;
	width: 600px; /*The extra 3 pixels are allowing the menu backgrounds to show in IE*/
	display: block;
}

#mainNav ul {
margin: 0px;
position: relative;
}

#mainNav li {
	display: block;
	height: 35px;
	list-style-type: none;
	position: relative;
	float: left;
	margin-right: 15px;
}

#mainNav li a {
	background: no-repeat left top;
	height: 35px;
	/*width: 80px; */
	display: block;
	position: relative;
	text-indent: -5000px;
}

#mainNav li#navMain-1  a {
	width: 55px;
	background-image: url(../images/about.jpg);
}

#mainNav li#navMain-2  a {
width: 66px;
background-image: url(../images/projects.jpg);
}


#mainNav li#navMain-3  a {
	width: 47px;
	background-image: url(../images/news.jpg);
}

#mainNav li#navMain-4  a {
	width: 83px;
background-image: url(../images/offsetting.jpg);
}

#mainNav li#navMain-5  a {
	width: 83px;
background-image: url(../images/resources.jpg);
}


#mainNav a:hover, #mainNav a.over {
	background-position: left -35px;
}





/*  FOOTER STYLES */

#footer a, #footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
text-decoration: underline;

}
#sitemap li {
	text-indent: 0px;
	margin-left: 0px;
	list-style-type: none;
	padding: 0px;
	display: block;
	margin-top: 0.3em;
}

#sitemap div {
	float: left;
	text-indent: 0px;
	margin: 0px 2em 0px 0px;
	padding: 0px;
}
#col2 {
	width: 8em;
}
#col3 {
	width: 8em;
}

#col4 {
	width: 8em;
}

#sitemap li.navSub-1 a.glang, #sitemap li.navSub-2 a.glang, #langbox ul li a.glang {
color: #A5C152;
font-weight: normal;
}

#sitemap ul {
	margin: 0px 1em 0px 0px;
	padding: 0px;
}
#col1 {
	width: 12em;
}

#sitemap {
	margin-left: 55px;
	list-style-type: none;
	margin-right: 0px;
	position: relative;
	top: -0.5em;	
}

#smallprint {
	clear: left;
	margin-left: 55px;
	padding-top: 20px;
	font-size: 0.9em;
	width: 50%;
	color: #999999;
}


#footer {
	background-color: #0E0E0E;
	color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 30px;
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-size: 0.9em;
	line-height: 120%;
}

#footer_right {
	float: right;
	margin-left: 10px;
	margin-right: 55px;
	display: inline;
}
#footer .navSub-1 {
	font-weight: bold;
	margin-top: 1.5em;
}

#live ul {
	clear: both;
	margin-left: 55px;
	padding-top: 20px;
	color: #999999;
	list-style: none;
}
#live ul li {
float: left; 
display: inline;
padding-right: 2em;
}
#live img {
float: left;
display: inline;
padding-right: 5px;
}


#secCol #navSub {
	position: relative;
	width: 143px;
	top: -67px;
	background: url(../images/subnavbg.jpg) repeat-y;
	font-size: 0.9em;
	line-height: 120%;
	padding-bottom: 10px;
}
#secCol #navSub #subnavfoot {
	background: url(../images/subnavbottom.gif) no-repeat bottom;
	position: relative;
	top: 20px;
}
#secCol #navSub h4 {
	background: url(../images/section.jpg) no-repeat left top;
	height: 47px;
	text-indent: -5000px;
	margin-bottom: 0px;
}
#secCol #navSub ul {
	margin-top: 0px;
	margin-bottom: -10px;
	list-style-type: none;
}
#secCol #navSub a, #secCol #navSub a:link {
	color: #CCF408;
	text-decoration: none;
}
#secCol #navSub li {
	margin-top: 0.5em;
}
#secCol #navSub a:hover {
	text-decoration: underline;
}


#footerlogo {
	position: relative;
	left: -4px;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0.5em;
}

#mainContent h2.h2date {
	font-size: 1em;
	color: #FFFFFF;
	background: #99CC00;
	position: relative;
	top: 1.5em;
	width: 11em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
}

#secCol img{
	clip: rect(auto,4px,auto,3px);
	overflow: hidden;
	position: relative;
	width: 143px;
	padding-top: 30px;
}
.clearleft {
	clear: left;
}
.pullquote {
	font-size: 1.3em;
	font-weight: normal;
	line-height: 130%;
	color: #334F18;
	margin-bottom: 3em;
}
.pullquote a, .pullquote a:link {
	font-weight: bold;
	color: inherit;
	text-decoration: none;
	color: #334F18;
}

#logo_area {
	position: absolute;
	height: 40px;
	width: 190px;
	left: 130px;
	top: 65px;
	z-index: 10;
}

#logo {
	position: absolute;
	left: 52px;
	top: 50px;
}


.page_home #header {
	background: transparent url(none);
	top: -133px;
}
.page_home#container {
	top: 142px;
	background-position: left -133px;
	padding-top: 450px;
}
.page_home #homelogo {
	position: absolute;
	left: 54px;
	top: 40px;
}
.page_home #ethicalhome {
	position: absolute;
	left: 533px;
	top: 65px;
}
.page_home #homepic {
	position: absolute;
	left: 55px;
	top: 75px;
}
.page_home #secCol {
	top: 450px;
}

.page_home #logo {
display: none;
}

.page_contact #homelogo, .page_contact #ethicalhome {
display: none;
}

.page_home_port #homelogo, .page_home_port #ethicalhome {
display: none;
}

#langbox {
position: absolute;
top: 10px; right: 45px;
text-align: right;
}

#langbox ul li {
display: inline;
padding-left: 20px;
margin: 0;
text-transform: uppercase;
font-size: 80%;
list-style: none;
}

#twitter, #face {
display: block;
text-indent: -5000px;
width: 100px;
height: 25px;
background: top left no-repeat;
}
#twitter {
background: url(../images/twitter_full.gif);
}
#face {
background: url(../images/face_full.gif);
}

.page_home p.pullquote {
	font-size: 1.3em;
	font-weight: normal;
	line-height: 130%;
	color: #334F18;
	margin-bottom: 1em;
}
p.sidesmall {
	font-weight: normal;
	color: #334F18;
	margin-bottom: 1em;
}
p.sidesmall a, p.sidesmall a:link {
	font-weight: bold;
	text-decoration: none;
	color: #334F18;
}

#bbc_documentary {
	float: right;
	width: 180px;
	margin-left: 20px;
	font-weight: bold;
}

a#bbc {
	float: right;
	margin-left: 20px;
	margin-top: 0px;
}

#mainContent #bbc img {
padding-top: 0;
padding-bottom: 0;
}


.page_contact #mainContent ul p {
	margin-bottom: 0.5em;
}

.page_contact #mainContent li {
	margin-bottom: 2.5em;
}

.page_contact p.country {
	text-transform: uppercase;
}

.page_resources .thesis p {
	margin-bottom: 0.5em;
}
.page_resources  #mainContent .thesis li {
	margin-bottom: 1.5em;
}

.species {
	font-style:italic;
}