@charset "UTF-8";
/* CSS Document */


/* -- begin CSS reset -- */

/* 
  aardvark.legs by Anatoli Papirovski - http://fecklessmind.com/
  Licensed under the MIT license. http://www.opensource.org/licenses/mit-license.htm
*/

/* 
  Reset first. Modified version of Eric Meyer and Paul Chaplin reset 
  from http://meyerweb.com/eric/tools/css/reset/ 
*/
html, div, span, applet, object, iframe, h1,
h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del,
dfn, em, font, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b,
u, i, center, dl,
dt, dd, ol, ul, li, fieldset,
form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, header,
nav, section, article, aside, footer 
{border: 0; margin: 0; outline: 0; padding: 0; background: transparent; vertical-align: baseline;}

blockquote, q {quotes: none;}
blockquote:before,blockquote:after,q:before,q:after {content: ''; content: none;}

header, nav, section, article, aside, footer {display: block;}

img {display: inline-block; vertical-align: bottom;}

h1,h2,h3,h4,h5,h6,strong,b,dt,th {font-weight: 700;}
address,cite,em,i,caption,dfn,var {font-style: italic;}

h1 {margin: 0 0 0.75em; font-size: 2em;}
h2 {margin: 0 0 1em; font-size: 1.5em;}
h3 {margin: 0 0 1.286em; font-size: 1.167em;}
h4 {margin: 0 0 1.5em; font-size: 1em;}
h5 {margin: 0 0 1.8em; font-size: .834em;}
h6 {margin: 0 0 2em; font-size: .75em;}

p,ul,ol,dl,blockquote,pre {
	margin:0;
}

li ul,li ol {margin: 0;}
ul {list-style: outside disc;}
ol {list-style: outside decimal;}
li {margin: 0 0 0 0;}
dd {padding-left: 1.5em;}
blockquote {padding: 0 1.5em;}

a {text-decoration: underline;}
a:hover {text-decoration: none;}
abbr,acronym {border-bottom: 1px dotted; cursor: help;}
del {text-decoration: line-through;}
ins {text-decoration: overline;}
sub {font-size: .834em; line-height: 1em; vertical-align: sub;}
sup {font-size: .834em; line-height: 1em; vertical-align: super;}

tt,code,kbd,samp,pre {font-size: 1em; font-family: "Courier New", Courier, monospace;}

