div#section_2,
div#section_3,
div#section_4 {
	display:none;
}
 html{
   overflow-y:scroll;
 }

	#sections{
		width: 642px; margin-left: 256px; margin-bottom: 20px; padding: 0 20px; border: #ddd 1px solid; 
		background: url(../../images/layout/text_bg_grad.jpg) left -80px no-repeat;
	}

	div.section {
		 float: left; min-height: 380px; overflow: hidden;
	}
	
	div.section ul {
		margin-left:25px;
	}
	
	div.section h3{
		font-size: 20px; margin: 20px 10px 15px 0;
		color:#4e4949;
	}	
	
	
		div.section div.section_header {
			position: relative; margin-bottom:5px; width: 100%; min-height: 240px;
			border-bottom:solid 1px #ccc; float: left;
		}
	
			.section_header img{
				float: right; right: 0; top: 30px; width: 271px; height: 181px; margin-top: -33px;margin: -33px 0 20px 20px;
				border: #ddd 1px solid;
			}
 	
			
		div.section div.section_body {
			padding-top:5px;  float: left; padding: 5px 0 5px 0; width: 100%;
		}
		
		div.section p{
			padding: 0; margin: 10px 0; line-height: 18px;
		}


		
	
#steps{
	position: absolute; top: 54px; left: 0; margin: 0; padding: 0; list-style: none; text-indent: -9999px;
}

	#steps a{
		display: block; width: 257px; height: 91px; 
		background: url(../../images/how_fundit_works_steps/steps-sprite.jpg) 0 0 no-repeat;
	}
	
	
	#steps-1 a:hover, #steps-1 a.current{
		background-position: -285px 0px;
	}
	
	#steps-2 a{
		background-position:  0 -91px;	
	}
	
	#steps-2 a:hover, #steps-2 a.current{
		background-position: -285px -91px;
	}
	
	#steps-3 a{
		background-position:  0 -182px;	height: 90px;
	}
	
	#steps-3 a:hover, #steps-3 a.current{
		background-position: -285px -182px;
	}
	
	#steps-4 a{
		background-position:  0 -273px;	
	}
	
	#steps-4 a:hover, #steps-4 a.current{
		background-position: -285px -273px;
	}
	

#actions{
	 margin:  0 -38px -10px -38px; padding: 0 38px; 
}
	
