/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	background-color:#CCCCCC;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

#container {
	background-color:#FFFFFF;
	margin:0 auto;
	width:944px;
	text-align:left;
	overflow:hidden;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
	
#containergradient {
	margin:0 auto;
	width:944px;
	text-align:left;
	overflow:hidden;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-image:url(/images/gradient_background.gif);
	background-repeat:no-repeat;
	}

a:link, a:visited, a:hover {
	color: #003399;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #335766;
}


/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #000033;
}

h2{
 font-size: 114%;
 color: #000033;
}

h3{
 font-size: 100%;
 color: #000033;
}

h4{
	font-size: 90%;
	font-weight: normal;
	color: #000033;
	font: Arial;
}

h5{
	font-size: 80%;
	color: #000000;
}

ul{
 list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-image: http://www.elcosd.org/images('images/sunshineS.gif');
}


label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width:944px;
	float:left;
	padding:3px;
	background-color:#000033;
	border:1px;
	border-color:#000033;
	height:162px;
}

#navBar{
	background-color:#FFFFFF;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width:214px;
	float:left;
	overflow:hidden;
	padding-bottom:500px;
	margin-bottom:-500px;
	position:static;	
}

#navBar_gradient{
	background-color:transparent;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width:214px;
	float:left;
	overflow:hidden;
	padding-bottom:500px;
	margin-bottom:-500px;
	position:static;	
}

#content{
	width:502px;
	height:100%;
	margin: 0px;
	float:left;
	position:static;
	padding-top:10px;
	padding-left:10px;
}

#content_no_ads{
	width:700px;
	margin: 0px;
	float:left;
	position:static;
	padding-top:10px;
	padding-left:10px;
}

#content_gradient{
	width:717px;
	margin: 0px;
	float:left;
	position:static;
	padding-top:10px;
	padding-left:10px;
	background-image:url(/images/gradient_background.gif);
	background-repeat:no-repeat;
}


#comicfont{
	font:"Comic Sans MS";
	}

#RightnavBar {
	background-color:#FFFFFF;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width:214px;
	float:left;
	margin-bottom:-500px;
	padding-bottom:500px;
	overflow:hidden;
	position:static;
}

#elem_right_nav {
	background-color:#FFFFFF;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width:214px;
	float:left;
	margin-bottom:-500px;
	padding-bottom:500px;
	overflow:hidden;
	position:static;
}


.image_container {
	float:left;
	width:213px;
	height:162px;
	}
	
