@charset "UTF-8";

/* Body */


body {
	font: .8em "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 1.4em;
	margin: 0px;
	padding: 0;
	color: #000;
}

a img {
	border: none;	
}

/* IE 6 PNG Fix */

img, div, a, ul { 
	behavior: url(iepngfix.htc); 
}


/* Main Container */

#mainContainer {
	margin: 0 auto;
	width: 900px;
}


/* News */

#news {
	width: 900px;
	height: 25px;
	
}


/* Logo */

#logo {
	float: left;
	width: 278px;
	height: 145px;
	
}

/* Navigation */

#navigation {
	float: left;
	width: 900px;
	height: 145px;
	
}

/* Screen */

#screen {
	float: left;
	width: 622px;
	height: 30px;
	
}

/* Home Flash */


#Hflash {
	float: left;
	width: 900px;
	height: 317px;
	overflow: hidden;

}

/* Classroom Flash */


#Cflash {
	float: left;
	width: 900px;
	height: 385px;
	overflow: hidden;

}

/* Teachers */

#teachers {
	float: left;
	width: 184px;
	height: 181px;
	background: url(../img/teachers.jpg) no-repeat;
	padding: 64px 25px 0 95px;
	font-size: .9em;
	
}

#teachers ul {
	color: #fff;
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 1.5em;
	
}

#teachers li {
	background: url(../img/bullet_teachers.gif) no-repeat;
	background-position: left top;
	padding: 0 0 0 10px;
	

}

#teachers a {
	color: #fff;
	text-decoration: underline;
	
}

#teachers a:hover {
	color: #000;
	text-decoration: none;
	
}

#teachers a:visited {
	color: #89CA38;
	text-decoration: underline;
	
}

/* Students */

#students {
	float: left;
	width: 248px;
	height: 181px;
	background: url(../img/students.jpg) no-repeat;
	padding: 64px 25px 0 25px;
	font-size: .9em;
	
}

#students ul {
	color: #000;
	padding: 0;
	margin: 0;
	list-style-type: none;
	
}

#students li {
	background: url(../img/bullet_students.gif) no-repeat;
	background-position: left top;
	padding: 0 0 0 10px;	

}

#students a {
	color: #000;
	text-decoration: underline;
	
}

#students a:hover {
	color: #fff;
	text-decoration: none;
	
}

#students a:visited {
	color: #148FBE;
	text-decoration: underline;
	
}
	
	
/* Contests */

#contests {
	float: left;
	width: 218px;
	height: 181px;
	background: url(../img/contests.jpg) no-repeat;
	padding: 64px 55px 0 25px;
	font-size: .9em;
	
}

#contests ul {
	color: #fff;
	padding: 0;
	margin: 0;
	list-style-type: none;
	
}

#contests li {
	background: url(../img/bullet_contests.gif) no-repeat;
	background-position: left top;
	padding: 0 0 0 10px;	

}

#contests a {
	color: #fff;
	text-decoration: underline;
	
}

#contests a:hover {
	color: #000;
	text-decoration: none;
	
}

#contests a:visited {
	color: #fff;
	text-decoration: underline;
	
}

/* General */


#general {
	float: left;
	width: 900px;

}


/* General Navigation*/


#generalNav {
	float: left;
	width: 220px;
	padding-left: 40px;


}

/* General Body*/


#generalBody{
	float: left;
	width: 560px;
	padding-left: 40px;
	padding-right: 20px;
	margin-bottom: 20px;

}
	
	
/* Footer */


#footer {
	clear: both;
	width: 900px;
	height: 110px;
	border-top: 1px solid #999;
	text-align: center;
	font-size: .8em;
	padding: 0 0 0 0;
	margin-top: 10px;
}

# footer img {
	vertical-align: middle;
	padding: 2px;
}

/* FancyZoom */

#large_box { width:800; height:600; }
div#photos { overflow:auto; }
div.photo { float:left; display:inline; margin:0 20px 20px 0; }
div.photo a img { border:none; }
p#photoOne_caption { margin:5px 0 0; }

/* Order Now Button*/

a#orderNow  {
    width: 100px;
    height: 36px;
    background-image:url(../img/order_now.jpg);
    display: block;
    text-decoration: none;
}

a#orderNow:hover {
	 background-position: 0 36px;
}

/* Board and Staff Bios */

#bio {
	width: 550px;
	padding-bottom: 15px;
}

#bioPhoto {
	float: left;
	width: 130px;
	padding-top: 15px;
	text-align: center;
}

#bioContent {
	float: left;
	width: 420px;
}

/* Contact Us Email */

#contactUs {
	width: 180px;
	float: left;
	text-align: center;
}

/* Games */

#games {
	width: 500px;
}


/* Common Elements */

h1 {
	font: 1.3em "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #BE1430;
	padding-bottom: 10px;
	
}

h2 {
	font: 1.1em "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #000;
}

h3 {
	font: 1.1em "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #BE1430;
	padding-top: 15px;
}

h4 {
	font: 1.1em "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #000;
}

a {
	color: #BE1430;
	text-decoration: underline;
		
}

a:hover {
	color: #FFC000;
	text-decoration:none;
}	

a:visited {
	color:#148FBE;
	text-decoration:underline;
}	

li {
	padding: 2px;
}

img.right {
	float: right;
	padding: 0 0 20px 20px;
	
}

img.left {
	float:left;
	padding: 0 20px 20px 0;
}

.error {
	color: #CC0000;
	font-weight: bold;
}

p {
	padding: 0 0 5px 0;
}
