@charset "UTF-8";
/* CSS Document */
html, body {
	background-color: #f1f1f1;
	background-image: url(images/bodyBG.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	}
div#container {
	width: 955px;
	margin: 0 auto;
	margin-top: 0;
	}
a {
	outline: none;
	}
h1, h2 {
	margin: 0;
	padding: 0;
	}
a img {
	border: none;
	margin: 0;
	padding: 0;
	margin-top: 7px;
	}
h3 {
	background-color: #f1f1f1;
	padding: 10px;
	border-bottom: #60811c dotted 1px;
	border-top: 0;
	border-right: 0;
	color: #60811c;
	text-transform: uppercase;
	width: 100%;
	}
h4 {
	margin-bottom: 0;
	}
	
/******* Main Navigation Bar*******/
ul#mainNav {
	padding-left: 0;
	}
ul#mainNav li {
	display: inline;
	}
ul#mainNav li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 8px;
	margin-right: 25px;
	}
ul#mainNav li a#home:hover {
	background-image: url(images/homeHoverBG.png);
	background-repeat: no-repeat;
	}
ul#mainNav li a#services:hover {
	background-image:url(images/servHoverBg.png);
	background-repeat: no-repeat;
	}
ul#mainNav li a#safety:hover {
	background-image:url(images/safetyHoverBg.png);
	background-repeat: no-repeat;
	}
ul#mainNav li a#projects:hover{
	background-image:url(images/projectsHoverBg.png);
	background-repeat: no-repeat;
	}
ul#mainNav li a#contact:hover {
	background-image:url(images/contactHoverBg.png);
	background-repeat: no-repeat;
	}
ul#mainNav li a#home.selected {
	background-image: url(images/homeHoverBG.png);
	background-repeat: no-repeat;
	}
ul#mainNav li a#services.selected {
	background-image:url(images/servHoverBg.png);
	background-repeat: no-repeat;
	}
ul#mainNav li a#safety.selected {
	background-image:url(images/safetyHoverBg.png);
	background-repeat: no-repeat;
	}
ul#mainNav li a#projects.selected {
	background-image:url(images/projectsHoverBg.png);
	background-repeat: no-repeat;
	}
ul#mainNav li a#contact.selected {
	background-image:url(images/contactHoverBg.png);
	background-repeat: no-repeat;
	}
ul#mainNav li a#equipment:hover, ul#mainNav li a#equipment.selected { 
	background-image: url(images/equipmenthoverBG.png);
	background-repeat: no-repeat;
	}
/******* end main navigation bar*******/

/******* Home Page *******/

div#mastHead {
	margin-top: 25px;
	}
div#mainContent {
	position: relative;
	background-color: #fff;
	height: 100%;
	border-top: 3px solid #60811c;
	margin-top: 10px;
	padding: 20px;
	padding-right: 100px;
	margin-bottom: 0;
	}
div#serviceBoxes {
	background-color: #fff;
	margin: 0;
	overflow: hidden;
	padding-left: 20px;
	}
div#serviceBoxes a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	}
div#serviceBoxes h4 {
	padding: 10px;
	margin-top: 5px;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	letter-spacing: .1em;
	}
div#serviceBoxes h5, div#serviceBoxes p {
	padding: 0 10px;
	}
div#projectsInfo, #reclamationInfo, #equipmentInfo {
	width: 288px;
	float: left;
	border: 1px #60811c dotted;
	border-top: 0;
	/*padding: 10px;*/
	height: 275px;
	background-image: url(images/indexColBG.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin-right: 20px;
	font-size: small;
	} 
div#serviceBoxes ul {
	padding-top: 15px;
	}
ul.serviceLists {
	text-indent: 0;
	}
ul.serviceLists li {
	text-indent: 0;
	list-style-image: url(images/arrows.png);
	margin-left: 0;
	padding-left: 0;
	}
div#footer {
	border-bottom: 8px solid #60811c;
	background-color: #fff;
	margin-top: 0;
	padding-top: 10px;
	}
div#footer p {
	text-align: center;
	font-size: 11px;
	margin: 0;
	}
div#footer p a {
	color: #60811c;
	}
ul#footerNav {
	text-align: center;
	padding-bottom: 10px;
	}
ul#footerNav li {
	display: inline;
	}
ul#footerNav li a {
	color: #60811c;
	padding-right: 25px;
	font-size: 11px;
	}
div#footer a:hover {
	color: #444;
	}

/******* Serivices Page *******/
dt{
	font-weight: bold;
	margin-top: 10px;
	}
dd {
	border-bottom: 1px #60811c dotted;
	padding-bottom: 5px;
	}

/******* Safety Page *******/
h5#safetyQuote {
	font-size: 120%;
	text-align: center;
	}
h5 span {
	color: #60811c;
	font-size: 200%;
	}
ul#certs {
	list-style-image: url(images/arrows.png);
	}
/******* Projects Page*******/
dd p.slideshowDirections {
	font-size: 11px;
	}
/******* Contact Page*******/
div#address {
	float: right;
	width: 40%;
	}
div#address h4 {
	margin-top: 0;
	}
div#address ul {
	list-style-type: none;
	}
hr {
	border: 0;
	border-top: 1px dotted #60811c;
	}
ul li span {
	margin-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
	}

ul#emails li.tooltip {
	position: relative;
	cursor: help;
	}
ul#emails li.tooltip span {
	display: none;
	position: absolute;
	left: 90px;
	top: -30px;
	background-color: #60811c;
	color: #fff;
	padding: 10px;
	}
ul#emails li.tooltip span:after {content: "\25BC";
	color: #60811c;
	position: absolute;
	top: 44px;
	left: 10px;
	}
ul#emails li.tooltip:hover span {
	display: block;
	}
form {
	width: 40%;
	}
fieldset {
	border: none;
	}
legend {
	font-weight: bold;
	}
label {
	display: block;
	margin-top: 15px;
	}
input#email, input#name, textarea#comments {
	border: 1px dotted #60811c;
	}
input#email, input#name {
	font-size: 12px;
	}
input#submitBTN {
	display: block;
	margin-top: 10px;
	height: 30px;
	width: 63px;
	border: none;
	background-image:url(images/homeHoverBG.png);
	background-repeat: no-repeat;
	cursor: pointer;
	outline: none;
	}
	
/******* Contact thanks Page*******/

ul#emergency {
	list-style-image: url(images/arrows.png);
	}


ul.ppslideshow {
	text-indent: 0;
	margin-left: 0;
	padding-left: 0;
	}
ul.ppslideshow li {
	display: inline;
	list-style-type: none;
	margin-right: 20px;
	
	}
ul.ppslideshow li img{
	border: 5px solid #f1f1f1;
	outline: 1px solid #60811c;
	}
