@charset "UTF-8";
/* CSS Document */

/* SUBHEADER FOR STEP PAGES, CONTAINING PAGE TITLE AND 'THIS STEP' ELEMENTS */
	
	body.page1 #subheader{
		background: url(../images/styles/subheader_page1.png) no-repeat;
	}
	
	body.page2 #subheader{
		background: url(../images/styles/subheader_page2.png) no-repeat;
	}
	
	body.page3 #subheader{
		background: url(../images/styles/subheader_page3.png) no-repeat;
	}
	
	body.page4 #subheader{
		background: url(../images/styles/subheader_page4.png) no-repeat;
	}
	
	body.page5 #subheader{
		background: url(../images/styles/subheader_page5.png) no-repeat;
	}
	
	/* THE HANGING TEXT BOX UNDER EACH OF THE NUMBERS IN THE SUBHEADER */
	
	body.page1 #content,
	body.page2 #content,
	body.page3 #content,
	body.page4 #content,
	body.page5 #content {
		background: url(../images/styles/undersubheader_step.png) no-repeat #FFF;
	}
	
/* BACKGROUND IMAGES FOR CHECKLIST AREA */

	body.page5 #checklist {
		background: url(../images/styles/red_check.png) no-repeat;
	}
	body.page4 #checklist {
		background: url(../images/styles/blue_check.png) no-repeat;
	}
	body.page3 #checklist {
		background: url(../images/styles/green_check.png) no-repeat;
	}
	body.page2 #checklist {
		background: url(../images/styles/orange_check.png) no-repeat;
	}
	body.page1 #checklist {
		background: url(../images/styles/purple_check.png) no-repeat;
	}
	
	
	/* STYLES FOR CHECKLIST CONTENT AREA */

	.check_info {
		width: 465px;
		min-height: 130px;
		padding: 15px 0px 15px 45px;
		font-size: 100%;
	}
		
	.fontlight {
		font-weight:500;
		letter-spacing: 1px;
	}
	

	   
   


	
	
	
	
	
	
	
	
	
	
	