/*************************************************************************************************
/* File: additional.css
/* Purpose: This sheet contains page or section specific styles and all other rules that are 
/*			not used sitewide
/************************************************************************************************/




/* -----------------------------------------------------------------------------------*/
/* -------------------------------->>> PAGE HEADERS <<<-------------------------------*/
/* -----------------------------------------------------------------------------------*/
.imgHeader { 
	text-indent: -5000px;
	height: 48px;
	margin:auto; margin-top:30px; text-align:center; display:block; 
	width:495px;
	}
	

#step1_head{ background:url(../images/headline_step1.png); }
#step2_head{ background:url(../images/headline_step2.png); }
#step3_head{ background:url(../images/headline_step3.png); }
#step4_head{ background:url(../images/headline_step4.png); }
#step5_head{ background:url(../images/headline_step5.png); }
#step6_head{ background:url(../images/headline_step6.png); }
#step7_head{ background:url(../images/headline_step7.png); }
#step8_head{ background:url(../images/headline_step8.png); }
#step9_head{ background:url(../images/headline_step9.png); }
#step10_head{ background:url(../images/headline_step10.png); }
#contact_head{ background:url(../images/headline_contact.png); }
#reportcard_head{ background:url(../images/headline_reportCard.png); }
#privacy_head{ background:url(../images/headline_privacy.png); }
#terms_head{ background:url(../images/headline_terms.png); }
#signup_head{ background:url(../images/headline_signup.png); }
#thanks_head{ background:url(../images/headline_thanks.png); }





/* -----------------------------------------------------------------------------------*/
/* ------------------------>>> INDEX PAGE CHECKLIST <<<-------------------------------*/
/* -----------------------------------------------------------------------------------*/

.checklist li{ 
	background:url(../images/bullet_checklist.png) left center no-repeat; 
	font-size:1.1em;
	padding:3px 0 3px 20px; 
	}

.checked{ 
	background:url(../images/bullet_checkmark.png) left center no-repeat !important; 
	padding-top:12px !important; 
	}
	
	
#videoBox{margin:0 auto 15px auto;}