/* CSS Document */
.aboutColumn {
	float: left;
	width: 275px;
	margin: 6px 30px 0 0;
}
#aboutBoxContent {
	margin-top: 34px;
	width: 108px;
	height: 104px;
	background-color: #f4900d;
	padding: 130px 0 0 150px;
}
#aboutPQ{
	width:280px;
	height:0;
	padding-top:90px;
	background:url(../images/about/txt.pull.quote.gif) no-repeat;
	overflow:hidden;
}
#contentWrapper {
	float: right;
	width: 622px;
	margin-right:36px;
}
/* NEXT STEPS *******************************************************************************************/

#nextStepsRegion {
	clear: both;
}
#nextSteps { background: url(../images/services/txt.next.steps.gif) no-repeat; height: 0; width:79px; padding-top: 17px; margin-top: 0; overflow: hidden; float: left}
#nextStepsRegion #nextStepLineBD {
	width: 85%;
	height: 20px;
	background: url(../images/services/grp.next.steps.line.gif) no-repeat;
	float:left;
	margin: 3px 0 0 10px;
}
#nextStepsRegion .nextStepLineInner {
	padding:0;
	margin-top:3px;
	float: left;
}
#nextStepsRegion .nextStepLineOuter {
	padding:0;
	margin-top:-10px;
	margin-right: -16px;
	#margin-right: -44px;
	float: right;
}
#nextStepLineBD ul {
	list-style-type: none;
	margin-right: 0px;
	margin-top: -3px;
	padding: 0 10px 0 0;
	background-color: #FFFFFF;
	float: right;
}
#nextStepLineBD li {
	display: inline;
}
#nextStepLineBD a:link, #nextStepLineBD a:hover, #nextStepLineBD a:visited, #nextStepLineBD a:active {
	background:url(../images/global/icn.link.gif) no-repeat;
	background-position: 0 1px;
	padding: 0 0 0 16px;
	margin-left: 16px;
	color: #646463;
	text-decoration: none;
}
#nextStepLineBD a:hover {
	background-position: 0 -13px;
	color: #f5971d;
	text-decoration: underline;
}