#homeMessage {
	height: 327px;
	border-bottom: 1px solid #ccc;
	text-align: right;
	padding-right: 16px;
}

#homeMessage h1 {
	margin: 0;
	padding: 130px 0 16px 545px;
	color: #709488;
	font-size: 28px;
	font-weight: normal;
}

#homeMessage p {
	margin: 0;
	padding: 0 0 0 480px;
	font-size: 13px;
	color: #666;
	line-height: 16px;
}

.dark {
	color: #333;
}

#homeCol1 {
	width: 222px;
	float: left;
}

#homeCol2 {
	width: 229px;
	float: left;	
}

#homeCol3 {
	width: 347px;
	float: left;
}

.columnContent {
	padding: 0 11px 0 13px;
}

.columnContent p {
	margin: 0;
	padding: 0 0 16px 0;
	line-height: 14px;
}





#itemList-CaseStudies {
	margin: 0;
	padding: 0;
	list-style: none;
}

#itemList-CaseStudies li {
	margin: 0;
	padding: 0;
	height: 56px;
	position: relative;
}

#itemList-CaseStudies li a {
	display: block;
	height: 50px;
	width: 195px;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url("../images/icon-bullet.gif") 0px 0px no-repeat;
	text-decoration: none;
}

#itemList-CaseStudies li a:hover {
	background: transparent url("../images/icon-bullet-hover.gif") 0px 0px no-repeat;
}
