/* CSS Document */

h3.proc	{
	padding: 15px;
	padding-bottom: 0px;
	}

#procwrap	{
	float: right;
	width: 390px;
	}

.process	{
	float: left;
	width: 500px;
	margin-bottom: 0px;
	font-size: 1.2em;
	line-height: 135%;
	}

.procspacer	{
	width: 400px;
	height: 85px;
	background-color: #FFFFFF;
	}
	
#rbprocess1, #rbprocess3, #rbprocess5	{
	background: #f4f4f4;
	}

#rbprocess2, #rbprocess4, #rbprocess6	{
	background: #fff6f2;
	}

#rbprocess1	{
	background-image: url(../images/helpdiv/step-1-bg.gif);
	}
#rbprocess2	{
	background-image: url(../images/helpdiv/step-2-bg.gif);
	}
#rbprocess3	{
	background-image: url(../images/helpdiv/step-3-bg.gif);
	}
#rbprocess4	{
	background-image: url(../images/helpdiv/step-4-bg.gif);
	}
#rbprocess5	{
	background-image: url(../images/helpdiv/step-5-bg.gif);
	}
#rbprocess6	{
	background-image: url(../images/helpdiv/step-6-bg.gif);
	}
.procarrow	{
	clear: both;
	width: 500px;
	}
	
#laystep1 {
	float: right;
	position:absolute;
	/*visibility:hidden;*/
	width:400px;
	height:150px;
	right: 75px;
	top: 440px;
	border:1px none #000000;
	z-index:1;
}

#laystep2 {
	float: right;
	position:absolute;
	/*visibility:hidden;*/
	width:400px;
	height:150px;
	right: 75px;
	top: 740px;
	border:1px none #000000;
	z-index:1;
}

#laystep3 {
	float: right;
	position:absolute;
	/*visibility:hidden;*/
	width:400px;
	height:150px;
	right: 75px;
	top: 1000px;
	border:1px none #000000;
	z-index:1;
}

#laystep4 {
	float: right;
	position:absolute;
	/*visibility:hidden;*/
	width:400px;
	height:150px;
	right: 75px;
	top: 1225px;
	border:1px none #000000;
	z-index:1;
}

#laystep5 {
	float: right;
	position:absolute;
	/*visibility:hidden;*/
	width:400px;
	height:150px;
	right: 75px;
	top: 1490px;
	border:1px none #000000;
	z-index:1;
}

#laystep6 {
	float: right;
	position:absolute;
	/*visibility:hidden;*/
	width:400px;
	height:150px;
	right: 75px;
	top: 1715px;
	border:1px none #000000;
	z-index:1;
}

.boxproc	{	/* For boxtext with light backgrounds */
	margin: 0px;
	padding: 15px;
	font-size: 0.85em;
	line-height: 150%;
	}