/* CSS Document */

/*--------------- Subpage unique containers and styles for "Future Students" ---------------------------------------------*/

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


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


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


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


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


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


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


