/****************************** General Styles ******************************/
body {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #444549;

	background: url('../img/topBG.png') 0 0 repeat-x;
}

.fl {float: left;}
.fr {float: right;}

.cl {clear: left;}
.cr {clear: right;}
.cb {clear: both;}

h1, h2, h3, h4 {
	font-weight: normal;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 12px;
	text-transform: uppercase;
}

h3 {
	font-size: 14px;
	text-transform: uppercase;
}

h4 {
	font-size: 10px;
	text-transform:uppercase;
}

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

em {
	font-size: 11px;
	font-style: italic;
	color: #919295;
}

a:hover {
	text-decoration: underline;
}

.noBottomBorder {
	border-bottom: none !important;
	overflow: hidden;
}

.noRightBorder {
	border-right: none !important;
}

p {
	line-height: 1.5em;
	margin: 15px 0;
}

div.blankSeparator {
	height: 1px;
	margin-bottom: 15px;
	display: block;
}

div.sepContainer {
	height: 10px;
	background: url('../img/separatorBG.png') 0 0 repeat-x;
	display: block;
	margin: 10px 0;
}

.lastCol {
	margin-right: 0 !important;
}





/******************************* Structure Styles *******************************/
div.centerContainer {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

div#leftContainer {
	width: 550px;
	margin-right: 50px;
}

div#rightContainer {
	width: 360px;
}





/******************************* Top Part *******************************/
div#topContainer {
	background: url('../img/topBGPattern.png') 0 0 repeat;
	height: 131px;
}

.logo {
	margin-top: 25px;
}

div#contactInformationTop {
	background: url('../img/topPaperShadow.png') top center no-repeat;
	width: 291px;
	height: 118px;
}

	div#contactInformationTop ul {
		padding: 0 30px;
	}
	
		div#contactInformationTop ul li {
			border-bottom: 1px solid #ebebed;
		}
	
		div#contactInformationTop ul li span {
			color: #444549;
		}

		div#contactInformationTop ul li p {
			font-size: 11px;
			color: #92979D;
			background: url('../img/bulletPoint.png') left center no-repeat;
			
			padding-left: 15px;
			margin: 8px 0;
		}
		
		div#contactInformationTop ul li ul { /* the social icons list */
			padding: 0; /* reseting some inherited padding */
			margin: 8px 0 0 10px;
		}
		
			div#contactInformationTop ul li ul li {
				display: inline;
				background: none; /* reseting inherited BG and borders */
				border: none;
				padding: 0 5px 0 0;
			}





/******************************* Menu *******************************/
div#menuContainer {
	background: url('../img/menuBG.png') 0 0 repeat-x;
	height: 75px;
}

ul#nav {
}

	ul#nav li {
		float: left;
		display: inline;
		margin: 23px 30px 0 0;
		background: url('../img/menuSep.png') center right no-repeat;
	}

	ul#nav li a {
		color: white;
		font-size: 14px;
		text-transform: uppercase;
	}
	
	ul#nav li a:hover {
		color: #92979D;
	}
	
		ul#nav li a span {
			font-size: 12px;
			text-transform: lowercase;
			color: #b0bfbd;
			display: block;
			padding-right: 30px;
		}
		
		
		
		
		
/******************************* Service Columns *******************************/
div#serviceListContainer h3 {
	color: #2d2f33;
	margin-top: 12px;
}

div#serviceListContainer p {
	color: #919295;
	clear: left;
}

div#serviceListContainer ul li {
	background: url('../img/bulletPoint.png') center left no-repeat;
	padding: 3px 3px 3px 15px;
}

div.oneThirdCol {
	width: 285px;
	margin-right: 50px;
	float: left;
}

div.leftfooterCol {
	width: 840px;
	float: left;
	
}

div.rightfooterCol {
	width: 120px;
	float: right;
	margin-top:3px;
	
}

	div#serviceListContainer div.oneThirdCol img {
		margin: 0 15px 15px 0;
	}
	
div#col1 {background: url('../img/col1BG.png') right bottom no-repeat;}
div#col2 {background: url('../img/col2BG.png') right bottom no-repeat;}
div#col3 {background: url('../img/col3BG.png') right bottom no-repeat;}	





/******************************* Main Content *******************************/
h3.sectionTitle {
	color: #dd0c46;
	margin: 7px 0 30px 0;
}

	h3.sectionTitle span {
		color: white;
		background-color: #dd0c46;
		
		padding: 7px 10px;

	    -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
	    -khtml-border-radius: 5px;
	    border-radius: 5px;
	}
	
