body {
	margin: 0;
	padding: 0;
	text-align: center;
/*	background-color: #D8D8BE; */
	background-color: #C3C8A9;
}

h1 {
	font-family: verdana, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
}

h2 {
	font-family: verdana, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-decoration:none;
}

h3 {
	font-family: verdana, sans-serif;
	color: #08717C;
	font-size: 15px;
	font-weight: bold;
	font-variant:small-caps;
	text-align: left;
	text-decoration:underline;
}


p, td, th, div, blockquote, dl {
	font-family: verdana, helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #364656;
	margin: 0px;
	padding: 0px;
}

#insidepage a, #insidepage a:visited	{
	text-decoration: underline;
	color: #364656;
}

#insidepage a:active, #insidepage a:hover	{
	text-decoration: underline;
	color: #0F636B;
}

#clientpage a, #clientpage a:visited	{
	text-decoration: underline;
	color: #364656;
}

#clientpage a:active, #clientpage a:hover	{
	text-decoration: underline;
	color: #0F636B;
}


img	{
	border: 0;
}

#outsidepage	{
	width:830px;
/*	border: 1px solid #0693A0; */
/*	border: 2px solid #84B2B6; */
	border: 1px solid #785415;
	/* border: 1px solid #0F636B; */
	margin: 15px auto;
	padding: 0px;
	text-align: left;
	background: transparent; 
}

#header	{
	width:800px;
	height: 78px;
	margin-bottom: 5px;
	padding: 0px;
	background-color: #FFFFFF; 
}

#insidepage	{
	width:805px;
	border: 0px solid #DFD86D;
	position:relative; 
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0;
}

/* ######### HOME PAGE ######### */

#leftpicture	{
	width:310px;
	height:209px;
	padding: 6px;
	margin: 10px 0px 20px 20px;
	position:relative;
	float:left;
	border: 1px solid #ccc;
	background-color:#F8F7F1;
/*	background-color: #F3EFE8; */
}

#rightpicture	{
	width:310px;
	height:209px;
	padding: 6px;
	margin: 30px 0px 20px 30px;
	background-position:top left;
	background-repeat: no-repeat;
	position:relative;
	border: 1px solid #ccc;
	background-color:#F8F7F1;	
/*	background-color: #F3EFE8; */
}

#rightcopy	{
	width: 390px;
	height: 430px;
	margin-bottom: 10px;
	position:relative;
	float: right;
	border: 0px solid #666;
}

p.rightcopy	{
	margin:40px 10px 80px 0px;
	font-size: 13px;
	line-height: 20px;
}

#leftcopy	{
	width: 360px;
	height: 180px;
	padding: 0px;
	margin: 0px 0px 10px 20px;
	position:relative;
	float: left;
	border: 0px solid #666;
}

p.leftcopy	{
	margin:0px 0px 10px 0px;
}

/* ######### FOOTER ######### */

#footer		{
	width: 820px;
	height: 60px;
	float: left;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	border-top: 1px solid #ccc;
	background-color: #F3F5E6;
}

p.footer	{
	margin: 5px 0px;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #888;
}

/* --- Navigation --- */

.bluetabs{
border-top: 1px solid #BABABA;
border-bottom: 1px solid #BABABA;
background-color:#FFF;
}

.bluetabs ul{
padding: 3px 0;
margin-left: 25px;
margin-top: 1px;
margin-bottom: 0;
font: bold 13px Verdana;
list-style-type: none;
text-align: left;
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 5px;
border: 0px solid #778;
color: #785415;
}

.bluetabs li a:visited{
color: #785415;
}

.bluetabs li a:hover{
text-decoration: none;
color:#0F636B;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #918d8d;
border-width: 0 1px;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 170px;
visibility: hidden;
}
.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 3px 0;
text-decoration: none;
color: black !important;
}

.dropmenudiv_c{
position:absolute;
top: 0;
border: 1px solid #918d8d;
border-width: 0 1px;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 220px;
visibility: hidden;
}

.dropmenudiv_c a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 3px 0;
text-decoration: none;
color: black !important;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color: black !important;
background-color: #edf3f3;
}

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
color: black !important;
background-color: #edf3f3;
}

/* ######### ALL PAGES ######### */
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

