@charset "UTF-8";
/* CSS Document */


ol{
	list-style: none;
	margin: 0px 0px;
	padding: 0px;
}
ol li{
	list-style:none;
	display:inline;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ol li a{
	display: inline-block!important;
	overflow: hidden;
	height: 150px;
	line-height:50px;
	width: 150px;
	white-space:nowrap;
	text-align:left;
	text-decoration: none;
}
ol li a p {
	line-height:normal;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 150px;
	margin-left: 10px;
	text-decoration: none;
}
ol li a p strong {
	font-size:20px;
	color:#85A24B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
ol  li  a.process1 {
	background:url(images/step1.gif) top left no-repeat;
}
ol  li  a.process2 {
	background:url(images/step2.gif) top left no-repeat;
}
ol  li  a.process3 {
	background:url(images/step3.gif) top left no-repeat;
}
ol  li  a.process4 {
	background:url(images/step4.gif) top left no-repeat;
}
