/* Baseline */
* {
	font-family:inherit;
	font-style:inherit;
	font-size:100%;
	padding:0;
	margin:0;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, table, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
} /* Firefox Scrollbar fix */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	line-height:1.5;
	font-family:inherit;
	font-style:inherit;
	font-weight:inherit;
	text-align:left;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
abbr, acronym, fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
caption, th {
	text-align:left;
}
hr {
       margin-bottom:4px;
       width:100%;
       clear:both;
}
h1, h2, h3, h4, h5, h6 {
	color:#222;
	font-size:100%;
	font-weight:normal;
	margin:0;
}
address {
	font-style:normal
}
/* Attempt to stardardize everything to 10px = 1em */
html {
	font-size:100%;
} /* Fixes IE */
body {
	font-size/**/:small;
}
body {
	font-size:62.5%;
	font-family:Georgia,"Times New Roman",Times,serif;
}
input, select, textarea {
	font-size:100%;
	font-family:inherit;
}
/* For Firefox */
html > body {
	font-size:10px;
}
body * {
	font-size:1.05em;
}
/* Copy Style */
body {
	background-color:#AFDFE5;
}
p, pre, li {
	font-size:1.3em;
	line-height:1.5;
}
p, pre {
	margin:0 0 1em 0;
}
b, strong {
	font-weight:bold;
}
i, em { font-style:italic;
}
h1 {
	font-size:2.4em;
	margin:0 0 0.4em 0;
	line-height:1;
}
h2 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.6em;
	margin:0 0 0.4em 0;
	line-height:1.3;
	font-weight:bold;
	color: #AF2223;
}
h3 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.3em;
	margin:0 0 1em 0;
	line-height:1.2;
	font-weight:bold;
	color:#A92328;
	text-align: center;
}
h4 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.1em;
	margin:0 0 0.6em 0;
	line-height:1.25;
	font-weight:bold;
	text-align: center;
}
h5 {
	font-size:1.2em;
	margin:0 0 0.4em 0;
	line-height:1.25;
}
h6 {
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 0.4em 0;
}
/* This order is specific */
a, :link, :visited {
	text-decoration:none;
}
a img, :link img, :visited img {
	border:0;
}
a:link, a:visited {
	color:#A92328;
	text-decoration:underline;
}
a:hover {
	color:#25AAE1;
	text-decoration:none;
}
#logo{
	position:absolute;
	top:70px;
	left: 280px;
}
#logo a:link, #logo a:visited{
    text-decoration:none;
}
#footer a:link, #footer a:visited {
	color:#000;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}
#footer a{
	margin:0 8px;
}
a:focus {
} /* No IE Support */
a:active {
} /* must be last */
ol {
	margin:0 0 1.6em 2.4em;
	list-style:decimal outside;
}
ul {
	margin:0 0 .5em 1.5em;
	list-style:outside square;
	color:#57B7DF;
}
li {
	margin:0.1em 0;
	padding:0;
}
span.li {
	color:#111;
}
abbr, acronym, *.help {
	font-style:normal;
	border-bottom:1px dotted #333;
	cursor:help;
}
fieldset {
	border:1px inset #ccc;
	margin:0 0 0.8em 0;
	padding:0.8em;
}
legend {
	margin:0 0.5em;
	font-size:1.2em;
	font-weight:bold;
}
tt, code {
	margin:0.8em 0;
}
label {
	width:10em;
	float:left;
	font-size:1.4em;
	margin:0 0 0.2em 0;
	padding:0 0 0 0;
	font-weight:normal;
	cursor:pointer;
}
label span {
	padding:0 0 0 2em;
}
label input {
	margin-right:0.4em;
}
/* This may be removed */
label.short {
	font-size:95%;
	width:auto;
	margin:0 1em 0 0.5em;
}
label.wide {
	width:100%;
	margin:0 0.5em;
}
label.term {
	width:100%;
	margin:0 0.5em;
	font-weight:bold;
}
label.ok {
	background:transparent url(/images/silk/accept.png) no-repeat top left;
}
label.req {
	background:transparent url(/images/silk/error.png) no-repeat top left;
}
/* Till here... */
textarea {
	margin:0;
	padding:0;
	width:100%;
	font-size:1.2em;
	border:1px inset #999;
}
select {
	float:left;
	font-size:1.2em;
	margin:0 0 0.4em 0.2em;
	padding:0;
	background-color:#f8f8f8;
	min-width:4em;
	border:1px inset #999;
}
select optgroup {
	margin:0 0 0 0.5em;
	padding:0;
}
select optgroup option {
	margin:0 0 0 0em;
	padding:0;
}
form div.row {
	clear:left;
}
button {
	cursor:pointer;
}
sup, sub {
	height:0;
	line-height:1;
	vertical-align:baseline;
	position:relative;
	font-size:75%;
}
sup {
	bottom:0.5ex;
} /* 1ex */
sub {
	top:0.5ex;
} /* 0.5ex */
dl {
	border:1px solid #eee;
	background-color:#fcfcff;
	margin:0.8em 0;
	padding:0.4em;
}
dt {
	color:#06c;
	font-size:1.4em;
	font-weight:bold;
	padding:0.2em;
	border-bottom:1px solid #eee;
}
dd {
	padding:0.4em;
}
dl.titlebar {
	border:1px solid #eee;
	margin:0.8em 0;
	padding:0;
}
dl.titlebar dt {
	color:white;
	background-color:#333;
	font-size:1.4em;
	font-weight:bold;
	padding:0.2em;
}
dl.titlebar dd {
	padding:0;
	border:1px inset #999;
	border-width:0 1px 1px 1px;
}
dl.titlebar textarea {
	margin:0;
	padding:0;
	width:100%;
	font-size:1.2em;
	border:none;
}
table.chart {
	border:1px solid #333;
	width:100%;
	margin:1.6em 0;
}
thead th, tbody th {
	color:#000;
	background-color:#D6D7D9;
}
tfoot th {
	color:white;
	background-color:#666;
	text-align:center;
}
th, td {
/*	font-size:1.2em; */
	padding:0.2em 0.2em;
}
.qmmt_main table th, .qmmt_main table td {
	font-size:1em;
	padding:0 5px 0 0;
}
tr.alt {
	background-color:#eee;
}
/* Components */
div.component {
	margin:0 0 1.0em;
}
#layout_main{
	background:url(images/water-background.jpg) top left no-repeat;
	margin:0 auto;
	width:980px;
	min-width:980px;
	position: relative;
	border-left: #AA2329 1px solid;
	border-right: #AA2329 1px solid;
	border-bottom: #AA2329 1px solid;
}
#top {
	margin:0;
	width:960px;
}
#left {
	clear:left;
	float:left;
	width:160px;
}
#middle {
	float:left;
	width:628px;
	_overflow-x:hidden;
}
#right {
	float:left;
	width:320px;
	_overflow-x:hidden;
}
#quote_media {width:600px; height:20px; position:absolute; bottom:5px; right:10px; display:block;}

