/* general
--------------------------------------------------- */

body * {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #000;
	color: rgb(210,210,210);
	font-size: 62.5%;
	font-family: "Trebuchet MS", Geneva, Verdana, Arial, Helvetica, sans-serif;
}

img {
	display: block;
}

em, cite {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: none;
	outline: none;
}

acronym {
	border-bottom: 1px rgb(100,100,100) dotted;
	cursor: help;
}

ul {
	list-style: none;
}

hr, .hide {
	display: none;
}

.italic {
	font-style: italic;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



/* primary-nav
--------------------------------------------------- */

/* measurements for the nav image replacement:

the distance from the top to the...

initial state = 0
rollover state = 55
selected state = 110

the distance from the far left to the...

home button = 51
about button = 123
operations button = 228
h oil group button = 347
responsibility button = 470
news button = 700
careers button = 772
contact button = 866

the width of the...

home button = 72
about button = 105
operations button = 119
h oil group button = 123
responsibility button = 230
news button = 72
careers button = 94
contact button = 94

*/

div#primary-nav-wrapper {
	position: relative;
	float: left;
	width: 100%;
	background: #000 url(../design/primary_nav/primary_nav_bg.png) top repeat-x;
	height: 55px;
}

ul#primary-nav {
	width: 960px;
	height: 55px;
	position: relative;
	margin: 0 auto;
	background: url(../design/primary_nav/primary_nav.png) no-repeat;
}

ul#primary-nav li {
	float: left;
}

ul#primary-nav li a {
	height: 55px;
	display: block;
	position: absolute;
	top: 0;
	text-indent: -9999px;
}

li#nav-home a,
li#nav-about a,
li#nav-operations a,
li#nav-group a,
li#nav-responsibility a,
li#nav-news a,
li#nav-careers a,
li#nav-contact a {
	background: url(../design/primary_nav/primary_nav.png) no-repeat;	
}

li#nav-home a {
	background-position: -51px 0;
	width: 72px;
	left: 51px;
}

li#nav-home a:hover {
	background-position: -51px -55px;
}

body#home li#nav-home a {
	background-position: -51px -110px;
}

li#nav-about a {
	background-position: -123px 0;
	width: 105px;
	left: 123px;
}

li#nav-about a:hover {
	background-position: -123px -55px;
}

body#about li#nav-about a {
	background-position: -123px -110px;
}

li#nav-operations a {
	background-position: -228px 0;
	width: 119px;
	left: 228px;
}

li#nav-operations a:hover {
	background-position: -228px -55px;
}

body#operations li#nav-operations a {
	background-position: -228px -110px;
}

li#nav-group a {
	background-position: -347px 0;
	width: 123px;
	left: 347px;
}

li#nav-group a:hover {
	background-position: -347px -55px;
}

body#h-oil-group li#nav-group a {
	background-position: -347px -110px;
}

li#nav-responsibility a {
	background-position: -470px 0;
	width: 230px;
	left: 470px;
}

li#nav-responsibility a:hover {
	background-position: -470px -55px;
}

body#corporate li#nav-responsibility a {
	background-position: -470px -110px;
}

li#nav-news a {
	background-position: -700px 0;
	width: 72px;
	left: 700px;
}

li#nav-news a:hover {
	background-position: -700px -55px;
}

body#news li#nav-news a {
	background-position: -700px -110px;
}

li#nav-careers a {
	background-position: -772px 0;
	width: 94px;
	left: 772px;
}

li#nav-careers a:hover {
	background-position: -772px -55px;
}

body#careers li#nav-careers a {
	background-position: -772px -110px;
}

li#nav-contact a {
	background-position: -866px 0;
	width: 94px;
	left: 866px;
}

li#nav-contact a:hover {
	background-position: -866px -55px;
}

body#contact li#nav-contact a {
	background-position: -866px -110px;
}



/* masthead
--------------------------------------------------- */

div#masthead-wrapper {
	clear: both;
	float: left;
	width: 100%;
	background: url(../design/mastheads/masthead_bg.jpg) repeat-x;
	height: 213px;
}