#insidecopy	{ /* All inside pages */
	width: 770px;
	padding: 0px;
	margin: 0px 10px 20px 20px;
	position:relative;
	float: right;
	border: 0px solid #666;
}

#insidecopy p	{
	margin:20px 20px 10px 287px;
}

ul.fltleft{
	margin-left:320px;
	margin-bottom: 15px;
}

/* ######### Hazmat Remediation ######### */

#remedialbox{
	float:right;
	width:500px;
	border:0px solid #666;
}
#remedialbox .left {
	float:left;
	text-align:left;
	margin-top:15px;
	margin-left:15px;
	padding:0px;
	border: 0px solid #666;
}

#remedialbox .right {
	float:right;
	padding:0px;
	margin-top:15px;
	margin-right:15px;
	text-align:left;
	border: 0px solid #666;
}

#labservices{
	width: 500px;
	padding: 0px;
	margin-top: 10px;
	position:relative;
	float: right;
	border: 0px solid #666;
}

ul.remedial{
	margin-left:160px;
	margin-bottom:0px;
}

ul.soil li{
	margin-left:-25px;
}

#rehaumercurypicture	{
	float:left;
	width: 171px;
	height: 240px;
	padding: 2px;
	margin: 15px 20px 15px 10px;
	background: #fff url('../photos/Rehau-Mercury.jpg') center center;
	background-repeat: no-repeat;
	position:relative;
	border: 1px solid #867166;
}

#leesburgpicture	{
	float:right;
	width: 180px;
	height: 127px;
	padding: 2px;
	margin: 15px 20px;
	background: #fff url('../photos/leesburg-recycler.jpg') center center;
	background-repeat: no-repeat;
	position:relative;
	border: 1px solid #867166;
}

#westleepicture	{
	float:left;
	width: 200px;
	height: 155px;
	padding: 2px;
	margin: 5px 5px 15px 5px;
	background: #fff url('../photos/westlee-excavation.jpg') center center;
	background-repeat: no-repeat;
	position:relative;
	border: 1px solid #867166;
}

#rehaulandfillpicture	{
	float:right;
	width: 200px;
	height: 186px;
	padding: 2px;
	margin: 40px 25px 15px 15px;
	background: #fff url('../photos/rehau-landfill.jpg') center center;
	background-repeat: no-repeat;
	position:relative;
	border: 1px solid #867166;
}

/* ######### Clients ######### */

#clientcopy	{
	width: 780px;
	padding: 0px;
	margin-top:20px;
	margin-bottom: 40px;
	position:relative;
	float: right;
}

#clientcopy .left {
	float:left;
	width:300px;
	text-align:left;
	margin-left:60px;
	padding:0px;
}

#clientcopy .right {
	float:right;
	width:300px;
	padding:0px;
	margin-right:35px;
	text-align:left;
}

#client p	{
	font-size: 13px;
	line-height: 19px;
}

/* ######### Environmental Site Assessments ######### */

#insidecopy p.para1	{
	margin:20px 10px 10px 250px;
}

#insidecopy p.para2	{
	margin:70px 150px 10px 20px;
}

#insidecopy p.phase2	{
	margin: 0px 15px;
}

#cullmanpicture	{
	float:left;
	width: 200px;
	height: 130px;
	padding: 2px;
	margin: 15px 15px;
	background: #fff url(../photos/cullman-aerial.jpg) center center;
	background-repeat: no-repeat;
	position:relative;
	border: 1px solid #867166;
}

#sturgispicture	{
	float:right;
	width: 180px;
	height: 122px;
	padding: 2px;
	margin: 15px 15px;
	background: #fff url(../photos/sturgis.jpg) center center;
	background-repeat: no-repeat;
	position:relative;
	border: 1px solid #867166;
}

#lumberyardpicture	{
	float:left;
	width: 213px;
	height: 160px;
	padding: 2px;
	margin: 50px 15px 15px 25px;
	background: #fff url(../photos/lumberyard.jpg) center center;
	background-repeat: no-repeat;
	position:relative;
	border: 1px solid #867166;
}

#terryspicture	{
	float:left;
	width: 180px;
	height: 135px;
	padding: 2px;
	margin: 20px 5px 15px 15px;
	background: #fff url(../photos/terrys.jpg) center center;
	background-repeat: no-repeat;
	position:relative;
	border: 1px solid #867166;
}

