@charset "utf-8";
/* CSS Document */

div#headerContainer {
	background:url(../cmsimages/header_bg.png) repeat-x;
	height:187px;
	position: relative; z-index: 1000;
}

	div#header { width:940px; margin: auto; }

		div#headerLogo { width:220px; float:left; }
	
		div#headerNav { width:710px; height:48px; float:right; }
		
div#contentContainer { width:940px; margin:auto; margin-top: -31px; }

	div#contentArea { width:700px; float:left; background:#fff; }
	div#content { padding: 1em; }
	
		div#contentArea p {  }
		
		div#industries { clear:both; background: #e5e5e5; border-top: #e0e0e0 2px solid; border-bottom: #e0e0e0 2px solid; padding-left: 1em; }
		
div.thirdFloat { width: 33%; float: left; }
		
		div#footerContainer { border-top: #e0e0e0 2px solid; padding: 1em; }
		
			div.contactInfo { width:270px; float:right; text-align:right; margin-right: 15px; }
				div.contactInfo p { background:url(../cmsimages/footer_contact_info_bg.png) no-repeat right; padding:0; font-size: 10pt; }
			
	div#newsPanel { width:237px; background:#a9a9a9; float:left; }
		div#newsPanel p { padding-left: 1em; color: #fff; }
		
	p#rss { width:217px; background:#2c2c2c; float:left; padding-left: 1em; color: #fff; }