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

/*homepage*/ 
#features div#giving_features{
background-color:transparent;
border:none;
width:100%;
padding:0px 16px 0px 0px;
margin:0px 0 7px 0;

}

ul#engagement_tools {
	list-style-type:none;
	margin:0px 0 30px 0;
} 
#features ul#engagement_tools li {
/*margin:10px 0;*/
line-height:0; 
padding:0 0 0 0px;
background:none;
}

#features  ul#engagement_tools a.button {
	display:block;
	background-color:#1C7E94;
	border: 1px solid #1C7E94;
	margin:5px 0;
	color:#fff;
	padding:7px 5px 5px;
	font:16px/15px "Times New Roman", Times, serif;
	width:250px;

}
#features  ul#engagement_tools a:hover {
	text-decoration:none;
	background-color:#fff;
	color:#B1953A;
/*	border:solid 1px #1A0E07;*/
}

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

/*giving page*/   
a.give_button {
	background-color: #1C7E94;
	color:#fff;
	border: 1px solid #666;
	display: block;
	height: 25px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	width: 171px;
	font-weight:bold;
	-moz-box-shadow: 0px 0px 10px #666;	
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;	
}
#give_section a:hover {
	color:#666;
	background-color:#fff;
}
#give_section {
/*	background-color: #3E2718;*/
	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;
	line-height:18px;
	
}
