/*Giving and Alumni Updates styles added 1/31/2011 Matt Hodgson*/

/*homepage*/   

ul#engagement_tools {
	list-style-type:none;
	margin:40px 0 30px 0;
	float: left;
	padding:0 5px;
	background-color:#A8BC82;
	border-bottom:none;
	overflow:auto;
	width:788px;
	border:solid 1px #DCE4CD;
}
ul#engagement_tools li {
	float:left;
	width:200px;
	margin:0 80px 0 0;
	padding:5px 0 5px 0px;
}
ul#engagement_tools a.button {
	display:block;
/*	background-color:#32434A;
*/	color:#252525;
	padding:7px 5px 5px;
	font-size:110%; 
	text-decoration:none;
}
ul#engagement_tools a:hover {
	text-decoration:none;
/*	background-color:#ADA651;*/
	color:#C6DEC5;
/*	border:solid 1px #1A0E07;*/
}

a span.subtext {
	font-size:85%;
	text-transform: none;
	font-family:Arial, Helvetica, sans-serif;
}

/*giving page*/   
#side a.give_button {
	background-color: #B9C99B;
	border: 2px solid #fff;
	display: block;
	height: 25px;
	color:#252525;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	width: 171px;
	-moz-box-shadow: 0 0 5px #ccc;	
	-webkit-box-shadow: 0 0 5px #ccc;	
}  
#give_section a:hover {
/*	color:red;*/
	background-color:#fff;
}
#give_section {
/*	background-color: #C6DEC5;*/
	color:#fff;
	float: right;
	margin: 0 0 10px 10px;
	padding: 5px;
	width: 200px;
} 
#give_section p:first-child {
	float:left;
	margin:18px 0 0 15px;
}
#give_section p.instructive_text {
	float: right;
	width: 185px;
	margin:18px 0 0 15px;
}
#give_section p.instructive_text {
	float: right;
	width: 185px 
}