@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 #87694E;/**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: #F1F3F3;
	}
#photo_header {
	background-color:#685C51;} /*change background color */


/**************************CONTENT AND HEADER STYLES**************************/	
#content, #contact {
	background-color: #ffffff; /*change*/
	}
	
#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) #997657 no-repeat right; /*change*/
}

/**************************MAIN NAV**************************/	

#nav, #wrapper{
	background-color: #CFC3B8; /**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:#A3AFAE;
		}
	

#nav ul li ul li a:hover, #nav ul li:hover{
	color: #660000;}

	
/****************************Resources List Styles**************************/

.resources ul li {
	list-style: disc;}

.resources ul ul li {
	list-style: circle;}

	
