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

body{
	font-size: 62.5%;
	background: #585657;
/*	color:#000; */
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a{
	color:#bfbfbf;
	text-decoration:none;
}

a:hover{
	color: #d72409;
}

strong{
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight: bold;
}

li.noBullet{
	list-style: none;
}

label.error{
	color:#FF0000;
}

.right{
	float: right;
}

/*===============================*/
		    /*Header*/
/*===============================*/

#headerHurricane{
	height: 100px;
	width: 1000px;
	background:url("../images/headerHurricane.jpg") no-repeat;
	position:relative;
}

#floodHeader{
	height: 100px;
	width: 1000px;
	background:url("../images/headerFlood.jpg") no-repeat;
	position:relative;
}

#industrialHeader{
	height: 100px;
	width: 1000px;
	background:url("../images/headerIndustrial.jpg") no-repeat;
	position:relative;
}

#wasteManagementHeader{
	height: 100px;
	width: 1000px;
	background:url("../images/headerWasteManagement.jpg") no-repeat;
	position:relative;
}

#emergencyResponseHeader{
	height: 100px;
	width: 1000px;
	background:url("../images/headerEmergencyResponse.jpg") no-repeat;
	position:relative;
}

#eocHeader{
	height: 100px;
	width: 1000px;
	background:url("../images/eocHeader.jpg") no-repeat;
	position:relative;
}

#incidentManagementHeader{
	height: 100px;
	width: 1000px;
	background:url("../images/incidentManagementHeader.jpg") no-repeat;
	position:relative;
}

#trainingRescueHeader{
	height: 100px;
	width: 1000px;
	background:url("../images/trainingRescueHeader.jpg") no-repeat;
	position:relative;
}

#healthSafetyHeader{
	height: 100px;
	width: 1000px;
	background:url("../images/healthSafetyHeader.jpg") no-repeat;
	position:relative;
}

#cleanupHeader{
	height: 100px;
	width: 1000px;
	background:url("../images/crimesceneHeader.jpg") no-repeat;
	position:relative;
}

#corporateHeader{
	height: 100px;
	width: 1000px;
	background:url("../images/corporateHeader.jpg") no-repeat 7% center;
	position:relative;
}

#newsHeader{
	height: 100px;
	width: 1000px;
	background:url("../images/newsHeader.jpg") no-repeat 7% center;
	position:relative;
}

#contactUsHeader{
	height: 100px;
	width: 1000px;
	background:url("../images/contactUsHeader.jpg") no-repeat 7% center;
	position:relative;
}

img.logo{
	margin: 10px 0 0 0px;
}

/*===============================*/
		    /*Nav*/
/*===============================*/

#nav, #nav ul { /* all lists */
	list-style: none;
	float : left;
	width : 20.3em;
	z-index:1;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 2em;
	margin-bottom : .5em;
	width: 20.3em;
	margin-left: .7em;
	background:none;
	

}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 18em;
	margin-top : -3em;
	z-index:2;
	background: #6b6968;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width : 21em;
	border: 1px solid #4c4a4b;
}

#nav li ul a{
	width: 15em;
}
#nav li ul li a:hover{
	border-bottom: 1px solid #d72409;
	color:#fff;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a {
	width: 15em;
	w\idth : 15em;
	display : block;
	color : #ececec;
	font-weight : bold;
	text-decoration : none;
	margin-left: 0em;
	padding : .7em 0em 0em .5em;
	font-size: 1.3em;
	border-bottom:1px solid #646262;
}

#nav li a:hover {

}

#nav li:hover, #nav li.parent:hover{
	background: #d72409;
}

#nav ul li:hover{
	background: none;
}


#nav ul li a:hover{
	color: #d72409;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li.parent{
	background: url("../images/arrow2.gif") no-repeat 95% 50%;
}

#nav li.shop{
	
}

#nav li a.shopLink{
	border-bottom: 2px solid #d72409;
}

#topNav{
	width: 700px;
	float: right;
	margin-right: 60px;
	margin-bottom:20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #6a6a6a;
}

#topNav ul{
	font-size: 1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#topNav li{
	display:block;
	float: left;
	color: #706e6e;
	padding-top: 5px;	
}

#topNav li a{
	display:block;
	float: left;
	text-align:center;
	width: 140px;
}


p.garnerPhone{
	text-indent:-9999px;
	position:absolute;
	top: 5px;
	right: 60px;
	width: 318px;
	height: 83px;
	background:url("../images/phone.png") no-repeat;
}

