html {
	background: #000000 url('../images/front-body-back.png') top left repeat-x;
	}

body {
	background: transparent url('../images/earth-overlay.jpg') top center no-repeat;
	text-align: center;
	margin: 0px auto 0px auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	}

#content-container {
	width: 957px;
	background: transparent url('../images/front-content-back.png') top left repeat-y;
	margin: 0px auto 20px auto;
	text-align: left;
	border: 0px solid black;
	}
	
#top-navbar {
	width: 957px;
	height: 27px;
	font-size: 13px;
	margin: 0px auto 0px auto;
	color: white;
	overflow: hidden;
	text-align: right;
	background: transparent url('../images/front-header-back.png') top left no-repeat;
	}

#top-navbar a {
	color: white;
	text-decoration: none;
	}

#top-navbar a:hover {
	border: 0px dotted gold;
	border-width: 0px 0px 1px 0px;
	}
	
#top-navbar ul {
	margin: 7px 5px 0px 0px;
	padding: 0px;
	list-style: none;
	}

#top-navbar ul li {
	display: inline;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 0px;
	}

#top-navbar ul li:first-child {
	border: 0px solid #6492b0;
	border-width: 0px 2px 0px 0px;
	}

#main-content {
	width: 945px;
		height: 844px;
	margin: 1px 6px 0px 6px;
	background: #5f6778 url('../images/front-content-gradient.png') top left repeat-x;
	position: relative;
	border: 0px solid white;
	border-width: 0px 0px 1px 0px;
	}


#slide-holder {
	overflow: hidden;
	position: relative;
	height: 307px;
	width: 700px;
	margin: 0px 0px 0px 245px;
	background: transparent url('../images/front-slide-holder-back.png') bottom left no-repeat;
	}
#slides {
	height: 307px;
	position: relative;
	width: 2100px;
	margin: 0px 0px 0px 0px;
	background: transparent;
	position: relative;
	overflow: hidden  !important;
	}

.front-slides {
	width: 700px;
	height: 307px;
	overflow: hidden;
	float: left;
	}

.front-slides a.slidelink {
	display: block;
	background: transparent url('../images/next-slide-arrow.png') top right no-repeat;
	width: 70px;
	padding: 0px 12px 0px 0px;
	height: 16px;
	line-height: 16px;
	color: #828894;
	text-decoration: none;
	font-size: 14px;
	margin: 25px 0px 0px 600px;
	}

.front-slides a.slidelink:hover {
	color: #454b58;
	}

.front-slides a.learnbutton {
	display: block;
	width: 130px;
	height: 35px;
	margin: 220px 0px 0px 477px;
	}


.front-slides a.learnbutton img {
	width: 130px;
	height: 35px;
	border: 0px solid black;
	}

#front-slide-1 {
	background: transparent url('../images/front-slide-1-back.jpg') 85px 0px no-repeat;
	}

#front-slide-2 {
	background: transparent url('../images/front-slide-2-back.jpg') 30px 0px no-repeat;
	}

#front-slide-3 {
	background: transparent url('../images/front-slide-3-back.jpg') 85px 0px no-repeat;
	}


#slide-right-grad {
	width: 15px;
	height: 307px;
	position: absolute;
	background: transparent url('../images/front-slide-grad-right.png') top left no-repeat;
	top: 0px;
	right: 0px;
	}
#logo {
	width: 300px;
	height: 307px;
	position: absolute;
	background: transparent url('../images/front-logo-pane.png') top left no-repeat;
	top: 0px;
	left: 0px;
	}

#logo a {
	display: block;
	position: absolute;
	left: 45px;
	top: 40px;
	}

#logo img {
	width: 185px;
	height: 40px;
	border: 0px solid black;
	}

#front-center-left {
	background: transparent url('../images/front-center-left-shadow.png') top left no-repeat;
	position: absolute;
	top: 307px;
	left: 12px;
	width: 6px;
	height: 292px;
	}
	
#front-center-right {
	background: transparent url('../images/front-center-right-shadow.png') top left no-repeat;
	position: absolute;
	top: 307px;
	right: 7px;
	width: 6px;
	height: 292px;
	}

#front-center {
	background: transparent url('../images/front-center-grad.png') top left repeat-x;
	width: 914px;
	height: 292px;
	margin: 0px 0px 0px 18px;
	position: relative;
	overflow: hidden;
	}
	