div#masthead {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 213px;
}

body#home div#masthead {
	background: url(../design/mastheads/masthead_angola.jpg) no-repeat;
}

body#about-this-site div#masthead/*, body#home div#masthead*/ {
	background: url(../design/mastheads/masthead_sudan.jpg) no-repeat;
}

body#about div#masthead {
	background: url(../design/mastheads/masthead_congo.jpg) no-repeat;
}

body#corporate div#masthead {
	background: url(../design/mastheads/masthead_children.jpg) no-repeat;
}

body#h-oil-group div#masthead {
	background: url(../design/mastheads/masthead_sudan.jpg) no-repeat;
}

body#news div#masthead {
	background: url(../design/mastheads/masthead_engineers.jpg) no-repeat;
}

body#careers div#masthead {
	background: url(../design/mastheads/masthead_nigeria.jpg) no-repeat;
}

body#contact div#masthead {
	background: url(../design/mastheads/masthead_sudan.jpg) no-repeat;
}

body#operations div#masthead {
	background: url(../design/mastheads/masthead_angola.jpg) no-repeat;
}

div#masthead h2 {
	text-indent: -9999px;
}

div#masthead a {
	position: absolute;
	width: 212px;
	height: 160px;
	display: block;
	top: 23px;
	left: 7px;
}



/* main
--------------------------------------------------- */

div#main-wrapper {
	clear: both;
	float: left;
	width: 100%;
	background: /*rgb(20,20,20) */#000 url(../design/main_bg.png) repeat-x;
	padding-bottom: 4em;
}

div#main {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-top: 2em;
}

div#main h1 {
	color: #fff;
}

div#main a {
	color: rgb(37,102,32);
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid rgb(95,95,95);
}

div#main a:hover {
	color: rgb(210,210,210);
}

div#main img {
	padding: 2px;
	border: 1px solid rgb(70,70,70);
}

div#main p.more {
	font-style: italic;
}


/* content-wrapper
--------------------------------------------------- */

div#content-wrapper {
	position: relative;
	float: right;
	width: 710px;
}

body.one-three div#content-wrapper {
	border-top: 2px solid rgb(70,70,70);
	padding-top: 2em;
}

body.one-three div#content-wrapper h1 {
	font-size: 2.4em;
	line-height: 0.8333em;
	margin-bottom: 0.8333em;
	font-weight: normal;
}

body.one-three div#spread p {
	font-size: 1.3em;
	line-height: 1.5384em;
	margin-bottom: 1.5384em;
}

body.one-three div#spread span.small-caps {
	font-size: 0.85em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

body.one-three div#content {
	border: none;
	padding-top: 0;
}

body.one-three div#content-sidebar {
	border: none;
	padding-top: 0;
}



/* content-wrapper gallery
--------------------------------------------------- */

div#gallery {
	width: 670px;
	float: left;
	background: rgb(10,10,10);
	padding: 20px;
	border-top: 1px solid rgb(70,70,70);
	border-bottom: 1px solid rgb(70,70,70);
	margin-bottom: 2em;
}

div#gallery div.image {
	float: left;
	width: 440px;
	padding-right: 19px;
	border-right: 1px solid rgb(70,70,70);
}

div#gallery div.image p {
	margin: 0.5em 0 0 0;
	font-style: italic;
	color: rgb(160,160,160);
	font-size: 1em;
}

div#gallery ul#thumbnails {
	position: relative;
	float: right;
	width: 200px;
	left: 10px;
}

div#gallery ul#thumbnails li {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

div#gallery ul#thumbnails li a:hover img {
	border: 1px solid rgb(90,90,90);
}



/* content
--------------------------------------------------- */

div#content {
	position: relative;
	float: left;
	width: 460px;
	border-top: 2px solid rgb(70,70,70);
	padding-top: 2em;
}

body.padding div#content {
	padding-bottom: 30em;
}

div#content h1 {
	font-size: 2.4em;
	line-height: 1.1em;
	margin-bottom: 0.8333em;
	font-weight: normal;
}

