/*there are several navigations in this site.  this css page contains*/
/*all styling for the navigation in the site*/

/*top navigation, this is the navigation bar that is on the top of each page*/

#navigation {
    margin:0;
    margin-top:-20px;
    
    padding:0;

    width:884px;
    height:49px;
        
    }

#navigation a:hover {
    color:#ffffff;
}

#nav {
	padding-left:22px;
        width:861px;
}

#nav ul { /* all lists */
		margin:0;
        
        padding:0;
		padding-top:7px;
		padding-bottom:7px;
	
        width:150px;
        
        background-image:url(/graphics/dropdownoverlay.png);
        background-repeat:repeat;        
}
#nav li { /* all list items */
	float: left;
	position: relative;	
}
#nav li ul {
        margin-top:12px;
		margin-left:-15px;
        
}
#nav li a{
	    text-decoration: none;
        font-weight:400;	
}
#nav .linkhead{
        margin:0;
        margin-top:8px;
        
        padding:0;
        padding-top:10px;
        
        width: 120px;
        height:37px;
        
    	color:#ffffff;
    	font-size:16px;
    	text-align:center;
        cursor:pointer;
        list-style:none;
}

.linkhead a {
		color:#FFF;	
}

#nav .linkhead:hover {
		
}



.link{
        margin:0;
        
        
        width:150px;
        
	    color: #002147;
		
	    font-size:14px;
		line-height:21px;
		
	    text-align:left;
        text-indent:10px;
        list-style:none;
        
}
.link a {
		    color: #002147;

	
}

#nav li ul a {	
	padding:2px;
	padding-left:3px;
	padding-right:3px;
	
	width:140px;
	line-height:21px;
}

#nav li ul a:hover{
    color:#FFF;
	background-color:#002147;

}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0px;
}
li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: 0;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;	
}


.top {
    font-size:10px;
    display:inline;
    margin:0;
}
.top li {
    float:right;
}



/*end of top navigation menu styling*/

/*container usually on the right side that holds the quicknav,
 powerschool navigation, and the foundation link*/

#rightnav {
    margin:0;
    
    padding:10px;
	padding-left:15px;
	padding-bottom:0;
    
    width:210px;    /* Jason, I changed this from 130 to give a little space between it and hte calendar on the home page */
    
}

	
.basicnav li {
	
}
.basicnav li a {
	
	margin: 0px;
    margin-bottom:7px;
        
	padding:0;
    padding-top:6px;
        
    width:200px;
    height:24px;
        
    text-align:left;
    text-indent:10px;
    color:#002147;
    font-size:16px;
    font-weight:400;
	display:block;
	text-decoration:none;
	cursor: pointer;
        
     background-image:url(/graphics/button.png);
     background-repeat:no-repeat;
}

.basicnav li a:hover {
}





/*----------------------------------------------------- quick navigation ---------------------------------------------------*/
/*quick navigation buttons in box.  six icons home,
 calendars, contact, directions, downloads, faqs*/

#quicknav{
    margin:0;
	margin-left:20px;
	margin-top:-60px;
	margin-bottom:35px;
    
    padding:0;
	
	height:40px;
	
}

#quicknav ul {
	margin:0;
	margin-top:10px;
	margin-right:10px;
	

    list-style:none;
    display:inline;
	float:left;
	
}

#quicknav ul li {
    margin:0;
	margin-right:10px;
    margin-bottom:5px;
    
    padding:0;
	
    float:left;
}
#quicknav a {
    margin:0;
    
    padding:0;
    padding-top:0px;
    
    height:35px;
    
    display:block;
    text-indent:22px;
    
    text-decoration:none;
    font-size:14px;  
}

#quicknav a:hover {
    color:#cccccc;
}

/*individual icon for each quicknav link*/
#home a{
    background-image:url(/buttons/button_home.png);
    background-repeat:no-repeat;
}

#calendar a {
    background-image:url(/buttons/button_calendar.png);
    background-repeat:no-repeat;
}

#contact a {
    background-image:url(/buttons/button_contact.png);
    background-repeat:no-repeat;
}

#downloads a{
    background-image:url(/buttons/button_downloads.png);
    background-repeat:no-repeat;
}


#directions a {
    background-image:url(/buttons/button_directions.png);
    background-repeat:no-repeat;
}

#homework a{
    background-image:url(/buttons/button_homework.png);
    background-repeat:no-repeat;
}

#links a{
    background-image:url(/buttons/button_links.png);
    background-repeat:no-repeat;
}

#foundation a{
    background-image:url(/buttons/button_foundation.png);
    background-repeat:no-repeat;
}

#powerschool a{
	background-image: url(/buttons/powerschool.png);
	background-repeat:no-repeat;
}


.categoryitems a {
    padding-top:3px;
    padding-left:2px;
    
    width:204px;
    height:16px;
    
    font-size:12px;
    color: #002147;
    text-align:left;
    display: block;
    text-decoration: none;
}


/*healthnav - navigation on the health page*/
/*this navigation uses subnavigation sprys to*/
/*show all the links on the page*/
.Accordion {
	margin-bottom:24px;
	
	padding-top:14px;
	padding-left:5px;

	overflow: hidden;
	
	width:225px;
	
	background-image:url(/graphics/calendar_background.png);
	background-repeat:repeat-y;
	
	clear:both;
}

.AccordionPanel {
	margin: 0px;
	
	padding: 0px;
	
}

.AccordionPanelContent {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	padding-right:10px;
	
	
}

#Accordion1 ul {
    
    margin:0;
    margin-left:10px;
    
    padding:0;
    padding-bottom:15px;
	
    
    font-size:14px;
    list-style:none;
    
}

#Accordion1 ul li a{
    padding:1px;
	padding-left:3px;
	padding-right:3px;
    
    width:194px;
    
    text-decoration:none;
    display:block;
    line-height:21px;
    
}

#Accordion1 ul li a:hover{
    color:#ffffff;
    background-color:#002147;
    
}
.AccordionPanelTab {
	margin: 0px;
    margin-left:10px;
    margin-bottom:7px;
        
	padding:0;
    padding-top:7px;
        
    width:200px;
    height:23px;
        
    text-align:left;
    text-indent:10px;
    color:#002147;
    font-size:16px;
    font-weight:400;
        
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
        
     background-image:url(/graphics/button.png);
     background-repeat:no-repeat;
}


.AccordionPanelTab a{
    text-decoration:none;
}

.AccordionPanelTab a:hover{
    color:#002147;
}

/*DROPDOWN MENUS*/

/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 8em;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	left: -1000em;
	top: 20px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 8.2em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul

{
	background-image:url(/graphics/dropdownoverlay.png);
	background-repeat:repeat;
	border:#FFF thin solid;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	margin:0;
    
    padding:0;
    
    line-height:21px;
    
    display:block;
    text-indent:30px;
    
    text-decoration:none;
    font-size:14px;  
	cursor: pointer;
		outline:none;

}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{	height:34px;
	background-image: url(/buttons/powerschool.png);
	background-repeat: no-repeat;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);		


}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}


