@charset "UTF-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content {
	position: relative;
	width: 945px;
	margin: 0 auto;
	overflow: visible;
}
#hdrLogo {
	position: absolute;
	top: 10px;
	right: 0;
}
h1, h2, #donations, .overlay a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: rgb(0,42,95);	
}
h2, #donations {
	position: absolute;
	width: 945px;
	right: 0;
	text-align: right;
}
h2 a, .overlay a {
	color: rgb(212,121,9);
	text-decoration: none;
}
h2 a:hover, .overlay a:hover {
	text-decoration: underline;
}
h2#pleaseHelp {
	top: 100px;
}
h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	margin: 25px 0 1em;
	color: rgb(0,42,95);
}
#donations {
	top: 0;
	padding-top: 130px;
}
#donateAnimation {
	position: relative;
	margin-top: 10px;
	z-index: 1000;
	visibility: visible;
}
#description {
	position: relative;
	margin-top: 25px;
	margin-left: 75px;
	width: 725px;
	background-color: rgb(252,247,239);
	padding: 0 35px;
}
.desc {
	padding: 35px 0;
	border-top: 1px solid black;
}
.firstChild {
	border-top: none;
}
.desc div {
	margin-left: 325px;
	width: 400px;
}
.desc img {
	float: left;
}
.desc .imgButton img {
	float: none;
}
p {
	font-size: 85%;
	margin-top: 1em;
}
p:first-child, p.firstChild {
	margin-top: 0;
}
p.imgButton {
	text-align: right;
}
img {
	border: none;
}
.overlayLink {
	cursor: pointer;
	color: rgb(212,121,9);
}
.overlayLink:hover {
	text-decoration: underline;
}
.overlay { 
     
    /* growing background image */ 
    background-image:url(../images/overlay/white.png); 
     
    /* dimensions after the growing animation finishes  */ 
    width:30em; 
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding: 55px; 
		color: black;
		text-align: center;
} 
.overlay a {
	
}
/* default close button positioned on upper right corner */ 
.overlay div.close { 
    background-image:url(../images/overlay/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