ul#newsList {
}

	ul#newsList li {
		border-bottom: 1px solid #e1e5e9;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	
		ul#newsList li h3 {
			text-transform: capitalize;
		}
		
		ul#newsList li span {
			font-size: 11px;
			color: #92979d;
		}
		
		a.readMoreLink {
			font-size: 11px;
			background: url('../img/redBulletPoint.png') center right no-repeat;
			padding-right: 15px;
		}
		
blockquote {
	background: url('../img/quote.png') top left no-repeat;
	margin-left: 20px;
}

	blockquote p {
		margin-left: 60px;
		color: #919295;
		font-size: 14px;
		font-style: italic;
	}
	
div#clientListContainer {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

	border: 1px solid #e1e5e9;
	
	overflow: hidden;
}	

	div#clientListContainer ul li {
		display: inline;
		float: left;
		background: url('../img/clientListBG.png') 0 0 repeat-x;
		text-align: center;
		border-bottom: 1px solid #e1e5e9;
		border-right: 1px solid #e1e5e9;
	}
	
	div#clientListContainer ul li p {
		margin: 0;
		
		width: 136px;
		height: 112px;
		line-height: 112px;
	}
	
	div#clientListContainer ul li p img {
		vertical-align: middle;
	}

div#a1 p {
	text-transform:none;
	background:#ebebeb;
	padding-left:5px;
}

div#a2 p {
	text-transform:none;
	background:#ebebeb;
	padding:5px;
}

div#a3 p {
	text-transform:none;
	background:#ebebeb;
	list-style:circle;
	padding:5px;
	

}

div#a4 p {
	text-transform:none;
	background:#ebebeb;
}

div#a5 p {
	text-transform:none;
	background:#ebebeb;
}

div#fadeshow1 {
	margin:5px 0px 15px 0px;

}

div#naicsInformation  {
	width: 343px;
	height: 180px;
	font-size:10px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	background:#2E2f33;
	padding:5px;
	color:#fff;
	
}
	
	
	
/******************************* Footer *******************************/	
div#footerContainer {
	background: #2e2f33 url('../img/bottomPatternLight.png') 0 0 repeat;
	padding: 30px 0;
}

	div#footerContainer h3, div#footerContainer p, div#footerContainer a {
		color: #e1e5e9;
	}
	

a.redButton {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

	background: url('../img/redButtonOut.png') 0 0 repeat-x;
	font-size: 14px;
	color: white;
	text-transform: uppercase;
	
	padding: 10px 20px;

	cursor: pointer;
}

a.redButton:hover {
	background: url('../img/redButtonOver.png') 0 0 repeat-x;
	text-decoration: none;
}

	a.redButton img {
		margin: 7px 0 2px 4px;
	}


ul#contactInfoList li {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

	background-color: #424347;
	color: #e1e5e9;
	padding: 10px 10px 10px 10px;
	font-size: 11px;
	margin-bottom: 0px;	
	display:inline;
}

div#footerCopyrightContainer {
	background: #242528 url('../img/bottomPatternDark.png') 0 0 repeat;
	padding: 20px 0;
}

	div#footerCopyrightContainer ul {
		margin-top: 15px;
	}
	
	div#footerCopyrightContainer ul li {
		display: inline;
		padding-right: 5px;
	}
	
	
	
	
	
/******************************* Services Page *******************************/
div#breadcrumbsContainer {
	background: url('../img/breadcrumbsBG.png') 0 0 repeat-x;
	height: 60px;
}

	div#breadcrumbsContainer p {
		color: #92979d;
		font-size: 11px;
		height: 60px;
		line-height: 60px;
		margin: 0;
	}
	
div.sidebarContainer {
	width: 283px;
	margin-right: 50px;
}

div.sidebarItem {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

	border: 1px solid #e1e5e9;
	
	margin-bottom: 30px;
}

	ul.arrowList {
		background: url('../img/sidebarGradBG.png') 0 0 repeat-x;
	}

	ul.arrowList li {
		border-bottom: 1px solid #e1e5e9;
		padding: 14px 20px;
		background: url('../img/sidebarPointRed.png') 92% center no-repeat;
	}
	
	li.activeSidebarItem {
		background: url('../img/sidebarPointDark.png') 92% center no-repeat !important;
		font-weight: bold;
		color: #62656b;
	}
		
