﻿body {
	font-family: 'Helvetica', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #666;
	background-color: #e4e5e7;
	background-image: url(../images/backgroundImage.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

* {
	padding: 0;
	margin: 0;
}

ul {
	font-size: 12px;
	margin-bottom: 12px;	
	list-style-type:disc;
	margin-top:-15px;
}

li { 
	margin-left: 45px; 
}

img { border: none; }

div#outline {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

div#headerArea {
	width: 100%;
	height: 94px;
}

div#logo {
	width: 475px;
	height: 94px;
	float:left;
}

div#oilRig {
	width: 475px;
	height: 94px;
	text-align: right;
	float: right;
}

div#menuArea {
	width: 100%;
	height: 77px;
	color: #fff;
	background-image: url(../images/menuBackground.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	text-align: right;
	display: block;
}

div#menuArea ul { 
	padding-top: 13px;
	float: right; 
	margin-top:0px;
}

div#menuArea li {
	float: left;
	list-style-type: none;
	line-height: 31px;
	margin-left: 0px;
}

div#menuArea li a {
	color: #fff;
	font-size: 12px;	
	height: 31px;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
}

div#menuArea li a:hover {
	color: #004d9b;
	background-color:#e3e5e6;
}

div#menuArea .selected {
	color: #004d9b;
	background-color:#e3e5e6;
}


div#contentArea {
	width: 100%;
	min-height: 470px;
	background-color: #fff;
}

div#lhColumn {
	width: 215px;
	height: 386px;
	background-color: #e3e5e6;
	float: left;
}

div#lhColumn ul{	
	margin-top:48px;
	margin-bottom:0;
	text-decoration:none;
	list-style-type:none;
}
 
div#lhColumn li{
	margin-left: 20px;
	text-decoration:none;	
	padding-bottom:4px;
	list-style-type:none;
	direction: rtl; 
	text-align: left;
}

div#lhColumn li a{
	text-decoration:none;
	color:#004d9b;
	font-size:12px;
}
 
div#lhColumn li a:hover{ 
	background-color:#004d9b;
	color:#fff;
}


div#lhColumn ul ul{
	margin-top:4px;
	margin-bottom:0px;	
	list-style-type:none;
		
}

div#lhColumn ul ul li{
	Margin-left: 15px;
	padding-bottom:0px;
	list-style-type:none;	
}

div#lhColumn ul ul li a {
	text-decoration:none;
	font-size:12px;
}

div#lhColumn ul ul li a:hover{ 
	background-color:#004d9b;
	color:#fff;
}

div#lhColumn .selected{ 
	background-color:#004d9b;
	color:#fff;
}


div#contentColumn {
	width: 735px;
	float: left;
}

div#content {
	width: 415px;
	padding-top: 25px;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
}


div#rhColumn {
	width: 200px;
	padding-top: 25px;
	padding-right: 40px;
	float: left;
}

div#footerArea {
	width: 935px;
	height: 35px;
	color: #fff;
	background-color: #005aa4;
	text-align: right;
	font-size: 10px;
	padding-right: 15px;
	line-height: 35px;
}

h1 {
	width: 695px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	padding-left: 40px;
	color: #005aa4;
	background-color: #e3e5e6;
}

h2 { font-size: 14px; }

p {
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 12px;
}

.geosphere { color: #007cc3; }

.link{
	color: #007cc3;
	font-weight:bold;
	text-decoration:none;	
}

.link:hover {
	color: #2fb1ff;
	font-weight:bold;
	text-decoration:none;	
}

.title {
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	margin-bottom: 12px;
}

.imagePadding {
	padding-right: 10px;
	padding-bottom: 10px;
}



.clearfix { display: inline-table; }

/* backslash hack hides from IE mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end backslash hack*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}