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

body{
	font-size: 62.5%;
	background: #585657;
	color:#000;
	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:#2b2d2e;
	font-weight: bold;
}

li.noBullet{
	list-style: none;
}

label.error{
	color:#FF0000;
}

.left{
	float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 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: 750px;
	float: right;
	margin-right: 30px;
	margin-bottom:5px;
}

#topNav ul{
	font-size: 1em;
	width: 550px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	float: left;
	margin-left: 50px;
}

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

#topNav p.garnerPhone{
	color: #d72409;
	font-size: 1.7em;
	float: left;
	font-weight: bold;
	width: 150px;
	display:inline;
}

#topNav li a{
	display:block;
	float: left;
	margin: 0 10px;
}


/*


#footerNav{
	margin-left: 220px;
	padding-top: 10px;
	display:block;
	width: 740px;
	height: 20px;
	clear: both;
	text-align: center;
	border-bottom: 1px solid #706e6e;
}

#footerNav ul{
	font-size: 1em;
}

#footerNav li{
	display: inline;
	color: #706e6e;
}

#footerNav li a{
	display: inline;
	margin: 0 12px;
}

#footerNav li a:hover{
	text-decoration: underline;
	color:#ececec;
}

*/
/*
#nav li a.lightening{
	background: url("../images/lighteningIcon.png") no-repeat 7px 10px;
	height:24px;
}

#nav li a.earth{
	background: url("../images/earthIcon.png") no-repeat 0px 10px;
	height: 24px;
}

#nav li a.gasMask{
	background: url("../images/gasMaskIcon.png") no-repeat 0px 19px;
	height: 40px;
}



#nav li a.news{
	background: url("../images/newsIcon.png") no-repeat 0px 10px;
	height: 24px;
}

#nav li a.contact{
	background: url("../images/contactIcon.png") no-repeat 0px 10px;
	height: 24px;
}

#nav li a.employees{
	background: url("../images/employeeIcon.png") no-repeat 0px 10px;
	height: 24px;
}

#nav li a.flood{
	background: url("../images/floodIcon.png") no-repeat 4px 10px;
	height: 24px;
}

#nav li a.emergency{
	background: url("../images/emergencyIcon.png") no-repeat 0px 10px;
	height: 24px;
}

#nav li:hover a.emergency{
	background: #6b6968 url("../images/emergencyIcon.png") no-repeat 0px 10px;
}

#nav li a.corporate{
	background: url("../images/corporateIcon.png") no-repeat 0px 10px;
	height: 24px;
}

#nav li a.trainingAndRescue{
	background: url("../images/trainingAndRescueIcon.png") no-repeat 0px 10px;
	height: 24px;
}



#nav li:hover a.trainingAndRescue{
	background: #6b6968 url("../images/trainingAndRescueIcon.png") no-repeat 0px 10px;
}

#nav li a.shield{
	background: url("../images/shieldIcon.png") no-repeat 0px 10px;
	height: 24px;
}

#nav li a.checkMark{
	background: url("../images/checkMarkIcon.png") no-repeat 0px 10px;
	height: 24px;
}

#nav li a.industrial{
	background: url("../images/industrialIcon.png") no-repeat 0px 10px;
	height: 24px;
}

#nav li a.jobs{
	background: url("../images/thumbsUpIcon.png") no-repeat 0px 10px;
	height: 24px;
}

#nav li a.waste{
	background: url("../images/recycleIcon.png") no-repeat 0px 10px;
	height: 24px;
}

#nav li a.heart{
	background: url("../images/heartIcon.png") no-repeat 0px 10px;
	height: 24px;
}
*/


/*===============================*/
		    /*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: Franklin Gothic, Arial, Helvetica, sans-serif;
	color: #d72409;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 5px;
}



#content h2{
	font-size: 16px;
	font-family: Franklin Gothic, Arial, Helvetica, sans-serif;
	color: #d72409;
	font-weight: bold;
}

#content h3{
	font-size: 14px;
	font-family: Franklin Gothic, Arial, Helvetica, sans-serif;
	color: #d72409;
	font-weight: bold;

}

#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;
	line-height: 20px;
	margin: 10px 0;
}

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

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

#content ul{
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

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

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

#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;
}

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

#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: #993300;
	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-top: 40px;
	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;
	margin-top: 5px;
	line-height: 18px;
}

#content input{
	margin: 5px 0;
}

#contactForm input{
	display: block;
	width: 300px;
}

#contactForm input.submitContact{
	width: 100px;
	float: right;
	margin-right: 50px;
}

#contactForm label{
	display: block;
}

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

#content label.error{
	color:#d72409;
}

#contactBlock{
	width: 350px;
}

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

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

#homepageHeader{
	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{
	background:#585657;
 	width: 750px;
}

#footer ul.indent{
	margin-left: 50px;
}

#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: 5px 0 10px 0px;
	color:#cecece;
	font-weight: bold;
}

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

#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: 15px 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;
	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;
}