div#content h2 {
	font-size: 1.6em;
	line-height: 1.25em;
	margin-bottom: 0.1em;
	margin-top: 1.3em;
	font-weight: normal;
	color: #fff;
}

div#content h3 {
	font-size: 1.4em;
	line-height: 1.4285em;
	margin-bottom: 0.08em;
	margin-top: 1.6em;
	font-weight: normal;
	font-style: italic;
	color: #fff;
}

div#content p {
	font-size: 1.3em;
	line-height: 1.5384em;
	margin-bottom: 1.5384em;
}

div#content span.small-caps {
	font-size: 0.85em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

div#content p.opening {
	margin-bottom: 2em;
}

div#content ul, div#content ol {
	margin-bottom: 1.5384em;
}

div#content ul li, div#content ol li {
	font-size: 1.3em;
	line-height: 1.5384em;
}

div#content ul li {
	padding-left: 15px;
	background: url(../design/bullet.gif) no-repeat 0 0.6em;
	position: relative;/
}

div#content ol li {
	margin-left: 20px;
}

div#content ul li ul li {
	font-size: 1em;
}



/* content - image
--------------------------------------------------- */

div#content div.image p {
	margin: 0.5em 0 0 0;
	font-style: italic;
	color: rgb(190,190,190);
	font-size: 1.1em;
}

div#content div.image {
	margin-bottom: 1.5384em;
}



/* main - content - pullquote
--------------------------------------------------- */

div#content blockquote.pullquote {
	float: left;
	width: 16em;
	margin: 0.25em 2em 0.5em 0;
	padding: 0.5em;
	border-width: 3px 0;
	border-style: double;
	border-color: rgb(120,120,120);
	font: italic 1em/1.2  Georgia, "Times New Roman", Times, serif;
}

div#content blockquote.alt {
	float: right;
	margin: 0.25em 0 0.25em 0.75em;
}

div#main .pullquote p {
	margin: 0;
	text-align: center;
}

div#content .pullquote p:first-letter {
	text-transform:uppercase;
}



/* content - list-item
--------------------------------------------------- */

div#content dl.list-item {
	width: 460px;
	float: left;
	clear: left;
	padding-bottom: 1.5384em;
	border-bottom: 1px dotted rgb(70,70,70);
	margin-bottom: 1.5384em;
	font-size: 1.3em;
	line-height: 1.5384em;
}

div#content dl.list-item dt {
	font-weight: bold;
}

div#content dl.list-item a {
	border: none;
}

div#content dl.list-item dt img {
	float: left;
	margin-right: 20px;
	padding: 2px;
	position: relative;
	top: 5px;
}

div#content dl.list-item dt a:hover img {
	border: 1px solid rgb(90,90,90);
}

div#content dl.list-item dd {
	margin-left: 86px;
	font-style: italic;
}

body.about-index div#content dl.list-item dd {
	margin-left: 72px;
}

body.about-index-2 div#content dl.list-item dd {
	margin-left: 0;
}

div#content dl.list-item ul {
	margin-bottom: 0;
}

div#content dl.list-item ul li {
	font-size: 1em;
	padding-left: 15px;
	background: url(../design/bullet.gif) no-repeat 0 50%;
}



/* content - full news-item
--------------------------------------------------- */

div#content div.news-item {
	padding-bottom: 1.5384em;
	border-bottom: 1px dotted rgb(70,70,70);
	margin-bottom: 1.5384em;
}

div#content div.news-item h2 {
	margin: 0 0 0.05em 0;
}

div#content div.news-item h2 a {
	border: none;
}

div#content div.news-item p {
	margin: 0;
}

div#content div.news-item p.date {
	font-style: italic;
	color: rgb(180,180,180);
}

div#content div.news-item p.category {
	color: rgb(180,180,180);
	font-style: italic;
}



/* content - news-archive
--------------------------------------------------- */

div#content ul.categories {
	margin-bottom: 2em;
}