/* ######### Spill Prevention Control ######### */

#spillno1	{
	float:left;
	width: 295px;
	height: 200px;
	padding: 2px;
	margin: 20px 20px 15px 5px;
	background: #fff url(../photos/spillno1.jpg) center center;
	background-repeat: no-repeat;
	position:relative;
	border: 1px solid #867166;
}

#spill_016	{
	float:right;
	width: 228px;
	height: 161px;
	padding: 2px;
	margin: 0 20px 15px 25px;
	background: #fff url(../photos/spill_016.jpg) center center;
	background-repeat: no-repeat;
	position:relative;
	border: 1px solid #867166;
}

#spill_concrete	{
	float:left;
	width: 230px;
	height: 180px;
	padding: 2px;
	margin: 80px 25px 15px 5px;
	background: #fff url(../photos/spill_concrete.jpg) center center;
	background-repeat: no-repeat;
	position:relative;
	border: 1px solid #867166;
}

#spill_complete	{
	float:right;
	width: 249px;
	height: 160px;
	padding: 2px;
	margin: 5px 120px 5px 5px;
	background: #fff url(../photos/spill_complete.jpg) center center;
	background-repeat: no-repeat;
	position:relative;
	border: 1px solid #867166;
}


/* ######### Hyrdrocarbon Services ######### */

#insidecopy p.hydro1	{
	margin:20px 10px 10px 257px;
}

#insidecopy p.hydro	{
	margin:20px 10px 10px 60px;
}

#insidecopy p.hydro2	{
	margin:20px 10px 10px 40px;
}

ul.siterem{
	margin-left:40px;
	margin-bottom: 0px;
}

ul.release{
	margin-left:150px;
	margin-bottom: 0px;
}

ul.flt300{
	margin-left:300px;
	margin-bottom: 15px;
}

#hydrocarbon1picture	{
	float:left;
	width: 190px;
	height: 152px;
	padding: 2px;
	margin: 16px 10px 30px 20px;
	background: #fff url('../photos/hydrocarbon1.jpg') center center;
	background-repeat: no-repeat;
	position:relative;
	border: 1px solid #867166;
}

#griffithpicture	{
	float:right;
	width: 208px;
	height: 135px;
	padding: 2px;
	margin: 25px 20px;
	background: #fff url('../photos/griffith-charlestown.jpg') center center;
	background-repeat: no-repeat;
	position:relative;
	border: 1px solid #867166;
}

#westleelinerpicture	{
	float:right;
	width: 204px;
	height: 140px;
	padding: 2px;
	margin: 5px 20px 15px 15px;
	background: #fff url('../photos/westlee-liner.jpg') center center;
	background-repeat: no-repeat;
	position:relative;
	border: 1px solid #867166;
}

#ustremovalpicture	{
	float:right;
	width: 190px;
	height: 113px;
	padding: 2px;
	margin: 10px 30px 15px 30px;
	background: #fff url('../photos/ust-removal.jpg') center center;
	background-repeat: no-repeat;
	position:relative;
	border: 1px solid #867166;
}

/* ######### Geotechnical Construction Services ######### */

#insidecopy p.construction1	{
	margin:20px 25px 10px 5px;
}

#insidecopy p.construction2	{
	margin:20px 95px 10px 155px;
}

#insidecopy p.construction3	{
	margin:10px 15px 15px 50px;
}

#insidecopy p.lab	{
	margin:10px;
}

ul.construction1{
	margin-left:170px;
	margin-bottom: 0px;
}

ul.construction2{
	margin-left:70px;
	margin-bottom: 0px;
}

#construction1picture	{
	float:right;
	width: 428px;
	height: 136px;
	padding: 2px;
	margin: 50px 5px 25px 15px;
	background: #fff url('../photos/construction1.jpg') center center;
	background-repeat: no-repeat;
	position:relative;
	border: 1px solid #867166;
}

#construction2picture	{
	float:right;
	width: 258px;
	height: 170px;
	padding: 2px;
	margin: 10px 5px 25px 15px;
	background: #fff url('../photos/construction2.jpg') center center;
	background-repeat: no-repeat;
	position:relative;
	border: 1px solid #867166;
}

/* ######### Geotechnical Design Services ######### */


