html { overflow: -moz-scrollbars-vertical !important; }
/*forces Firefox reserve space for a vertical scroll bar even when not needed. 
This stops the page from shifting when an accordion panel pushes content down
and makes a scroll bar appear*/
#start_here_area{
	background-color:#FFFBFE;
	border:solid;
	border-color:#444444;
	border-top-width:4px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:4px;
	padding-top:5px;
	padding-left:8px;
	padding-right:5px;
	padding-bottom:0px;
	position:relative;
	left:10px;
	background-image: url(/StartHere/img/bg/start_here_BG.gif);
	background-repeat: no-repeat;
}
#step_one_area{
	background-color:#FFFBFE;
	border:solid;
	border-color:#444444;
	border-top-width:4px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:4px;
	padding-top:5px;
	padding-left:8px;
	padding-right:5px;
	padding-bottom:0px;
	position:relative;
	left:10px;
	background-image: url(/StartHere/img/bg/step1_BG.gif);
	background-repeat: no-repeat;
}
#step_two_area{
	background-color:#FFFBFE;
	border:solid;
	border-color:#444444;
	border-top-width:4px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:4px;
	padding-top:5px;
	padding-left:8px;
	padding-right:5px;
	padding-bottom:0px;
	position:relative;
	left:10px;
	background-image: url(/StartHere/img/bg/step2_BG.gif);
	background-repeat: no-repeat;
}
#step_three_area{
	background-color:#FFFBFE;
	border:solid;
	border-color:#444444;
	border-top-width:4px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:4px;
	padding-top:5px;
	padding-left:8px;
	padding-right:5px;
	padding-bottom:0px;
	position:relative;
	left:10px;
	background-image: url(/StartHere/img/bg/step3_BG.gif);
	background-repeat: no-repeat;
}
#unwrapped_area{
	background-color:#FFFBFE;
	border:solid;
	border-color:#444444;
	border-top-width:4px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:4px;
	padding-top:5px;
	padding-left:8px;
	padding-right:5px;
	padding-bottom:0px;
	position:relative;
	left:10px;
	background-image: url(/StartHere/img/bg/unwrapped_BG.gif);
	background-repeat: no-repeat;
}

#Prog_Bar { /* START HERE Progress Bar Positioning */
	display: block;
	position: relative;
	top: 0px;
	left: 190px;
	margin-top:3px;
}

#three_step_content { /* Content Positioning */
	display: block;
	position: relative;
	top: 3px;
	left: 198px;
	margin-top:3px;
	width: 200px
}

.clickBelowImg{
	display: block;
	position: relative;
	float:left;	
}


#accordian_headline{
	display:block;
	position:relative;
	top:10px;
	left:44px;
	width: 356px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}


/*#mainContent{
	display: block;
	position: relative;
	top: 0px;
	left: 38px;
}
*/

h1 {
	color: #333333;
}
p {
	color: #333333;
}

