@charset "utf-8";
/* CSS Document */


/* CSS for subpage layout and content */


/* Content wrapper */
#content {
	position: relative;
	left: 30px;
	top: 16px;
	border: 2px solid #7c8592;
	margin: 0px;
	padding: 0px;
	width: 887px;
	text-align:left;
	background-color: #ededed;
}

/* Sub nav header and wrapper */
#header {
	position: relative;
	left: 0px;
	top: 0px;
	border: 0px;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	width: 887px;
	height: 78px;
}

/* Copy box */
#copy {
	position: relative;
	left: 0px;
	top: 0px;
	border: 0px;
	margin: 0px;
	padding: 0px 23px 23px 23px;
	width: 841px;
	text-align: left;
}

#copy h2 {
	clear: left;
	margin:0px;
	font-size: 16px;

}

#content {
	float: left;

}

#donationform {
	float: right;
	width: 354px;
	margin: 0px 0px 23px 23px;
	padding: 23px;
	background-color: #c3d0e5;
	border: 2px solid #7c8592;
	text-align: center;
	font-size: 12px;
	font-weight:bold;
}

.gallery {
	position: relative;
	margin: 0px;
	left: 0px;
	padding: 0px;
	width: 760px;
	text-align: center;
	z-index:1;
}

.donationnote {
	font-size: 10px;
	font-weight: normal;
}

.arcnote {
	font-size: 11px;
	font-weight: normal;
}

.confirmamount {
	color: #e44869;
}

.subpageimg {
	float: right;
	border: 2px solid #7c8592;
	margin: 0px 0px 23px 23px;
	width: 400px;
}

.subpageimg2 {
	float: right;
	border: 2px solid #7c8592;
	margin: 0px 0px 100px 23px;
	width: 400px;
}

/* Subnav layout with header */

a.subnavlink{
	width:200px;
	height:20px;
	float:left;
	color: #e44869;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.subnavlink:visited{
	color: #e44869;
}

  
li.subnav {
	float: left;
  	position: relative;
	text-align: left;
	width: 200px;
	height:20px;
	margin-right: 0px;
  }
  

li.subnav a:hover {
	text-decoration: underline;
}

  

li.subnav ul {
	display: block;
	float:left;
  	position: absolute; 
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height:20px;
    line-height: 1.8;
	background: url();
	z-index:99;
  }
  
li.subnav ul.snaboutimf {
	left: 501px;
	top: -78px;
	width:150px;
	height:20px;
	float:left;
}



/* FOR THREE EVENTS
li.subnav ul.snevents {
	left: 348px;
	top:  -83px;
	margin-right: 0px;
}
*/

/* FOR TWO OR FOUR or SIX EVENTS */
li.subnav ul.snevents {
	left: 348px;
	top:  -78px;
}



li.subnav ul.snprograms {
	left: 725px;
	top: -78px;
	margin-right: 0px;
}

li.subnav ul.sneducation {
	width:150px;
	height:20px;
	float:left;
	left: 508px;
	top: -78px;

}


  