div#content ul.archive li {
	padding: 0.5em;
	border-bottom: 1px dotted rgb(70,70,70);
	background: none;
	margin: 0;
	color: rgb(160,160,160);
	left: 0;
}

div#content ul.archive li.even {
	background: rgb(10,10,10);
}

div#content ul.archive li a {
	border: none;
}

div#content p.archive-categories {
	font-style: italic;
	color: rgb(160,160,160);
}



/* content - full news-entry
--------------------------------------------------- */

div#content h1.news-entry {
	margin-bottom: 0.5em;	
}

div#content h2.news-date {
	line-height: 1.5384em;
	font-size: 1.3em;
	text-transform: uppercase;
	color: rgb(160,160,160);
	padding-bottom: 1.5384em;
	border-bottom: 1px dotted rgb(70,70,70);
	margin: 0 0 1.5384em 0;
	letter-spacing: 0.05em;
}

div#content h2.news-date span {
	color: rgb(80,80,80);
}

div#content p.news-category {
	border-top: 1px dotted rgb(70,70,70);
	padding-top: 1.5384em;
	font-style: italic;
	color: rgb(160,160,160);
}



/* content - profile
--------------------------------------------------- */

div#content div.profile {
	width: 460px;
	position: relative;
	padding-bottom: 2em;
	border-bottom: 1px solid rgb(70,70,70);
	margin-bottom: 2em;
}

div#content div.profile div.title {
	float: left;
	position: relative;
	width: 460px;
	margin-bottom: 0.1em;
}

div#content div.profile img {
	float: left;
	margin-right: 15px;
	width: 55px;
	height: 55px;
}

div#content div.profile div.title-text {
	float: left;
	width: 382px;
	width: 100%;
}

div#content div.profile h2 {
	color: #fff;
	line-height: 1em;
	margin: 0 0 0.15em 0;
}

div#content div.profile h2 a {
	font-weight: normal;
	color: rgb(150,150,150);
	border: none;
	font-size: 0.8em;
}

div#content div.profile h2 a:hover {
	color: rgb(180,180,180);
	border: none;
}

div#content div.profile h3 {
	margin: 0;
	color: rgb(170,170,170);
	color: rgb(131,182,94);
	font-style: normal;
	font-weight: normal;
	font-size: 1.6em;
	line-height: 1.3em;
}

div#content div.profile div.text {
	clear: left;
	width: 460px;
}

div#content div.profile ul, div#content div.profile ol {
	margin-bottom: 0;
}

div#content div.profile p {
	margin-bottom: 0.75em;
}

div#content div.profile span.name {
	color: #000;
}

div#content div.profile span.title {
	color: rgb(140,0,0);
}



/* content - enquiries form
--------------------------------------------------- */

div#content form dl {
	margin-bottom: 2em;	
}

div#content form dl dt {
	margin-bottom: 0.2em;
}

div#content form label {
	color: rgb(113,162,80);
	color: #fff;
	font: 1em "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

div#content form dd {
	margin-bottom: 1.2em;
}

div#content form input, div#content form textarea {
	width: 300px;
	background: rgb(220,220,220);
	border: 1px solid rgb(170,170,170);
	padding: 5px;
	color: #000;
	font: 1.2em "Trebuchet MS", Verdana, sans-serif;
}

div#content form textarea {
	width: 448px;	
}

div#content form input.submit {
	background: #000;
	color: #333;
	padding: 0.5em 0.25em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	margin: 1.5em 0 0 0;
	font: 1em "Trebuchet MS", Verdana, sans-serif;
	width: 17em;
	border: 1px solid rgb(50,50,50);
}

div#content form input.submit:hover, div#content form input.submit:active, div#content form input.submit:focus {
	cursor: pointer;
	color: rgb(200,200,200);
	border: 1px solid rgb(50,50,50);
}



/* content - vacacnies
--------------------------------------------------- */

div#content div.vacancy {
	border-bottom: 1px dotted rgb(180,180,180);
	margin-bottom: 1.5384em;
}

div#content div.vacancy h3 {
	font-weight: bold;
	font-style: normal;
}

