/* Ryan Sever, SCHS, changed menu colors to WEB-SAFE versions of logo colors, 10/10/07 */
body {
	margin: 0;
	color: #FFFFFF;
	font: 9pt "Arial", Times, serif;
	background: #000058;
}

img, div, td, table {
	behavior: url('/apps/shared/iepngfix.htc');
}

.HPNews, .HPEvents, .HPBBMessages {
	padding: 5px 5px 5px 5px;
	font: 9pt "Arial", Times, serif;
	color: #000000;
	width: 870px;
}

.HPNews, .HPEvents, .HPBBMessages {
	padding: 5px 5px 5px 5px;
	font: 9pt "Arial", Times, serif;
	color: #000000;
	width: 276px;
}

.HPBBMessages a, .HPBBMessages a:link, .HPBBMessages a:visited,
.HPNews a, .HPNews a:link, .HPNews a:visited,
.HPEvents a, .HPEvents a:link, .HPEvents a:visited {
	color: #113eaa;
	font-weight: bold;
}

.HPNews #l, .HPBBMessages #l, .HPEvents #l {
	padding-left: 5px;
	padding-top: 2px;
}

.neutral, table {
	font: 9pt "Arial", Times, serif;
	color: #000000;
}

.neutral a, .neutral a:link, .neutral a:visited { color: #833333; }
.neutral a:hover, .neutral a:active { color: #8C1706; }

.contentIndex {
	padding: 0;
	font: 9pt "Arial", Times, serif;
	color: #000000;
	background: #FFFFFF;
	height: 420px;
}

.content {
	padding: 10px;
	height: 420px;
	font: 9pt "Arial", Times, serif;
	color: #333;
	background: #ffffff;
}

a, a:link, a:visited { color: #000000; }
a:hover, a:active { color: #000000; }

.light {
	font: 9pt "Arial", Times, serif;
	color: #000000;
	background: #A9C5FF;
}
.light  a, .light a:link, .light a:visited { color: #000000; }
.light a:hover, .light a:active { color: #000000; }

.dark {
	font: 9pt "Arial", Times, serif;
	color: #ffffff;
	background: #000058;
}
.dark a, .dark a:link, .dark a:visited { color: #ffffff; }
.dark a:hover, .dark a:active { color: #ffffff; }

.pageTitle {
	display: block;
	width: auto!important;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-image: url(/pics/page_title.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 30px!important;
	height: 47px;
	padding: 17px 0px 5px 15px;
	margin-bottom: 5px;
	text-transform:uppercase;
}

#enCountdownDiv {
	color:#055600;
	padding-top: 3px;
	text-align: center;
}
div#menu {
	background: url('/pics/topnav_bg.gif') repeat-x;
	width: 900px;
	height: 30px;
}
ul#topNavItems {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 785px;
	position: relative;
	z-index: 999;
}
ul#topNavItems li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0 0 0 12px;
	float: left;
	position: relative;
	z-index: 999;
}
ul#topNavItems li a {
	height: 0;
	display: block;
	overflow: hidden;
	padding: 30px 0 0 0;
	background-position: 0 0;
}
ul#topNavItems li a#topNav1 { width: 69px; background: url('/pics/topNav1.gif') no-repeat; }
ul#topNavItems li a#topNav2 { width: 122px; background: url('/pics/topNav2.gif') no-repeat; }
ul#topNavItems li a#topNav3 { width: 97px; background: url('/pics/topNav3.gif') no-repeat; }
ul#topNavItems li a#topNav4 { width: 86px; background: url('/pics/topNav4.gif') no-repeat; }
ul#topNavItems li a#topNav5 { width: 60px; background: url('/pics/topNav5.gif') no-repeat; }
ul#topNavItems li a#topNav6 { width: 82px; background: url('/pics/topNav6.gif') no-repeat; }
ul#topNavItems li a#topNav7 { width: 79px; background: url('/pics/topNav7.gif') no-repeat; }
ul#topNavItems li a#topNav8 { width: 94px; background: url('/pics/topNav8.gif') no-repeat; }

ul#topNavItems li:hover a#topNav1, ul#topNavItems li.over a#topNav1,
ul#topNavItems li:hover a#topNav2, ul#topNavItems li.over a#topNav2,
ul#topNavItems li:hover a#topNav3, ul#topNavItems li.over a#topNav3,
ul#topNavItems li:hover a#topNav4, ul#topNavItems li.over a#topNav4,
ul#topNavItems li:hover a#topNav5, ul#topNavItems li.over a#topNav5,
ul#topNavItems li:hover a#topNav6, ul#topNavItems li.over a#topNav6,
ul#topNavItems li:hover a#topNav7, ul#topNavItems li.over a#topNav7,
ul#topNavItems li:hover a#topNav8, ul#topNavItems li.over a#topNav8 {
	background-position: 0 -30px;
}
/* Drop down items */

ul#topNavItems ul, ul#topNavItems li:hover ul ul, ul#topNavItems li.over ul ul {
	position: absolute;
	left: -9999px;
	z-index: 9999;
	width: 148px;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
ul#topNavItems ul li {
	margin: 0;
}
ul#topNavItems li:hover ul, ul#topNavItems li.over ul {
	left: auto;
	background: none;
}
ul#topNavItems ul li:hover ul, ul#topNavItems ul li.over ul {
	position: absolute;
	top: 0;
	left: 100%;
}
/* Drop down items colors and formatting */

