/* CSS Document */
body {
	font-size: 1em;
	margin:0px;
	padding:0px;
	background:  url(walls_well_drilling_images/background_image.jpg) no-repeat;	
}
#header { /* style contains globe image and company logo. */
	width: 970px;
	height: 98px;
	margin: 0px;
	padding: 0px;	
}
#header img{
	float: left;
	margin: 10px 0px 0px 10px;
	border: #fff 0px solid;
}
#header #textsizing {
	float: right;
	font: normal 10px Verdana, Arial, Helvetica, "sans serif";
	padding: 0px;
	margin-top: 50px;
	width: 130px;
}
#header #textsizing p {
	font: normal 11px Verdana, Arial, Helvetica, "sans serif";
	float: left;
	margin: 2px 0px 0px 0px;
	padding: 0px;
}
#header form {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 260px;
}
#header form .biggerbutton{
	font: normal 100% Verdana, Arial, Helvetica, "sans serif";
	color: #007EB0;
	background: url(walls_well_drilling_images/biggerbutton.gif) no-repeat;
	border: 0px solid #B0B8BD;
	width: 75px;
	height: 20px;
	padding: 0px;
	margin-right: 10px;
	float: right;
}
#header form .smallerbutton{
	font: normal 100% Verdana, Arial, Helvetica, "sans serif";
	color: #007EB0;
	background: url(walls_well_drilling_images/smallerbutton.gif) no-repeat;
	border: 0px solid #B0B8BD;
	width: 75px;
	height: 20px;
	padding: 0px;
	margin-right: 10px;
	float: right;
}
h3 {
	font: bold 80%/120% Verdana, Arial, Helvetica, "sans serif";
	color: #8AA0A9;
	padding: 0px;
	margin: 0px 0px 10px 16px;
}
p {
	font: normal 100% "normal Verdana", Arial, Helvetica, "sans serif";
	color: #000;
	margin: 0px;
	padding: 0px;
}
a:link {
	font: normal 100% Verdana, Arial, Helvetica, "sans serif";
	color: #0095C5; /* link colour darker blue */
	text-decoration: underline;
}
a:visited {
	font: normal 100% Verdana, Arial, Helvetica, "sans serif";
	color: #136484; /* visited link colour pale blue */
	text-decoration: none;
}
a:hover {
	font: normal 100% Verdana, Arial, Helvetica, "sans serif";
	color: #007EB0; /* link colour main blue */
	text-decoration: underline;
}
a:active {
	font: normal 100% Verdana, Arial, Helvetica, "sans serif";
	color: #0095C5; /* link colour brightest blue */
	text-decoration: none;
}
#trany {
	border: #fff 0px solid;
	display: none;
}
/* --------------------------------------------------- */
/* Start of Styles for Global Nav  */
#globalnavtop {
	margin: 110px 0px 0px 231px;
	padding: 0px;
	width: 500px;
	background-color: #007EB0;
	border-top: #fff 1px solid;
}
#nav {
	width: 500px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#nav a {
	font: normal 11px Verdana, Arial, Helvetica, "sans serif";
	color: #fff;
	padding: 4px 0px 4px 6px; 
	display: block; 
	width: 100px;/* width of TOP LEVEL LINKS, padding etc */
	text-decoration: none;
}
#nav a .nolink {
	cursor: help;
}
#nav li {
	float: left;
	background-color: #007EB0;
	padding: 0px; /* separates the TOP LEVEL LINKS spacing on the right hand side */
	width: 85px;/* width of TOP LEVEL LINKS, padding etc */
}
#nav li.navcurrent { /* class 'navcurrent used to identify the current link of the global navigation */
	display: block;
	background-color: #0095C5;
}
#nav li ul {
	font-weight: normal;
	left: -999em;
	position: absolute;
	width: 120px; 
	float: right;
}
#nav li li {
	padding: 0px; width: 200px; /* width of the drop down menu, specifies the width of the hover */	
}
#nav li ul A {
	width: 200px;/* width of the drop down menu typography */	
}
#nav li ul ul {
	margin: 0px;
	width: 200px;
}
#nav li:hover ul ul {
	left: 10px;
	width: 200px;
}
#nav li.sfhover ul ul {
	left: 10px;
	width: 200px;
}
#nav li:hover ul {
	left: auto;
	width: 200px;
}
#nav li li:hover ul {
	left: auto;
	width: 200px;/* width must be kept at pixel value, if % used the menu will be displayed horizontally */
}
#nav li.sfhover ul {
	left: auto;
	width: 200px;
}
#nav LI:hover {
	background: #0095C5;
}
#nav LI.sfhover {
	background: #0095C5;	
}