/* Table styles */
table {border-collapse: collapse; border-spacing: 0; margin: 0 0 1.5em;}
caption {text-align: left;}
th, td {padding: .25em .5em;}
tbody td, tbody th {border: 1px solid #000;}
tfoot {font-style: italic;}

/* Form styles */
fieldset {clear: both;}
legend {padding: 0 0 1.286em; font-size: 1.167em; font-weight: 700;}
fieldset fieldset legend {padding: 0 0 1.5em; font-size: 1em;}
* html legend {margin-left: -7px;}
*+html legend {margin-left: -7px;}

form .field, form .buttons {clear: both; margin: 0 0 1.5em;}
form .field label {display: block;}
form ul.fields li {list-style-type: none; margin: 0;}
form ul.inline li, form ul.inline label {display: inline;}
form ul.inline li {padding: 0 .75em 0 0;}

input.radio, input.checkbox {vertical-align: top;}
label, button, input.submit, input.image {cursor: pointer;}
* html input.radio, * html input.checkbox {vertical-align: middle;}
*+html input.radio, *+html input.checkbox {vertical-align: middle;}

textarea {overflow: auto;}
input.text, input.password, textarea, select {margin: 0; font: 1em/1.3 Helvetica, Arial, "Liberation Sans", "Bitstream Vera Sans", sans-serif; vertical-align: bottom;}
input.text, input.password, textarea {border: 1px solid #444; border-bottom-color: #666; border-right-color: #666; padding: 2px;}

* html button {margin: 0 .34em 0 0;}
*+html button {margin: 0 .34em 0 0;}

form.horizontal .field {padding-left: 150px;}
form.horizontal .field label {display: inline; float: left; width: 140px; margin-left: -150px;}

/* Useful classes */
img.left {display: inline; float: left; margin: 0 1.5em .75em 0;}
img.right {display: inline; float: right; margin: 0 0 .75em .75em;}
body {
	background-image: url(img_bg.jpg);
}

map {margin:0;padding:0;}

/* -- end CSS reset -- */

#container {
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img_bkgrd.gif);
	background-repeat: repeat-y;
	background-color: #B2B7BE;
	position: relative;
	margin-top: 0px;
}
#leftSidebar {
	width: 181px;
	float:left;
	background-color: #666;
}
#mainContent {
	padding-top:40px;
	padding-left:20px;
	background-color: #FFF;
	width: 636px;
	float: right;
	border-right-width: 157px;
	border-right-style: solid;
	border-right-color: #3DBAD6;
}
#mainContentWhatsTheDifference {
	padding-top:40px;
	padding-left:20px;
	background-color: #FFF;
	width: 636px;
	float: right;
	border-right-width: 157px;
	border-right-style: solid;
	border-right-color: #3DBAD6;
	background-image:url(img_thedifference_imgBottom.jpg);
	background-repeat: no-repeat;
	background-position:bottom left;
}
#mainContentWhatsTheDifference a {
	font-family:Helvetice Neue,Arial,sans-serif;font-weight:bold;font-size:18px;color:#143b6c;text-decoration:underline;
}
*#mainContent2 {
	padding-top:40px;
	background-color: #FFF;
	width: 636px;
	float: right;
	border-right-width: 157px;
	border-right-style: solid;
	border-right-color: #3DBAD6;
}
#topRightImageBlock {
	height: 50px;
	width: 157px;
	position: absolute;
	z-index: 3;
	top: 282px;
	right: 0px;
}
#topNavBar {
	height: 40px;
	width: 1002px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	background-color: #3DBAD6;
}
#greySpacerBar {
	background-color: #B2B7BD;
	height: 24px;
	width: 1002px;
}
#header {
	background-color: #999;
	width: 1002px;
}
#mainContentTitleBox {
	width:350px;
	display:block;
	margin-bottom:25px;
}
.mainContentBlueTitle {
	font-family: Arial;
	font-size: 21px;
	line-height:21px;
	color: #3dbad6;
	width: 400px;
	text-transform:uppercase;
	display:block;
	margin-bottom:7px;
}
.mainContentTitleSubhead {
	display:block;
	color:#143b6d;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	line-height:14px;
	font-weight: lighter;
}
#mainContentLeftColumnType1 {
	display:inline;
	width: 300px;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	color: #666666;
	float: left;
	margin-right:30px;
}
#mainContentRightColumnType1 {
	display:inline;
	width: 284px;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	color: #666666;
	float: right;
	padding-right:20px;
}
#mainContentLowerSingleColumn {
	display:inline;
	width: 600px;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	color: #666666;
	clear:both;
	padding-right:20px;
	float:left;
}
#mainContentRightColumnType2 {
	display:inline;
	width: 284px;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	color: #666666;
	float: right;
	padding-right:20px;
	background-color:#e6e8ec;
}
.mainContentOrderedListType1 {
	margin-bottom:20px;
	list-style-position:inside;
}
.mainContentOrderedListType2 {
	margin-bottom:17px;
	list-style-position:inside;
	font-weight:bold;
	text-indent:10px;
}
.mainContentOrderedListType3 {
	margin-bottom:10px;
	list-style-position:inside;
	font-weight:bold;
}
.mainContentOrderedListType4 {
	margin-bottom:10px;
	list-style-position:inside;
}
.mainContentOrderedListType5 {
	margin-bottom:17px;
	list-style-position:outide;
	font-weight:bold;
	text-indent:10px;
}
.mainContentOrderedListType6 {
	margin-bottom:10px;
	list-style-position:inside;
	font-weight:bold;
}
.listHeaderType1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	display:block;
	color:#143b6c;
	margin-bottom:17px;
}
.clear {
	clear: both;
}
/* -- top navigation bar code --*/
ul#topNav {
	display:block;
	list-style:none;
	padding:0;
	font-family:Arial;
	font-weight:bolder;
	text-transform:uppercase;
	letter-spacing:.5px;
	font-size:14px;
	text-align:center;
}
ul#topNav li {
	display:inline;
}
ul#topNav li a {
	text-decoration:none;
	color:#eee;
	text-align:center;
	line-height:40px;
}
ul#topNav li a:hover {
	color:#143b6c;
}
.listcolorandpadding1 {
	color:#143b6c;
	padding-right:20px;
}
.listcolorandpadding2 {
	padding-right:20px;
}
/* -- THIS CODE IS USED TO HIGHLIGHT CURRENT PAGE IN TOP NAVIGATION -- (body tag was changed to this: <body id="home"> -- */