#center-nav {
	position: absolute;
	background: transparent url('../images/front-center-links-back.png') top left repeat-x;
	line-height: 37px;
	font-size: 13px;
	width: 260px;
	height: 241px;
	top: 25px;
	left: 25px;
	}

#center-nav a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 245px;
	height: 37px;
	padding: 0px 0px 0px 15px;
	text-align: center;
	}

#center-nav a:hover {
	padding: 0px 0px 0px 0px;
	background: #475b64;
	border: 0px solid #379151;
	border-width: 0px 0px 0px 15px;
	}	

#center-nav ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	}
	
#center-nav ul li {
	margin: 0px;
	padding: 0px 0px 4px 0px;
	}

#front-center p {
	margin: 0px;
	padding: 28px 10px 0px 0px;
	}

#center-content {
	padding: 0px 0px 0px 310px;
	}

#center-content ul {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	}

#center-content ul li {
	background: transparent url('../images/front-center-list-check.png') 0px 3px no-repeat;
	border: 0px solid white;
	display: block;
	width: 265px;
	height: auto;
	margin: 0px 0px 0px 0px;
	float: left;
	padding: 0px 10px 20px 25px;
	}

.center-content-holders {
	display: none;
	}

#center-1 {
	display: block;
	}

#front-lower-left {
	background: transparent url('../images/front-lower-left-shadow.png') top left no-repeat;
	position: absolute;
	top: 599px;
	left: 12px;
	width: 6px;
	height: 233px;
	}


#front-lower-mid {
	background: transparent url('../images/front-lower-midle.png') top left no-repeat;
	position: absolute;
	top: 599px;
	left: 464px;
	width: 17px;
	height: 162px;
	}

	
#front-lower-right {
	background: transparent url('../images/front-lower-right-shadow.png') top left no-repeat;
	position: absolute;
	top: 599px;
	right: 7px;
	width: 6px;
	height: 233px;
	}

#resource-center {
	float: left;
	background: transparent url('../images/front-lower-grad-back.png') top left repeat-x;
	height: 167px;
	width: 447px;
	margin: 0px 0px 0px 18px;
	padding: 8px 0px 0px 0px;
	}

#resource-center img {
	width: 172px;
	height: 148px;
	border: 0px;
	float: left;
	}
	
#resource-center a {
	color: #474546;
	font-weight: bold;
	text-decoration: none;
	}

#resource-center a:hover {
	color: black;
	}

#resource-center ul{
	margin: 0px;
	padding: 10px 0px 0px 15px;
	float: left;
	list-style: none;
	width: 250px;
	}
	
#resource-center li {
	line-height: 1em;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	}
	
#news-updates {
	float: left;
	background: transparent url('../images/front-lower-grad-back.png') top left repeat-x;
	height: 167px;
	width: 451px;
	margin: 1px 0px 0px 16px;
	padding: 8px 0px 0px 0px;
	}
	
#news-updates img {
	width: 158px;
	height: 148px;
	border: 0px;
	float: left;
	}

#news-updates a {
	color: #474546;
	font-weight: bold;
	text-decoration: none;
	}

#news-updates a:hover {
	color: black;
	}

#news-updates ul{
	margin: 0px;
	padding: 10px 0px 0px 25px;
	width: 250px;
	float: left;
	list-style: none;
	}
	
#news-updates  li {
	display: block;
	width: 250px;
	line-height: 1em;
	height: auto;
	margin: 0px 0px 13px 0px;
	font-size: 12px;
	}

#footer {
	position: absolute;
	height: 62px;
	width: 914px;
	padding: 8px 0px 10px 0px;

	left: 18px;
	bottom: 0px;
	color: #1e1f20;
	font-size: 10px;
	font-weight: bold;
	background: transparent url('../images/front-footer-back.png') top left repeat-x;
	}

#footer p {
	float: left;
	width: 430px;
	margin: 0px 0px 0px 0px;
	padding: 11px 30px 0px 20px;
	}

#footer a {
	display: block;
	background: transparent url('../images/footer-links-back.png') top left no-repeat;
	text-decoration: none;
	float: right;
	width: 80px;
	height: 49px;
	margin: 3px 10px 0px 15px;
	border: 0px solid white;
	}
	/*display: block;
	width: 80px;
	height: 49px;
	float: left;
	margin: 0px 10px 0px 10px;
	}*/

#footer img {
	width: 80px;
	height: 49px;
	border: 0px;
	}