ul#topNavItems ul {
	border-left: 1px solid #fff;
	/* border-right: 1px solid #fff; */
	border-bottom: 1px solid #fff;
}

/* changed width from 137px */
ul#topNavItems li ul li a {
	line-height: 16pt;
	text-align: left;
	text-decoration: none;
	padding: 0 3px 0 8px;
	height: auto;
	width: 138px;
	color: #fff;
	background: #000066;
        border-right: 1px solid #fff;
}
ul#topNavItems li ul li {
	height: auto;
	width: 149px;
	color: #fff;
	background: #000066;
        border-right: 1px solid #fff;
}
ul#topNavItems li ul li a:hover, ul#topNavItems li ul li:hover a, ul#topNavItems li ul li:hover ul a:hover, ul#topNavItems li ul li.over a, ul#topNavItems li ul li.over ul a:hover {
	color: #fff;
	background: #95011E;
}
ul#topNavItems li ul li:hover ul a, ul#topNavItems li ul li.over ul a {
	color: #fff;
	background: #000066;
}
ul#topNavItems ul li:hover ul, ul#topNavItems ul li.over ul {
	border-top: 1px solid #fff;
}

/* Index page retabling */
	#indextable {
		background: url('/pics/index_top.jpg') repeat-x top #b5c1d6;
		border-collapse: collapse;
	}
	
	#indextable {
		margin: 0; padding: 0; border: 0;
		border-collapse: collapse;
		
	}
	
	#indextable .rowone > td {
/*		border: 1px solid red;*/
	}
	#googletranslate {
		padding-top: 14px;
		
		line-height: 66px;
		text-align: center;
	}
	
	


	img#schslogo {
		vertical-align:middle;
	}

	
	#spotlight {
/*		padding: 20px 0 0 0 !important;*/
		text-align: left;
	}
	
	#spotlightdiv {
		width: 285px;
		height: 232px;
		
		background: url('/pics/spotlight_behind.png') top left no-repeat; 
		
		
		padding-top: 60px;
		padding-bottom: 6px;
		
		padding-right: 14px;
		padding-left: 0;

		
		width: 272px;
		height: 167px;
	}
	
	#search {
		padding-top: 30px;
	}
	
	#search form {
		margin: 0;
		padding: 0;
	}
	
	
	#search input#q {
		width: 200px; 
		height: 18px !important;
		border: 0;
		font-size: 11px;
		vertical-align: middle;
	}
	
	#search #searchbutton {
		margin: 0;
		padding: 0;
		width: 73px;
		height: 20px;
		vertical-align: middle;
		
	}
	
	#search #radios {
		font-size: 10px;
		text-align: center;
	}
	
	#shufflephoto div {
		width: 286px;
		height: 164px;
	}
	#shufflephoto div img {
		display: block;
		width: 286px;
		height: 164px;
	}
	
	#translatecontainer {
		margin: 0 auto;
	}
	
	.row1, .row3 {
		padding-top: 20px;
	}
	.row3 {
		padding-bottom: 14px;
	}
	
	.col1 {
		padding-left: 10px;
	}
	.col2 {
		padding-left: 3px;
	}
	.col3 {
		padding-left: 2px;
	}
