/* Global Reset */
* {
	margin: 0;
	padding: 0;
}
img {
	border-style: none;
}
html {
	font-size: 100%; /* 16px */
}
body {
	color: #333;
	font: 0.625em Verdana, Arial, Helvetica, sans-serif;
	background: #0F2757 url(/img/body_bg.gif) repeat-x;
}
p, blockquote, span, ul, ol, dl, table, label, input, textarea {
	font-size: 1em; /* 10px */
	line-height: 1.6em; /* 16px */
	margin-bottom: 1.6em; /* 16px */
}
blockquote {
	background: #98C6EA url(/img/blockquote_bg.gif) no-repeat left bottom;
	color: #0F2757;
}
blockquote span {
	font-size: 1em;
	background: url(/img/blockquote-span_bg.gif) no-repeat;
	display: block;
	padding: 18px;
	font-weight: bold;
}
blockquote span ul {
	font-size: 1em;
	margin-bottom: 0;
}
ul, ol {
	margin-left: 36px;
}
li ul, li ol {
	font-size: 1em;
	margin-bottom: 0;
}
dt {
	font-weight: bold;
}
a {
	color: #002395;
}
a:hover {
	color: #98C6EA;
}
h1 {
	font: bold 1.6em/1em Verdana, Arial, Helvetica, sans-serif;
	color: #0F2757;
	margin-bottom: 1em;
}
h2 {
	font: bold 1.2em/1.34em Verdana, Arial, Helvetica, sans-serif;
	color: #0F2757;
	margin-bottom: 1.34em;
}
h3 {
	font: bold 1.1em/1.455em Verdana, Arial, Helvetica, sans-serif;
	color: #0F2757;
	margin-bottom: 0em;
}
h4 {
	font: italic normal 1em/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #0F2757;
	margin-bottom: 0em;
}
/********************************************************************************************************************** Header */
#header {
	width: 954px;
	height: 180px;
	position: relative;
	background: #DDDDD1 url(/img/header_bg.gif) no-repeat;
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
	margin-top: 18px;
}
#header-logo {
	position: absolute;
	top: 18px;
	left: 18px;
}
/****************************************************************************************************************** Search Box */
#search-box {
	position: absolute;
	top: 72px;
	background: url(/img/search-box_bg.gif) no-repeat;
	height: 90px;
	width: 216px;
	left: 18px;
}
/************************************************************************************************************************ Menu */
#menu {
	height: 36px;
	width: 684px;
	background: url(/img/menu_bg.gif) no-repeat;
	position: absolute;
	margin: 0px;
	top: 18px;
	right: 18px;
	z-index: 1;
}
#menu li {
	list-style: none;
	position: absolute;
	bottom: 0px;
	margin: 0px;
}
#menu li, #menu li a {
	height: 36px;
	display: block;
	text-indent: -9999px;
}
#menu li a {
	overflow: hidden;
}
#home {
	left: 0px;
	width: 68px;
}
#home:hover {
	background: url(/img/menu_bg.gif) 0px -36px;
}
#home.active {
	background: url(/img/menu_bg.gif) 0px -72px;
}
#about {
	left: 68px;
	width: 89px;
}
#about:hover {
	background: url(/img/menu_bg.gif) -68px -36px;
}
#about.active {
	background: url(/img/menu_bg.gif) -68px -72px;
}
#services {
	left: 157px;
	width: 85px;
}
#services:hover {
	background: url(/img/menu_bg.gif) -157px -36px;
}
#services.active {
	background: url(/img/menu_bg.gif) -157px -72px;
}
#track-record {
	left: 242px;
	width: 111px;
}
#track-record:hover {
	background: url(/img/menu_bg.gif) -242px -36px;
}
#track-record.active {
	background: url(/img/menu_bg.gif) -242px -72px;
}
#news {
	left: 353px;
	width: 66px;
}
#news:hover {
	background: url(/img/menu_bg.gif) -353px -36px;
}
#news.active {
	background: url(/img/menu_bg.gif) -353px -72px;
}
#vacancies {
	left: 419px;
	width: 93px;
}
#vacancies:hover {
	background: url(/img/menu_bg.gif) -419px -36px;
}
#vacancies.active {
	background: url(/img/menu_bg.gif) -419px -72px;
}
#contact {
	left: 512px;
	width: 100px;
}
#contact:hover {
	background: url(/img/menu_bg.gif) -512px -36px;
}
#contact.active {
	background: url(/img/menu_bg.gif) -512px -72px;
}
#log-in {
	left: 612px;
	width: 72px;
}
#log-in:hover {
	background: url(/img/menu_bg.gif) -612px -36px;
}
#log-in.active {
	background: url(/img/menu_bg.gif) -612px -72px;
}
/* Second Level */
#menu li ul {
	position: absolute;
	top: 36px;
	display: none;
	background: url(/img/drop-menu_bg.png);
	left: 0px;
	margin: 0px;
	width: 16em;
}
#menu li:hover ul {
	display: block;
}
#menu li li {
	text-indent: 0;
	height: auto;
	border-right: 1px solid #0F2757;
	border-bottom: 1px solid #0F2757;
	border-left: 1px solid #0F2757;
	border-top-style: none;
	font-weight: bold;
	position: relative;
}
#menu li li a {
	height: auto;
	text-indent: 0;
	text-decoration: none;
	color: #0F2757;
	padding: 3px 5px 2px;
}
#menu li li a:hover {
	background-image: none;
	background-color: #98C6EA;
	color: #FFFFFF;
}
#menu li li.active {
	color: #637292;
	padding: 3px 5px 2px;
}
/*********************************************************************************************************************Sub Menu */
.sub-menu {
	list-style: url(/img/sub-menu_bullet.gif);
	margin-left: 14px;
	border-top: 1px solid #CCCCCC;
	color: #999999;
}
.sub-menu li {
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
}
.sub-menu li.active {
	list-style: url(/img/sub-menu_bullet-active.gif);
	color: #666666;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	background: #F4F9FD;
}
.sub-menu a {
	text-decoration: none;
	color: #0F2757;
	display: block;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
.sub-menu a:hover {
	text-decoration: none;
	color: #98C6EA;
	background: #F4F9FD;
}
/********************************************************************************************************************* Banners */
#banner {
	position: absolute;
	top: 54px;
	right: 18px;
}
/********************************************************************************************************************* Content */
#content {
	width: 936px;
	background: #DDDDD1;
	padding-left: 18px;
	position: relative;
	z-index: 1;
	margin: auto;
	overflow: auto;
}
/************************************************************************************************************** Column Classes */
.colset {
	clear: both;
	width: 918px;
	position: relative;
	margin-bottom: 18px;
	overflow: auto;
	background: #FFFFFF url(/img/colset_bg.gif) no-repeat left bottom;
	min-height: 252px; /* client request */
}
.colset-13 {
	clear: both;
	width: 936px;
	background: url(/img/colset-13_bg.gif) repeat-y;
	position: relative;
	overflow: auto;
	margin-bottom: 18px;
	min-height: 252px; /* client request */
}
.colset-13_base {
	width: 936px;
	background: url(/img/colset-13_base_bg.gif) no-repeat left bottom;
	overflow: auto;
	min-height: 252px; /* client request */
}
.colset-22 {
	clear: both;
	width: 936px;
	background: url(/img/colset-22_bg.gif) repeat-y;
	position: relative;
	overflow: auto;
	margin-bottom: 18px;
	min-height: 252px; /* client request */
}
.colset-22_base {
	width: 936px;
	background: url(/img/colset-22_base_bg.gif) no-repeat left bottom;
	overflow: auto;
	min-height: 252px; /* client request */
}
.colset-1111 {
	clear: both;
	width: 936px;
	background: url(/img/colset-1111_bg.gif) repeat-y;
	position: relative;
	overflow: auto;
	margin-bottom: 18px;
	min-height: 252px; /* client request */
}
.colset-1111_base {
	width: 936px;
	background: url(/img/colset-1111_base_bg.gif) no-repeat left bottom;
	overflow: auto;
	min-height: 252px; /* client request */
}
.span1 {
	font-size: 100%; /* font-size 10px/leading 16px*/
	width: 180px;
	float: left;
	padding-right: 18px;
	padding-left: 18px;
	background: url(/img/span1_bg.gif) no-repeat;
	padding-top: 18px;
	margin-right: 18px;
}
.span2 {
	font-size: 112.5%; /* font-size 11.25px/leading 18px*/
	width: 414px;
	float: left;
	padding-right: 18px;
	padding-left: 18px;
	margin-right: 18px;
	padding-top: 18px;
	background: url(/img/span2_bg.gif) no-repeat;
}
.span3 {
	font-size: 125%;
	width: 648px;
	float: left;
	padding-right: 18px;
	padding-left: 18px;
	background: url(/img/span3_bg.gif) no-repeat;
	padding-top: 18px;
}
.span4 {
	font-size: 125%;
	width: 882px;
	float: left;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 18px;
	background: url(/img/span4_bg.gif) no-repeat;
}
/* special column layout for span3 colset */
.col1 {
	font-size: 80%;
	float: left;
	width: 198px;
}
.col1 ul {
	margin-left: 18px;
}
.col2 {
	font-size: 90%;
	float: left;
	width: 432px;
	margin-right: 18px;
}
/********************************************************************************************************************** Footer */
#footer-container {
	width: 954px;
	position: relative;
	background: url(/img/footer-container_bg.png) no-repeat left bottom;
	padding-bottom: 36px;
	margin: auto;
	clear: both;
}
#footer {
	width: 882px;
	color: #FFFFFF;
	background: #0F2757 url(/img/footer_bg.gif) no-repeat left top;
	position: relative;
	overflow: hidden;
	margin-left: 18px;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 18px;
}
#footer p {
	margin: 0;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #98C6EA;
}
#footer-logo {
	position: absolute;
	right: 18px;
	bottom: 9px;
}
#baseline {
	width: 918px;
	min-height: 31px;
	margin: auto;
	color: #8992A5;
	position: relative;
	font-style: italic;
	background: url(/img/baseline-bg.gif) no-repeat;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 9px;
}
#baseline a {
	color: #8992A5;
}
#baseline a:hover {
	color: #FFFFFF;
}
/********************************************************************************************************************** Credit */
#credit {
	height: 22px;
	width: 108px;
	overflow: hidden;
	position: absolute;
	right: 18px;
	top: 9px;
}
#credit a {
	display: block;
	height: 22px;
	width: 108px;
	text-indent: -9999px;
	background: url(/img/credit_bg.png);
}
#credit a:hover {
	background-position: 0px -22px;
}
/********************************************************************************************************************** Tables */
table.styled {
	width: 100%;
	font-size: 90%;
}
table.styled th {
	color: #0F2757;
	padding: 0.2em 0.4em;
	background: #98C6EA;
}
table.styled td {
	background: #ECECE6;
	padding: 0.2em 0.4em;
}
table.styled tr.alt td {
	background: #DDDDD1;
}
table.styled td.num {
	text-align: right;
}
/* resets for oil price widget */
table {
	width: 100%;
}
table table {
	margin: 0;
	border-style: none;
	text-align: center;
}
/*********************************************************************************************************************** Forms */
div.form {
	clear: both;
}
form.contact {
	background: #DDDDD1 url(/img/form_bg.gif) no-repeat left bottom;
	color: #333333;
}
form.contact span {
	background: url(/img/form-span_bg.gif) no-repeat left top;
	font-size: 1em;
	display: block;
	padding: 18px;
}
form.contact em {
	color: #FF0000;
}
form div.hr {
	background: url(/img/form-hr_bg.gif) repeat-x left top;
}
label {
	display: block;
	width: 108px;
	float: left;
	text-align: right;
	padding-right: 18px;
}
input.text {
	width: 268px;
	height: 1.455em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
}
textarea {
	width: 268px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
}
input.btn_submit {
	background: url(/img/btn_submit.gif) no-repeat;
	height: 18px;
	width: 54px;
	border-style: none;
	margin: 0;
	text-indent: -9999px;
	display: block;
}
form.search {
	position: relative;
}
form.search input.text {
	width: 117px;
	position: absolute;
	left: 18px;
	top: 14px;
	border: 1px solid #8FB8D9;
}
input.btn_search {
	background: url(/img/btn_search.gif) no-repeat;
	height: 18px;
	width: 54px;
	border-style: none;
	margin: 0;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 14px;
	right: 18px;
}
/*************************************************************************************************************** Style Classes */
div.highlight {
	background: #98C6EA url(/img/blockquote-span_bg.gif) no-repeat;
	color: #0F2757;
	margin-bottom: 18px;
	font-weight: bold;
}
div.highlight_base {
	background: url(/img/blockquote_bg.gif) no-repeat left bottom;
	padding-top: 18px;
	padding-right: 18px;
	padding-left: 18px;
	overflow: auto;
}
div.gallery {
	width: 432px;
}
div.gallery a.lightview {
	border: 2px solid #0F2757;
	display: block;
	height: 86px;
	width: 86px;
	float: left;
	margin-bottom: 18px;
	margin-right: 9px;
	margin-left: 9px;
}
div.gallery a.lightview:hover {
	border-color: #98C6EA;
}
a#download {
	background: url(/img/btn_download.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 18px;
	bottom: 9px;
	height: 26px;
	width: 180px;
}
a.back {
	background: url(/img/blt_back.gif) no-repeat left center;
	padding-left: 14px;
}
a.plus {
	background: url(/img/btn_plus.png) no-repeat;
	height: 18px;
	width: 18px;
	text-indent: -9999px;
	display: block;
}
.hr {
	height: 18px;
	background: url(/img/hr_bg.gif) repeat-x left top;
	clear: both;
}
.hr hr {
	display: none;
}
.alert {
	color: #FF0000;
}
.float-right {
	float: right;
}
img.inline {
	margin-bottom: 18px;
}
img.float-right {
	float: right;
	margin-left: 18px;
	margin-bottom: 18px;
}
/* client requested spacing */
li {
	margin-bottom: 0.5em;
}
ul.sitemap li {
	margin-bottom: 0;
}
.pdf-link {
	background: url(/img/i_pdf.gif) no-repeat;
	padding-left: 18px;
}
