* {
	padding: 0;
	margin: 0;
}

.tab_menu {background: url(/giving/annualfund/images/background_accordion.gif) repeat-y right}

.panel p {margin:0;}

.panel_college p {margin:0;}

.panel_related p {margin:0; color: #333;}

.panel {
	float: left;
	display: none;
	min-height: 380px;
	width: 400px;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
}

*html .panel {
	margin-left: -23px;
	margin-bottom: 20px;
	height: 380px;
}

.panel_college {
	float: left;
	display: none;
	min-height: 545px;
	width: 400px;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
}

*html .panel_college {
	margin-left: -23px;
	margin-bottom: 20px;
	height: 545px;
}

.panel_related {
	float: left;
	min-height: 100px;
	width: 370px;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin-left: 36px;
	margin-top: -2px;
}

*html .panel_related {
	margin-left: -23px;
	margin-bottom: 20px;
	height: 100px;
}

/*.panel_related h5 {
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#b6985a;
	font-weight:lighter;
	letter-spacing:.125em;
	padding:0;
	font-weight: lighter;
	text-transform: uppercase;
	float: left;
}

.panel_related p {
	font-size:50px;
	color:#333;
	padding:0;
}*/


.panel.active-tab-body {display: block;}

.panel_college.active-tab-body {display: block;}

.panel_related.active-tab-body {display: block;}

#tabs_school {
	list-style: none;
	float: left;
	width: 300px;
	display: block;
	background-color:transparent;
}

#tabs_school li {
	line-height:24px;
	list-style:none;
	position:relative; /* IE 6 hates */
}

*html #tabs_school li {
	position:inherit; /* IE 6 fix */
}

#tabs_school li ul {
	list-style:none;
	display:block;
}

#tabs_school li a{
	width: 300px;
	w\idth: 300px;
	display: block;
	text-decoration : none;
}

#tabs_school a {
	padding: 5px 8px;
	margin-left: 6px;
	text-decoration: none;
	color: #999;
}

#tabs_school a:hover {
	color: #034379;
	/*background-image: url(/giving/annualfund/images/panel_arrow.gif);
	background-repeat: no-repeat;
	background-position: 267px center;*/
	z-index: 100;
}

#tabs_school a.active-tab {
	color: #528cb5;
	background-image: url(/giving/annualfund/images/panel_arrow.gif);
	background-repeat: no-repeat;
	background-position: 267px center;
	z-index: 100;
}

#tabs_college {
	list-style: none;
	float: left;
	width: 300px;
	display: block;
}

#tabs_college li {
	line-height:24px;
	list-style:none;
	position:relative; /* IE 6 hates */
}

*html #tabs_college li {
	position:inherit; /* IE 6 fix */
}

#tabs_college li ul {
	list-style:none;
	display:block;
}

#tabs_college li a{
	width: 300px;
	w\idth: 300px;
	display: block;
	text-decoration : none;
}

#tabs_college a {
	padding: 5px 8px;
	margin-left: 6px;
	text-decoration: none;
	color: #999;
}

#tabs_college a:hover {
	color: #034379;
	/*background-image: url(/giving/annualfund/images/panel_arrow.gif);
	background-repeat: no-repeat;
	background-position: 267px center;*/
	z-index: 100;
}

#tabs_college a.active-tab {
	color: #528cb5;
	background-image: url(/giving/annualfund/images/panel_arrow.gif);
	background-repeat: no-repeat;
	background-position: 267px center;
	z-index: 100;
}

#tabs_related {
	list-style: none;
	float: left;
	width: 300px;
	display: block;
}

#tabs_related li {
	line-height:24px;
	list-style:none;
	position:relative; /* IE 6 hates */
}

*html #tabs_related li {
	position:inherit; /* IE 6 fix */
}

#tabs_related li ul {
	list-style:none;
	display:block;
}

#tabs_related li a {
	width: 350px;
	w\idth: 350px;
	display: block;
	text-decoration : underline;
}

#tabs_related a {
	text-decoration: underline;
	color: #528cb5;
}

#tabs_related a:hover {
	color: #528cb5;
	/*background-image: url(/giving/annualfund/images/panel_arrow.gif);
	background-repeat: no-repeat;
	background-position: 267px center;*/
	z-index: 100;
	text-decoration: none;
}

/*#tabs_related h3 a {
	color: #528cb5;
	background-image: url(http://www.principia.edu/giving/annualfund/images/panel_arrow.gif);
	background-repeat: no-repeat;
	background-position: 313px center;
	z-index: 100;
}*/

#tabs_related h5 a:link, #tabs_related h5 a:visited {
	color: #b6985a;
	font-size:18px;
	background-image: url(http://www.principia.edu/giving/annualfund/images/panel_arrow.gif);
	background-repeat: no-repeat;
	background-position: 309px center;
	z-index: 100;
	text-decoration: none;
}

#tabs_related h5 a:hover {
	color: #b6985a;
	text-decoration: none;
}