.include_container {
	float:left;
	width:508`px;
	height:162px;
	}

.table_container {
	margin-left:20px;
	width:485px;
	}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #666666;
clear:all;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 70%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	font-size: 80%;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.feature h3{
	padding: 20px 0px 5px 0px;
	text-align: left;
}

.feature img{
	float: left;
	padding: 10px 2px 0px 0px;
	margin: 0 2px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 5px 5px 0px 5px;
	font-size: 80%;
	color: #000033;
	font-weight: normal;
	width:475px;
}
.indent {
	text-indent: 20%;
}

.storyhs{
	clear: both;
	padding: 3px 0px 0px 10px;
	font-size: 80%;
	color: #000033;
	float: left;
}

.storyhs2{
	font-size: 80%;
	color: #000033;
	float: right;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.storyhs3{
	font-size: 80%;
	color: #000033;
	float: left;
	width: 225px;
	height:350px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 6px;
}

.storyhs4 {
	padding: 5px 0px 0px 1px;
	font-size: 80%;
	color: #000033;
	float: right;
}

.storyhs5{
	padding: 5px 0px 0px 6px;
	font-size: 80%;
	color: #000033;
	float: left;
}

.storyhs6 {
	font-size: 80%;
	color: #000033;
	float: right;
	width: 325px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 1px;
}

.storyhs8 {
	font-size: 12px;
	padding-left: 1px;
	width: 350px;
	float: right;
}

.storyhs7  {
	width:250px;
	font-size: 80%;
	float: right;
	padding: 3px;
}


	
	

/************* #siteInfo styles ***************/

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo{
	clear:both;
	margin:0 auto;
	z-index:20px;
	position:static;
	font-size: 75%;
	color: 000033;
	margin:0 auto;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: normal;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	overflow:hidden;
	float:left;
	width:930px;
}




/*********** LEFT #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** RIGHT #navBar link styles ***********/

#RightnavBar ul a:link, #navBar ul a:visited {display: block;}
#RightnavBar ul {list-style: none; margin-bottom: 5px; padding: 0px;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#RightnavBar li {margin-bottom:10px;}

/* fix for browsers that don't need the hack */
html>body #RightnavBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FFFFFF;
	padding: 2px 0px 2px 10px;
}
.smtitle {
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #033242;
	padding: 10px;
}





/*********** advertisment styles ************/

.advertisement{
	margin: 10px;
	border-bottom: 1px solid #cccccc;	
}



.athletics {
	background-image:url(images/athletics.gif);;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	height:54px;
	width:198px;
	margin-bottom:15px;
	background-repeat: no-repeat;
	}
	
.webstoreheader {
	background-image:url(images/webstoreheader.gif);;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	height:48px;
	width:198px;
	margin-bottom:15px;
	background-repeat: no-repeat;
	}
	
.blackboard {
	background-image:url(images/blackboard.gif);;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	height:66px;
	width:198px;
	margin-bottom:15px;
	background-repeat: no-repeat;
	}
	
.cff {
	background-image:url(images/cff.gif);;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	height:66px;
	width:198px;
	margin-bottom:15px;
	background-repeat: no-repeat;
	}
	
.curriculuminstruction {
	background-image:url(images/curriculum_instruction.jpg);
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	height:69px;
	width:198px;
	margin-bottom:15px;
	background-repeat: no-repeat;
	}
	

	
.elem_highlights {
	background-image:url(images/elem_highlights.gif);
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	height:25px;
	width:198px;
	margin-bottom:15px;
	background-repeat: no-repeat;
	font-size:12px;
	background-position:top;
	}
	
.employment {
	background-image:url(images/employment.gif);
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	height:55px;
	width:198px;
	margin-bottom:15px;
	background-repeat: no-repeat;
	font-size:12px;
	background-position:top;
	}
	
.enn {
	background-image:url(images/ENN.gif);
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	height:110px;
	width:198px;
	margin-bottom:15px;
	background-repeat: no-repeat;
	background-color: #F7B726;
	font-size: 9px;
	}
	
.guidance {
	background-image:url(images/guidance.gif);
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	height:110px;
	width:198px;
	margin-bottom:15px;
	background-repeat: no-repeat;
	background-color: #F7B726;
	font-size: 9px;
	}	
	
.gradproj {
	background-image:url(images/gp.gif);
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	height:66px;
	width:198px;
	margin-bottom:15px;
	background-repeat: no-repeat;
	background-color: #F7B726;
	font-size: 9px;
	}		
	
.music {
	background-image:url(images/music.jpg);;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	height:66px;
	width:198px;
	margin-bottom:15px;
	background-repeat: no-repeat;
	}
	
.renaissance {
	background-image:url(images/renai.jpg);
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	height:66px;
	width:198px;
	margin-bottom:15px;
	background-repeat: no-repeat;
	}
	
.studentresources {
	background-image:url(images/hs_sr.gif);
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	height:54px;
	width:198px;
	margin-bottom:15px;
	background-repeat: no-repeat;
	background-color: #F7B726;
	font-size: 9px;
	}			
	
.notifications {
	background-image:url(images/notifications.gif);
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	height:54px;
	width:198px;
	margin-bottom:15px;
	background-repeat: no-repeat;	
	}	
	
.odyssey {
	background-image:url(images/odyssey.gif);
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	height:110px;
	width:198px;
	margin-bottom:15px;
	background-repeat: no-repeat;
	background-color: #F7B726;
	font-size: 9px;
	}
	
.parentcommunity {
	background-image:url(images/parentcommunity.jpg);
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	height:69px;
	width:198px;
	margin-bottom:15px;
	background-repeat: no-repeat;
	}
	
		
.ptf {
	background-image:url(images/ptf.gif);
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	height:66px;
	width:198px;
	margin-bottom:15px;
	background-repeat: no-repeat;
	background-color: #F7B726;
	font-size: 9px;
	}
			
.pto {
	background-image:url(images/pto.gif);
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	height:66px;
	width:198px;
	margin-bottom:15px;
	background-repeat: no-repeat;
	background-color: #F7B726;
	font-size: 9px;
	}	
	
.powerschool {
	background-image:url(images/powerschool.gif);
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	height:50px;
	width:198px;
	margin-bottom:15px;
	background-repeat: no-repeat;	
	}
	
.principals_corner {
	background-image:url(images/principals_corner.gif);
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	height:110px;
	width:198px;
	margin-bottom:15px;
	background-repeat: no-repeat;	
	}	
	
.principals_news {
	background-image:url(images/principals_news.gif);
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	height:110px;
	width:198px;
	margin-bottom:15px;
	background-repeat: no-repeat;	
	}	
	
.online_hmwk {
	background-image:url(images/online_homework.gif);
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	height:69px;
	width:198px;
	margin-bottom:15px;
	background-repeat: no-repeat;	
	}	
	
.studentinfo {
	background-image:url(images/studentinfo.gif);
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	height:69px;
	width:198px;
	margin-bottom:15px;
	background-repeat: no-repeat;
	}
	
.student_elem_resources {
	background-image:url(images/student_elem_resources.gif);
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	height:54px;
	width:198px;
	margin-bottom:15px;
	background-repeat: no-repeat;
	background-color: #F7B726;
	font-size: 9px;
	}

.study_island {
	background-image:url(images/studyisland.gif);
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	height:40px;
	width:198px;
	margin-bottom:15px;
	background-repeat: no-repeat;
	background-color: #F7B726;
	font-size: 9px;
	}
	
.tiny_raider_story {
	background-image:url(images/tiny_raider_story.gif);
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	height:69px;
	width:198px;
	margin-bottom:15px;
	background-repeat: no-repeat;
	background-color: #F7B726;
	font-size: 9px;
	}
	
.wems {
	background-image:url(images/WEMS.gif);
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	height:69px;
	width:198px;
	margin-bottom:15px;
	background-repeat: no-repeat;
	background-color: #F7B726;
	font-size: 9px;
	}
/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

.parent {
	background-image:url(images/spearlogo6.jpg);
	background-repeat: no-repeat;
	font-family: Arial,sans-serif;
	width:510px;
	height:126px;
}
/************* staff page styles **************/
#courses {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#quote {
	font-family: "Bradley Hand ITC TT-Bold";
	font-size: 10px;
	color: #000000;
	}
	
#personal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width: 180px;
	}
	
.mastnav {
	padding:5px 0px 0px 10px;
	font-size: 70%;
	color: #000033;
	width: 510px;
	}

.column1 {
	width: 190px;
	position: absolute;
	left: 208px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	top: 249px;
	height: 959px;
}
.column2 {
	position: absolute;
	width: 206px;
	left: 402px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	top: 250px;
	height: 1010px;
}
.column3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	position: absolute;
	width: 150px;
	left: 609px;
	top: 250px;
}
.column4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	position: absolute;
	width: 150px;
	left: 721px;
	top: 252px;
}
.storyhs6 {
	float: right;
	width: 150px;
}


#navBarAthletic{
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width:214px;
	float:left;
	overflow:hidden;
	padding-bottom:500px;
	margin-bottom:-500px;
	position:static;
	background-image:url(/athletics/images/athletic_background4.gif);
	background-repeat:no-repeat;
	
}

#sectionLinksAth{
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#sectionLinksAth h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinksAth a:link{
	padding: 2px 0px 2px 10px;
	width: 100%;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: auto;
}

#sectionLinksAth a:visited{
	padding: 2px 0px 2px 10px;
}

#sectionLinksAth a:hover{
	background-color: #FFFFFF;
	padding: 2px 0px 2px 10px;
