/* elements */
	html {
	font-size:62.5%;
	height:100%;
	min-width:830px;
	}
	
	body {
	color:#999;
	font:1.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#f6f6f8 url(../images/main-img.jpg) no-repeat 50% 0;
	height:100%;
	margin:0;
	}
	
	a {
	border-bottom:1px dotted #de0808;
	color:#de0808;
	text-decoration:none;
	}
	
	a:hover {
	color:#06264d;
	border-color:#06264d;
	}
	
	a img, a:hover img {
		border: 0;
		text-decoration: none;
	}
	
	p {
	line-height:1.4em;
	margin:0 0 1.2em;
	padding:0;
	}
	
	b, strong {
		color:#666;
	}
	
	form,fieldset {
	border:none;
	margin:0;
	padding:0;
	}
	
	input,label,select {
	vertical-align:middle;
	}
	
	h5, h6 {
		margin: 0;
		font-size: 1em;
		line-height: 1.4em;
		font-weight: bold;
		color: #09bae0;
	}

/* Common classes */

	.clear_left {
		clear: left;
	}

	.top {
	border:none;
	background:url(../images/ico-back-top.gif) no-repeat 0 .3em;
	font-size:.909em;
	line-height:120%;
	padding-left:9px;
	margin-left:135px;
	}
	
	.top:hover {
	text-decoration:underline;
	color:#de0808;
	}
	
	.print {
	float:right;
	color:#06264d;
	font-size:.909em;
	padding-right:25px;
	background:url(../images/ico-print.gif) no-repeat 100% 8px;
	line-height:28px;
	border:none;
	}

	.alignright {
	float:right;
	}

	.alignleft {
	float:left;
	}

	img.borderless,
	.widget img.borderless,
	.post img.borderless {
		border: 0;
		padding: 0
	}
	
	.rss-link a {
		float:right;
		padding: 10px 16px 15px 0;
		border: 0;
		background:transparent url(../images/ico-rss.gif) no-repeat scroll 100% 50%;
		line-height:16px;
	}

	/* widgets */
	.widget img {
	display: block;
	position:relative;
	margin:17px 0;
	border:1px solid #F3F3F3;
	padding: 5px;
	}
	
	.widget h2.widgettitle,
	.widget .widgettitle {
	display:none;
	}
	
	.widgets {
	list-style:none;
	margin:0;
	padding:0;
	}
	
	.page-nav .alignleft a {
	border:none;
	padding-left:15px;
	background:url(../images/bck_arrow.gif) no-repeat 0 .35em;
	}
	
	.page-nav .alignright a {
	border:none;
	padding-right:15px;
	background:url(../images/link-arrow.gif) no-repeat 100% .35em;
	}

	#catcloud ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	
	#catcloud li {
	display:inline;
	}
	
/* specific elements */
	/* crumbtrail */
	#crumbtrail {
	width:668px;
	margin:0 0 14px;
	padding:0 0 8px 9px;
	overflow:hidden;
	background:url(../images/dot.gif) repeat-x 0 100%;
	color:#999;
	font-size:.909em;
	}
	
	#crumbtrail a {
	text-decoration:none;
	color:#a0a0a0;
	border:0;
	}

	/* logo */
	#logo {
	background:url(../images/logo.png) no-repeat;
	width:91px;
	height:36px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	margin:0 auto;
	}
	
	#logo a {
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	}

	/* sub navigation style */
	#sub-nav {
	width:677px;
	overflow:hidden;
	background:#e7f6fd url(../images/sub-nav-bg.jpg) no-repeat;
	position:relative;
	margin:0 -17px 10px -18px;
	padding:0 20px 0 18px;
	}

	#sub-nav ul {
	float:left;
	list-style:none;
	display:inline;
	text-transform:uppercase;
	border-right:1px solid #fff;
	background:url(../images/sub-nav-split.gif) no-repeat;
	margin:0;
	padding:0 0 0 1px;
	}
	
	#sub-nav li {
	float:left;
	border-left:1px solid #fff;
	background:url(../images/sub-nav-split.gif) no-repeat 100% 0;
	padding-right:1px;
	}
	
	#sub-nav li a {
	border:none;
	color:#06264d;
	line-height:28px;
	display:block;
	white-space:nowrap;
	padding:0 11px;
	}
	
	#sub-nav li a:hover {
	background:url(../images/sub-nav-over.png);
	}
	
	#sub-nav li.active a,
	#sub-nav li.active a:hover {
	background:url(../images/sub-nav-active.gif) repeat-x;
	}
	
	#sub-nav li.current_page_item a,
	#sub-nav li.current_page_item a:hover {
	background:url(../images/sub-nav-active.gif) repeat-x;
	color:#de1313;
	}
	
	/* search box style */
	#search-box {
	float:right;
	width:125px;
	height:44px;
	margin-bottom:61px;
	text-align:right;
	overflow:hidden;
	padding:36px 16px 0 15px;
	}
	
	#search-box span {
	display:block;
	overflow:hidden;
	width:83px;
	height:13px;
	float:left;
	margin:0 0 9px;
	}
	
	#search-box span input {
	float:left;
	width:83px;
	font:11px Arial, Helvetica, sans-serif;
	margin:-2px 0 0 -2px;
	padding:0;
	}
	
	#search-box strong {
	display:none;
	}


