* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	background: url(/pics/bgtop.png) top left repeat-x #a1a1a1;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.7em;
}

.title {
	font-size: 1.4em;
	padding-bottom: .2em;
}

.summary {
	font-weight: normal !important;
	font-style: oblique;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -197px;
	position: relative;
	z-index: 2;
}


#footerbg {
	height: 197px;
	width: 100%;
	background: url(/pics/bgbottom2.png) bottom left repeat-x;
	position: relative;
	z-index: 1;
}


h2, h3, h4, h5 {
	font-weight: bold;
}

table caption {
	font-weight: bold;
	padding: .8em;
}

td#l {
	padding: 0.7em .3em 0 .5em;
}

a img { border: none; }

/* Header area */

/* 	Guiding idea: top widget area should be able to change height
	Problem: background means header needs to line up vertically exactly
	Solution: abs position h1 and widgets so that flow from bottom
*/

#header {
	height: 206px;
	position: relative;
}

#header #widgets {
	line-height: 16px;
	position: absolute;
	bottom: 167px;
	width: 760px;
	background-color: #dfd81f;
	
	min-height: 24px;
	height: auto !important;
	height: 27px;
}

#googletrans {
	margin: 3px 0 3px 3px;
	float: left;
	line-height: 21px;
	width: 152px;
}
#byrd_marquee {
	position: absolute;
	left: 154px;
	bottom: 3px;
	width: 380px;
	line-height: 21px;
}

#sitesearch {
	float: right;
	margin: 3px 3px 3px 0;
}
#sitesearch #q {
	height: 21px;
	font-size: 11px;
	line-height: 11px;
	width: 138px;
	height: 18px;
	border: 0;
	padding: 3px 3px 0 6px;
	font-style: oblique;
}
#sitesearch #google_searchbutton {
	width: 69px;
	height: 21px;
	vertical-align: bottom;
}

#header h1 {
	position: absolute;
	bottom: 0;
	background-color: #dfd81f;
	
}
#header h1 a {
	display: block;
	clear: both;
	width: 760px;
	height: 0;
	overflow: hidden;
	padding-top: 167px;
	background: url(/pics/header.png) top left no-repeat;
	font-size: 12px;
}

/* content vs. contentIndex */

#contentIndex, #content {
	clear: both;
	width: 760px;
	position: relative;
	z-index: 100;
}

#contentIndex {
	overflow: auto;
	background: url(/pics/indexbg_top.png) top left repeat-x #737373;
}


#content {
	background-color: #fff;
	min-height: 300px; /* Min-height fast hack for IE */
	height: auto !important;
	height: 300px;
	padding: 8px 18px;
	width: 724px;
	position: relative;
}

#content .pageTitle {
	display: block;
	margin: 0 0 .3em 0;
	padding: 0;
	font-size: 20px;

	font-weight: bold;
	background: url(/pics/PageTitle.gif) top left no-repeat;

	padding: 12px 10px 0 10px;

	width: 720px;
	height: 33px;
	margin-left: -8px;
	*margin-right: -8px;
	
}




/* Home Page */

#contentIndex #left_column {
	clear: both;
}


#contentIndex #extrabg {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 184px;
	background: url(/pics/indexbg_bottom.png) bottom left repeat-x;	
	z-index: 5;
}


#contentIndex #left_column, #top_shuffle {
	position: relative;
	float: left;
	z-index: 7;
	margin-left: 16px;
	display: inline;
	width: 423px;
}

#contentIndex #right_column, #quicklinksarea {
	margin-left: 9px;
	width: 303px;
	float: left;
	display: inline;
	z-index: 7;
	position: relative;
}


/* Top Area */
#top_shuffle, #quicklinksarea {
	margin-top: 16px;
}

#top_shuffle {
	float: left;
	margin-left: 16px;
	display: inline;
	width: 423px;
	height: 130px;
	position: relative;
}

#top_shuffle span {
	display: block;
	width: 423px;
	height: 184px;
	background: url(/pics/top_overlay.png) top left no-repeat;
	position: relative;
	z-index: 100;
}

#top_shuffle #shuffle1 {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 80;
}
#quicklinksarea {
	float: left;
	width: 303px;
	height: 184px;
	background: url(/pics/quicklinks_back.png) top left no-repeat;
}
#quicklinksarea #quicklinks {
	margin: 23px 0 0 23px;
}
#quicklinksarea h2 {
	display: block;
	height: 0;
	overflow: hidden;
}


/* Margins vertical separation between panes */
#vision_statement, #mission_statement, #newsandannouncements, #bulletinboard, #upcomingevents, #links {
	margin-top: 8px;
}

#bulletinboard, #links {
	margin-bottom: 12px;
}

