* {
	margin:0;
	padding:0;

	}

body {
	 background-color: #252630;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	color: #4F5156;
}



.outerDiv {
	width:980px;
	background-color: #FFF;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	}
	
.topDiv {
	background-image: url(...images/horizontal-steel-bar.jpg);
	padding: 0 0 0 0;
	width:980px;
	height: 27px;
	margin-left:auto;
	margin-right:auto;
}	



/* HOME STUFF  ############################################################################### */

.homePageContent {
	background-repeat: no-repeat;
	background-color: Black;
	margin:0;
	height: 479px;
	padding: 0;
}

.applications {
	height: 150px;
	width: 588px;

/*border: 1px solid #666666; */
}

.applications h1 {
	font-size: 14px;
	font-weight: bold;
	color: White;
	margin-left: 20px;
}
.applicationBox {
	width: 145px;
	margin-top: 12px;
	display: inline;
	float: right;

}
.applicationBox img {
  margin-left: 10px;
  margin-bottom: 1px;
}

.applicationBox a { 
	font-size: 11px;
	font-weight: bold;
 	margin-left: 16px;
	color: #f35b22;
	text-decoration: none;
}

div#intro {
display: block;
}
div#institutional {
display: none;
}
div#cleanroom {
display: none;
}
div#industrial {
display: none;
}
div#commercial {

display: none;
}
.homeBannerText {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
margin-top: 23px;
margin-left: 20px;
height:160px;
width:680px;
}
.homeBannerText h1 {
	color: #f35b22;
	font-size: 26px;
	margin-bottom: 12px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0px;
}
.homeBannerText p {
	color: #ffffff;
	font-size: 14px;
	width: 450px;
}

/* BOXES  ######################################## */


.boxContainer {
	display: block;
	float:right;
	width: 326px;	
	height: auto;
}


.infoBoxMiddle {
	border-left: 1px solid #757f85;
	border-right: 1px solid #757f85;
}

.infoBoxHead {
   height: 24px;
	padding-top: 3px;
	background-image:url(images/horizontal-steel-bar.jpg);
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 20px;
}


.infoBoxContent {
	padding: 8px 10px 10px 20px;
	background-image: url(images/Flexhead-boxbodybackground.jpg);
	height: 150px;
	border-bottom: 1px solid #757f85;			
}




/* CONTENT STUFF  ###############################################################################  */



	 
	
	 h1 {
			color: #f35b22;
			font-size: 15px;
			margin-left: 0px;
			margin-top: 12px;
		 }	  
	

	 
/* CONTENT PANEL STYLES STYLES */
  
	 .contentColumn {
			background-color: #efefef;
			border-left: 1px solid black;	
			border-right: 1px solid black;	
			padding: 20px 18px 20px 0px;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #222222;
			line-height: 18px;
		 }
	
	.contentColumn p {	 
			margin-left: 20px;
			margin-right: 20px;
			margin-bottom: 15px;
			margin-top: 10px;
			} 

	

.contentColumn H1 {
	font-family: "Lucida Sans Unicode", Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color:#f35b22;	
	margin-left: 20px;
}



.contentColumn H2 {
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	margin-top:8px;
	margin-bottom: 5px;
	margin-left: 20px;
	color:#f35b22;		
}




.contentColumn ul {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 40px;
  list-style: square;
}

.contentColumn a {
	text-decoration: underline;
	color: #4F5156;
	font-weight: bold;
}

.contentColumn a:hover {
  color: #f35b22;
}

.contentColumn a:visited {
	color: #4F5156;
}

.contentColumn table {

	margin-left: 20px;
}



/* INNER NAV CONTENT STYLES  ###############################################################################  */

.verticalsContainer {
	width: 525px;
   
}

.verticalBox {
		float: right;
		width: 125px;
		
}

.verticalBox a {
	display: block;
	font-size: 9px;
	font-weight: bold;
 	margin-left: 18px;
	color: #f35b22;
	text-decoration: none;


}

.verticalBox img {
	border: none;
	margin-left: -2px;
	}


/* VERTICAL BOX STYLES IN CENTER PANEL */
	 
 .verticals {
	/* top box of vertical market links */
			display: inline;
			float:right;
	 		width: 502px;
			height: 92px;
			background-position: right;
			padding:0;
			margin-right:250px;
			margin-top:12px;
			
		 }
		 

/*########################################################################################################*/

/* LEFT NAVIGATION STYLES */

	 .leftPanel {
				font-family:  Arial, Helvetica, sans-serif;
		}	 

	 .leftPanel h1 {
		margin-bottom: 10px;
	}	 
	 
	 .leftPanel ul {
		margin-left: 20px;
		list-style: none;
		margin-bottom:5px;
		margin-top: 10px;
		font-size: 12px;
		
		}
	.leftPanel li {
		line-height: 15px;
		padding: 2px 0;
	}
	.leftPanel li a{
			padding:0;
			padding: 2px 0;
			font-weight: bold;
			display: block;
			color: #000000;
			text-decoration: none;

		}	
	 .leftPanel li a:hover {
			color: #FFFFFF;	
			cursor: pointer;
		}	
	
	
	 .leftPanel li ul {
			list-style: square;	
			color: #666666;
			margin-top:0;
			margin-bottom:0;
	}
	
	.leftPanel li ul li a{
			font-size: 11px;
			color: #666666;	
			line-height: 12px;
			display: block;
			margin-top:-2px;
			margin-bottom:-2px;
		} 
	
	 .leftPanel li ul li a:hover {
			color: #FFFFFF;	
			cursor: pointer;
		} 




/* RIGHT PANEL STYLES */

	 .rightPanel {
				font-family:  Arial, Helvetica, sans-serif;
	}	 
	 


	 .rightPanel h1 {
		margin-bottom: 10px;
	}	 
	 
	 .rightPanel ul {
		margin-left: 40px;
		list-style: square;
		margin-bottom:5px;
		}
	.rightPanel li {
		line-height: 14px;
		padding: 2px 0;
		}	
	
	.rightPanel li a{
			font-weight: bold;
			color: black;
			display: block;
			text-decoration: none;
			font-size: 11px;
		}	
	 .rightPanel li a:hover {
			color: #FFFFFF;	
			cursor: pointer;
		}	



/* FOOTER STUFF  ###############################################################################  */

.footerDiv {
clear: both;
	width:980px;
	height: 50px;
	font-size: 11px;
	line-height: 14px;
	background-color: #f35b22;
	color: #000000;
}


.footerCopyright {
	padding-top: 10px;
	padding-left: 20px;
	height: 40px;
	background-color: #f35b22;
}

