/* CSS Document */

/*--------------- Subpage unique containers and styles for "Contact Us"------------------------------------*/

#content /* Contains #submenu, #subcontent */
{
	border-left-color: #966c3d;
	background-color: #c69c6d;
}


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


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


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


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


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


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

