/* CSS Document */

/* Global Reset
---------------------------------------------------------- */

* {margin: 0; padding: 0; border: 0;}


/* text-align center aligns entire page to center for IE */

body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Geneva, sans-serif;
	font-size:62.5%;
	color: #292929;
	text-align: center;
	background: #FFFFFF url(../images/bg_body2.jpg) no-repeat; 
	background-position:center top;
	}		
	
/* Standard Links
---------------------------------------------------------- */


a:link { 
	text-decoration: none; 
	color: #0E5082;
	}
	
a:visited {
	text-decoration: none; 
	color: #43535B;
	}
	
a:hover {  
	text-decoration: underline; 
	color: #0E5082;
	}
	
a:active {  
	text-decoration: none; 
	color: #E2823C;
	}

a {
outline: none; /*remove dotted line from around img links */
}

/* Header and Navigation Links
---------------------------------------------------------- */


#header a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF;
	}
	
#header a:visited {
	font-weight: bold; 
	text-decoration: none; 
	color: #EEEEEE;
	}
	
#header a:hover {  
	text-decoration: none; 
	color: #92B2D2;
	}
	
#header a:active {  
	text-decoration: none; 
	color: #FFFFFF;
	}
	
/* Main Layout Wrapper and Content Zone
---------------------------------------------------------- */

#wrapper {
	margin: 0 auto;
	width:984px;
	background: url(../images/bg_wrapper.png) repeat-y;
}

#content {
	margin: 0 auto;
	width:960px;
	background: url(../images/bg_col240_highlight.jpg) top right repeat-y;
}

/* Header
---------------------------------------------------------- */

#header {
    width:960px;
	text-align: left;
	min-height: 100px;
	background: url(../images/bg_header.jpg) no-repeat;
	}
	
#logo {
position: relative;
float: left;
width: 415px;
padding: 9px 0;
}

#shortcuts {
position: relative;
float: left;
width: 545px;
text-align: right;
}

#shortcuts ul {
font-size: 1.1em;
color: #212f4e;
margin: 26px 10px 0 0;
}

#shortcuts ul li {
display: inline;
color: #212f4e;
}

.dark_top_links {
color: #212f4e;
}

/* Top Nav
---------------------------------------------------------- */

#nav {
	background: #142C4C;
	width: 960px;
	border-bottom: 8px solid #081C32;
}
	
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-size: 1.4em;
	}
	
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	outline: none;
	}
	
#nav ul li a {
	float: left;
	padding: 7px 20px;
	margin: 0;
	border: none;
	text-transform: uppercase;
	border-top: 2px solid transparent;
	outline: none;
	}
	
#nav ul li a:hover {
	background-color: #0A1F23;
	color: #92B2D2;
	border-top: 2px solid #92B2D2;
	}
	
#home li#nav_home  a, 
#about li#nav_about a, 
#services li#nav_services a, 
#drilling li#nav_drilling a,
#projects li#nav_projects a,
#resources li#nav_resources a
{
	background-color: #0A1F23;
	color: #FFFFFF;
	border-top: 2px solid #92B2D2;
	} /* Sets active state for Top Navigation if Body ID and top nav ID match */

	
	

/* Themed Navigation
---------------------------------------------------------- */
#themes {
width: 960px;
height: 70px;
background: url(../images/bg_themes.jpg) no-repeat;
}

/* Column Layout
---------------------------------------------------------- */

#container_h1 {
background: #000000 url(../images/bg_section_h1.jpg) no-repeat;
height: 60px;
text-align: left;
}

#content_border {
width:960px;
height: 17px;
background: url(../images/border_content_top.png) repeat-x;
}

.col240 {
position: relative;
float: left;
width: 240px;
text-align: left;
}

.col480 {
position: relative;
float: left;
width: 480px;
text-align: left;
}

.col720 {
position: relative;
float: left;
width: 720px;
text-align: left;
}


/* Side Navigation Bullet Layout */

/* negative text indent used for lines that wrap with margin left setting the indent */
				
#sidenav {
width: 240px;
}

#sidenav ul {
		list-style-image: none;
		padding: 0;
		margin: 15px 0 0 10px;
		}

#sidenav li  {
list-style-image: none;
		list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
	border-top: #DCECF1 3px solid;
	padding: 3px;
		}

#sidenav ul li ul {
margin-top: 5px;
}

#sidenav ul li ul li {
border-top: none;
font-size: .7em;
padding: 3px;
}

		
#sidenav li a:link { 
	font-weight: normal; 
	text-decoration: none;
	}
	
#sidenav li a:visited {
	font-weight: normal; 
	text-decoration: none; 
	}
	
#sidenav li a:hover { 
	text-decoration: none;
	background-color: #E2E2E2;
	}
	
#sidenav li a:active { 
	
	}


/* FONT Formatting */

/* H1 for Page Headers */
h1 {
font-size: 2.2em; 
letter-spacing: -.5px;
font-weight: bold; 
color: #FFFFFF;
margin-left: 20px;
margin-bottom: 0px;
margin-top: 20px;
}

