/* CSS Document */


body {
	margin-top:10px;
	font: .8em/1.2em Helvetica, Arial, Verdana, sans-serif;
	color: #222;
	text-align: justify;
	}

#box {
	position: relative;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	}

#container{
	margin-top: -70px;
	padding:0px 136px 0px 0px;
	
}
#clearer{
	clear:both;
}

#flash{
	width:900px;
	height:275px;
	/*background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;*/
}


/*--------------------------------  nav  -------------------------------------*/

ul#navigation {
	width: 760px; height: 31px;
	background: transparent url(/images/nav.png) center top no-repeat;
	margin: 0 0 40px 0; padding: 0;
	list-style-type: none;
	}
	
ul#navigation li {
	display: inline;
	margin: 0; border: 0;
	}
	
ul#navigation li a {
	display: block; float: left;
	margin: 0; padding: 0;
	}

ul#navigation li a span {
	display: none;
	}

li#home a {
	height: 31px; width: 119px;
	}
	
li#home a:hover {
	background: url(/images/home_h.png) left top no-repeat;
	}
	
li#about a {
	height: 31px; width: 128px;
	}
	
li#about a:hover {
	background: url(/images/about_h.png) 1px top no-repeat;
	}
	
li#services a {
	height: 31px; width: 121px;
	}
	
li#services a:hover {
	background: url(/images/services_h.png) 2px top no-repeat;
	}
	
li#operations a {
	height: 31px; width: 135px;
	}
	
li#operations a:hover {
	background: url(/images/operations_h.png) 2px top no-repeat;
	}
	
li#careers a {
	height: 31px; width: 111px;
	}
	
li#careers a:hover {
	background: url(/images/careers_h.png) 2px top no-repeat;
	}
	
li#contact a {
	height: 31px; width: 145px;
	}
	
li#contact a:hover {
	background: url(/images/contact_h.png) 2px top no-repeat;
	}
	
/*--------------------------------content-------------------------------------*/
#content{
	background: #fff url(/images/body_bg.png) center top repeat-y;
	width:760px;
	margin-bottom:2px;
	margin-top: -85px;
	padding-top: 25px; padding-bottom: 20px;
}

#content p, #content h1, #content h2, #content h3 {
	padding: 0px 20px;
	width: 400px;
	
	}

	
#content li {
	width: 400px;
	}
	
ul#ops {
	list-style-type: none;
	margin-bottom: 100px;
	}
	
ul.staff {
	list-style-type: none;
	}
	
ul.staff li {
	margin-bottom: 10px;
	}
	
ul.staff h4 {
	margin: 0 0 5px 0;
	font: 1.1em/1.3em arial, verdana, sans-serif;
	font-weight: bold;
	}
	
ul.staff li img.teamphoto {
	float: right;
	width: 80px; height: 120px; 
	border: 0;
	margin-right: 20px;
	}
	
	
.employee {
	width: 400px;
	margin: 15px 0px 15px 15px;
	
}
.employee img {
	float: left;
	padding-right: 10px;
}

.clear {
	clear: both;
}
	
/*------------------------------headings----------------------------------*/


h1 span, h2 span {
	display: none;
	}
	
h1 {
	height: 43px;
	margin-left: 10px; margin-bottom: -15px; margin-top: -10px;
	}
	
div#sidebar h2 {
	height: 43px; width: 250px; margin-top: -10px; margin-bottom: -15px;
	}
	
h1#prodtest {
	background: url(/images/prodtest.png) left top no-repeat;
	}
	
h1#aboutus {
	background: url(/images/about_us.png) left top no-repeat;
	}
	
h1#services {
	background: url(/images/services.png) left top no-repeat;
	}
	
h1#operations {
	background: url(/images/operations.png) left top no-repeat;
	}
	
h1#careers {
	background: url(/images/careers.png) left top no-repeat;
	}
	
h1#contact {
	background: url(/images/contact.png) left top no-repeat;
	}
	
h2#latest {
	background: transparent url(/images/latest.png) left top no-repeat;
	}
	
h2#links {
	background: transparent url(/images/useful_links.png) left top no-repeat;
	}

h2#dataquality {
	background: transparent url(/images/dataquality.png) left top no-repeat;
	}
	
h2#equipment {
	background: transparent url(/images/equipment.png) left top no-repeat;
	}
	
h2#wellpost {
	background: transparent url(/images/wellpost.png) left top no-repeat;
	}

h2#customers {
	background: transparent url(/images/customers.png) left top no-repeat;
	}

/*------------------------------sidebar-----------------------------------*/

div#sidebar {
	top: 15px;
	float: right;
	width: 300px; /*height: 400px;*/
	margin: 0 0 0 0;
	}
	
div#sidebar p {
	width: auto;
	}
	
div#sidebar h3 {
	font-size: 1.1em;
	color: #b50000;
	width: 250px;
	}

#footer{
	width:758px;
	height:50px;
	border:1px solid #9c9c9c;
	margin-top: -3px;
}

#copyright{
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#9c9c9c;
	font-size:10px;

}
#footer_navlist
{
float:right;
margin: 0;
padding: 0 0 20px 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;

}

#footer_navlist ul, #footer_navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
text-transform: uppercase;
}

#footer_navlist a:link, #footer_navlist a:visited
{
float: left;
line-height: 14px;
margin: 0 5px 4px 10px;
text-decoration: none;
color:#9c9c9c;
}

#footer_navlist a:link#current, #footer_navlist a:visited#current, #footer_navlist a:hover
{

padding-bottom: 2px;

color:#990000;
}

#footer_navlist a:hover { color:#990000; }





#content h3 {
font-size: 17px;
}
