/* CSS Document */


/*--------------- Subpage unique containers and styles for "Student Life" ---------------------------------------*/

#content /* Contains #submenu, #subcontent */
{	
	border-left-color: #d47815;
	background-color: #ed9535;
}


#submenu /* Subpage menu */
{
	background-image: url(http://www.alc.edu/layout/logo_studentlife.gif);
	background-color: #ed9535;
}


ul#expand ol /* Left nav expanding menu */
{
	background-color: #d47815;
}


ul#expand li, ul#expand a /* Left nav expanding menu */
{  	
	list-style-image: url(http://www.alc.edu/layout/bullet_studentlife.gif);
}


ul#expand /* Left nav expanding menu */
{
	border-top-color: #d47815;
}


ul#expand li /* Left nav expanding menu */
{
	border-bottom-color: #d47815;
}


#expand a:hover /* Left nav hover */
{
	color: #F7D3AC;
}

