/* Layout Stylesheet */

#envelope {
	background: #fff;
	margin: 0 auto;
	position: relative;
	width: 937px;
	overflow: hidden;
	}
	
	h1#logo {
		padding: 23px 0 21px 53px;
			*padding-bottom: 26px;
		}
		h1#logo a span { display: none; }
	
	#search {}
		#search fieldset {
			border: none;
		}
	
	#contentWrap {
	background: #fff url(../../img/interface/columns.gif) 0 0 repeat-y;
	float: left;
	margin: 124px 0 20px 0;
	position: relative;
		}
		#contentWrap h2 {
			height: 118px;
			position: absolute;
				top: -124px;
				left: 28px;
			text-indent: -999em;
			width: 881px;
			}
			#contentWrap h2#markets-overview { background: url(../../img/headers/hdr-markets.jpg) 0 0 no-repeat; }
			#contentWrap h2#aerospace { background: url(../../img/headers/hdr-aerospace.jpg) 0 0 no-repeat; }
			#contentWrap h2#military-defense { background: url(../../img/headers/hdr-military-defense.jpg) 0 0 no-repeat; }
			#contentWrap h2#energy { background: url(../../img/headers/hdr-energy.jpg) 0 0 no-repeat; }
			#contentWrap h2#semiconductor { background: url(../../img/headers/hdr-semiconductor.jpg) 0 0 no-repeat; }
			#contentWrap h2#medical { background: url(../../img/headers/hdr-medical.jpg) 0 0 no-repeat; }
			#contentWrap h2#industrial { background: url(../../img/headers/hdr-industrial.jpg) 0 0 no-repeat; }
			#contentWrap h2#research-education { background: url(../../img/headers/hdr-research-education.jpg) 0 0 no-repeat; }
			
			#contentWrap h2#products { background: url(../../img/headers/hdr-products.jpg) 0 0 no-repeat; }
			#contentWrap h2#capabilities { background: url(../../img/headers/hdr-capabilities.jpg) 0 0 no-repeat; }
			#contentWrap h2#quality-assurance { background: url(../../img/headers/hdr-quality-assurance.jpg) 0 0 no-repeat; }
			
			#contentWrap h2#suppliers { background: url(../../img/headers/hdr-suppliers.jpg) 0 0 no-repeat; }
			#contentWrap h2#company { background: url(../../img/headers/hdr-company.jpg) 0 0 no-repeat; }
			#contentWrap h2#contact { background: url(../../img/headers/hdr-contact.jpg) 0 0 no-repeat; }
			
			#contentWrap h2#site-map { background: url(../../img/headers/hdr-site-map.jpg) 0 0 no-repeat; }
			#contentWrap h2#privacy { background: url(../../img/headers/hdr-privacy.jpg) 0 0 no-repeat; }
			#contentWrap h2#terms { background: url(../../img/headers/hdr-terms.jpg) 0 0 no-repeat; }
			#contentWrap h2#error404 { background: url(../../img/headers/hdr-404.jpg) 0 0 no-repeat; }
			#contentWrap h2#error500 { background: url(../../img/headers/hdr-500.jpg) 0 0 no-repeat; }
			
		#content {
				_display: inline;
				float: left;
				margin: 34px 0 0 30px;
				width: 604px;
			}
		
		
	#secondaryContent {
	background: url(../../img/interface/sidebar-background.jpg) 0 0 repeat-x;
	border-top: 1px solid #E6E6E6;
	margin: 0 1px 0 676px;
	_margin-left: 673px;
	min-height: 675px;
	_height: 475px;
	padding: 36px 0 25px 0;
	width: 231px;
		}
		#focusAreas {
			padding: 0 0 0 23px;
		}
	
	

/* Footer Styles */
#footer {
	background: url(../../img/interface/footer-top.gif) 0 0 no-repeat;
	clear: left;
	color: #5a5a5a;
	font-size: 1.1em;
	margin: 0 auto;
	padding: 32px 0 20px 30px;
		_padding-top: 33px;
	width: 907px; /*937px*/
	}
	#footer a {
		color: #5a5a5a;
	}
	
	#footer #copyright {
		position: relative;
		}
		#footer #copyright #credit {
			padding-left: 1px;
			position: absolute;
				right: 28px;
					_right: 260px;
		}
