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

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

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

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

.content .idea #heroBox {
		display: block;
		width: 746px;
		height: 420px;
		background-color: #edeff2;
		margin-top: 32px;
		margin-bottom: 21px;
	}
	

.content .idea h1{
	float: left;
	width: 450px;
	height: 68px;
/*
	background-image:url(../images/heading_idea.gif);
	background-repeat:no-repeat;
	font-size: 1px;
	text-indent: -999em;
*/
}
	
.content .idea .extrasBox {
	float: Right;
	width: 200px;
	background-color: teal;
	margin-top: 20px;
}

.content .idea .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 .idea .introPara {
	width: 626px;
	font-size: 1.3em;
	line-height: 1.6em;
	color: #66666e;
	margin: 0px 0px 30px 60px;
	background-color: white;
}

.content .idea #sspBox{
	height: 340px;
	width: 660px;
	margin: 0px 0px 30px 60px;
}