@charset "utf-8";
/* CSS Document */
/**************************************
**************************************
This CSS document contains all the styles specific to each school. Mostly color changes.
*****************************************
*****************************************
 */

body{
	background:url(../images/slices/header_slice.jpg) repeat-x #7C452E;/**change background color **/
	}
		#bgwrapper {background: url(../images/slices/header_slice.jpg) repeat-x;
}

/**************************HEADER**************************/	
#header {
	background-color: #A0A090; /*change color here */
	}
	
#photo_header p {
	color: #3F3030;
	}
#photo_header {
	background-color:#C0835D;} /*change background color */


/**************************CONTENT AND HEADER STYLES**************************/	
#content, #contact {
	background-color: #ffffff;
	}
	
#content h1 {
	color:#403030;
	}
	
#content h2{
	color: #D0BF9F;
	}	

#content p {
	color:#3F2F2F;
	}

#header h1 a, #header h1 a:link, #header h1 a:visited  {
background:url(../images/slices/mcll_bar.jpg) #8D5E41 no-repeat right; /*change*/
}

/**************************MAIN NAV**************************/	

#nav, #wrapper{
	background-color: #CBB5AB; /**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:#A0AAA7;
		}
	

#nav ul li ul li a:hover, #nav ul li:hover{
	color: #660000;}

	

	
