/*------------------------------------------------------------------------------------
	Global Reset & General Styles
------------------------------------------------------------------------------------*/
* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

.access{ display:none; } /* For accessibility related elements */
.clear{ clear:both; height:0px; font-size:0px; line-height:0px; overflow:hidden; }
a{ outline:none; }
a img{ border:none; }

.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

body {
	font: 11pt/14pt Arial, Helvetica, sans-serif, Calibri;
	color:#000000;
}
#steps_wrap {
	margin:0;
	padding:20px 40px;
}
#videoText {
	float:right;
	display:inline;
	padding:50px 0 0 0;
	width:300px;
}
#steps_pics_wrap {
	margin:20px 0;
	padding:10px 0 10px 10px;
	float:left;
	overflow:hidden;
	width:869px;
	background:#CCCCCC;
}
h1#steps {
	font: Bold 24pt Arial, Helvetica, sans-serif, Calibri;
	padding:10px;
	color:#cc0000;
	text-align:center;
}
.steps_text3cols {
	float:left;
	display:block;
	width:270px;
	padding:8px 8px 8px 0;
	font:12px/14px Arial, Helvetica, sans-serif;
}
.steps_text4cols {
	float:left;
	display:block;
	width:198px;
	padding:8px 8px 8px 0;
	font:12px/14px Arial, Helvetica, sans-serif;
}
.stepNumber {
	/* 	border-top: 1px solid #999; */
	border-bottom: 1px solid #999;
	width:100%;
	padding:3px 0;
	margin:0 0 5px 0;
	font:14pt Georgia, "Times New Roman", Times, serif;
	color:#333;
	line-height: 1.2;
}
.stepsTitle {
	margin:0 0 4px 0;
	padding:0;
}
.stepsFloatRight {
	float:right;
	padding: 10px 0 10px 20px;
}
#stepsExcerpt {
	float:right;
	display:block;
	border: 1px solid #387E3C;
	width:200px;
	padding:20px;
	margin:20px 0 10px 10px;
	background:#B1D134;
}
#stepsBox {
	width:880px;
	background:#b5c6a4;
	margin:20px 0;
}
#boxTop {
	width:880px;
}
#boxBody {
	width:800px;
	padding:0 40px;
}
#boxBottom {
	width:880px;
}
/*------------------------------------------------------------------------------------
	Clearing columns
------------------------------------------------------------------------------------*/

.columns:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}
* html .columns {height: 1%;}

.columns .column{
	float:left;
	overflow:hidden;
}


.col3 .first{ width:279px; margin:0 10px 0 0;}
.col3 .second{ width:279px; margin:0 10px 0 0; }
.col3 .third{ width:279px; margin:0 10px 0 0;}

.col4 .first{ width:209px; margin:0 7px 0 0;}
.col4 .second{ width:209px; margin:0 7px 0 0; }
.col4 .third{ width:209px; margin:0 7px 0 0;}
.col4 .fourth{ width:209px; margin:0 7px 0 0;}