#internal-header {
	background: transparent url('../images/internal-header-back.png') top left no-repeat;
	width: 929px;
	height: 44px;
	margin: 0px 0px 0px 6px;
	padding: 40px 16px 0px 0px;
	border: 0px solid black;
	overflow: hidden;
	position: relative;
	text-align: left;
	}
	
.internal-header-word {
	background: white;
	opacity: .5;
	height: 22px;
	width: 20px;
	font-weight: bold;
	display: block;
	float: right;
	font-size: 20px;
	letter-spacing: 0px;
	overflow: hidden;
	padding: 0px 0px 0px 4px;
	margin: 0px 0px 0px 0px;
	font-family: monospace;
	color: #9f5c0d;
	border: 0px solid #a9cbe1;
	/*border-width: 0px 1px 0px 0px;*/
	}

.internal-header-space {
	background: transparent;
	height: 24px;
	width: 27px;
	overflow: hidden;
	display: block;
	float: right;
	}

#main-content-internal {
	width: 945px;
	margin: 0px 6px 0px 6px;
	background: #5f6778 url('../images/front-content-gradient.png') 0px 0px repeat-x;
	position: relative;
	border: 0px solid white;
	border-width: 0px 0px 1px 0px;
	}

#internal-content-shadows {
	background: transparent url('../images/internal-content-shadow.png') top center repeat-y;
	margin: 0px 0px 0px 7px;
	}

#internal-content {
	background: #d3dee9 url('../images/internal-content-grad.png') top left repeat-x;
	width: 565px;
	min-height: 650px;
	margin: 0px 0px 0px 11px;
	padding: 0px 20px 20px 330px;
	color: #010101;
	position: relative;
	}

#internal-content h2 {
	margin: 0px 0px 0px 0px;
	padding: 35px 0px 10px 0px;
	color: #00972b;
	font-weight: bold;
	font-size: 14px;
	}

#internal-content sup {
	font-size: 7px;
	font-weight: bold;
	}

#internal-content span.geowell-in-text {
	color: #525252;
	font-weight: bold;
	}

#internal-content img.internal-right-float {
	float: right;
	border: 0px solid black;
	display: block;
	}

#internal-content p {
	margin: 0px 0px 0px 0px;
	line-height: 1.5em;
	padding: 5px 0px 10px 0px;
	}

#internal-content dl {
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 5px 15px;
	}

#internal-content dt {
	font-weight: bold;
	margin: 0px 5px 0px 0px;
	color: #0d2744;
	}

#internal-content dd {
	margin: 3px 0px 10px 20px;
	}


#internal-nav {
	position: absolute;
	background: transparent/* url('../images/internal-links-back.png') top left repeat-x*/;
	line-height: 41px;
	font-size: 13px;
	width: 260px;
	height: auto;
	top: 25px;
	left: 25px;
	}

#internal-nav a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 235px;
	height: 37px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	background: #5a727d;
	border: 0px solid #38ac5a;
	border-width: 0px 0px 0px 15px;
	/*background: #5b737f;*/
	}

#internal-nav a:hover {
	padding: 0px 0px 0px 10px;
	background: #475b64;
	border: 0px solid #379151;
	border-width: 0px 0px 0px 15px;
	}

#internal-nav ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	}

#internal-nav ul li {
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 14px;
	display: block;
	}

#internal-nav ul li h4 {
	margin: 0px 20px 5px 0px;
	padding: 0px;
	height: 10px;
	line-height: 8px;
	}

#internal-nav ul li.active{
	background: #3c6778;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
	border: 0px solid #b9972e;
	border-width: 0px 0px 0px 15px;
	width: 245px;
	height: auto;
	text-align: right;
	}

#internal-nav ul li.active a {
	width: 235px;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	background: transparent;
	text-align: left;
	}

#internal-nav ul li.active a:hover {
	color: gold;
	}


#internal-nav ul li ul {
	margin: -8px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	list-style: none;
	}

#internal-nav ul li ul li {
	margin: 0px;
	padding: 0px 0px 4px 10px;
	text-align: left;
	font-size: 12px;
	}
	
#internal-nav ul li.active ul li{
	background: #3c6778;
	padding: 2px 0px 8px 0px;
	margin: 0px 0px 4px 0px;
	border: 0px solid #b9972e;
	line-height: 12px;
	width: 225px;
	height: auto;
	}

#internal-nav ul li.active ul li.subheader {
	font-weight: bold;
	font-size: 13px;
	width: 230px;
	color: white;

	margin: 0px 5px 0px 0px;
	padding: 0px 0px 5px 10px;
	}