body#home a#homenav,
body#foodbeverage a#foodbeveragenav,
body#waterwaste a#waterwastenav,
body#specialty a#specialtynav,
body#uhphydroblasting a#uhphydroblastingnav,
body#federalservices a#federalservicesnav {
color: #143b6c;
}


/* -- END TOP NAVIGATION HIGHLIGHT CODE -- */
/* -- end top navigation bar code --*/


/*sidebar navigation*/

 .buttonscontainer {
 width: 181px;
}
.buttonsTopOne a {
	color: #FFFFFF;
	background-color: #3dbad6;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	font: 14px Arial, sans-serif;
	font-weight: light;
	text-decoration: none;
	text-align: right;
	padding-right:15px;
	height:30px;
	line-height:30px;
}
.buttonsTopOneCurrent {
	color: #FFFFFF;
	background-color: #143b6c;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	font: 14px Arial, sans-serif;
	font-weight: light;
	text-decoration: none;
	text-align: right;
	padding-right:15px;
	height:30px;
	line-height:30px;
}
.buttonsTopOneCurrent_single {
	color: #FFFFFF;
	background-color: #143b6c;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	font: 14px Arial, sans-serif;
	font-weight: light;
	text-decoration: none;
	text-align: right;
	padding-right:15px;
	height:30px;
	line-height:30px;
}
.buttonsRegular a {
	color: #FFFFFF;
	background-color: #3dbad6;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	font: 14px Arial, sans-serif;
	font-weight: light;
	text-decoration: none;
	text-align: right;
	padding-right:15px;
	height:30px;
	line-height:30px;
}
.buttonsRegularCurrent {
	color: #FFFFFF;
	background-color: #143b6c;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	font: 14px Arial, sans-serif;
	font-weight: light;
	text-decoration: none;
	text-align: right;
	padding-right:15px;
	height:30px;
	line-height:30px;
}
.buttons a:hover {
	background-color: #143b6c;
	color: #FFFFFF;
	text-decoration: none;
}

.currentPageNavButton {
	color: #FFFFFF;
	background-color: #143b6c;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	font: 14px Arial, sans-serif;
	font-weight: light;
	text-decoration: none;
	text-align: right;
	padding-right:15px;
	height:30px;
	line-height:30px;
}

#sidebarNav {
	background-color:red;
}
#bottomLeftContact {
	height: 75px;
	width: 181px;
	position: absolute;
	left: 0px;
	bottom: 150px;
	z-index: 10;
}
#bottomLeftContact a {
	color:#143b6c;
	font-weight:bolder;
	text-decoration:underline;
}
#bottomLeftContact a:hover {
	color:#3dbad6;
	text-decoration:underline;
}
#bottomLeftContact #nameAndAddress {
	color:#6A707E;
	font-size:12px;
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	display:block;
	line-height:22px;
	text-align:right;
	padding-right:15px;
	margin-bottom:20px;
}
#bottomLeftContact #directionsPhoneFax {
	display:block;
	color:#143b6c;
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:12px;
	text-align:right;
	padding-right:15px;
	line-height:20px;
}

/*end sidebar navigation*/

#newsHeaders a {
	color:#3dbad5;
	text-align: center;
}


/*begin footer*/

#footer {
 	width:1002px;
	height:19px;
	background-color:#78808F;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:19px;
	text-align:center;
	letter-spacing:1px;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	margin-top:6px;
}
#footer a {
 	text-decoration:underline;
	color:white;
}
#footer a:hover {
 	text-decoration:underline;
	color:white;
}

/*end footer*/

.lightBlueLink1 {
	font-weight: bold;
	color: #3dbad5;
	text-decoration: underline;
	line-height:13px;
}
.lightBlueLink1 a {
	font-weight: bold;
	color: #3dbad5;
	text-decoration: underline;
}
#qualitySafetyHomeImage {
	height:295px;
	margin-top:25px;
}
#experienceMakesTheDifference {
	display:block;
	margin-top:125px;
	width:455px;
	background-color:#B2B7BE;
	margin-left:80px;
	text-align:center;
	padding:15px 0;
}
#experienceMakesTheDifference a{
	display:block;
	margin-top:125px;
	width:455px;
	background-color:#B2B7BE;
	margin-left:80px;
	text-align:center;
	padding:15px 0;
}
