/* CSS Document */

html, body{
	}
	
body	{
	background: #A5BF7C url(/img/bg/top_blue.gif) top left repeat-x;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: "Trebuchet MS",lucida, verdana, arial, helvetica, sans-serif;
	font-size:11px;
	}
	
a{
	color:#000066;
	}
a:hover{
	color:#E88400;
	}
	
i{
	font-size:9px;
	line-height:13px;
	color:#666666;
	font-style:italic;
	}	
	
em{
	font-size:10px;
	color:#999999;
	padding-left:1.2em;
	}
img{
	border:none;
	}
	
	
	
h1{
	font-family:"Trebuchet MS",lucida, verdana, arial, helvetica, sans-serif;
	color:#A6A6A6;
	font-size:16px;
	margin:10px;
	}
h2{
	color:#333;
	font-size:11px;
	margin:0 0 10px 0;
	}
h3{
	color:#000000;
	font-size:11px;
	font-weight:bold;
	margin:0 0 0 0;
	}
	
	
	
	
input[type="text"], textarea{
	font-size:14px;
	font-family:"Trebuchet MS",lucida, verdana, arial, helvetica, sans-serif;
	background-color:#F2F2F2;
	border:1px solid #999;
	padding:4px;
	}
input[type="text"]{
	height:18px;
	}
	
	

/* STRUCTURE */	

#center{
	width:900px;
	margin:20px auto;
	padding-top:20px;
	text-align:center;
	z-index:1;
	position: relative;
	}





/* FOOTER */

#footer{
	margin-top:50px;
	color:#666;
	font-size:12px;
	}
#footer a{
	color:#333;
	text-decoration:none;
	}
#footer a:hover{
	color:#5FC8FF;
	}






/* ELEMENTS */

#search_input{
	margin:10px 0;
	}

#google_img{
	display:block;
	}

#byline h3{
	font-size:12px;
	font-family:"Trebuchet MS",lucida, verdana, arial, helvetica, sans-serif;
	color:#999;
}

#byline a{
	color:#5FC8FF;
}



/* donation box */
#dollar_amt{
	color:#FFB833;
	font-size:36px;
	float:left;
	position:relative;
	top:3px;
	right:0;
}

#dollar_amt sup{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#404040;
	font-size:18px;
	font-style:italic;
    vertical-align: baseline;
    position: relative;
    bottom: 0.8em;
}
#caption{
	position:relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#404040;
	font-style:italic;
	text-align:center;
}

#donation_table{
	margin:0 auto;
	margin-top:50px;
}
#donation_table td{
	margin:0;
	padding:0;
	}
#donation_table p{
	margin:0;
	padding:0;
}



/* past */
.past{
	}

.past #dollar_amt sup{
	color:#B0B0B0;
	font-size:16px;
	}

.past #dollar_amt{
	font-size:24px;
	color:#FFD380;
}

.past #caption{
	color:#B0B0B0;
	margin:0 8px;
}




/* banner */
#banner{
	position:absolute;
	right:100px;
	top:5px;
	width:533px;
	height:61px;
	z-index:10;
	}

#banner img{
	position:absolute;
	top:0;
	left:0;
	}
body.banner_on #center{
	margin-top:60px;
	}





/* utility */
#clear{
	display:block;
	clear:both;
	}