/*===============================*/
		    /*Sidebar*/
/*===============================*/

#sidebar{
	width: 210px;
	min-height: 200px;
	float: left;
	margin: 22px 0px 10px 10px;
}

#hurricaneSidebar{
	width: 210px;
	min-height: 200px;
	float: left;
	margin: 22px 0px 10px 10px;
	background:url("../images/sideHurricane.jpg") no-repeat bottom;
}

#floodSidebar{
	width: 210px;
	min-height: 200px;
	float: left;
	margin: 22px 0px 10px 10px;
	background:url("../images/sideFlood.jpg") no-repeat bottom;
}

#industrialSidebar{
	width: 210px;
	min-height: 200px;
	float: left;
	margin: 22px 0px 10px 10px;
	background:url("../images/sideIndustrial.jpg") no-repeat bottom;
}

#wasteManagementSidebar{
	width: 210px;
	min-height: 200px;
	float: left;
	margin: 22px 0px 10px 10px;
	background:url("../images/sideWasteManagement.jpg") no-repeat bottom;
}

#emergencyResponseSidebar{
	width: 210px;
	min-height: 200px;
	float: left;
	margin: 22px 0px 10px 10px;
	background:url("../images/sidebarEmergencyResponse.jpg") no-repeat bottom;
}

#eocSidebar{
	width: 210px;
	min-height: 200px;
	float: left;
	margin: 22px 0px 10px 10px;
	background:url("../images/eocSidebar.jpg") no-repeat bottom;
}

#incidentManagementSidebar{
	width: 210px;
	min-height: 200px;
	float: left;
	margin: 22px 0px 10px 10px;
	background:url("../images/incidentManagementSidebar.jpg") no-repeat bottom;
}

#trainingRescueSidebar{
	width: 210px;
	min-height: 200px;
	float: left;
	margin: 22px 0px 10px 10px;
	background:url("../images/trainingRescueSidebar.jpg") no-repeat bottom;
}

#healthSafetySidebar{
	width: 210px;
	min-height: 200px;
	float: left;
	margin: 22px 0px 10px 10px;
	background:url("../images/healthSafetySidebar.jpg") no-repeat bottom;
}

#cleanupSidebar{
	width: 210px;
	min-height: 200px;
	float: left;
	margin: 22px 0px 10px 10px;
	background:url("../images/crimesceneSidebar.jpg") no-repeat bottom;
}

#corporateSidebar{
	width: 210px;
	min-height: 200px;
	float: left;
	margin: 22px 0px 10px 10px;
	background:url("../images/corporateSidebar.jpg") no-repeat bottom;
}

#newsSidebar{
	width: 210px;
	min-height: 200px;
	float: left;
	margin: 22px 0px 10px 10px;
	background:url("../images/newsSidebar.jpg") no-repeat bottom;
}

#contactUsSidebar{
	width: 210px;
	min-height: 200px;
	float: left;
	margin: 22px 0px 10px 10px;
	background:url("../images/contactUsSidebar.jpg") no-repeat bottom;
}

img.star{
	margin: 20px 0 0 15px;
	border: none;
}

/*===============================*/
		    /*Content*/
/*===============================*/

#content{
	min-height: 300px;
	width: 700px;
	float: left;
/*	background: #f7f7ed; */
	padding: 0px 25px 30px 25px;
}

#contentWrap{
	min-height: 300px;
	width: 700px;
	float: left;
}

#contentTop{
	background: url("../images/contentTop.gif") no-repeat top center;
	height: 30px;
	width: 690px;
	float: left;
	margin-top: 10px;
}

#content h1{
	font-size: 24px;
	font-family: 'Play', arial, Helvetica, sans-serif;
	color: #e1e1e1;
	font-weight: normal;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e1e1e1;
	line-height: 28px;
}

#content h2{
	font-size: 20px;
	font-family: arial, Helvetica, sans-serif;
/*	color: #d72409; */
	color:#FFFFFF;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 22px;
}

#content h3{
	font-size: 18px;
	font-family: arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 20px;
}
#content h4{
	font-size: 14px;
	font-family: arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 15px;
}

#content h2.newsHeader{
	padding-top: 20px;
	border-top: 1px solid #CCCCCC;
}

#content h1.phoneNumber{
	text-align: center;
}