/* H2 for Page Secondary Headers */
h2 {
font-size: 1.4em;
letter-spacing: -.025em; 
font-weight: bold; 
margin: 20px 20px 10px 20px;
padding-top: 10px;
line-height: 1.2;
border-top: 5px solid #E2E2E2;
color: #2E4064;
text-transform: uppercase;
}

/* H3 for Page Tertiary Headers */
h3 {
font-size: 1.4em;
text-transform: uppercase; 
font-weight: bold; 
color: #52828F;
margin: 20px 20px 2px 20px;
line-height: 1.1;
padding-top: 5px;
border-top: 1px dotted #E2E2E2;
}

.col240 h3 {
margin-left: 10px;
}

/* H4 for Sidenavigation Main Header */
h4 {
font-family: trebuchet, 'trebuchet ms', verdana, arial, helvetica, geneva, sans-serif;
font-size: 26px; 
letter-spacing: -.5px;
font-weight: bold; 
color: #89AC51;
margin-left: 10px;
margin-bottom: -12px;
margin-top: 0px;
}

/* H5 for Sidenavigation Secondary Header */
h5 {
font-family: trebuchet, 'trebuchet ms', verdana, arial, helvetica, geneva, sans-serif;
font-size: 16px; 
letter-spacing: -.5px;
font-weight: bold; 
color: #89AC51;
margin-left: 10px;
margin-bottom: -15px;
margin-top: 0px;
}

/* H6 for HomePage Box Headers */
h6 {
font-family: trebuchet, 'trebuchet ms', verdana, arial, helvetica, geneva, sans-serif;
font-size: 18px; 
letter-spacing: -.5px;
font-weight: normal; 
color: #89AC51;
margin-left: 15px;
margin-bottom: 0px;
margin-top: 10px;
line-height: 1.1;
}

p {
margin: 0 60px 10px 20px;
font-size: 1.3em;
line-height: 1.5;
font-family: Georgia, "Times New Roman", Times, serif;
}

address {
margin: 0 60px 10px 35px;
font-size: 1.3em;
line-height: 1.2;
font-style: normal;
}

p.article {
line-height: 1.3;
margin-bottom: 15px;
margin-left: 30px;
}

p.intro {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Geneva, sans-serif;
	font-size: 1.6em;
	color: #2E4064;
	margin-top: 10px;
}

#container_h1 p {
text-align: right;
font-size: 1.8em;
color: #404A44;
margin-top: 23px;
margin-right: 5px;
text-transform: uppercase;
}

.col240 p {
margin: 0 10px 10px 10px;
font-size: 1.2em;
line-height: 1.3;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Geneva, sans-serif;
}

ul {
margin: 10px 90px 0 60px;
list-style-type: square;

}

li {
margin: 0 0 10px 0;
}

.col480 ul {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.3em;
}


.col240 ul {
font-size: 1.2em;
margin: 0px 10px;
list-style-type: none;
}

.col240 ul li {
margin: 10px 0;
padding-bottom: 10px;
border-bottom: 1px solid #ffffff;
}

.siteindex ul {

}

.siteindex ul li {
margin: 0 0 5px 25px;
padding-bottom: 0px;
list-style-type: square;
}

#home_news p {
font-size: 1.1em;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Geneva, sans-serif;
margin: 10px 10px;
padding-bottom: 10px;
border-bottom: 1px solid #ffffff;
}

.sidebarlinks p {
border-bottom: 2px solid #52828F;
padding-bottom: 5px;
}

.contentimage {
border: 5px solid #E2E2E2;
margin: 0 10px 5px 0;
}

/*Image Floating
--------------------------------------------------------- */

.floatleft {
float:left; 
margin:5px 5px 5px 0;
border:solid 3px #CDD9DC;
}

.floatright {
float:right;
margin:padding:5px 0 5px 5px;
border:solid 3px #CDD9DC;
}
p img {
	padding: 0;
	max-width: 100%;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 10px 10px 20px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}/* Column Layout
---------------------------------------------------------- */

#copyright_address {
padding-top: 10px;
margin: 20px auto 0px auto;
	width:960px;
}

#copyright {
position: relative;
float: left;
width: 720px;
background: #E2E2E2;
text-align: right;
margin-top: 36px;
}

#copyright p {
color: #292929;
font-size: 1.1em;
margin-right: 20px;
margin-top: 6px;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Geneva, sans-serif;
}

.address {
background: url(../images/bg_col240_address.png) repeat-x;
background-color:#ffffff;
width:240px;
height:100px;
padding: 20px 0 2px 0;
margin: 0px 0 0px 0;
}

.address p {
font-family: Georgia, "Times New Roman", Times, serif;
}

#gallery ul {
margin-left: 20px;
margin-right: 0px;
}

#gallery li {
display: inline;
margin-right: 6px;
}

#gallery li img {
border: solid 5px #CDD9DC;
margin-bottom: 5px;
}

img.preview {
border: solid 5px #CDD9DC;
margin-right: 5px;
margin-top: 20px;
}

/*  let me clear my float
---------------------------------------------------------- */
.clear {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

