@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FF9;
	text-align: justify;
}
#wrapper {
	height: 1550px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#wrapper_calendar {
	height: 2300px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#wrapper_staff {
	height: 3500px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#wrapper_droid {
	height: 3800px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
h1 {
	text-align: center;
}
p {
	text-align: justify;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#header {
	height: 50px;
	width: 1000px;
	background-color: #FF9;
}
.tab_one {
	height: 50px;
	width: 196px;
	float: left;
	font-weight: bold;
}
.social-slide {
	background-image: url('../Images/FB_48x48.png');
	height: 48px;
	width: 48px;
	margin-left:auto;
	margin-right:auto;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.social-slide:hover {
	background-position: 0px -48px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}
.tab_two {
	height: 50px;
	width: 196px;
	float: left;
	font-weight: bold;
}
.tab_three {
	height: 50px;
	width: 196px;
	float: left;
	font-weight: bold;
}
.tab_four {
	height: 50px;
	width: 196px;
	float: left;
	font-weight: bold;
}
.tab_five {
	height: 50px;
	width: 196px;
	float: left;
	font-weight: bold;
}
#header .tab_one a:link, #header .tab_one a:visited {
	color: #FFF;
	background-image: url(../Images/green_tab.gif);
	background-position: left top;
	display: block;
	height: 30px;
	width: 186px;
	padding-top: 20px;
	padding-left: 10px;
	text-decoration: none;
}
#header .tab_one a:hover, #header .tab_one a:active {
	background-position: left bottom;
}
#header .tab_two a:link, #header .tab_two a:visited {
	color: #FFF;
	background-image: url(../Images/orange_tab.gif);
	background-position: left top;
	display: block;
	height: 30px;
	width: 186px;
	padding-top: 20px;
	padding-left: 10px;
	text-decoration: none;
}
#header .tab_two a:hover, #header .tab_two a:active {
	background-image: url(../Images/orange_tab.gif);
	background-position: left bottom;
}
#header .tab_three a:link, #header .tab_three a:visited {
	color: #FFF;
	background-position: left top;
	display: block;
	height: 30px;
	width: 186px;
	padding-top: 20px;
	padding-left: 10px;
	text-decoration: none;
	background-image: url(../Images/red_tab.gif);
}
#header .tab_three a:hover, #header .tab_three a:active {
	background-position: left bottom;
	background-image: url(../Images/red_tab.gif);
}
#header .tab_four a:link, #header .tab_four a:visited {
	color: #FFF;
	background-image: url(../Images/purple_tab.gif);
	background-position: left top;
	display: block;
	height: 30px;
	width: 186px;
	padding-top: 20px;
	padding-left: 10px;
	text-decoration: none;
}
#header .tab_four a:hover, #header .tab_four a:active {
	background-image: url(../Images/purple_tab.gif);
	background-position: left bottom;
}
#header .tab_five a:link, #header .tab_five a:visited {
	color: #FFF;
	background-image: url(../Images/pink_tab.gif);
	background-position: left top;
	display: block;
	height: 30px;
	width: 186px;
	padding-top: 20px;
	padding-left: 10px;
	text-decoration: none;
}
#header .tab_five a:hover, #header .tab_five a:active {
	background-image: url(../Images/pink_tab.gif);
	background-position: left bottom;
}
#logo {
	height: 200px;
	width: 980px;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}
#logo_two {
	background-image: url(../Images/BB_logo_980.gif);
	height: 200px;
	width: 980px;
}
#sidebar {
	height: 1250px;
	width: 250px;
	float: right;
	background-image: url(../Images/kid_pics.gif);
	margin-top: 20px;
	margin-right: 10px;
	background-repeat: no-repeat;
}
#sidebar2 {
	height: 1250px;
	width: 250px;
	float: right;
	background-image: url(../Images/craft_pics.gif);
	margin-top: 20px;
	margin-right: 10px;
	background-repeat: no-repeat;
}
#title {
	height: 75px;
	width: 720px;
	float: left;
	text-align: center;
	color: #FFF;
	background-image: url(../Images/green_bar.gif);
	margin-bottom: 0px;
}
#title_two {
	height: 75px;
	width: 720px;
	float: left;
	text-align: center;
	color: #FFF;
	background-color: #F80000;
}
#title_three {
	height: 75px;
	width: 720px;
	float: left;
	text-align: center;
	background-color: #FF9F2F;
	color: #FFF;
}
#title_four {
	height: 75px;
	width: 720px;
	float: left;
	text-align: center;
	background-color: #251B7D;
	color: #FFF;
}
#title_five {
	height: 75px;
	width: 720px;
	float: left;
	text-align: center;
	background-color: #DC0041;
	color: #FFF;
}
#mainContent2 {
	height: 200px;
	width: 700px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}
#mainContent {
	height: 1160px;
	width: 700px;
	float: left;
	margin-left: 20px;
	text-align: center;
	margin-top: 20px;
}

#mainContent_calendar {
	height: 1950px;
	width: 700px;
	float: left;
	margin-left: 20px;
	text-align: center;
	margin-top: 20px;
}
#mainContent_staff {
	height: 3120px;
	width: 920px;
	float: left;
	margin-left: 20px;
	text-align: center;
	margin-top: 20px;
}
#first_para {
	height: 300px;
	width: 700px;
}
#video {
	height: 450px;
	width: 700px;
	float: left;
	background-color: #71C33A;
	margin-bottom: 20px;
}
#mainContent_droid {
	height: 3450px;
	width: 700px;
	float: left;
	margin-left: 20px;
	text-align: center;
	margin-top: 20px;
}
#wrapper #mainContent h1 {
	font-weight: bold;
	color: #5EC745;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper #mainContent p {
	font-size: 16px;
}
#wrapper #mainContent h2 {
	color: #261C7E;
	font-size: 18px;
}
#footer {
	height: 30px;
	width: 980px;
	clear: left;
	font-size: 12px;
	text-align: center;
	padding: 20px;
}
.whiteLetter {
	color: #FFF;
}