div.sidebarHeader {
	background: url('../img/sidebarHeaderBG.png') 0 0 repeat-x;
	height: 47px;
	padding: 0 20px;
}

	div.sidebarHeader h3 {
		height: 47px;
		line-height: 47px;
	}

div#pageContent {
	width: 625px;
}

ul#servicesPage li {
	display: list-item;
	padding:  5px;
	list-style-type:circle;
	margin-left:20px;

}

ul#servicesHazmat li {
	display: list-item;
	padding:  5px 0px 5px 0px;
	list-style-type:circle;
	text-transform:uppercase;
	margin-left:20px;
}

ul#servicesPoints li {
	display: list-item;
	padding:  5px 0px 5px 0px;
	list-style-type:disc;
	margin-left:25px;
}

ul#hazmatPoints li {
	display: list-item;
	padding:  5px 0px 5px 0px;
	list-style-type:disc;
	text-transform:none;
	margin-left:12px;
	
}

ul#servicesList li {
	overflow: hidden;
	border-bottom: 1px solid #e1e5e9;
	padding-bottom: 5px;
	margin-bottom: 20px;
}	
	

	ul#servicesList li img {
		margin: 0 15px 15px 0;
	}
	
	ul#servicesList li h3 {
		height: 31px;
		line-height: 31px;
	}

	ul#servicesList li p {
		color: #919295;
	}
	
ul#servicesDesign li {
	display: list-item;
	padding:  10px;

}

ul#designPoints li {
	display: list-item;
	padding:  5px 0px 5px 0px;
	list-style-type:disc;
	text-transform:none;
	margin-left:25px;
}

ul#numberedPoints li {
	display: list-item;
	padding:  5px 0px 5px 0px;
	text-transform:none;
	list-style-type:decimal;
	margin-left:30px;
}

ul#backgroundPoints li {
	display: list-item;
	padding:  5px 0px 5px 0px;
	list-style-type:circle;
	margin-left:12px;
	
}





/*******************************  Page *******************************/
ul#galleryList li {
	border-bottom: 1px solid #e1e5e9;
	padding-bottom: 15px;
	margin-bottom: 20px;
}


	ul#galleryList li p {
		color: #919295;
	}

div.galleryImg {
	margin-top: 20px;
	background: url('../img/galleryBoxShadow.png') bottom center no-repeat;
	padding-bottom: 20px;
}





/******************************* Contact Page *******************************/
ul.basicList li {
	border-bottom: 1px solid #e1e5e9;
	padding: 0 20px;
}

	ul.basicList li p {
		color: #919295;
	}

div.sidebarGeneral {
	margin: 20px;
}


p.oneHalfCol {
	width: 47%;
	margin-right: 3%;
	float: left;
}


/******************************* light box ******************************************/

.imageRow {
  *zoom: 1;
  margin: 20px 0;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.imageRow:after {
  content: "";
  display: table;
  clear: both;
}
/* line 320, ../sass/screen.sass */
.imageRow .single {
  float: right;
}
/* line 322, ../sass/screen.sass */
.imageRow .single a {
  float: left;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  padding: 2px;
  line-height: 1em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  margin-right: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 332, ../sass/screen.sass */
.imageRow .single a img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 1px;
  border: .5px solid rgba(0, 0, 0, 0.3);
}
/* line 335, ../sass/screen.sass */
.imageRow .single a:hover {
  background-color: #2E2F33;
}
/* line 337, ../sass/screen.sass */
.imageRow .set {
  float: left;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 343, ../sass/screen.sass */
.imageRow .set:hover {
  background: rgba(255, 255, 255, 0.2);
}
/* line 346, ../sass/screen.sass */
.imageRow .set .single a {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-right: 0;
}
/* line 351, ../sass/screen.sass */
.imageRow .set .single a:hover {
  background-color: #2E2F33;
  -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}
/* line 355, ../sass/screen.sass */
.imageRow .set .single.first a {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  -ms-border-top-left-radius: 2px;
  -o-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -ms-border-bottom-left-radius: 2px;
  -o-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
/* line 358, ../sass/screen.sass */
.imageRow .set .single.last a {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  -ms-border-top-right-radius: 2px;
  -o-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -ms-border-bottom-right-radius: 2px;
  -o-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}



	
/******************************* Other Browser Styles *******************************/
.ie7 ul#nav li a:hover {
	text-decoration: none;
}

.ie7 a.redButton img {
	margin: 7px 0 5px 4px;
}

.ie7 div#clientListContainer ul li p img {
	margin-top: 40px;
}