#content p{
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
/*	color:#2b2d2e; */
	color:#FFF;
	line-height: 20px;
	margin: 10px 0;
}

#content a{
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
/*	color:#d72409; */
	color:#CCCCCC;
	margin-top: 5px;
	line-height: 18px;
	display:block;
}

#content a:hover{
	text-decoration: underline;
}

#content ul{
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	margin-bottom: 15px;
}

#content ul.services{
	list-style: square;
	margin-bottom: 20px;
	margin-left: 60px;
	line-height:18px;
}

#content ul.numbered{
	list-style: decimal;
	margin-bottom: 20px;
	margin-left: 60px;
	line-height:18px;
}

#content ul.references{
	list-style: square;
	float: left;
	margin: 10px 0 10px 40px;
	width: 260px;
	display:inline;
}

#content ul.references2{
	list-style: square;
	margin: 10px 0 10px 50px;
	width: 260px;
	display:inline;
	float: left;
}

#content ul li.indentBullet{
	margin-left: 10px;
	list-style:disc;
}

#content ul li{
	margin: 5px 0;
}

#content ul.phoneListings{
	clear: both;
	margin-left: 25px;
}

.clear{
	clear: both;
}

#content h1.contactClear{
	margin-top: 25px;
	clear: both;
}

#content a.link{
	display: block;
	margin: 10px 0;
}

#content h1.emergencyHeader{
	font-size: 18px;
	font-weight: normal;
}

#content ul.contactList{
	margin-top: 20px;
}

#content ul li.red{
	color: #ba3d1f;
}

#content p.red{
	color: #ba3d1f;
}

#awards a{
	margin-bottom: 15px;
	display: inline;
}

#content img.imageCenter{
	margin: 0px auto;
	display:block;
	float: none;
}

#content.affiliations a{
	display: inline;
}

#content img.leftMargin{
	margin: 15px 0;
	display:block;
}

p.bold{
	font-weight: bold;
}

#pdfBlock{
	margin-top: 40px;
	border-left: 1px solid #CCCCCC;
	float: right;
	width: 300px;
	padding: 15px;
	margin-left: 15px;
}

#pdfBlock p{
	padding: 10px 0;
}

#content a.pdfImage{
	float: left;
	margin-right: 10px;
}

p.borderBottom{
	border-bottom: 1px solid #CCCCCC;
}

#content img.trainingMap{
	display: block;
	float: left;
	margin: 10px 15px 15px 0; 
}

#content a.linkHeader{
	display:block;
	font-weight: bold;
}

#content p.trainingInfo{
	font-weight: bold;
}

#content img.rescue{
	float: right;
	border: 2px solid #d72409;
	margin: 10px 10px 10px 20px;
}

#content img.rescue2{
	clear: both;
	float: right;
	display:block;
	margin: 10px 10px 10px 20px;
}

#content p.greyItalics{
	font-style: italic;
	color:#CCCCCC;
	margin: 5px 0 10px 0;
}

#content ul.floatLeft{
	float: left;
}

#content a img.pressRelease{
	float: right;
	border: 1px solid #d72409;
	margin: 15px;
}

#content a:hover img.pressRelease{
	border: 1px solid #CCCCCC;
}

#content ul li.addSpace{
	margin-top: 15px;
}

#content ul.contactListL{
	clear: both;
	margin-top: 10px;
	float: left;
	border-right: 1px solid #CCCCCC;
	padding: 0px 10px 10px 0;
	width: 205px;
	height: 240px;
	display:block;
}

#content ul.contactListM{
	margin-top: 10px;
	float: left;
	border-right: 1px solid #CCCCCC;
	padding: 0px 10px 10px 20px;
	width: 205px;
	display:block;
	height: 240px;
}

#content ul.contactListR{
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	border: none;
	padding: 0px 10px 10px 20px;
	width: 205px;
	display:block;
	height: 240px;
}

#content ul.contactListTrainingL{
	margin-top: 10px;
	float: left;
	border-right: 1px solid #CCCCCC;
	padding: 0px 10px 10px 0;
	width: 250px;
	margin-left: 80px;
}

#content ul.contactListTrainingR{
	margin-top: 10px;
	padding: 0px 10px 10px 0;
	width: 200px;
	float: left;
	margin-left: 90px;
}

#content img.responseMap{
	margin: 20px 0 0 15px;
	border: 1px solid #d72409;
}