/* End of Styles for Global Nav  */
/* --------------------------------------------------- */
/* Start of Styles for text resizing  */
/* --------------------------------------------------- */
#bodywrapper {
	background-color: transparent;
	width: 1004px;
}
/* --------------------------------------------------- */
/* Start of Styles for Left Column  */
#left {
	float: left;
	width: 230px;
	margin-top: 55px;
}
#left ul#leftmenu {
	list-style: none;
	margin: 0px 0px 20px 20px;
	padding: 0px;
	width: 120px;
	white-space: nowrap;	
}
#left ul#leftmenu li a:link, ul#leftmenu li a:visited {
	font: normal 11px/24px Verdana, Arial, Helvetica, "sans serif";
	color: #fff; 
	text-decoration: none;
	display: block;
	width: 190px;
	border-bottom: 2px dotted #FFFFFF;
}
#left ul#leftmenu li a:hover {
	font: normal 11px/24px Verdana, Arial, Helvetica, "sans serif";
	color: #fff; 
	text-decoration: none;
	background-color: #0095C5;
	display: block;
}
#left ul#leftmenu li a:active {
	font: normal 11px/24px Verdana, Arial, Helvetica, "sans serif";
	color: #fff; 
	text-decoration: none;
	background-color: #0095C5;
	display: block;
}
#left ul#leftmenu li.current {
	background-color: #0095C5;
	display: block;
	width: 190px; /* set for mozilla */
}
#left a:link {
	font: normal 100% Verdana, Arial, Helvetica, "sans serif"; 
	color: #fff;  
	margin: 0px; 
	text-decoration: underline;
	width: 200px; /* bug fix for IE margin  */
}
#left a:visited {
	font-weight: normal; 
	color: #fff;
	margin: 0px; 
	text-decoration: none;
}
#left a:hover {
	font-weight: normal; 
	color: #fff;  
	margin: 0px; 
	text-decoration: underline;		 
}
#left a:active {
	font-weight: normal; 
	color: #F2A480;
	background-color: #F45912;  /* link colour brightest orange #F45912 */
	margin: 0px; 
	text-decoration: none;		 
}
#left p {
	font: normal 70%/120% Verdana, Arial, Helvetica, "sans serif";
	color: #fff;
	width: 80%;
	padding: 0px 0px 0px 20px;
}
#left p .bold {
	font-weight: bold;
}
#left h2 {
	font: bold 80%/120% Verdana, Arial, Helvetica, "sans serif";
	color: #fff;
	padding: 0px;
	margin: 0px 20px 6px 20px;
}
#left h3 {
	font: bold 80%/120% Verdana, Arial, Helvetica, "sans serif";
	color: #fff;
	padding: 0px;
	margin: 0px 20px 6px 20px;
}
#left h4 {
	font: bold 80%/120% Verdana, Arial, Helvetica, "sans serif";
	color: #8AA0A9;
	padding: 0px;
	margin: 20px 0px 10px 0px;
	background: url(walls_well_drilling_images/call_us_today.gif) no-repeat;
	height: 27px;
}
#left h4 span {
	display: none;
}
#left h5 {
	font: bold 80%/120% Verdana, Arial, Helvetica, "sans serif";
	color: #8AA0A9;
	padding: 0px;
	margin: 20px 0px 10px 16px;
	background: url(walls_well_drilling_images/call_nicholas.gif) no-repeat;
	height: 41px;
}
#left h5 span {
	display: none;
}
#contactus {
	margin-top: 200px;

}
#contactus p {
	font: normal 70%/120% Verdana, Arial, Helvetica, "sans serif";
	color: #007EB0;
	width: 80%;
	padding-left: 20px;
}
#contactus a:link, #contactus a:visited {
	font: normal 100%/130% Verdana, Arial, Helvetica, "sans serif";
	color: #007EB0;
	text-decoration: none;
}
#contactus a:hover, #contactus a:active{
	font: normal 100%/130% Verdana, Arial, Helvetica, "sans serif";
	color: #007EB0;
	background:  url(walls_well_drilling_images/walls_well_drilling_glow.gif) repeat;
	text-decoration: none;
}
/* --------------------------------------------------- */
/* --------------------------------------------------- */
/* Start of Styles for Right Column  */

