/* Giving CSS  */


/* new version */
*{
  margin: 0; 
} 
html, body { 
    height: 100%; 
} 



#AKAnonFooter
{
position: relative;
min-height: 100%;
}

* html #AKAnonFooter
{
height: 100%;
}

#AKAcontent
{
padding-bottom: 70px;
}

#AKAfooter
{
position: relative;
margin-top: -60px;
} 


#footer {

	position:absolute;

	background-color: #6f6f6f;

	width:100%;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 9px;

	color: #bbb;



	

	}



a.footer:link, 



a.footer:visited, 



a.footer:active {

	text-decoration: underline;

	color:#bbb;}

	

a.footer:hover {

	text-decoration: none;

	color:#fff;}



#leftfoot {

float:left;

padding:5px;



}



#middle {

float:left;

right:70px;

padding-top:15px;

padding-left:10px;

	

} 



#rightfoot {

float:right;

padding-top:15px;

padding-right:15px;



}


#gift-graybar {

	background: #999;
  	width: 100%;
	height: 24px;

}



#gift-maroonbar {

	background: #881C1C;
  	width:100%;
	height:46px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#FFF;
	padding-top:10px;
	padding-bottom:5px;

}

#gift-maroonbar a {

	color:#FFF;
	text-decoration:none;

}

#gift-bartext {
	padding-left:25px;
}

#gift-givenow {
	position:absolute;
	Right: 10px;  
	top: 42px;	
}
a.gift-givenowrollover {
    display: block;
    width: 129px;
    height: 30px;
    background: url("http://www.library.umass.edu/imgs/giftnewscombo.gif") 0 0 no-repeat;
    text-decoration: none;
    	position: absolute;
	Right: 10px;  
	top: 42px;	
	border:none;
}

a:hover.gift-givenowrollover {
    background-position: -129px 0;
}

a.gift-newsrollover {

    display: block;
    width: 129px;
    height: 30px;
    background: url("http://www.library.umass.edu/imgs/giftgivenowcombo.gif") 0 0 no-repeat;
    text-decoration: none;
    	position: absolute;
	Right: 150px;  
	top: 42px;	
	border:none;
}


a:hover.gift-newsrollover{
    background-position: -129px 0;
}

/* body */

#gift-nav {
	
	text-align: right;
	margin-left: 20px;
	min-width: 180px;

}

#gift-nav li {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 25px;
	border-right: 1px;

}

#gift-nav a {
	text-decoration: none;
	color:#000;
	
}

#gift-nav a:hover  {
	text-decoration: underline;
	color: #666666;
	
}

#giftbody {
	position: relative;
	top:10px;
	left:10px;

}



#giftbody a, a:link, a:visited {text-decoration: underline;color: #00F }
#giftbody a:hover{text-decoration: none;color: #00F }

/* Fonts and borders */

table
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
  	font-size:12px;

}
table p
{
 padding-bottom:10px;
}

#giftbody h1 {
 	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
 	font-weight:bold;
 	color: #881C1C;
 }
 
#giftbody h2 {
 	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
 	font-weight:bold;
 	color: #881C1C;
	margin-top: 10px;
	margin-bottom: 5px;
 }
 
#giftbody h3 {
 	font-size:14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
 	font-weight:bold;
 	color: #881C1C;
	padding-left:5px;
 }
 
#giftimg img {border: solid 2px #000}

.wrapper { 
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
	margin: 0 auto;

} 
