.content {
	/*background-color: green;*/ 
}

.content .financials a{
	color: #45b955; 
	text-decoration: none; 
}

.content .financials a:hover{
	text-decoration: underline; 
}

.content .financials p{
	margin: 0px 60px 10px 65px;
	line-height: 1.8em;
}

.content .financials .heroBox {
		display: block;
		width: 746px;
		height: 283px;
		background-color: #edeff2;
		margin-top: 32px;
		margin-bottom: 21px;
		background-image:url(../images/financials.jpg);
		background-repeat:no-repeat;
		font-size: 1px;
		text-indent: -999em;
	}
	

.content .financials h1{
	float: left;
	width: 450px;
	height: 68px;
}

.content .financials h2{
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

.content .financials .divider{
	display: block;
	clear:both;
	width: 746px;
	height: 1px;
	background-image:url(../images/dividerDots.gif);
	background-repeat:repeat-x;
	margin: 0px 0px 20px 0px;
}

.content .financials .introPara {
	width: 626px;
	font-size: 1.3em;
	line-height: 1.6em;
	color: #66666e;
	margin: 0px 0px 20px 60px;
	background-color: white;
}

	
/* 3 column content area ------------------------------------------------------------------------- */

.content .financials .threeContainer {
	display: block;
	width: 700px;
	margin: 20px 0px 0px 60px;
	/* background-color: grey; */
}

.content .financials .threeContainer .narrowCol{
	display: block;
	float: left;
	width: 188px;
	margin: 0px 30px 0px 0px;
	/* background-color: blue; */
}

.content .financials .threeContainer .narrowCol p{
	margin: 0;
	line-height: 1.4em
}