/* Main Blocks */
#page-box {
overflow:hidden;
min-height:100%;
width:830px;
background:url(../images/page-bg.gif) repeat-y 100% 0;
margin:0 auto;
}

* html #page-box {
overflow:visible;
height:100%;
}


/* sub column style */
#secondary-column {
float:left;
width:105px;
padding-top:52px;
min-height:530px;
}

* html #secondary-column {
height:530px;
}

/* navigation style */
ul#navigation {
list-style:none;
width:100%;
overflow:hidden;
text-transform:uppercase;
margin:0;
padding:0;
}

ul#navigation li {
float:left;
width:100%;
background:url(../images/nav-split.jpg) no-repeat 100% 100%;
padding:1.5px 0 1px;
}

ul#navigation li a {
display:block;
width:90px;
color:#06264d;
border:none;
background:url(../images/arrow.gif) no-repeat -10px 0;
padding:5px 5px 5px 10px;
}

/* main column style */
#main-column {
float:right;
width:715px;
background:url(../images/main-img.jpg) no-repeat -450px 0;
}

/* content style */
#content {
width:680px;
overflow:hidden;
background:#fff;
clear:both;
padding:0 17px 0 18px;
}

/* union box style */
.union-box {
width:677px;
float:left;
background:url(../images/pxl.gif) repeat-y 433px 0;
padding:0 3px 175px 0;
}

.union-box h1 {
color:#09bae0;
font:normal 2.091em/120% "85 Helvetica Heavy", "Helvetica Heavy", "Arial Black", Arial, Helvetica, sans-serif;
margin:15px 0 18px;
}

.union-box h2 {
color:#09bae0;
font:normal 1.273em/120% "Arial Black", Arial, Helvetica, sans-serif;
margin:0 0 13px;
}


/* main content style */
#main-content {
float:left;
width:380px;
color:#666;
}

#main-content-single,
.main-content-single {
background:#FFF;
}

	/* side content style */
	#side-content {
	float:right;
	width:220px;
	padding-right:3px;
	margin-right:-3px;
	position:relative;
	display:inline;
	}
	
	#side-content h3 {
	color:#09bae0;
	font:1em/120% "Arial Black", Arial, Helvetica, sans-serif;
	margin:0;
	}
	
	#side-content .widgets a:hover {
		color:#de0808;
		text-decoration:underline;
	}

	#side-content hr {
		margin:17px 0;
		border: 0;
		border-bottom: 1px dotted #09bae0;
	}

	#side-content p {
		margin:0;
	}
	
	#side-content .widgets a {
		display: block;
		border:none;
		padding-left:15px;
		background:url(../images/link-arrow.gif) no-repeat 0 .35em;
		margin: 10px 0;
	}
	
	#side-content a span {
		color: #999999;
	}
	
	#side-content .widgets a.arrowless {
		background: none;
		padding-left: 0;
	}
	
	#side-content .widgets a:hover img {
		border: 1px solid #F3F3F3;
	}
	
	#side-content .widgets a:hover img.borderless {
		border: 0;
	}
	
	