/* Left Column */

#vision_statement {
	background: url(/pics/vision_background.png) top left no-repeat;
	/*width: 423px;
		height: 111px;*/
	color: #ddd;
	
	padding: 40px 15px 5px 24px;
	
	width: 384px;
	height: 66px;
	overflow: auto;
	line-height: 15px;
}
#vision_statement h2 {
	height: 0;
	overflow: hidden;
}

#mission_statement {
	background: url(/pics/mission_background.png) top left no-repeat;
/*	width: 423px;
	height: 111px;
*/	color: #000;
		line-height: 15px;
	padding: 55px 15px 5px 24px;
	overflow: auto;	
	width: 384px;
	height: 51px;
}
#mission_statement h2 {
	height: 0;
	overflow: hidden;
}


#newsandannouncements, #bulletinboard {
	width: 423px;
}

#newsandannouncements h2 a, #bulletinboard h2 a {
	display: block;
	height: 0;
	width: 423px;
	overflow: hidden;
	padding-top: 58px;
	background-position: top left;
	background-repeat: no-repeat;
}

.HPNews, .HPBBMessages, .HPLinks, .HPEvents {
	position: relative;
	z-index: 12;
}

.foot {
	position: relative;
	z-index: 10;
}

#newsandannouncements .foot {
	display: block;
	height: 61px;
	width: 423px;
	background: url(/pics/news_footer.png) bottom left no-repeat;
	margin-top: -20px;
}

#newsandannouncements #newsContainer, #bulletinboard #bbContainer {
	min-height: 80px;
	height: auto !important;
	height: 80px;
	
	background: url(/pics/leftcol_bgrepeat.png) top left repeat-y;
}

#newsContainer {
	width: 406px;
	padding-right: 17px;
}

#newsandannouncements h2 a {
	background-image: url(/pics/news_header.png)
}

#bulletinboard .foot {
	display: block;
	height: 194px;
	width: 423px;
	background: url(/pics/bb_footer.png) bottom left no-repeat;
	margin-top: -156px;
}
#bulletinboard h2 a {
	background-image: url(/pics/bb_header.png)
}
#bulletinboard #bbContainer {
	height: 156px;
	min-height: 156px;
	height: auto !important;
	height: 156px;
	width: 320px;
	padding-right: 103px;
}

/* Right Column */


#eventsContainer {
	background: url(/pics/rightcol_bgrepeat.png) top left repeat-y;
	min-height: 60px;
	height: auto !important;
	height: 60px;
}

#upcomingevents, #links {
	width: 303px;
}

#upcomingevents h2 a, #links h2 a {
	display: block;
	height: 0;
	width: 303px;
	overflow: hidden;
	padding-top: 58px;
	background-position: top left;
	background-repeat: no-repeat;
}

#upcomingevents h2 a {
	background-image: url(/pics/upcoming_header.png)
}

#eventsContainer {
	min-height: 65px;
	height: auto !important;
	height: 65px;
	background: url(/pics/rightcol_bgrepeat.png) top left repeat-y;
}

#upcomingevents .foot {
	display: block; 
	width: 303px;
	height: 76px;
	background: url(/pics/upcoming_foot.png) top left no-repeat;
}

#links h2 a {
	background-image: url(/pics/links_header.png)
}
#linksContainer {
	min-height: 65px;
	height: auto !important;
	height: 65px;
	background: url(/pics/rightcol_bgrepeat.png) top left repeat-y;

}
#links .foot {
	display: block;
	height: 63px;
	width: 303px;
	background: url(/pics/links_foot.png) bottom left no-repeat;
	margin-top: -20px;
}


#linksContainer, #eventsContainer {
	width: 288px;
	padding-right: 15px;
}


#bot_shuffle {
	width: 303px;
	height: 246px;
	position: relative;
}
#bot_shuffle span {
	display: block;
	width: 303px;
	height: 246px;
	position: absolute;
	z-index: 121;
	top: 0;
	left: 0;
	background: url(/pics/bot_overlay.png) top left no-repeat;
}
#bot_shuffle img {
	position: absolute;
	z-index: 100;
	left: 8px;
	top: 8px;
	width: 280px;
	height: 222px;
}



/* Footer area */
#footer {
	background: url(/pics/footer.png) top left no-repeat;
	width: 760px;
	height: 148px;
	margin: 0 auto;
	clear: both;
	position: relative;
}

#footer p#copyright {
	position: absolute;
	right: 72px;
	top: 20px;
	text-align: right;
}

#footer #districtlink {
	display: block;
	width: 58px;
	height: 0;
	padding-top: 57px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 23px;
}
#footer #poweredby {
	position: absolute;
	bottom: 10px;
	left: 254px;
}

