/*  background div */

 .background_div			{position: relative; top:0px; left:0px; right:0px; width: 100%; height: 100%; background: #fff url('/imgs/background_gradient.jpg') repeat-x;}

/* main body */

 body {font-family: arial, helvetica, serif; font-size: 11px}
 .main	{font-family: arial, serif; font-size: 11px;} 

/* navigation styles */ 

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {color: white; display: block; width: 10em; text-decoration: none; padding: 5px}
#nav a:hover {background: #000}

#nav li {float: left; width: 10em;}

#nav li ul {position: absolute; background: red; width: 10em; left: -999em;}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
 
/* color headers */

 .red_header			{font-weight: bold; background: red; color: #FFF; padding: 5px; border-bottom: 1px solid #000;}
 .dark_header			{font-weight: bold; background: #000033; color: #FFF; padding: 5px; border-bottom: 1px solid #000;}
 
/* bottom navigation */

 .nav_bottom {color: #969696; word-spacing: 8px;}
a.nav_bottom {color: #969696; word-spacing: 0px; text-decoration: none;}
a.nav_bottom:hover {color: #ff0000; word-spacing: 0px; text-decoration: underline}

/* school schedules */


table.schedule {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: separate;
	}
table.schedule th {
	font-size: 11px;
	color: #FFF;
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: red;
	
	}
table.schedule td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	text-wrap: suppress;
	}
tr.home {
	background: #DCDCDC;
	}
 .small_link {font-size: 10px;}
 /* SECTION HEADERS */
 .sh_green {
 	background: #17611e url('/imgs/gradient_green.gif') repeat-x;
 	border-bottom: 1px solid #000; 
 	border-top: 1px solid #000;
 	color: #FFF; 
 	font-weight: bold;
 	padding: 5px; 
 }
 .sh_dark_blue {
 	background: #000033 url('/imgs/gradient_dark_blue.gif') repeat-x;
 	border-bottom: 1px solid #000; 
 	border-top: 1px solid #000;
 	color: #FFF; 
 	font-weight: bold;
 	padding: 5px; 
 }
 .sh_red {
 	background: #FF6161 url('/imgs/gradient_red.gif') repeat-x;
 	background-position: bottom;
 	border-bottom: 1px solid #000; 
 	border-top: 0px solid #000;
 	color: #FFF; 
 	font-weight: bold;
 	padding: 5px; 
 }
 .sh_orange {
 	background: #ffb761 url('/imgs/gradient_orange.gif') repeat-x;
 	border-bottom: 1px solid #000; 
 	border-top: 1px solid #000;
 	color: #FFF; 
 	font-weight: bold;
 	padding: 5px; 
 }
 .sh_blue {
 	background: #6da8ca url('/imgs/gradient_blue.gif') repeat-x;
 	border-bottom: 1px solid #000; 
 	border-top: 0px solid #000;
 	color: #FFF; 
 	font-weight: bold;
 	padding: 5px; 
 }