﻿body {
	background-image: url('/images/background.gif');
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: top center;
	padding-top: 100px;
	margin: 0;
}



/* Begin code for Main Navigation \*/

#navigation {
	position: relative;
	width: 990px;
	height: 34px;
	padding: 0;
	margin: 0 auto;
}

#menubar {
	position: absolute;
	top: 0px;
	left: 0px;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	height: 34px;
	display: inline;
	overflow: hidden;
	width: 990px;
}
	
#menubar li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#menubar a {
	text-decoration: none;
	border: 0px;
	float: left;
	padding: 34px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:30px; /* for IE5/Win */
}

#menubar span {
	display: none;
}

#home a { width: 67px; background: url('../images/menubar.png') 0px 0px no-repeat; outline: none; }
#home a:hover { background-position: 0px -34px; outline: none; }
#home a.selected { background-position: 0px -68px; outline: none; }

#about-us a { width: 90px; background: url('../images/menubar.png') -67px 0px no-repeat; outline: none; }
#about-us a:hover { background-position: -67px -34px; outline: none;}
#about-us a.selected { background-position: -67px -68px; outline: none;}

#academics a { width: 95px; background: url('../images/menubar.png') -157px 0px no-repeat; outline: none; }
#academics a:hover { background-position: -157px -34px; outline: none; }
#academics a.selected { background-position: -157px -68px; outline: none; }

#athletics a { width: 90px; background: url('../images/menubar.png') -252px 0px no-repeat; outline: none; }
#athletics a:hover { background-position: -252px -34px; outline: none; }
#athletics a.selected { background-position: -252px -68px; outline: none; }

#student-life a { width: 109px; background: url('../images/menubar.png') -342px 0px no-repeat; outline: none; }
#student-life a:hover { background-position: -342px -34px; outline: none; }
#student-life a.selected { background-position: -342px -68px; outline: none; }

#information a { width: 106px; background: url('../images/menubar.png') -451px 0px no-repeat; outline: none; }
#information a:hover { background-position: -451px -34px; outline: none; }
#information a.selected { background-position: -451px -68px; outline: none; }

#district-office a { width: 126px; background: url('../images/menubar.png') -557px 0px no-repeat; outline: none; }
#district-office a:hover { background-position: -557px -34px; outline: none; }
#district-office a.selected { background-position: -557px -68px; outline: none; }

#staff a { width: 64px; background: url('../images/menubar.png') -683px 0px no-repeat; outline: none; }
#staff a:hover { background-position: -683px -34px; outline: none; }
#staff a.selected { background-position: -683px -68px; outline: none; }

#parent-connect a { width: 133px; background: url('../images/menubar.png') -747px 0px no-repeat; outline: none; }
#parent-connect a:hover { background-position: -747px -34px; outline: none; }
#parent-connect a.selected { background-position: -747px -68px; outline: none; }

#teacher-web a { width: 110px; background: url('../images/menubar.png') -880px 0px no-repeat; outline: none; }
#teacher-web a:hover { background-position: -880px -34px; outline: none; }
#teacher-web a.selected { background-position: -880px -68px; outline: none; }

/* End code for Main Navigation \*/







#header {
	position: relative;
	width: 990px;
	height: 125px;
	padding: 0;
	margin: 0 auto;
	background-image: url('/images/header.jpg');
}

#time-temp {
	position: absolute;
	left: 815px;
	top: 23px;
	font-family: Georgia;
	color: #FFFFFF;
	font-size: 1.3em;
}

#carousel {
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 990px;
	height: 394px;
	background-image: url('/images/carousel/carousel_background.jpg');
}

#main-content {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto;
	width: 990px;
	border-top: 0px;
	border-bottom: 0px;
	background-image: url('../images/carousel_shadow.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#main-content h2.photo-gallery-title {
	margin: 0 0 0 0;
	padding: 30px 0 0 160px;
	margin-bottom: 0px;
	color: #880000;
	font-size: 2.2em;
	font-weight: normal;
}

#main-content h2.photo-title {
	margin: 0 0 0 0;
	padding: 30px 0 0 0;
	margin-bottom: 20px;
	color: #880000;
	font-size: 2.2em;
	font-weight: normal;
	text-align: center;
}

#photo-gallery {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto;
	width: 990px;
}

ul#gallery-list {
	height: auto;
	width: 990px;
	list-style: none;
}
 
ul#gallery-list li {
	width: 330px;
	margin-bottom: 25px;
	font-family: Arial;
	font-size: 1em;
}