#internal-nav ul li.active ul li a {
	width: 215px;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 13px;
	margin-left: 5px;
	font-weight: normal;
	/*height: 15px;*/
	list-style-type: disc;
	height: auto;
	text-align: left;
	background: transparent url('../images/sublist-bullet.png') 5px 4px no-repeat;
	color: #d7dbde;
	}

#internal-nav ul li.active ul li a:hover {
	color: #cfd188;
	}

#internal-nav ul li.active ul li a.subactive {
	color: #cfd188;
	}

#internal-nav ul li.active ul li a.subactive:hover {
	color: #cfd188;
	}
	
#internal-logo {
	position: absolute;
	top: 25px;
	left: 48px;
	}

#internal-logo a {
	display: block;
	width: 183px;
	height: 37px;
	border: 0px solid red;
	text-decoration: none;
	}

#internal-footer {
	background: transparent url('../images/internal-footer-back.png') top left no-repeat;
	color: #010101;
	font-size: 10px;
	width: 895px;
	height: 102px;
	margin: 0px 0px 0px 12px;
	position: relative;
	padding: 0px 50px 0px 0px;
	overflow: hidden;
	font-weight: bold;
	border: 0px solid white;
	}

#internal-footer p {
	margin: 0px 0px 0px 31px;
	padding: 50px 0px 0px 0px;
	width: 430px;
	}

#internal-footer a {
	display: block;
	background: transparent url('../images/footer-links-back.png') top left no-repeat;
	text-decoration: none;
	float: right;
	width: 80px;
	height: 49px;
	margin: -45px 0px 0px 25px;
	border: 0px solid white;
	}

a#foot-link-4 { 
	background-position: 10px 0px;
	}
a#foot-link-4:hover {
	background-position: 10px -49px;
	}
a#foot-link-3 {
    background-position: -99px 0px;
    }
a#foot-link-3:hover {
    background-position: -99px -49px;
    }
a#foot-link-2 {
    background-position: -215px 0px;
    }
a#foot-link-2:hover {
    background-position: -215px -49px;
    }
a#foot-link-1 {
    background-position: -300px 0px;
	width: 86px;
    }
a#foot-link-1:hover {
    background-position: -300px -50px;
    }

#internal-footer img {
	border: 0px;
	}

.boldemph {
	font-weight: bold;
	}

.cb-slide {
	width: 375px;
	background: #999988;
	border: 2px solid #777766;
	padding: 10px;
	margin: 0px auto 10px auto;
	color: white;
	-moz-box-shadow: #000 0px 2px 5px;
	-webkit-box-shadow: #000 0px 2px 5px;
	-moz-border-radius: 25px 0px 25px 0px;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	}

.cb-subslide {
	float: left;
	width: 182px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	}

.cb-slide h4 {
	text-shadow: #666655 2px 2px 1px;
	text-align: center;
	border: 0px solid #777766;
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 14px;
	font-weight: bold;
	}

.cb-slide h5 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-shadow: #666655 1px 1px 1px;
	margin: 5px 0px 0px 5px;
	padding: 0px;
	}

.cb-slide ul {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
	}

.cb-slide ul li {
	margin: 2px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	text-shadow: #777766 1px 1px 0px;
	}

.costs {
	border: 2px solid #777766;
	-moz-box-shadow: #000 0px 2px 5px;
        -webkit-box-shadow: #000 0px 2px 5px;
	font-size: 12px;
	width: 375px;
	padding: 0px;
	margin: 10px auto 10px auto;
	border-spacing: 0px;
	border-collapse: collapse;
	}

.costs th {
	background: #e5ce4b;
	margin: 0px;
	padding: 5px 10px 2px 10px;
	text-align: left;
	border: 1px solid black;
	border-width: 0px 1px 1px 0px;
	}

.costs td {
	background: white;
	padding: 5px 10px 2px 10px;
	border: 0px solid #aaa;
	border-width: 0px 1px 1px 0px;
	}

#footer-contact {
	color: white;
	position: absolute;
	top: 30px;
	left: 32px;
	width: 400px;
	height: 20px;
	}

#footer-contact a {
	display: inline;
	width: auto;
	height: auto;
	background: transparent;
	float: none;
	padding: 0px;
	margin: 0px;
	color: white;
	text-decoration: underline;
	}

.clearall {
	margin: 0px;
	padding: 0px;
	height: 0px;
	clear: both;
	}