/* Left Navigation Customizations */
#left h5 {
	padding:0.4em 1em;
	color:white;
	background-color:#333;
}
#header, #header_wide {
	width:980px;
	display:block;
	position: relative;
}
#header_wide {
	background:transparent url(/images/header-wide.gif) top left no-repeat;
}
#header p {
	font-size:3em;
	line-height:1.0;
	padding-top:1em;
}
#nav_top {
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	clear:both;
	padding:0.8em 2em;
	font-size:1em;
	background-color: #25AAE1;
	text-align: center;
}
div.padding {
	padding:0.8em;
}
#left div.padding {
	padding:0 0 1.6em 0;
}
#middle div.padding {
	padding:0 0 0 1.2em;
}
#right div.padding {
	padding:1em 0.8em 0 0.8em;
	overflow:hidden;
}
#header p {
	margin:0;
	text-align:center;
}
#footer p {
	margin:1em 0 0 0;
	text-align:center;
}
#nav_top ul {
	list-style-type:none;
	margin:0;
}
#nav_top li {
	float:left;
	display:inline;
	margin:0;
	padding:0;
	width:auto;
}
#nav_top a, #nav_top a:visited, #nav_top a:hover {
	text-decoration:none;
    display:inline-block
}
#nav-top ul li a span{
	display:none;
}
#nav_bottom, #nav_bottom_wide {
	background:#000000 url(/images/footer.gif) no-repeat;
	height:20px;
	clear:both;
}
#nav_bottom_wide {
	background:#000000 url(/images/footer-wide.gif) no-repeat;
}
#left ul {
	list-style:none;
	color:#333;
}
#text{
	padding: 325px 420px 0 55px;
}
#text_wide{
	margin:0 12px;
}
#text_size {
	float:right;
	font-size:1em;
}
#text_size a {
	text-decoration:none;
}
div.large {
	font-size:112.5%;
}
div.larger {
	font-size:125%;
}
*.alignleft {
	text-align:left;
}
*.alignright {
	text-align:right;
}
*.aligncenter {
	text-align:center;
}
*.floatleft {
	float:left;
	margin:0 1em 1em 0;
}
*.floatright {
	float:right;
	margin:0 0 1em 1em;
}
*.clearboth {
	clear:both;
}
*.clearleft {
	clear:left;
}
*.clearright {
	clear:right;
}
*.grid {
	background:white url(/images/grid.gif) repeat;
}
*.page-break {
	display:none;
}
/* Self Clearing Floats */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hacks if needed */
/*\*/
* html .gainlayout {
	height:1%;
}
/**/
#top_image{
	position:absolute;
	top:0;
	left:55px;
	background-image:url(images/drilling-truck-header.jpg);
	height:215px;
	width:161px;
}
#red_bar{
	background:url(images/red-footer.jpg) no-repeat;
	position:relative;
	height:187px;
}
#image_1, #image_2, #image_3, #image_4{
	position:absolute;
	top:64px;
	height:105px;
	width:175px;
} 
#image_1{
	left:17px;
	background-image:url(images/drilling-truck-red-rail.jpg);
}
#image_2{
	left:210px;
	background-image:url(images/hydrofracking-truck-red-rail.jpg);
}
#image_3{
	right:210px;
	background-image:url(images/3-drilling-trucks-red-rail.jpg);
}
#image_4{
	right:17px;
	background-image:url(images/glass-of-water-red-rail.jpg);
}
#contact{
	margin:0 auto;
	width:160px;
	padding: 10px 0 0 0;
}
#well_drilling, #geothermal, #hydrofracking, #water_pump_treatment{
	position:absolute;
	right:0px;
}
#well_drilling{
	top:182px;
}
#geothermal{
	top:273px;
}
#hydrofracking{
	top:363px;
}
#water_pump_treatment{
	top:456px;
}
#partners{
	top:329px;
	left:591px;
	width:175px;
	position:absolute;
}
#partners img{
	margin:0 auto;
}
#partner_text{
	border-bottom:#00263D 1px solid; margin:0 0 10px; padding:0 0 5px;
}
