@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/tile.gif);
	background-repeat:repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	color:#333333;
	background-color:#FFCD33;
	margin-top:0px;
	font-size:12px;
	}
body a {
	color:#4591CE;
	text-decoration:none;
}
body a:hover{
	color:#666;
	text-decoration:none;
}
#wrapper {
	width:1000px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	}
#mainWrapper {
	width:820px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	}
#innerMain {
	width:820px;
	height:auto;
	float:left;
	background-image:url(../images/mainBg.png);
	background-repeat:repeat-y; 
	}
#innerWrapperBottom {
	width:820px;
	height:20px;
	float:left;
	background-image:url(../images/bottomBg.png);
	background-repeat:no-repeat;
	}
#header {
	width:820px;
	height:300px;
	margin-left:11px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	
	}
#headerLeft {
		height:280px;
		width:380px;
		float:left;
}
#headerRight {
	height:280px;
	width:400px;
	float:left;

}
#logo {
	background-image:url(../images/logo.png);
	height:140px;
	width:380px;
}
#headerQuote {
	width:400px;
	height:35px;
	
}
		
#navBar {
	width:820px;
	height:auto;
}

.homeThinker {
	width:620px;
	height:110px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	background-image:url(../images/thinking.jpg);
	background-repeat:no-repeat;

}
.research {
	width:620px;
	height:110px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	background-image: url(../images/unbranded-discovery-world-chemistry-set-100-experiments-f-e-v-a.jpg);
	background-repeat:no-repeat;

}
.mission {
	width:620px;
	height:110px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	background-image: url(../images/mission.png);
	background-repeat:no-repeat;

}
.bsg {
	width:620px;
	height:110px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	background-image: url(../images/bookshelf.png);
	background-repeat:no-repeat;

}
.contactHeader {
	width:620px;
	height:110px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	background-image: url(../images/contact.jpg);
	background-repeat:no-repeat;

}
#mainLeft {
	height:auto;
	width:620px;
	float:left;
	margin-top:10px;
	
	margin-left:20px;
}
#mainRight {
		width:150px;
		height:500px;
		float:left;
		margin-top:10px;

	margin-left:10px;
}
.cont1Left {
	background-image:url(../images/textbg.gif);
	background-repeat:repeat-x;
	background-color:#F1F2F2;
	width:620px;
	height:auto;
	float:left;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
}
#cont2Left {
	background-image:url(../images/textbg.gif);
	background-repeat:repeat-x;
	background-color:#F1F2F2;
	width:620px;
	height:auto;
	float:left;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
}
#cont3Left {
	background-image:url(../images/textbg.gif);
	background-repeat:repeat-x;
	background-color:#F1F2F2;
	width:620px;
	height:auto;
	float:left;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
}

.eventImage {
		float:left;
		width:250px;
		height:250px;
		
}

.eventText {
	float:left;
	width:365px;
	height:auto;
}
	
	