div#content div.vacancy p.closing-date {
	font-style: italic;
	margin: 0;
	color: rgb(104,85,50);
	color: rgb(120,0,0);
	color: rgb(80,80,80);
}



/* content vcard
--------------------------------------------------- */

div.vcard {
	font-size: 1.3em;
	line-height: 1.5384em;
	padding-bottom: 1.8em;
	border-bottom: 1px dotted rgb(70,70,70);	
	margin-bottom: 1.5384em;
}



/* content - operations history
--------------------------------------------------- */

div#content-wrapper div.operations-image {
	margin-bottom: 2em;
}

div.operations-list {
	float: left;
	width: 210px;
	margin-right: 40px;
}

div.operations-list-last {
	margin-right: 0;
}

div.operations-list dl {
	font-size: 1.1em;
	line-height: 1.6363em;
	margin-bottom: 1.6363em;
}

div.operations-list dl dt {
	font-weight: bold;
	color: #fff;
}

div.operations-list dl dd {
	padding-left: 15px;
	background: url(../design/bullet.gif) no-repeat 0 6px;
}



/* content-sidebar
--------------------------------------------------- */

div#content-sidebar {
	position: relative;
	float: right;
	width: 210px;
	padding-top: 2em;
	border-top: 2px solid rgb(70,70,70);
}



/* main-sidebar
--------------------------------------------------- */

div#main-sidebar {
	position: relative;
	float: left;
	width: 210px;
	padding-top: 2em;
	border-top: 2px solid rgb(70,70,70);
}



/* sidebar section
--------------------------------------------------- */

div.section {	
	margin-bottom: 3.6em;
}

div.section h2 {
	font-size: 1.1em;
	line-height: 1.8em;
	margin-bottom: 0.8em;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: rgb(200,200,200);
	font-weight: normal;
}

div.section img {
	margin-bottom: 0.8em;
}

div.section p {
	font-size: 1.1em;
	line-height: 1.6363em;
	margin-bottom: 0;
}

div.section p.margin {
	margin-bottom: 1.6363em;
	margin-bottom: 0.8em;	
}

div.section ul {
	margin-bottom: 0.8em;
}

div.section li {
	font-size: 1.1em;
	line-height: 1.6363em;
	padding-left: 15px;
	background: url(../design/bullet.gif) no-repeat 0 0.6em;		
	font-style: italic;
}



/* sidebar section - nav
--------------------------------------------------- */

div#main div.section ul.nav li {
	font-style: normal;
	margin: 0;
	line-height: 1em;
	list-style-image: none;
	font-size: 1em;
	background: none;
	padding: 0;
}

div#main div.section ul.nav li a {
	width: 190px;
	border-bottom: 1px solid rgb(50,50,50);
	padding: 0.4em 10px 0.4em 10px;
	font-size: 1.1em;
	line-height: 1.6363em;
	display: block;
	letter-spacing: 0.05em;
}

div#main div.section ul.nav li a:hover {
	background: rgb(30,30,30);
	color: #fff;
}

div#main div.section ul.nav li a.current {
	background: rgb(40,40,40);
}


div#main div.section ul.nav li ul {
	margin: 0;
}

div#main div.section ul.nav li ul li a {
	font-size: 1.1em;
	padding: 0.4em 0 0.4em 27px;
	font-style: italic;
	width: 183px;
	background: url(../design/bullet.gif) no-repeat 10px 50%;
}

div#main div.section ul.nav li ul li a:hover, div#main div.section ul.nav li ul li a.current {
	background: rgb(30,30,30) url(../design/bullet.gif) no-repeat 10px 50%;
}

div#main div.section ul.nav acronym {
	border: none;
}



/* sidebar section - news, vacancies listing
--------------------------------------------------- */

div#content h2.vacancies {
	margin-top: 2em;
	font-weight: normal;
	color: #fff;
	padding-top: 1.6363em;
	border-top: 1px dotted rgb(70,70,70);
}

div#main div.section ul.bullet-list {
	margin-bottom: 1.6363em;
}