#content img.responseMap:hover{
	border: 1px solid #CCCCCC;
}

#content img.imgRight{
	float: right;
	display:block;
	margin: 20px 0px 20px 20px;
}

#content a img.award{
	margin: 5px;
	border: 2px solid #d72409;
}

#content a:hover img.award{
	border: 1px solid #CCCCCC;
}

#content #awards{
	margin: auto;
	width: 570px;
}

#content a.downloadBtn{
	background: url("../images/downloadBtn.jpg") no-repeat;
	background-position: 0 0;
	height: 75px;
	width: 200px;
	margin: auto;
	display: block;
	text-indent: -9999px;
}

#content a.downloadBtn:hover{
	background-position: 0 -75px;
	height: 75px;
	width: 200px;
}

#content a.top{

	float: none;
	margin: 40px 0;
	border-top: 1px solid #CCCCCC;
	display:block;
	clear: both;
}

/*===============================*/
		    /*Form Elements*/
/*===============================*/

#content label{
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
/*	color:#000; */
	color:#FFF;
	margin-top: 5px;
	line-height: 18px;
}

#content input{
	margin: 5px 0;
}

/*===============================*/
		    /*Homepage*/
/*===============================*/

#homepage{
	width: 1000px;
	height:  440px;
	background: #585657 url("../images/starBg.jpg") no-repeat center;
	margin: auto;
	position:relative;
}

#homepageHeader{
	margin:5px 0 5px 0;
	height: 135px;
	width: 1000px;
	background: url("../images/headerBg.jpg") no-repeat center center;
}

#homepageHeader img{
	display: block;
	margin: auto;
	padding-top: 20px;
	padding-right: 80px;
}

/*===============================*/
		    /*Homepage Nav*/
/*===============================*/

#homepage ul{
	list-style: none;
	font-size: 2em;
}

#homepage ul li a{
	text-indent: -9999px;
	display: block;
}

/*disasterResponse*/
#homepage a.disasterResponse{
	background: url("../images/nav/disasterResponse.png") no-repeat;
	background-position: 0 0;
	height: 29px;
	width: 250px;
	position: absolute;
	left: 185px;
	top: 20px;
}

#homepage a.disasterResponse:hover{
	background-position: 0 -30px;
	height: 29px;
	width: 250px;
}

/*Incident Management*/
#homepage a.incidentManagement{
	background: url("../images/nav/incidentManagement.png") no-repeat;
	background-position: 0 0;
	height: 29px;
	width: 280px;
	position: absolute;
	left: 50px;
	top: 100px;
}

#homepage a.incidentManagement:hover{
	background-position: 0 -30px;
	height: 29px;
	width: 280px;
}

/*EOC Support*/
#homepage a.eocSupport{
	background: url("../images/nav/eocSupport.png") no-repeat;
	background-position: 0 0;
	height: 30px;
	width: 180px;
	position: absolute;
	left: 125px;
	top: 210px;
}

#homepage a.eocSupport:hover{
	background-position: 0 -31px;
	height: 30px;
	width: 180px;
}

/* Flood Management*/
#homepage a.floodManagement{
	background: url("../images/nav/floodManagement.png") no-repeat;
	background-position: 0 0;
	height: 29px;
	width: 252px;
	position: absolute;
	left: 85px;
	top: 315px;
}

#homepage a.floodManagement:hover{
	background-position: 0 -30px;
	height: 29px;
	width: 252px;
}

/* Training And Rescue*/
#homepage a.trainingAndRescue{
	background: url("../images/nav/trainingAndRescue.png") no-repeat;
	background-position: 0 0;
	height: 29px;
	width: 248px;
	position: absolute;
	left: 185px;
	top: 395px;
}

#homepage a.trainingAndRescue:hover{
	background-position: 0 -30px;
	height: 29px;
	width: 248px;
}

/* Emergency Response*/
#homepage a.emergencyResponse{
	background: url("../images/nav/emergencyResponse.png") no-repeat;
	background-position: 0 0;
	height: 28px;
	width: 286px;
	position: absolute;
	left: 580px;
	top: 20px;
}

#homepage a.emergencyResponse:hover{
	background-position: 0 -29px;
	height: 28px;
	width: 286px;
}

/* Crime Scene/Clandestine Lab Cleanup */
#homepage a.labCleanup{
	background: url("../images/nav/deconSolutions.png") no-repeat;
	background-position: 0 0;
	height: 30px;
	width: 224px;
	position: absolute;
	left: 670px;
	top: 100px;
}