ul#gallery-list li img{
	float: left;
	margin-right: 5px;
	border: 4px solid #ccc;
}

#section-links {
	position: absolute;
	width: 225px;
	padding-left: 30px;
	margin-top: 30px;
}

#section-links ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: square;
}

#section-links ul li {
	margin: 0 0 15px 18px;
}

#section-links a {
	color: #000000;
	font-family: Georgia;
	font-size: 1.1em;
	text-decoration: none;
	outline: none;
}
#section-links a:hover {
	text-decoration: underline;
	color: #880000;
}

#section-links h2.links-categories {
	margin-bottom: 10px;
	margin-top: 25px;
	padding: 0 0 0 0;
	color: #880000;
	font-weight: bold;
	font-size: 1.2em;
}

#section-links  a[href$=".pdf"], 
#section-links  a[href*=".pdf?"], 
#section-links  a[href*=".pdf#"],
#section-links  a[href$=".PDF"], 
#section-links  a[href*=".PDF?"], 
#section-links  a[href*=".PDF#"] {
	background: url("/images/pdf_icon.gif") center right no-repeat;
	padding-right: 19px;
}

#sub-content {
	position: relative;
	padding-bottom: 30px;
	width: 390px;
	left: 255px;
	top: 30px
}

#sub-content p {
	margin-top: 0px;
	margin-bottom: 20px;
	color: #000000;
	font-family: Arial;
	font-size: 1em;
}

#sub-content p.headshot-caption {
	font-family: Georgia;
	margin-bottom: 30px;
	margin-top: 0;
	text-align: center;
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
}

#sub-content a {
	color: #880000;
	text-decoration: underline;
	outline: none;
}

#sub-content img {
	margin-bottom: 20px;
}

#sub-content h2.content-title {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	margin-bottom: 20px;
	color: #880000;
	font-size: 2.2em;
	font-weight: normal;
}

#sub-content h2.paragraph-title {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	margin-bottom: 0px;
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
}

#sub-content p.quote {
	font-size: .75em;
	font-style: italic;
	
}

#sub-content p.quote img {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
}

#sub-content ul#facts li {
	font-family: Arial;
	font-size: 1em;
	margin-bottom: 20px;
}

#sub-content ul#staff-directory {
	float: left;
	width: 744px;
	margin: 0;
	padding: 0;
	list-style: none;
}
 
#sub-content ul#staff-directory li {
	float: left;
	width: 372px;
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
	font-family: Arial;
	font-size: 1em;
}

#sub-content ul#staff-directory li img{
	float: left;
	margin-right: 5px;
	border: 4px solid #ccc;
}

#sub-content ul#staff-directory li a.staff-bios {
	color: #880000;
	font-family: Arial;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.09em;
	font-weight: bold;
	font-size: .625em;
}




/* Begin code for Photo of the Day (located on main page) \*/

#photo-of-the-day {
	position: absolute;
	margin-top: 30px;
	margin-left: 680px;
	background-color: #FFFFFF;
	border: 0px solid #CCCCCC;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	width: 279px;
}

#photo-of-the-day p {
	font: .8em Arial;
	color: #666;
	width: 277px;
	padding: 0 0 5px; 0;
	margin: 0 0 0 0;
}

#photo-of-the-day img {
	border: 4px solid #CCC;
	vertical-align: middle;
	margin-bottom: 3px;
} 

#photo-of-the-day h2.title {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	text-transform: uppercase;
	color: #880000;
	font-weight: bold;
	letter-spacing: 0.07em;
	font-size: 1.1em;
}

#photo-of-the-day a {
	color: #880000;
	font-family: Arial;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.09em;
	font-weight: bold;
	font-size: .625em;
}

#photo-of-the-day a:hover {
	text-decoration: underline;
}

/* End code for Photo of the Day (located on main page) \*/







/* Begin code for three graphic boxes (located on main page) \*/
#home-box-topics-bar {
	position: absolute;
	margin-left: 675px;
	margin-top: 375px;
}

#home-box-topics-bar div.box-topic {
	position: relative;
	width: 277px;
	height: 140px;
	margin-bottom: 30px;
	border: 4px solid #CCC;
}

#home-box-topics-bar div.box-topic img, a {
	outline: none;
	border: 0;
}

/* End code for three graphic boxes (located on main page) \*/







/* Begin code for three graphic boxes (located on sub pages) \*/
#box-topics-bar {
	position: absolute;
	margin-left: 675px;
	margin-top: 30px;
}

