/* lifestep process table */

#lifestep-process {
	background: #FFFFFF;
	text-align: center;
	border: 1px solid #EFE6A1;
}
#lifestep-process h1 {
	font-family: "Trebuchet MS", Arial, verdana;
	text-transform: none;
	color: #FFFFFF;
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 0px;
	font-size: 1.3em;
	font-weight: bold;
}
#lifestep-process h2 {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "Trebuchet MS", Arial, verdana;
	color: #FFFFFF;
	font-size: 1.1em;
}
#lifestep-process h3 {
	background: url(none);
	border-style: none;
	color: #BB8C00;
	font-style: normal;
	font-size: 1em;
}

#lifestep-process ul {
	text-align: left;
	list-style: none;
	margin: 10px;
	padding: 0px;
	font-size: 80%;
}
#lifestep-process ul li {
	margin-bottom: 8px;
	line-height: 120%;
}
#lifestep-process .brdwhiteleft {
	border-right: 1px solid #F1EAC9;
}
#lifestep-process .brdcreamleft {
	border-right: 1px solid #EFE6A1;
}
#lifestep-process .brd2 {
	border-right: 1px solid #DDBF59;
}