/* header style */
#header {
width:100%;
height:150px;
overflow:hidden;
}


.post img {
	border:1px solid #F3F3F3;
	padding: 5px;
}

.news-posts .post {
border-top:solid 3px #09bae0;
padding-top:5px;
}

.news-posts .post h4 {
font:normal 18px Arial, Helvetica, sans-serif;
margin-top:5px;
}

.news-posts .post h4 a {
font:normal 18px Arial, Helvetica, sans-serif;
text-decoration:none;
border:0;
background:none;
color:#09bae0;
}

.news-posts .post.e-base {
border-color:#769b0b;
}

.news-posts .post.e-base h4 a {
color:#769b0b;
}

.news-posts .post.expedition {
border-color:#3e71af;
}

.news-posts .post.expedition h4 a {
color:#3e71af;
}

.news-posts .post.voyage {
border-color:#e9b017;
}

.news-posts .post.voyage h4 a {
color:#e9b017;
}

li span.feed-content {
display:block;
margin-bottom:10px;
margin-top:10px;
}

.entry table {
border-collapse:collapse;
border:0;
padding:0;
}

.entry table td {
padding:0;
}

h1 img {
margin-top:17px;
}

h1.newshead {
margin-bottom:10px;
background:url(../images/dot.gif) repeat-x 0 100%;
}

h1.nobg {
background:none;
margin-bottom:0;
}

h1.newshead img.newsh {
margin-top:0;
margin-bottom:8px;
}

.cathead {
color:#09BAE0;
font-family:"Arial Black",Arial,Helvetica,sans-serif;
font-size:1.273em;
margin-bottom:13px;
display:block;
}


.navtop {
padding-bottom:30px;
padding-top:15px;
background:url(../images/dot.gif) repeat-x 0 0;
}


/* navigation style */
#secondary-column ul {
list-style:none;
width:100%;
overflow:hidden;
text-transform:uppercase;
margin:0;
padding:53px 0 0;
}

#secondary-column li {
float:left;
width:100%;
background:url(../images/nav-split.jpg) no-repeat 100% 100%;
padding-bottom:1px;
}

#secondary-column li a {
display:block;
width:90px;
color:#06264d;
border:none;
background:url(../images/arrow.gif) no-repeat -10px 0;
padding:5px 5px 5px 10px;
}

div#main-content-single div.team-member div.bio {
width:400px;
}


body#sec_about2041,body#sec_robertswan,body#sec_team,body#sec_wherehasrobbeen {
background:#f6f6f8 url(../images/bgs/aboutus_main_img.jpg) no-repeat 50% 0;
}

body#sec_about2041 #main-column,body#sec_robertswan #main-column,body#sec_team #main-column,body#sec_wherehasrobbeen #main-column {
background:url(../images/bgs/aboutus_main_img.jpg) no-repeat -450px 0;
}

body#sec_education,body#sec_primarycurriculum {
background:#f6f6f8 url(../images/bgs/education_main_img.jpg) no-repeat 50% 0;
}

body#sec_education #main-column,body#sec_primarycurriculum #main-column {
background:url(../images/bgs/education_main_img.jpg) no-repeat -450px 0;
}

body#sec_lectures,body#sec_testimonials,body#sec_bookrobert {
background:#f6f6f8 url(../images/bgs/speaking_main_img.jpg) no-repeat 50% 0;
}

body#sec_lectures #main-column,body#sec_testimonials #main-column,body#sec_bookrobert #main-column {
background:url(../images/bgs/speaking_main_img.jpg) no-repeat -450px 0;
}

body#sec_sponsors,body#sec_bp,body#sec_coca-cola,body#sec_akzonobel {
background:#f6f6f8 url(../images/bgs/support_main_img.jpg) no-repeat 50% 0;
}

body#sec_sponsors #main-column,body#sec_bp #main-column,body#sec_coca-cola #main-column,body#sec_akzonobel #main-column {
background:url(../images/bgs/support_main_img.jpg) no-repeat -450px 0;
}

#footer li a:hover,.print:hover,#crumbtrail li a:hover {
text-decoration:underline;
}

