.landing .how-it-works {
	background:#173d58;
	padding-bottom:65px;
	text-align:center;
	padding-top:80px;
}

.landing .how-it-works .how-it-works-title{
	font-family:DINWebPro;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	left: 9px;
	line-height: 38px;
	text-shadow: 0 1px #173D58;
	z-index: 100;
	text-align:center;
}

.landing .steps-container{
	text-align:left;
	width:950px;
	margin:40px auto 0;
}

.landing .step{
	padding-left:25px;
	background:url("../images/rod/bullet-line.png") repeat-y;
}

.landing .step .step-content{
	background:#fff;
	padding:20px 20px 10px 20px;
	color:#393939;
	font-size:14px;
	line-height:24px;
	width:700px; /* decrease this to leave space for left column text*/
	margin-bottom:20px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.65);
	-moz-box-shadow:    0px 1px 2px 0px rgba(0, 0, 0, 0.65);
	box-shadow:         0px 1px 2px 0px rgba(0, 0, 0, 0.65);
}

.landing .step .step-content p{
	margin-bottom:10px;
	margin-top:0;
	font-size:14px;
	line-height:24px;
}

.landing .step .step-title{
	color:#fff;
	font-size:18px;
	font-family: DINWebPro;
	line-height:22px;
	font-weight:bold;
	background:url("../images/rod/bullet-normal.png") no-repeat;
	padding-left:35px;
	margin-left:-25px;
}

.landing .step.last .step-title{
	background:url("../images/rod/bullet-done.png") no-repeat;
	margin-left:-24px;
	padding-left:45px;
}

.landing .step.last{
	background:#173d58;
}