#right {
	float: right;
	width: 240px;
	padding: 0px;
	margin: 0px;
	background:  url(walls_well_drilling_images/walls_geothermal_curves.gif) no-repeat;
}
#right a:link, #right a:visited {
	font: normal 100%/130% Verdana, Arial, Helvetica, "sans serif";
	color: #007EB0;
	text-decoration: none;
}
#right a:hover, #right a:active{
	font: normal 100%/130% Verdana, Arial, Helvetica, "sans serif";
	color: #007EB0;
	background:  url(walls_well_drilling_images/walls_well_drilling_glow.gif) repeat;
	text-decoration: none;
}
#right img {
	float: right;
	border: #fff 0px solid;
}
#rightcontent {
	width: 200px;
	background: #fff;
	margin-top: 20px; 
}
#right img {
	float: right;
	border: #fff 0px solid;
}	
#right p {
	font: normal 70%/120% Verdana, Arial, Helvetica, "sans serif";
	color: #007EB0;
	width: 90%;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 10px;
	border-bottom: 2px dotted #12A2BB;
}
#right p .bold {
	font-weight: bold;
}
#right h3 {
	font: bold 80%/120% Verdana, Arial, Helvetica, "sans serif";
	color: #007EB0;
	width: 90%;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 10px;
	border-bottom: 2px dotted #12A2BB;

/* End of Styles for Right Column  */
/* --------------------------------------------------- */
/* --------------------------------------------------- */
/* Start of Styles for Body/Center Column  */
}
#center {
	margin-left: 230px;
	width: 500px;
	background-color: white;
}
#center img {
	float: right;
	margin: 0px 0px 20px 20px;
	border: #fff 0px solid;
}
#center p {
	font: normal 80%/110% Verdana, Arial, Helvetica, "sans serif";
	color: #136484;
	padding: 0px 16px 0px 16px;
	/*width: 475px;*/	
}
#center p .bold {
	font: bold 90%/110% Verdana, Arial, Helvetica, "sans serif";
	color: #136484;
}
#center h1 {
	font: normal 150%/110% "normal Verdana", Arial, Helvetica, "sans serif";
	color: #8AA0A9;
	margin: 0px;
	padding: 10px 0px 20px 16px;
	width: 500px;
}
#center h2 {
	font: 120%/130% "normal Verdana", Arial, Helvetica, "sans serif";
	color: #136484;
	padding: 0px 0px 10px 16px;
	margin: 0px;
	width: 264px;
}
#center .sitemap li {
	font: normal 80%/160% Verdana, Arial, Helvetica, "sans serif";
	color: #136484;
	margin-bottom: 2px;
	padding-bottom: 2px;
	list-style: url(walls_well_drilling_images/well_drilling_arrow.gif);
}
#center .sitemap li ul li {
	margin-top: 0.2em;
	padding-bottom: 0.2em;
	list-style: none;
}
#center .sitemap li a:link, #center li a:visited {
	font: normal 100%/160% Verdana, Arial, Helvetica, "sans serif";
	color: #136484;  
	padding: 0px;
	margin: 0px; 
	text-decoration: underline;
}
#center .sitemap li a:hover {
	font: normal 100%/160% Verdana, Arial, Helvetica, "sans serif";
	color: #136484;  
	padding: 0px;
	text-decoration: none;
}

