@charset "utf-8";
/* CSS Document */
/**************************************
**************************************
This CSS document contains all the styles specific to each schools. Mostly color changes.
*****************************************
*****************************************
 */

body{
	background:url(../images/slices/header_slice.jpg) repeat-x #729144;/**change background color **/
	}
		#bgwrapper {background: url(../images/slices/header_slice.jpg) repeat-x;

}
/**************************HEADER**************************/	


	
#photo_header p {
	color: #3F3030;
	}
#photo_header {
	background-color:#C9DAB0;} /*change background color */



/**************************CONTENT AND HEADER STYLES**************************/	
#content, #contact {
	background-color: #ffffff; /*change*/
	}
	
#content h1 {
	color:#403030;
	}
#content h2{
	color:#667955;}
	
#content p {
	color:#3F2F2F;
	
	}

#header h1 a, #header h1 a:link, #header h1 a:visited  {
background:url(../images/slices/mcll_bar.jpg) #89A167 no-repeat right; /*change*/
}



/**************************MAIN NAV**************************/	

#nav, #wrapper{
	background-color: #E1EBD3; /**change navigation background **/
	}

	
#nav ul li a:link, #nav ul li a:visited, #nav ul {
	color: #503F30}

	
	
	
/**************************SECONDARY/DROPDOWN NAV**************************/	



#nav ul li ul, #nav ul li ul li, #nav ul li:hover, .nav_background{
	background-color:#ADC7BF;
		}
	

#nav ul li ul li a:hover, #nav ul li:hover{
	color: #660000;}



	
