/*
 --------------------------------------
Support Regent styles
---------------------------------------
 */
 
 #interact {
 	width: 272px; 
	float: right; 
	margin: 10px 0 10px 20px;
 	}
	
#makeGift {
	background: url(../images/bg_make-gift.gif) no-repeat;
	margin: 0;
	padding: 89px 0 0 63px;
	width: 206px;
	height: 60px;
	text-indent: -999em;
	}
	
#makeGift p {
	margin: 0;
	padding: 0x;
	}
	
#makeGift a {
	background: url(../images/btn_make-gift.gif) no-repeat top left;
	width: 143px;
	height: 28px;
	display: block;
	}
	
#makeGift a:hover {
	background: url(../images/btn_make-gift-hover.gif) no-repeat top left;
	}
	
#meetDonors {
	width: 267px;
	border-bottom: 3px solid #e7e7e7;
	}
	
#meetDonors h1 {
	width: 267px;
	height: 11px;
	background: url(../images/text_meet-donors.gif) no-repeat;
	text-indent: -999em;
	margin: 38px 0 0;
	}
	
#meetDonors ul {
	list-style-type: none;
	padding: 5px 0 15px 0;
	margin: 0;
	text-align: center;
	}
	
html>/**/body #meetDonors ul { /*IE doesn't see this */
	padding: 10px 0;
	}
	
#meetDonors li {
	display: inline;
	padding: 0 3px;
	}
	
#content ul.giving {
	margin: 20px 0 0 50px;
	}	
	
html>/**/body #content ul.giving {
	margin: 20px 0 0 15px;
	}
	
#content ul.giving li:first-line {
	font-size: 120%;
	font-weight: bold;
	}
	
#content ul.giving li {
	margin: 0 0 15px 0;
	}
	
#makeGiftToday {
	margin: 15px 0 0;
	text-align: -999em;
	}
	
#makeGiftToday a {
	background: url(../images/btn_make-gift-today.gif) no-repeat top left;
	width: 215px;
	height: 29px;
	display: block;
	border: none !important;
	text-indent: -999em;
	}
	
#makeGiftToday a:hover {
	background: url(../images/btn_make-gift-today-hover.gif) no-repeat top left;
	}

p.noTop {
	margin-top: 0;
	}
	
h2.noBottom {
	margin-bottom: 0;
	}	

body#bredesen ul#secondaryNav li.home, 
body#bredesenAbout ul#secondaryNav li.about,
body#bredesenChair ul#secondaryNav li.chair,
body#gyertson ul#secondaryNav li.gyertson,
body#bredesenInvest ul#secondaryNav li.invest  {
	font-weight: bold;
	}


/* microsite button styles 
-----------------------------------------------------*/	
	
p.button, p.gleButton, p.sgle100 {
	margin: 20px 0;
	}
p.button a:link, p.button a:visited {
	background: url(../scholarships/images/back_btn.gif) no-repeat;
	color: #002d62;
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
	padding: 9px 40px 11px;
	}
p.gleButton a:link, p.gleButton a:visited {
	background: url(../scholarships/images/back_btn.gif) no-repeat;
	color: #bf2e1a;
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
	padding: 9px 45px 11px;
	border: none;
	}
p.sgle100 a:link, p.sgle100 a:visited {
	background: url(../scholarships/images/back_btn.gif) no-repeat;
	color: #bf2e1a;
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
	padding: 9px 30px 11px;
	}
p.button a:hover, p.button a:active, p.gleButton a:hover, p.gleButton a:active, p.sgle100 a:hover, p.sgle100 a:active {
	color: #9b7a17;
	}
	
p.joinsgle a:link, p.joinsgle a:visited {
	background: url(../scholarships/images/back_btn.gif) no-repeat;
	color: #002d62;
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
	padding: 9px 22px 11px;
	margin: 0 25px 0 0;
	}
	
.waterGraphic {
	margin-left: 15px;
	}	
	
#gleButtons {
	margin: 30px 0 0;
	}	
		
.inline {
	display: inline;
	}