/* CSS Document */

/* 1st Tier nav */

#nav ul li a.support {
	color: #FFFFFF;
	background-color: #5A71BD; 
	border-bottom: 1px solid #333333;	}

/* Open up 2nd Tier nav */

#support #nav ul ul.support { 
	display:list-item;
	margin: 0px;
	padding: 0px;
	list-style: none; 
	font: 100% arial, helvetica, sans-serif;  }
	
#support #nav ul ul a { 
	padding: 4px 8px 4px 16px;
	width: 115px;
	border-bottom: 1px solid #103863;
	text-decoration: none; }		
	
#support #nav ul ul a:link, #support #nav ul ul a:visited {
	padding: 4px 8px 4px 16px;
	font-weight: normal;
	color: #333333;
	background-color: #fff; }
	
#support #nav ul ul a:hover {
	font-weight: normal;
	padding: 4px 8px 4px 16px;
	color: #333333;
	background: #CCD2EA;}
	
/* Second Tier nav Links */

#support.advertise #nav ul ul li a.advertise {	
	color: #333333;
	background: #fff url(/images/arrow.gif) no-repeat .6em 0.6em;	
	background-position: .6em .6em;	 }
	
#support.endowment #nav ul ul li a.endowment {	
	color: #333333;
	background: #fff url(/images/arrow.gif) no-repeat .6em 0.6em;	
	background-position: .6em .6em;	 }
	
#support.sponsor #nav ul ul li a.sponsor {	
	color: #333333;
	background: #fff url(/images/arrow.gif) no-repeat;
	background-position: .6em .6em;	 }
	
#support.membership #nav ul ul li a.membership {	
	color: #333333;
	background: #fff url(/images/arrow.gif) no-repeat;
	background-position: .6em .6em;	 }
	
#support.scholarship #nav ul ul li a.scholarship {	
	color: #333333;
	background: #fff url(/images/arrow.gif) no-repeat;
	background-position: .6em .6em;	 }
		
#support.teacher_student #nav ul ul li a.teacher_student {	
	color: #333333;
	background: #fff url(/images/arrow.gif) no-repeat;
	background-position: .6em .6em;	 }
		
#support.cd #nav ul ul li a.cd {	
	color: #333333;
	background: #fff url(/images/arrow.gif) no-repeat;
	background-position: .6em .6em;	 }
	
.quote {
	padding: 10px;
	width: 400px;}
	
.col_1 {
	width: 300px;
	margin-left: 0px;
	padding-left: 0px;}

.col_2 {
	width: 300px;
	margin-left: 60px;
	padding-left: 0px;}

.scholarship ul {	
	margin-left: 0px;
	padding-left: 0px;} 
	
.scholarship ul li {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;}
	
/* Vendini */

.endowment #header #vendini-header, 
.scholarship #header #vendini-header, 
.membership #header #vendini-header,
.sponsor #header #vendini-header
/*.teacher_student #header #vendini-header*/ {
	display:none; }

.endowment #vendini img, .scholarship #vendini img {
	margin-top: 10px;
	margin-left: 20px;
	border-style: none;
	width: 230px;
	float: right;
	clear:right;
	height: 30px;
}
.membership #vendini img, .sponsor #vendini img {
	margin-top: 10px;
	margin-left: 20px;
	border-style: none;
	width: 152px;
	float: right;
	height: 30px;
}