ul#navigation li a:hover {
background-position:0 50%;
}

ul#navigation li.active a,
ul#navigation li.current_page_item a,
ul#navigation li.current_page_parent a {
color:#de1313;
background-position: 0 50%;
}

div#main-content-single div.team-member span.name,
div#main-content-single div.team-member span.title {
display:block;
font-weight:700;
color:#09bae0;
}

	/* footer style */
	#footer {
	background:url(../images/footer-show.jpg) no-repeat 50% 38px;
	width:100%;
	margin-top:-165px;
	position:relative;
	}
	
	#footer .content {
	width:830px;
	position:relative;
	height:165px;
	margin:0 auto;
	}
	
	#footer ul {
	font-size:.818em;
	list-style:none;
	width:810px;
	overflow:hidden;
	text-transform:uppercase;
	position:absolute;
	left:1px;
	bottom:7px;
	margin:0;
	padding:10px 0;
	}
	
	* html #footer ul {
	bottom:6px;
	}
	
	#footer li {
	float:left;
	border-left:1px solid #06264d;
	line-height:130%;
	margin:0 1px 0 -1px;
	padding:0 10px;
	}
	
	#footer li a {
	border:none;
	color:#06264d;
	}


/* page/section specific decoration of background/headers/colors */
	#secondary-column ul#navigation {
	padding:53px 0 0;
	}

	body#sec_home {
	background:#f6f6f8 url(../images/main-img-inner.jpg) no-repeat 50% 0;
	height:auto;
	padding:0 0 30px;
	}
	
	body#sec_climatechange {
	background:#f6f6f8 url(../images/bgs/climatechange_main_img.jpg) no-repeat 50% 0;
	}
	
	body#sec_climatechange #main-column {
	background:url(../images/bgs/climatechange_main_img.jpg) no-repeat -450px 0;
	}
	
	body#sec_e-base {
	background:#f6f6f8 url(../images/bgs/ebase_main_img.jpg) no-repeat 50% 0;
	}
	
	body#sec_e-base #main-column {
	background:url(../images/bgs/ebase_main_img.jpg) no-repeat -450px 0;
	}
	
	body#sec_antarcticexpeditions {
	background:#f6f6f8 url(../images/bgs/expedition_main_img.jpg) no-repeat 50% 0;
	}
	
	body#sec_antarcticexpeditions #main-column {
	background:url(../images/bgs/expedition_main_img.jpg) no-repeat -450px 0;
	}
	
	body#sec_getintouch {
	background:#f6f6f8 url(../images/bgs/getintouch_main_img.jpg) no-repeat 50% 0;
	}
	
	body#sec_getintouch #main-column {
	background:url(../images/bgs/getintouch_main_img.jpg) no-repeat -450px 0;
	}
	
	body#sec_thevoyageforcleanerenergy {
	background:#f6f6f8 url(../images/bgs/voyages_main_img.jpg) no-repeat 50% 0;
	}
	
	body#sec_thevoyageforcleanerenergy #main-column {
	background:url(../images/bgs/voyages_main_img.jpg) no-repeat -450px 0;
	}
	
	body#sec_ {
	background:#f6f6f8 url(../images/bgs/news_main_img.jpg) no-repeat 50% 0;
	}
	
	body#sec_ #main-column {
	background:url(../images/bgs/news_main_img.jpg) no-repeat -450px 0;
	}

	/* #sub-nav */
	body#sec_climatechange #sub-nav {
	background:#fefdc5 url(../images/sub-nav-bg-climatechange.jpg) no-repeat;
	}
	
	body#sec_e-base #sub-nav {
	border-top:solid 3px #769b0a;
	}
	
	body#sec_antarcticexpeditions #sub-nav {
	border-top:solid 3px #3e71af;
	}
	
	body#sec_thevoyageforcleanerenergy #sub-nav {
	border-top:solid 3px #e8b119;
	}

/* Page-specific styles */
.entry .team p {
	margin-top:15px;
	width:382px;
}

.entry .team img {
	float: right;
}

.entry .team hr {
	clear:both;
	height: 1em;
	line-height: 1em;
	border: 0;
	background: transparent url(../images/dot.gif) top left repeat-x;
}
