/* Home Page Styles */
.grid-home {
	position: relative;
	margin: 27px 0 0 0;
	padding: 19px 0 0 0;
	border-top: 7px solid #e7e7e8;
	background: url('../../images/2011/home/columns.gif') repeat-y;
	width: 960px;
	overflow: hidden;
}
	.grid-home .sidebar {
		display: inline;
		width: 267px;
		float: left;
		margin: 0 0 0 16px;
	}
	.grid-home .solutions {
		display: inline;
		width: 640px;
		float: right;
	}
	.grid-home .iconLinks {
		display: inline;
		width: 640px;
		float: right;
		margin: 20px 0;
	}
		.iconLinks div {
			float: left;
			width: 320px;
		}
		.iconLinks #dewgood {
			text-align: right;
		}
		.iconLinks #linkedIn {
			color: #00939d;
			font-size: 15px;
			padding-top: 22px;
		}
			.iconLinks #linkedIn img {
				margin-top: -3px;
			}

.sidebar h2, .solutions h2 {
	color: #f99d43;
	font-size: 24px;
	font-weight: bold;
}

.solutions p {
	font-size: 12px;
}

/* solutions list */
.solutions ol {
	width: 640px;
	overflow: hidden;
	margin: 15px 0;
	padding: 0;
	list-style-type: none;
	background: url('../../images/2011/home/solutions.jpg') left bottom no-repeat;
}
	.solutions li {
		display: inline;
		float: left;
		margin: 0 20px 0 0;
		padding: 12px 16px 20px 16px;
		width: 168px;
	}
	.solutions li.last {
		margin-right: 0;
	}
	.solutions h3 {
		color: #00939d;
		font-weight: bold;
		font-size: 18px;
	}
	/* solutions sub-list (bullets inside each solution) */
	.solutions ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.solutions li li {
		display: block;
		float: none;
		background: url('../../images/2011/home/solutionBullet.gif') no-repeat 2px 6px;
		font-size: 13px;
		line-height: 13px;
		margin: 6px 0 0 0;
		padding: 0 0 0 15px;
		width: 158px;
	}
	.solutions a {
		text-decoration: none;
	}
	.solutions a:hover {
		text-decoration: underline;
	}

/* feature slideshow */
#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: 960px;
		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;
	}

