/*
-------------------------------------------
Noyce - Home Styles
Version:  Feb. 09, 2009
------------------------------------------- */
/* Change Log:
Created Feb. 09, 2009
Feb. 09, 2009: Updated ... 
Main font: Arial, Helvetica, sans-serif;
------------------------------------------- */


#mainHome {
	diplay: block;
	float: right;
	width: 650px;
}
#mainHome #informalScience {
	margin: 0; padding: 0;
	background: url(../images/informalScience_on.jpg) no-repeat top center;
	width: 216px;
	height: 296px;
	float: right;
}
#mainHome #math {
	margin: 0; padding: 0;
	background: url(../images/math_on.jpg) no-repeat top center;
	width: 216px;
	height: 296px;
	float: right;
}
#mainHome #leadership {
	margin: 0; padding: 0;
	background: url(../images/leadership_on.jpg) no-repeat top center;
	width: 216px;
	height: 296px;
	float: right;
}
#bodyImgWrapper {
	float: right;
	height: 279px;
}
.bodyText {
	display:none;
	
}
.bodyText img {
	margin: 0;
	padding: 0;
	float: right;
}
#homeText {
	display:block;
}
#mainFeatures #leadership, 
#mainFeatures #math, 
#mainFeatures #informalScience {
	cursor: pointer;
}