#box-topics-bar {
	position: absolute;
	margin-left: 675px;
	margin-top: 30px;
}

#box-topics-bar div.box-topic {
	position: relative;
	width: 277px;
	height: 140px;
	margin-bottom: 30px;
	border: 4px solid #CCC;
}

#box-topics-bar div.box-topic img, a {
	outline: none;
	border: 0;
}

/* End code for three graphic boxes (located on sub pages) \*/





/* Begin code for contact card box (located on staff bio pages) \*/

#box-topics-bar div.contact-card-box {
	position: relative;
	width: 277px;
	height: 140px;
	border: 4px solid #CCC;
	background-image: url('/images/contact_card_box.png');
	color: #000000;
	font-family: Arial;
	font-size: 1em;
}

#box-topics-bar div.contact-card-box a {
	color: #880000;
	text-decoration: underline;
	outline: none;
}

#box-topics-bar div.contact-card-box p {
	margin-top: 50px;
	margin-bottom: 0;
	text-align: center;
}

/* End code for contact card box (located on staff bio pages) \*/







h2.title {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #880000;
	font-weight: bold;
	letter-spacing: 0.07em;
	font-size: 1.1em;
}

img.headshot {
	border: 4px solid #CCC;	
}

p.headshot-caption {
	font-family: Georgia;
	margin-bottom: 30px;
	margin-top: 0;
	text-align: center;
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
}





/* Begin code for Upcoming Events section (located on main page) \*/

#upcoming-events {
	position: absolute;
	margin-left: 30px;
	margin-top: 30px;
	width: 300px;
}

#upcoming-events div.event-item {
	clear: both;
	margin-left: 0px;
	margin-top: 5px;
	padding-bottom: 0;
}


#upcoming-events div.event-item p {
	color: #000000;
	font-family: Arial;
	font-size: .8em;
}

#upcoming-events div.calendar-bullet {
	background-color: #fff;
	border-top: 5px solid #990000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: Arial;
	font-size: .75em;
	font-weight: 700;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	width: 35px;
}

#upcoming-events a {
	color: #880000;
	font-family: Arial;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.09em;
	font-weight: bold;
	font-size: .625em;
}

#upcoming-events a:hover {
	text-decoration: underline;
}

/* End code for Upcoming Events section (located on main page) \*/







#popular-links{
	position: absolute;
	margin-left: 400px;
	margin-top: 30px;
}

#popular-links ul {
	margin-left: 20px;
	padding: 0 0 0 0;
	list-style-type: square;
}

#popular-links li {
	padding-bottom: 10px;
}

#popular-links a {
	color: #000000;
	font-family: Georgia;
	font-size: 1.1em;
	text-decoration: none;
	outline: none;
}
#popular-links a:hover {
	text-decoration: underline;;
	color: #880000;
}








/* Begin code for Featured Articles section (located on main page) \*/

#featured-articles {
	position: relative;
	padding-bottom: 248px;
	width: 600px;
	left: 30px;
	top: 255px;
}

#featured-articles ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

#featured-articles ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#featured-articles div.date-posted {
	position absolute;
	color: #666;
	font-family: Arial;
	font-size: .65em;
}

#featured-articles a.title {
	margin: 0 0 0 0;
	color: #880000;
	font-size: 1.3em;
	text-decoration: none;
}
#featured-articles a.title:hover {text-decoration: underline;}

#featured-articles a.read-more {
	color: #880000;
	font-family: Arial;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.09em;
	font-weight: bold;
	font-size: .8em;
	outline: none;
}
#featured-articles a.read-more:hover {text-decoration: underline;}

#featured-articles p {
	margin-top: 0px;
	margin-bottom: 30px;
	color: #000000;
	font-family: Arial;
	font-size: .8em;
}

/* End code for Featured Articles section (located on main page) \*/







/* Begin code for Footer (located on ALL pages) \*/

#footer {
	color: #666;
	font-family: Arial;
	font-size: 14px;
	position: relative;
	width: 990px;
	height: 258px;
	margin: 0 auto;
	background-image: url('/images/footer.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #FFFFFF;
}

#footer p#copyright {
	width: 100%;
	color: #666;
	font-size: 1.2em;
	text-align: center;
	position: absolute;
	margin-top: 150px;
}

#footer p#legal-links {
	width: 100%;
	color: #666;
	font-size: 1.2em;
	text-align: center;
	position: absolute;
	margin-top: 180px;
}

#footer a {
	color: #666;
	font-size: .75em;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* End code for Footer \*/