/* CSS Document */

/* 1st Tier nav */

#nav ul li a.staff {
	color: #243E60;
	background : url(/images/nav-on.gif) no-repeat 100% .3em;		}	
	
/* Open up 2nd Tier nav */

#staff #nav ul ul.staff { 
	display:list-item;
	margin: 0px;
	list-style: none; 
	font: 100% arial, helvetica, sans-serif;  }
	
#staff #nav ul ul a { 
	width: 155px;	
	border-bottom: 1px solid #333333;
	text-decoration: none; }		
	
#staff #nav ul ul a:link, #staff #nav ul ul a:visited {
	background : url(/images/nav-sub-off.gif) no-repeat 100% .3em;	
	text-align: left;
	text-decoration: none;
	color: #243E60;
	font-weight: bold;	
	padding : 7px 20px 7px 25px;
	display: block; }
	
#staff #nav ul ul a:hover {
	font-weight: bold;
	padding: 7px 20px 7px 25px;
	color: #243E60;
	background-color: #FEE19D; }
	
/* Second Tier nav Links */

#staff.interns #nav ul ul li a.interns {	
	color: #243E60;
	background : url(/images/nav-sub-on.gif) no-repeat 100% .3em;		}	
	
#staff.interns .imgRight {
	margin-top: 0px;}

#col_2_content table tr td {
	margin: 0px;
	padding: 0px 0px 10px;
	width: 140px;
	text-align: center;
	border: 1px solid #333333;}

#col_2_content table tr td.emptycell {
	border: none;}
