/* CSS Document */

/*           */
/*    NAV    */
/*           */
  
.navContainer {
	font-style: normal;
	overflow: hidden;
	width: 770px;
	z-index:10;
	padding:0;
	margin:0; }  
	
.nav {
	float:left;
	display: inline;
	overflow: hidden;
	width: 770px;
	height: 1%;
	padding: 0;
	margin: 0;
	background: url(images/nav_bg.jpg) repeat-x top;
	z-index:1;  }
	
.nav ul {  
	margin: 0; 
	padding: 0; 
	list-style: none;   }
  
.nav li { /* APPLY SPACING BETWEEN EACH TAB */
    float:left;
	display: inline;
	overflow: hidden;
	height: 1%;
    /*border: 1px solid #000;*/
    margin: 0;
    padding: 0;  }
	  
.nav a { /* APPLY PADDING TO EACH TAB */
	font-size: 1.3em;
	float: left;
	height: 37px;
	display: block;
	background: url("images/nav_off.jpg") no-repeat right top;
  	padding: 16px 45px 0px 15px; /* push text away from left image */
	margin: 0;
	text-decoration: none;
	color: #EDEDED;
	white-space: nowrap; }
  
.nav a:visited {
	color:#FFF;
	text-decoration: none; }
  
.nav li:hover, .header li:hover a, .nav a:hover {
  color:#999999;  } 
  
.nav .current {
	border-width:0; }
  
.nav .current a  {
	background: url("images/nav_right_on.jpg") no-repeat right top;
	color:#FFF;
	/*padding-bottom:5px;*/
	background-color: #476F24;
	text-decoration: underline; }
 
.nav .current a:visited, .nav .lib a:visited {
 	color: #FFF;
	text-decoration: underline; }

.nav .lib a  {
	background: url("images/nav_on_both.jpg") no-repeat right top;
	color:#FFF;
	/*padding-bottom:5px;*/
	background-color: #476F24;
	text-decoration: underline; }

.nav .prev a {
	background: url("images/nav_left_on.jpg") no-repeat right top; }
	
.nav #home a {
	padding-left: 30px;
	width: 45px; }
	
/* IE-win width hack \*/
* html .nav .home a {
  height: 37px;
  margin-left: 0px;  } 
/* End */
	
.nav #teachers a { width: 72px; }
.nav #students a { width: 65px; }
.nav #events a { width: 53px; }
.nav #gallery a { width: 95px; }
.nav #partners a {
	background: url("images/nav_last.jpg") no-repeat right top;
	width: 65px; }
.nav #partners.current a {
	background: url("images/nav_last_on.jpg") no-repeat right top;
	background-color: #476F24; }
  


/*        */ 
/*        */ 
/* SUBNAV */ 
/*        */ 
/*        */ 

.subnavContainer {
	
	/*width: 768px;*/
	z-index:2;
	margin:0;
	padding:0;
	/*height: 38px;*/
	/*float: left;*/	} 

.subnav {
	background-color: #476F24;
	font-size: 1.0em;
	float: left;
	width: 770px;
	margin: 0;
	padding:0;  }
	 
.subnav .nolink {
	/*float: left;*/
	margin-left: 10px;
	padding-left: 10px;
	color: #FFF;
	font-style: normal;
	background: url(images/bullet_off.gif) no-repeat center left;	}
	
.subnav ul li { 
	display: inline;
	margin: 0;
	padding: 0; }
	 
.subnav ul { /* APPLY SPACING BETWEEN EACH TAB, along with top AND bottom */
	float: left;
	display: inline;
	padding: 7px 10px 7px 4px;
	margin: 0;  }
	
.subnav a { 
	/*float:left;*/
	white-space:nowrap;
	margin: 0 0 0 10px;
	padding: 0px 10px 0px 5px;
	color:#FFF; }

.subnav a:link { 
	color:#FFF;
	text-decoration: underline; }

.subnav a:visited {
	color: #EDEDED;
	text-decoration: underline; } 

.subnav a:hover {
  	color:#CCC;  }
  
.subnav .current_page_item {
	font-weight:bold; }
	
.subnav .current_page_item a {
	background: url(images/subnav_leaf.jpg) no-repeat left center;
	color: #FFF;
	padding-left: 26px; }
	
.subnav .searches {
	float: right;
	height: 31px;
	padding: 7px 10px 0 50px;
	margin: 0;
	background-color: #948856;
	background-image: url(images/subnav_search.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right; }

/* IE-win 6 hack \*/
* html .subnav .searches {


	margin: 0 0 -11px 0;  } 
/* End */
	
.subnav .searches input {
	color: #666;
	background-color: #E0D7C6;
	border: 1px solid #999;
 }