/* Styles for Homepage Layout and Content Design */

#envelope {
	*height: 760px;
	}
	
#flash {
	height: 311px;
	margin-left: 0;	
	}
	#flash img {
		margin-left: 5px;
	}

#contentWrap {
	background: #f8f8f8 url(../../img/homepage/content-background.gif) 0 bottom repeat-x;
	border: 1px solid #E0E0E0;
	border-top: none;
	margin: -4px 28px 15px 30px;
		_margin-left: 15px;
	padding: 8px 0 16px 0;
	width: 877px;
		_width: 877px;
	}
	
	#content {
		_display: inline;
		float: right;
		margin: 0;
		padding: 0 80px 0 0;
		width: 403px; /*461px*/
		}
		#content h2 {
			background: url(../../img/homepage/hdr-solves-engineering-challenges.gif) 0 0 no-repeat;
			font-size: 2.1em;
			height: 43px;
			line-height: 1;
			margin: 5px 0 7px 22px;
			position: relative;
				top: 0px;
				left: 0px;
			width: 337px;
		}
		#content p.intro {
			margin-bottom: 15px;
		}
		#content p {
			padding: 0;
		}
		#content p.learnMore {
			margin: 9px 0 0 22px;	
			}
	#secondaryContent {
		background: none;
		border: none;
		margin: 0;
		min-height: 1px;
			_height: 1px;
		padding: 0;
		width: 370px;
		}
		#focusAreas {
			padding-left: 28px;
			}
			#focusAreas div {
				background: none;
				height: auto;
				margin: 0 0 22px 0;
				min-height: 70px;
					_height: 70px;
				padding: 0 0 0 94px;
				width: auto;
			}
			#focusAreas div.lean-manufacturing { background: url(../../img/homepage/focus-lean-manufacturing.jpg) 0 5px no-repeat; }
			#focusAreas div.green-commitment { background: url(../../img/homepage/focus-green-commitment.jpg) 0 5px no-repeat; }
			#focusAreas div.supplier-login { background: url(../../img/homepage/focus-supplier-login.jpg) 0 5px no-repeat; }

				#focusAreas div h3 {
					font-size: 1.6em;
					text-indent: -999em;
				}
				#focusAreas div.lean-manufacturing h3 {
					background: url(../../img/homepage/hdr-lean-manufacturing.gif) 0 5px no-repeat;
				}
				#focusAreas div.green-commitment h3 {
					background: url(../../img/homepage/hdr-green-commitment.gif) 0 12px no-repeat;
					padding-top: 8px;
				}
				#focusAreas div.supplier-login h3 {
					background: url(../../img/homepage/hdr-supplier-login.gif) 0 5px no-repeat;
					padding-top: 8px;
				}
				#secondaryContent #focusAreas div p {
					margin: 0;
					padding: 0;
				}
				#secondaryContent #focusAreas div p.learnMore {
					margin-top: 3px;
				}