/* ---  SPECIFICS TO FACULTY OF MINING --- */


/* --- TOP NAV ---- */
#topNav ul.L1 a.selected,	
#footerNav ul.L1 a.selected
{
	color:#ca9500;
	}
	
	
/* --- PRIMARY NAV --- */
#primaryNav ul.L1   a.selected,	
#primaryNav ul.L1   a.sub_selected	
{
	color:#ca9500;
	}
	
#primaryNav ul.L1 li.hover {
	background-color:#966f00;
	color:#ffffff;
}



/* total width needs to add up to 945 max */
#department				{	width:108px;	}
#undergraduate-studies		{	width:180px;	}
#graduate-studies			{	width:148px;	}
#news-events				{	width:133px;	}
#people					{	width:82px;	}
#alumni					{	width:82px;	}
#professional-development	{	width:211px;	}


#primaryNav #undergraduate-studies ul.L2 {
	width:220px;
	background-image: url(../shell/nav-shadow-220.png);
	_background-image:none; /* ie6 */
}

#primaryNav #undergraduate-studies ul.L2 a{
	width:185px;
}



/* --- DROP DOWN COLOR --- */
#primaryNav ul.L2 li	{
	background-color: #966f00;
	border-top: #b78700 solid 1px;
}


#primaryNav ul.L2 li.hover {
	background-color:#5e4200;
	/* background-color:#000000; */
}

#primaryNav ul.L2 li a {
	padding:7px 18px 8px 18px;
}


/* 
#primaryNav li.hover  ul.L2 li a.selected,
#primaryNav ul.L2 li a.selected:hover	{
	background-color:#ffffff;
	color:#ca9500;
}
*/


/* --- SIDE NAV --- */
#sideNav a	{
	border-bottom:#b78700 solid 1px;
}


#sideNav 	a.selected,
#sideNav 	a.selected:hover
{
	color:#ca9500;
}

#sideNav a:hover	{
	background-color:#5e4200;
	/* background-color:#000000; */
	background-image:none;
}


/* -- FOOTER NAV --- */
#footer a:hover	{
	color:#ca9500;
}




/* --- HOME PAGE --- */

#home_container	{
	width:100%;
	overflow:hidden;
	background-image:url(../shell/home-container.gif);
	background-repeat:repeat-y;
	background-position:right top;
}


div.home_content	{
	width:345px;
	padding-left:120px;
	margin-top:0px;
	background-image:url(../shell/home-content-arrow.gif);
	background-position:0px 2px;
	background-repeat:no-repeat;
	float:left;
	}

div.home_content h1	{
	margin-bottom:15px;
	color:#000000;
	}
	
	


div.home_callout	{
	width:195px;
	padding:15px 15px 15px 15px;
	float:left;
	margin-left:15px;
	}
	
	
	
/* --- PEOPLE PAGE --- */


div.people_txt	{
	width:585px;
	float:left;
}

div.people_img	{
	width:285px;
	float:right;
}


p.edu_title	{
	margin-top:-18px;
	font-style:italic;
}


/* --- GENERAL COLORS --- */

h2 a	{
	color:#000000;
	}
	
	

