#RecommendationHolder {
	margin-bottom: 1em;
}

#RecommendationHolder .clear {
	clear: left;
	height: 1px;
}

#QuoteHeader {
	background:#f3f3f3 url(../images/cornergrey_botright.png) no-repeat bottom right;
	padding:13px;
}

	#QuoteHeader h2,
	#QuoteSteps h2 {
		font-size:2.6em;
		margin-bottom:20px;
		font-weight:normal;
		padding-bottom:8px;
		font-family:Georgia,"Times New Roman",serif;
		border-bottom:1px solid #8fd400;
	}
		#QuoteSteps h2 {
			margin-top:10px;
		}
	
	#LatestQuoteContent {
		float: left;
		width: 45%;
	}
	
	#RightQuoteContent {
		float:right;
		width:130px;
		background:#daebb6;
		padding:5px;
		margin:15px;
	}
	
	#LeftQuoteContent {
		margin-right: 170px;
		/* margin-left: 155px; */
	}
	
	#RightQuoteContent #QuoteList {
		margin-left:15px;
	}
		#RightQuoteContent #QuoteList li {
			margin:4px 10px;
			font-size:1.4em;
			line-height:1.4em;
			font-family:Georgia,"Times New Roman",serif;
			list-style-image:url(../images/ul_bullet.gif);
		}
	
	
#QuoteSteps {
	clear:right;
}
	#QuoteSteps ul#StepsList li.step {
		background:#e9f6cc url(../images/communication_corners.gif) no-repeat top right;
		padding:13px 15px 0 15px;
		border-bottom:5px solid #8fd400;
		color:#455329;
	}
		ul#StepsList li.spacer {
			padding-left:16px;
		}
		ul#StepsList li h3 {
			font-family:Georgia,"Times New Roman",serif;
			font-size:1.5em;
			font-weight:normal;
			border-bottom:1px solid #8fd400;
			padding-bottom:8px;
			width:70%;
		}
		ul#StepsList li div {
			background:url(../images/stepBlock.gif) no-repeat 10px 100%;
			width:70%;
		}
			ul#StepsList li.one div {
				padding-bottom:47px;
			}
		ul#StepsList li p {
			font-size:1.1em;
			line-height:1.3em;
			padding:10px 0 10px 58px;
		}
		ul#StepsList li.step img {
			float:right;
			padding:10px 10px 35px 10px;
			background:url(../images/steps_viewimage_bg.gif) no-repeat center center;
		}
		
#StepInstruction {
	background:#ccc url(../images/cornergrey_topright.png) no-repeat top right;
	padding:10px 15px 8px 10px;
}
	#StepInstruction p {
		font-family:Georgia,"Times New Roman",serif;
		font-size:1.5em;
		font-weight:normal;
		color:#333;
		width:70%;
		line-height:3.5em;
		float:left;
	}
	#StepInstruction a {
		float:right;
	}

	
#Form_Form label.FormHeading {
	margin-bottom: 10px;
}