	.moduleContent .header{
		height:268px;
		background: transparent url('../images/homepage2.jpg') top left no-repeat;
	}
	
	/*** CALCULATE BAR ***/
	.moduleContent .calculate{
		height:54px;
		background:transparent url('../images/blue_line.gif') top left repeat-x;
		text-align:center;
		font-size:22px;
		color:#fff;
		padding:10px 0 0 200px;
		overflow:hidden
	}

		.moduleContent .calculate P{
			float:left;
			line-height:44px;
			padding:0px;
		}
		.moduleContent .calculate A.starthere{
			width:134px;
			height:44px;
			display:block;
			text-indent:-9999px;
			float:left;
			background:transparent url('../images/bt_startquote.gif') top left no-repeat;
			margin-left:15px;
		}
		
	/*** CONTENT ***/
	.moduleContent .content{
		height:171px;
		background:#1c2122;
		text-align:left;
		clear:both;
		color:#fff;
		padding:1px;
		overflow:hidden;
	}
	
		.moduleContent .content IMG{
			float:left;
			width:217px;
			display:block;
		}
		.moduleContent .content .gallery{
			float:left;
			width:205px;
			padding:3px 20px;
		}	
			.moduleContent .content .gallery H2{
				font-size:20px;
				line-height:22px;
				text-transform:uppercase;
				padding:12px 0px;
			}
			.moduleContent .content .gallery A{
				display:block;
				text-indent:-9999px;
				width:108px;
				height:26px;
				background:transparent url('../images/bt_learnmore.gif') top left no-repeat;
			}	
		