@charset "UTF-8";
/* CSS Document */

/* THESE SUBHEADER STYLES ARE PAGE-SPECIFIC TO EACH VERSION OF THE HOME PAGE */

	body.home1 #subheader{
		background: url(../images/styles/subheader_home1.png) no-repeat;
	}
	
	body.home2 #subheader{
		background: url(../images/styles/subheader_home2.png) no-repeat;
	}
	
	body.home3 #subheader{
		background: url(../images/styles/subheader_home3.png) no-repeat;
	}
	
	body.home4 #subheader{
		background: url(../images/styles/subheader_home4.png) no-repeat;
	}
	
	body.home5 #subheader{
		background: url(../images/styles/subheader_home5.png) no-repeat;
	}

/* THE HANGING TEXT BOX UNDER EACH OF THE NUMBERS IN THE SUBHEADER */
	
	body.home1 #content,
	body.home2 #content,
	body.home3 #content,
	body.home4 #content,
	body.home5 #content {
		background: url(../images/styles/undersubheader.png) no-repeat #FFF;
	}
	
/* STYLES FOR HOME PAGE CONTENT AREA */

	.step_info {
		width: 280px;
		min-height: 175px;
		padding: 30px 0 15px 228px;
		font-size: 95%;
	}


/* BACKGROUND IMAGES FOR CONTENT AREA */

	#infosheet_materials {
		background: url(../images/styles/infosheet_materials.png) no-repeat;
	}
	
	#tshirt_materials {
		background: url(../images/styles/tshirt_materials.png) no-repeat;
	}
	
	#handbook_materials {
		background: url(../images/styles/handbook_materials.png) no-repeat;
	}
	

	
	