/* End of Styles for Body/Center Column  */
/* --------------------------------------------------- */		 	
/* --------------------------------------------------- */	
/* Start of Styles for Breadcrumbnav */
#breadcrumbnav {  
	padding: 0px 0px 10px 0px;
}
#breadcrumbnav p {
	font: normal 11px Verdana, Arial, Helvetica, "sans serif";
	color: #007EB0;
}
#breadcrumbnav p .bold {
	font: bold 11px Verdana, Arial, Helvetica, "sans serif";
	color: #005C99;
}
#breadcrumbnav a:link, #breadcrumbnav a:visited{
	font: bold 11px Verdana, Arial, Helvetica, "sans serif";
	color: #136484;
	text-decoration: none;
}
#breadcrumbnav a:hover {
	font: bold 11px Verdana, Arial, Helvetica, "sans serif";
	color: #136484;
	text-decoration: underline;
}
/* End of Styles for Breadcrumbnav */
/* --------------------------------------------------- */
#clear {
	clear: both;
/* --------------------------------------------------- */
}/* Start of Styles for curved corners */
.ctl {
	background: #FFF url(walls_well_drilling_images/walls_well_drilling_ctlhs.gif) no-repeat 0% 100%;
	width: 500px; margin: 0px; padding: 0px;
}
.ctr {background:  url(walls_well_drilling_images/walls_well_drilling_ctrhs.gif) no-repeat 100% 100%; padding:8px;
} 
/* --------------------------------------------------- */	

#footer {
	width:700px;
}
#footer p {
	font: normal 70%/160% Verdana, Arial, Helvetica, "sans serif";
	color: #8AA0A9;
	margin: 20px 0px 20px 230px;
	padding-left: 16px;
	
}
#footer a:link {
	font: normal 100% Verdana, Arial, Helvetica, "sans serif";
	color: #007EB0; /* black zofo colour */
	text-decoration: none;
}
#footer a:visited {
	font: normal 100% Verdana, Arial, Helvetica, "sans serif";
	color: #007EB0; /* light grey/black zofo colour */
	text-decoration: none;
}
#footer a:hover {
	font: normal 100% Verdana, Arial, Helvetica, "sans serif";
	color: #007EB0; /* white text on black background */
	text-decoration: none;
	background:  url(walls_well_drilling_images/walls_well_drilling_glow.gif) repeat;
}
#footer a:active {
	font: normal 100% Verdana, Arial, Helvetica, "sans serif";
	color: #000; /* black zofo colour */
	text-decoration: underline;
}
#footer ul {
	margin: 10px 0px 20px 230px;
	padding-left: 12px;
}
#footer li {
	font: normal 70%/160% Verdana, Arial, Helvetica, sans-serif;
	color: #007EB0;
	display: inline;	
	padding: 0px 4px 0px 0px;
	margin-left: 4px;
	border-right: 1px solid;
}
#footer li a:link {
	color: #007EB0; /* link colour blue #007EB0 */
	text-decoration: none;	
}
#footer li a:visited {
	color: #007EB0; /* visited link colour pale orange #F2A480 */
	text-decoration: none;
}
#footer li a:hover {
	color: #007EB0; /* link colour orange #E54800 */
	background:  url(walls_well_drilling_images/walls_well_drilling_glow.gif) repeat;
}
#footer li a:active{
	color: #007EB0; /* link colour brightest orange #F45912 */
	text-decoration: none;
}
#footer ul li.first {
	border-left: 0px
}
#footer ul li.last {
	border-right: 0px
}
#footer p .bold {
	font-weight: bold;
}
#footerzofo {
	width: 700px;
	border-top: 2px dotted #AAD4E5;
}
#footerzofo img{
	border: #fff 0px solid;
}
#footerzofo p {
	font: normal 70%/140% Verdana, Arial, Helvetica, "sans serif";
	color: #8AA0A9;
	margin: 20px 0px 20px 230px;
	padding-left: 16px;
}
#footerzofo a:link {
	font: normal 11px/15px Verdana, Arial, Helvetica, "sans serif";
	color: #000;
	text-decoration: none;
}
#footerzofo a:visited {
	font: normal 11px/15px Verdana, Arial, Helvetica, "sans serif";
	color: #000;
	text-decoration: none;
}
#footerzofo a:hover {
	font: normal 11px/15px Verdana, Arial, Helvetica, "sans serif";
	color: #000;
	text-decoration: underline;
}
#footerzofo a:active{
	font: normal 11px/15px Verdana, Arial, Helvetica, "sans serif";
	color: #000;
	text-decoration: none;
}
#left .hl {
	font: bold 1.2em "Courier New", Courier, mono;
	color: #136484;
}
.glossary {
	text-decoration: none;
}
