@charset "utf-8";
/* CSS Document */
div#breadcrumbs { margin-bottom: 10px; }
div#banner {
	height: 50px !important;
	overflow:hidden !important;
	padding: 0 !important;
	margin: 0 0 10px 0 !important;
	background: #fff !important;
}
h2#give_now {
	float:left;
	width: 160px;
	height: 50px;
	position: relative;
	overflow:hidden;
	background: url(../images/alumni/give_now_btn.gif) no-repeat;
}
h2#give_now a {
	position: relative;
	display: block;
	height: 0;
	padding-top: 50px;
}
h2#give_now span {
	position: absolute;
	width: 100%;
	height: 100%;
}
h2#alumni_bnr {
	float:right;
	width: 570px;
	height: 50px;
	position: relative;
	overflow:hidden;
	background: url(../images/alumni/alumni_bnr.jpg) no-repeat;
}
h2#alumni_bnr a {
	position: relative;
	display: block;
	height: 0;
	padding-top: 50px;
}
h2#alumni_bnr span {
	position: absolute;
	width: 100%;
	height: 100%;
}
div#giving_highlight_top{
	height: 7px;
	background: url(../images/rounded_bg/rounded_gold_highlight_top.gif) no-repeat;
}
div#giving_highlight{
	min-height: 17px;
	padding: 5px 25px 0px 25px;
	background: url(../images/rounded_bg/gold_highlight.gif) repeat-y;
	color: #002e63;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
}
div#giving_highlight_btm{
	height: 24px;
	background: url(../images/rounded_bg/rounded_gold_highlight_btm.gif) no-repeat;
}
div#giving_highlight a {
	background: #e9c951;
	color: #002e63;
	font-weight: bold;
	text-decoration: underline;
}


