body {
	background: #F0F8EE url(../images/bg3.gif) repeat-x;
	margin-top: 0px;
}
p {
	font: 12px/125% Verdana, Arial, Helvetica, sans-serif;
	color: #1C3615;
}
a {
	color: #1C3615;
	text-decoration: underline;
}
h2 {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 5px;
}
h3 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
	text-decoration: underline;
}
.accessibility {
	display: none;
}
#container {
	width: 758px;
	margin-left: -380px;
	position: relative;
	left: 50%;
	margin-top: 18px;
	border-right: 1px solid #1C3615;
	border-left: 1px solid #1C3615;
	border-bottom: 1px solid #1C3615;
	background: #FFFFFF;
}
/*----------headers---------*/
#top-bar {
	background: #bdd2b8;
	height: 12px;
	border-bottom: 1px solid #325a29;
	font-size: xx-small;
}
#logo-bar {
	background: #f0f8ee url(../images/logo.gif) no-repeat right center;
	height: 48px;
	border-bottom: 1px solid #325a29;
	margin-right: 0px;
}
#logo-bar h1 {
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
}
#logo-bar h1 a {
	display: block;
	width: 420px;
	float: right;
}
#page-title {
	background: #bdd2b8 url(../images/titleText.gif) no-repeat right center;
	height: 16px;
	line-height: 16px;
	border-bottom: 1px solid #1C3615;
}
#page-title h1 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #1C3615;
	margin: 0px;
	text-indent: -5000px;
}
/*-------------main pics-------*/
#index #mainPic {
	height: 210px;
	background: #FFFFFF url(../images/indexMainPic.jpg) no-repeat;
}
#drilling #mainPic {
	height: 210px;
	background: #FFFFFF url(../images/profileMainPic.jpg) no-repeat;
}
#expertise #mainPic {
	height: 210px;
	background: #FFFFFF url(../images/expertiseMainPic.jpg) no-repeat;
}
#contact #mainPic {
	height: 210px;
	background: #FFFFFF url(../images/contactMainPic.jpg) no-repeat;
}
/*#picBorder {
	background: #BDD2B8;
	height: 8px;
	border-bottom: 1px solid #325a29;
}*/
/*------------------nav----------------*/
#navBar {
	background: url(../images/navBg.gif) repeat-x;
	height: 31px;
}

ul#mainNav {
	margin: 0px 0px 10px;
	padding: 0px;
	list-style: none;
	float: left;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	width: 350px;
}
ul#mainNav li {
	float: left;
}
ul#mainNav a {
	line-height: 14px;
	text-decoration: none;
	display: block;
	color: #1C3615;
	font-weight: bold;
	margin-top: 11px;
	margin-left: 10px;
	height: 23px;
}
ul#mainNav a:hover {
	background: url(../images/navHighlight.gif) repeat-x center;
}
#mainNav .link-1 {
	margin-top: 11px;
	margin-left: 3px;
}
p.telNo {
	float: right;
	padding-right: 12px;
	font-weight: bold;
	color: #1C3615;
}
/*---------------------*/
.col-1 {
	float: left;
	width: 200px;
}
h2.col-1-title {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}
#mainContentArea {
	clear: both;
}
ul.servicesList {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style: none;
}

ul.servicesList li {
	font: 12px/150% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bullet.gif) no-repeat 0 50%;
	margin: 0px;
	padding: 0px 0px 0px 26px;
}

.col-2 {
	float: right;
	width: 540px;
}
.col-2 p {
	padding-right: 15px;
}


/*---------------------contact page/form styling-----------------------*/
form {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width: 400px;
	margin-left: 30px;
	margin-top: 12px;
	margin-bottom: 20px;
}
legend {
	font-weight: bold;
	color: #1C3615;
}
label {
	float: left;
	width: 10em;
	padding-left: 8px;
	margin: 0px;
}
input {
	width: 220px;
}
textarea {
	width: 220px;
}
.non-text-input {
	width: 15px;
	border-style: none;
}
.smallText {
	font-size: 10px;
}
address.smallText {
	padding-left:10px;
	line-height:125%;
	}
#contact .col-1 {
	width: 500px;
	float: left;
}
#contact .col-2 {
	float: right;
	width: 240px;
	margin-top: 32px;
}
#contact h2 {
	padding-left: 8px;
}
#contact p {
	padding-left: 8px;
}
#contact #pageFooter p {
	padding-left:3px;
	}
/*-------------------*/
ul.picList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
address {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

/*------------------------main navigation page highlights------------------------*/
#index #mainNav .index a, #drilling #mainNav .drilling a, #expertise #mainNav .expertise a, #contact #mainNav .contact a {
	cursor:default;
	background: url(../images/navHighlight.gif) repeat-x center;
	}

/*-----------page footer----------*/
#pageFooter * {
	margin:0;
	padding:0;
	}
#pageFooter {
	clear: both;
	border-top: 1px solid #325a29;
	background: #bdd2b8;
	margin: 10px 0px 0px;
	padding: 8px 0px 8px;
}

#pageFooter .col-1 {
	margin-top:10px;
	width: 370px;
	float: left;
	padding-left: 4px;
}
#pageFooter .col-2 {
	margin-top:10px;
	float: right;
	width: 370px;
	text-align: right;
	padding-right: 4px;
}
#pageFooter p span.strapline {
	margin: 0px 0px 10px 4px;
	padding: 0px;
	font: bold 10px/normal Verdana, Arial, Helvetica, sans-serif;
	line-height:normal;
}
#contact #pageFooter p span.strapline {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font: bold 10px/normal Verdana, Arial, Helvetica, sans-serif;
	line-height:normal;
}
#footerNav {
	text-align: center;
	clear: both;
	padding-top: 6px;
}
#footerNav a {
	text-decoration: none;
}
#footerNav a:hover {
	text-decoration: underline;
}

#footerNav p {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
/*--------------credit-------------*/
#credit {
	width: 758px;
	margin-left: -380px;
	position: relative;
	left: 50%;
	clear: both;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 4px;
}
#credit a {
	color: #1C3615;
	text-decoration: none;
}
#credit a:hover {
	border-bottom: 1px dashed #BDD2B8;
}acronym {
	font-style: normal;
	border-bottom: 1px dotted #BDD2B8;
	cursor: help;
}
ul.basicList {
	font: 12px/135% Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