#homepage a.labCleanup:hover{
	background-position: 0 -30px;
}

/* Waste Management */
#homepage a.wasteManagement{
	background: url("../images/nav/wasteManagement.png") no-repeat;
	background-position: 0 0;
	height: 29px;
	width: 260px;
	position: absolute;
	left: 690px;
	top: 210px;
}

#homepage a.wasteManagement:hover{
	background-position: 0 -29px;
	height: 29px;
	width: 260px;
}

/* Industrial Services */
#homepage a.industrialServices{
	background: url("../images/nav/industrialServices.png") no-repeat;
	background-position: 0 0;
	height: 29px;
	width: 247px;
	position: absolute;
	left: 665px;
	top: 315px;
}

#homepage a.industrialServices:hover{
	background-position: 0 -30px;
	height: 29px;
	width: 247px;
}

/* Product Sales */
#homepage a.productSales{
	background: url("../images/nav/productSales.png") no-repeat;
	background-position: 0 0;
	height: 29px;
	width: 192px;
	position: absolute;
	left: 575px;
	top: 395px;
}

#homepage a.productSales:hover{
	background-position: 0 -30px;
	height: 30px;
	width: 192px;
}

/*===============================*/
		    /*Pagewrap*/
/*===============================*/

#pagewrap{
	width: 1000px;
	min-height: 500px;
	margin: auto;
}

/*===============================*/
		    /*Footer*/
/*===============================*/

#footer, #footer-home{
	background:#585657;
 	width: 750px;
	padding-top: 15px;
	border-top: 1px solid #7f7f7f;
}
#footer-home{
	margin: auto;
}

#bottom{
    width: 900px;
	margin: auto;
	clear:both; 
}

#bottom-sm{
    width: 800px;
	margin: auto;
	clear:both; 
}	

img.gsa{
	position: absolute;
	top: 108px;
	left: 160px;
	z-index: 51;
}

p.copyright{
	text-align:right;
	color:#FFFFFF;
	line-height:12px;
/*	clear:both;   */
}

#footer ul,#footer-home ul{
	width: 183px;
	float: left;
	margin: 0 5px 15px 0;
	text-align: center;
	list-style: none;
}

#footer ul li,#footer-home ul li{
	margin-bottom: 5px;
}

#footer ul.last, #footer-home ul.last{
	margin-right: 0px;
}

/*
#garnerContactBox{
	margin: auto;
	width: 660px;
}

#footer ul, #garnerContactBox ul{
	float: left;
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ececec;
	display:block;
	width: 220px;
	padding-bottom: 10px;
	text-align:center;
}


#footer ul li.city, #garnerContactBox ul li.city{
	margin: 15px 0 10px 0px;
	color:#cecece;
	font-weight: bold;
}


#footer ul.houston, #garnerContactBox ul.houston{
	margin: -10px 0 10px 0px;
	color:#cecece;
	font-weight: bold;
}

#footer ul li.address, #garnerContactBox ul li.address{
	margin: 5px 0px;
}

#footer ul li.address2, #garnerContactBox ul li.address2{
	margin: 5px 0px;
}

#footer ul li.phone, #garnerContactBox ul li.phone{
	margin: 0px 0px 5px 0px;
}

#footer ul li.fax, #garnerContactBox ul li.fax{
	margin: 5px 0px;
}

#footer p, #garnerContactBox p{
	clear: both;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #bfbfbf;
	text-align: center;
	padding: 5px;
}
*/
/*accordion*/

/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }

#trainingWrap {
width: 700px;
margin: auto;
}

#trainingWrap p{
	width: 650px;
	height: 150px;
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
/*	color:#000; */
/*	color:#FFF; */
	line-height: 20px;
}

.trainingBox {
width: 700px;
height: 150px;
position: relative;
overflow: hidden;
padding: 0 1em;
display:block;
margin: 15px 0;
}

#trainingWrap img {
position: absolute;
top: 0; left: 0;
}

#trainingWrap strong{
	color:#d72409;
}

img.trainingHeader{
	margin-top: 15px;
}

#contactForm label{
	display:block;
}

#contactForm input{
	display:block;
}

#contactForm textarea{
	display:block;
	width: 300px;
	height: 100px;
}

#contactBlock{
	width: 350px;
	float: left;
}