#footer #poweredby a {
	display: block;
	height: 0;
	overflow: hidden;
	width: 251px;
	padding-top: 22px;
	background: url(/pics/edunet_black.png) top left no-repeat;
}



/* Top Navigation */

/* Set up floated list */
ul#topnav {
	list-style: none;
	width: 674px;
	margin: 0 auto;
	padding: 0;
	z-index: 500;
	position: relative;
}

#topnav li { float: left;margin:0;padding:0; list-style: none; }
#topnav li a { display: block;margin:0;padding:0;height: 0;overflow:hidden; }

/* image replacement */
/* Rollovers */
#aboutus a, #academics a, #contactus a, #home a, #parents a, #students a {
	background-position: top left; background-repeat: no-repeat;
}

li#aboutus a { width: 112px; padding-top: 34px; }
li#academics a { width: 129px; padding-top: 34px; }
li#contactus a { width: 125px; padding-top: 34px; }
li#home a { width: 90px; padding-top: 34px; }
li#parents a { width: 105px; padding-top: 34px; }
li#students a { width: 113px; padding-top: 34px; }

li#aboutus a       { background-image: url('/pics/topnav/aboutus.png'); }
li#aboutus a:hover, li#aboutus:hover a, li#aboutus.over a { background-position: -112px 0; }

li#academics a       { background-image: url('/pics/topnav/academics.png'); }
li#academics a:hover, li#academics:hover a, li#academics.over a  { background-position: -129px 0; }

li#contactus a       { background-image: url('/pics/topnav/contactus.png'); }
li#contactus a:hover, li#contactus:hover a, li#contactus.over a  { background-position: -125px 0; }

li#home a       { background-image: url('/pics/topnav/home.png'); }
li#home a:hover, li#home:hover a, li#home.over a  { background-position: -90px 0; }

li#parents a       { background-image: url('/pics/topnav/parents.png'); }
li#parents a:hover, li#parents:hover a, li#parents.over a { background-position: -105px 0; }

li#students a       { background-image: url('/pics/topnav/students.png'); }
li#students a:hover, li#students:hover a, li#students.over a  { background-position: -113px 0; }


/* Son of Suckerfish based drop down menus */
#topnav, #topnav ul {
	padding: 0; margin: 0;
	list-style: none;
}

#topnav li ul {
	background-color: #666666;
	width: 11.5em;
	position: absolute;
	left: -999em;
	margin-left: 20px;
	border: 1px solid #000;
	border-top-width: 0;
}

#topnav li ul li {
	height: auto;
	line-height: 16px;
}
#topnav li ul li a {
	margin: 0;
	padding: 0;
	width: 10.5em;
	height: auto;
	padding: .5em .5em;
	display: block;
	background-image: none !important;
	text-decoration: none;
	color: #eee;
}

#topnav li ul li a:hover {
	background-color: #dfd81f;
	color: #000;
}

#topnav li:hover ul,#topnav li.over ul {
	left: auto;
	background-position: 0 0;  /* fixes "stickiness" in IE7 */
}




/* Quick Links */

/* Set up floated list */
ul#quicklinks { list-style: none; margin: 0; padding: 0; }
#quicklinks li { margin:0;padding:0; list-style: none; }
#quicklinks li a { display: block;margin:0;padding:0;height: 0;overflow:hidden; }

/* image replacement */
/* Rollovers */
#classeshomework a, #departments a, #photoalbum a, #teachersstaff a {
	background-position: top left; background-repeat: no-repeat;
}

#quicklinks li#classeshomework a { width: 189px; padding-top: 33px; }
#quicklinks li#departments a { width: 189px; padding-top: 33px; }
#quicklinks li#photoalbum a { width: 189px; padding-top: 33px; }
#quicklinks li#teachersstaff a { width: 189px; padding-top: 33px; }

#quicklinks li#classeshomework a       { background-image: url('/pics/quicklinks/classeshomework.png'); }
#quicklinks li#classeshomework a:hover { background-position: -189px 0; }

#quicklinks li#departments a       { background-image: url('/pics/quicklinks/departments.png'); }
#quicklinks li#departments a:hover { background-position: -189px 0; }

#quicklinks li#photoalbum a       { background-image: url('/pics/quicklinks/photoalbum.png'); }
#quicklinks li#photoalbum a:hover { background-position: -189px 0; }

#quicklinks li#teachersstaff a       { background-image: url('/pics/quicklinks/teachersstaff.png'); }
#quicklinks li#teachersstaff a:hover { background-position: -189px 0; }


/*
#left_column, #right_column {
	margin-left: 3px !important;
}*/