div#main div.section ul.bullet-list li {
	font-size: 1.1em;
	line-height: 1.6363em;
}

div#main div.section ul.bullet-list li a {
	border: none;
}



/* main - rss feature
--------------------------------------------------- */

div#main div.rss-section a.image_link {
	float: left;
	display: block;
	position: relative;
	top: 3px;
	border: none;
}

div#main div.rss-section a.image_link:hover img {
	border: 1px solid rgb(90,90,90);
}

div#main div.rss-section p {
	margin-left: 50px;
}



/* sidebar section - network
--------------------------------------------------- */

div#network h2 {
	padding-left: 15px;
}

div#network h2.headquarters {
	background: url(../about/headquarters_bullet.png) no-repeat 0 50%;
}

div#network h2.regional {
	background: url(../about/regional_bullet.png) no-repeat 0 50%;
}

div#network h2.representatives {
	background: url(../about/representatives_bullet.png) no-repeat 0 50%;
}

div#network p {
	margin-bottom: 1.6363em;	
}

div#network ul {
	margin-bottom: 1.6363em;
}



/* sidebar section - vcard
--------------------------------------------------- */

div#main div.section div.vcard {
	font-size: 1.1em;
	line-height: 1.6363em;
	margin-bottom: 1.6363em;
	padding: 0;
	border: none;
}



/* sidebar - highlight
--------------------------------------------------- */

div#main div.highlight {
	text-indent: -9999px;
	height: 260px;
	width: 210px;
	position: relative;
}

div#main div.highlight a {
	width: 210px;
	height: 260px;
	display: block;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
}

div#main div.downstream-activities {
	background: url(../highlights/downstream.jpg) no-repeat;
}

div#main div.h-oil-foundation {
	background: url(../highlights/foundation.jpg) no-repeat;
}

div#main div.hse {
	background: url(../highlights/hse_policy.jpg) no-repeat;
}

div#main div.scholarship {
	background: url(../highlights/scholarship.jpg) no-repeat;
}

div#main div.supporting-communities {
	background: url(../highlights/supporting_communities.jpg) no-repeat;
}




/* home 
--------------------------------------------------- */

body#home div#welcome {
	width: 960px;
	float: left;
	border-top: 2px solid rgb(70,70,70);
	border-bottom: 2px solid rgb(70,70,70);
	padding: 2em 0 1.5em 0;
	position: relative;
}

body#home div#welcome h1 {
	width: 960px;
	height: 77px;
	background: url(../home/welcome.png) no-repeat;
	text-indent: -9999px;	
}

body#home div#content-wrapper {
	clear: both;
	float: left;
	width: 960px;
	padding-top: 2em;
	padding-bottom: 1.5em;
	border-bottom: 2px solid rgb(70,70,70);
	margin-bottom: 2.4em;
}

body#home div#content {
	float: right;
	border: none;
	padding: 0;
}

body#home div#map {
	float: left;
	width: 460px;
	padding-right: 19px;
	border-right: 1px solid rgb(70,70,70);
}

body#home div#highlights {
	float: left;
	position: relative;
	width: 960px;
}

body#home div#highlights div.section {
	float: left;
	width: 210px;
	margin-right: 40px;
	padding-top: 1.5em;
	border-top: 2px solid rgb(70,70,70);	
}

body#home div#highlights div.right {
	margin-right: 0;
}



/* footer-wrapper
--------------------------------------------------- */

div#footer-wrapper {
	clear: both;
	float: left;
	width: 100%;
	background: #000 url(../design/footer_bg.png) repeat-x;
	padding: 1em 0;
}

div#footer {
	position: relative;
	margin: 0 auto;
	width: 710px;
	padding-left: 250px;
	color: rgb(140,140,140);
}

div#footer p {
	font-size: 1em;
	padding: 0;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

div#footer p.copyright {
	margin-bottom: 0.5em;
}

div#footer p.links {
	margin: 0;
}

div#footer a {
	color: rgb(200,200,200);
}

div#footer a:hover {
	color: #fff;
}