/* Home Page Styles */
h2 span {
	color: #0070c0;
}

#feature {
	position: relative;
}
	#feature ul {
		position: absolute;
		top: 279px;
		left: 20px;
		margin: 0;
		padding: 0;
		list-style-type: none;
		z-index: 99;
	}
	#feature ul li {
		float: left;
		margin: 0 5px 0 0;
		padding: 0;
	}
	#feature li img.thumb {
		position: absolute;
		display: block;
		border: 1px solid #fff;
		top: -80px;
		left: 0px;
	}
	* html #feature li img.dot { width:23px; height:24px; behavior: url(/css/iepngfix/iepngfix.htc) }
	#feature li a {
		position: relative;
		display: block;
		text-decoration: none;
		font-weight: bold;
		color: #fff;
	}
	#feature li a:hover {
		color: #FEA620;
	}
	#feature li a.current:hover {
		color: #fff;
	}
	#feature li a span {
		width: 23px;
		position: absolute;
		top: 7px;
		left: 0;
		text-align: center;
		font-size: 12px;
		line-height:12px;
	}
	#feature .infobar {
		width: 760px;
		height: 30px;
		padding: 10px 0 0 0;
		background: black;
		position: absolute;
		top: 272px;
		left: 0;
	}
	#feature .infobar p {
		color: #fff;
		margin: 0;
		padding: 0;
		font-size: 16px;
		font-weight: bold;
		position: absolute;
		top: 10px;
	}

#content {
	background: #fff url('../../images/bg/contLeft-home.gif') repeat-y top left;
}

#contLeft div.box {
	width: 380px;
	w\idth: 344px;
	padding: 21px 15px 21px 21px;
}

#technology-box {
	float: left;
}

#technology-box ul, #industries-box table {
	margin: 12px 0 17px;
	padding: 0;
	list-style-type: none;
}

#technology-box li, #industries-box li {
	display: inline;
}

#technology-box li a {
	display: block;
	padding: 5px 4px 7px 10px;
	color: #5d6f6d;
	font-size: 11px;
	text-decoration: none;
}

#technology-box li a:hover {
	background: #edede9;
}

#technology-box li span {
	color: #14479f;
	font-size: 12px;
	text-decoration: underline;
}

#industries-box {
	float: right;
}

#industries-box td {
	vertical-align: top;
}

#industries-box td a {
	display: block;
	float: left;
	width: 167px;
	background: url('../../images/bg/industry.gif') repeat-y top left;
	text-decoration: none;
	color: #5d6f6d;
}

#industries-box td span {
	display: block;
	padding: 15px 24px 24px 14px;
	background: url('../../images/bg/industry-bottom.gif') no-repeat bottom left;	
}

#industries-box td strong {
	display: block;
	margin-bottom: 3px;
	font-size: 14px;
	text-decoration: underline;
	color: #14479f;
}

#winnersCircle img {
	float: left;
	margin-right: 10px;
}