/* CSS Document */
html,body{margin:0;padding:0}

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	line-height:175%;
	text-align:center;
	background-color:#54B948;
}

img{ border:0; }
img.bdr_green5 { border:5px solid #d4e9d1; }

/*--------LINKS---------*/

A:link { color: #29a51a; text-decoration:underline;}
A:visited { color: #5170ca; text-decoration:underline;}
A:hover { color: #0051A0; text-decoration:underline;}

A.home:link { color: #0051A0; text-decoration:none;}
A.home:visited { color: #0051A0; text-decoration:none;}
A.home:hover { color: #29a51a; text-decoration:none;}

A.homeread:link { color: #29a51a; text-decoration:none;}
A.homeread:visited { color: #29a51a; text-decoration:none;}
A.homeread:hover { color: #0051A0; text-decoration:underline;}

A.top:link { color: white; text-decoration:none;}
A.top:visited { color: white;  text-decoration:none;}
A.top:hover { color: #0D61B2;  text-decoration:none;}

A.feathdr:link { color: #0051A0; text-decoration:none;}
A.feathdr:visited { color: #0051A0;  text-decoration:none;}
A.feathdr:hover { color: #29a51a;  text-decoration:none;}

A.footer:link { color: white; text-decoration:none;}
A.footer:visited { color: white;  text-decoration:none;}
A.footer:hover { color: #caf8ae;  text-decoration:underline;}

/*--------GENERAL POSITION AND PRESENTATION---------*/
.ctr { text-align:center; }
.lt { text-align:left; }
.rt { text-align:right; }
.b { font-weight: bold; }
.ital {	font-style:italic; } 


/*-----COLORS-----*/
.white  { color:white; }
.green  { color:#29a51a; }
.blue  { color:#0051A0; }

/*---------------HEADERS----------------*/

h1 {
	font: bold 15px Verdana, sans-serif;
	color:#0051A0;
	margin:20px 0px 5px 0px;
}

/*--------------------------------------------*/
/*---------------PAGE SECTIONS----------------*/
/*--------------------------------------------*/

#container1{
	text-align:justify;
	width:800px;
	margin:10px auto 0px auto;
	background:white;
	overflow:hidden;
}

#top{ /*-----DONATE & CONTACT US-----*/
	width:800px;
	font: 11px Tahoma, sans-serif;
	font-weight: bold;
	text-align:right;
	margin:10px auto 0px auto;
}

#content { /*------INTERIOR CONTENT-------*/
	margin:0px 50px 50px 160px;
}

#left{ /*-----HOME LEFT COLUMN-----*/
	text-align:center;
	float:left;
	width:159px;
	height:443px;
	background:url(../img/bg_left.gif);
	display:inline;
	position:relative;
	margin-top:30px;
}
#left_int{ /*-----LEFT INTERIOR PAGES-----*/
	text-align:center;
	float:left;
	width:159px;
	background:white;
	display:inline;
	overflow:hidden;
	position:relative;
	margin-top:30px;
}

#mission{
	width:610px;
	font: 11px Verdana, sans-serif;
	color: #0051A0;
	float:left;
	line-height:140%;
	display:inline;
	position:relative;
	margin:45px 15px 30px 0px;
	z-index: 4;


}

div#mission span { 
	font: bold 13px Verdana, sans-serif;
	color: #309B44; 
}

#feature{ /*-----HOME CENTER-----*/
	width:300px;
	font: 11px Verdana, sans-serif;
	float:left;
	line-height:130%;
	display:inline;
	position:relative;
	margin:-10px 25px 0px 0px;
	padding-bottom:30px;
	text-align: justify;
}
.featurehdr { text-align:left; font: 17px Verdana, sans-serif;}

#featurepic{ border: 7px solid #D4EDD1; margin-bottom:10px; }

#right{ /*-----HOME RIGHT COLUMN-----*/
	border-left:1px dotted #29a51a;
	float:right;
	width:280px;
	line-height:130%;
	display:inline;
	position:relative;
	margin:-10px 15px 30px 0px;
	padding-left:20px;
}

div#right p{ /*-----HOME RIGHT COLUMN-----*/
	margin:0px 0px 15px 0px;
	padding:0px;
}	

.newstitle{ font: bold 11px Verdana, sans-serif;}
.date{ font: 11px Verdana, sans-serif; color:#0051A0; }

#stat{
	border-left:1px dotted #29a51a;
	background-image: url(../img/bg_stat.gif);
	font: 12px arial, sans-serif;
	color:white;
	float:right;
	width:275px;
	height:100px;
	line-height:130%;
	display:inline;
	text-align:left;
	position:relative;
	margin:-30px 0px 0px 0px;
	padding:10px 20px 10px 20px;
}
#stat_inner{
	background-image: url(../img/bg_stat_inner.gif);
	font: 12px arial, sans-serif;
	color:white;
	float:right;
	width:276px;
	height:96px;
	line-height:130%;
	display:inline;
	text-align:left;
	position:relative;
	margin:30px 0px 0px 0px;
	padding:35px 15px 10px 25px;



}
#splash{ /*-----INTERIOR SPLASH PIC-----*/
	width:325px;
	float:left;
	line-height:130%;
	display:inline;
	position:relative;
	margin:30px 0px 0px 0px;
}
#footer{
	width:800px;
	color: white;
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	text-align:center;
	margin:-10px auto 0px auto;
	padding:7px 0px;
	background-color:#0051A0;
	clear:both;
	position:relative;
}
#copyright{
	width:800px;
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	color: white;
	text-align:center;
	margin:10px auto 10px auto;
	padding-bottom:30px;
}

#crumb{ 
	margin: 7px 0px 10px 0px;
	color: #0051A0;
}
#testim_bar { /*-----TESTIMONIAL FLOAT RIGHT-----*/
	float:right;
	width:263px;
	padding:20px 0px 0px 20px;
}
.testim_photo { /*-----TESTIMONIAL PHOTO IN TESTIM_BAR-----*/
	border:1px solid #c4d8eb;
}
div.testim_quote { /*-----TESTIMONIAL QUOTE-----*/
	clear:both;
	font: bold 17px Garamond, Garamond Pro, serif;
	color: #0051A0;
	text-align:center;
	line-height:130%;
	margin:-10px 40px -7px 40px;
}
div.testim_quote p { /*-----TESTIMONIAL QUOTE-----*/
	margin:10px;
}
div.testim_quote span { /*-----TESTIMONIAL QUOTE-----*/
	color: #29a51a;
}
#photobar { /*-----PHOTOBAR FLOAT RIGHT-----*/
	text-align:center;
	float:right;
	width:160px;
	padding:10px 0px 20px 20px;
}
.photohd { /*-----PHOTOBOX HEAD-----*/
	width:196px;
	font: bold 14px Myriad Pro, Tahoma, Verdana, sans-serif;
	letter-spacing:.05em;
	color:white;
	padding:7px 0px;
	background:#407db8;
	border-bottom:2px solid white
}
.photobox { /*-----PHOTOBOXES IN PHOTOBAR-----*/
	width:156px;
	text-align:left;
	line-height:120%;
	background:#c4d8eb;
	padding:20px;
	border-bottom:2px solid white

}
div.photobox img { 
	border:2px solid white;
	margin:7px 0px;
}
div.photobox span { 
	font: bold 11px Verdana, sans-serif;
	color: #0051A0;
}

.rfloat{ /*-----FLOAT PICS TO RIGHT EDGE-----*/
	float:right;
	padding:0px 0px 10px 10px;
	margin-right:-50px;
}
.ctrfloat{ /*-----CENTER FLOAT PICS TO RIGHT EDGE-----*/
	float:right;
	margin:7px 0px 20px 20px;
}
.lfloat{ /*-----FLOAT PICS TO LEFT CONTENT EDGE-----*/
	float:left;
	margin:5px 20px 20px 0px;
}

/*-------------LISTS----------------*/
ul {
	list-style-type:none;
	padding: 10px 0;
	margin-top: -1em;
	margin-left: 3em;
}
li {
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 1em; /*---do not change unit---*/
	padding-top: .2em;
	padding-left: 1.1em;
	padding-right: 1.5em;
}


/*-------------TABLES----------------*/


td.fac1{ 
	width:154px;
	line-height:120%;
	text-align:left; 
	padding:20px 20px;
	background:#c4d8eb;
	border-right:1px solid white;
	border-bottom:1px solid white;
}
td.fac1 span{
	font: bold 11px Verdana, Sans-serif;
	color: #0051A0;
}
td.fac1 img{
	border: 2px solid white;
	margin-bottom:7px;
}
td.fac_blank{ 
	width:154px;
	padding:20px 20px;
	background:white;
}
table#stats {
	border:2px solid white;
}
tr.stathd {
	background:#6697C6;
	font: bold 13px Verdana, sans-serif;
	color:white;
}
tr.stathd td { padding:3px 10px; }

td.statc1{ 
	text-align:left; 
	background:#eaf5e7;
	padding:5px 10px; 
}
td.statc1 span{
	font: bold 13px Verdana, Sans-serif;
	color: #0051A0;
}
td.statc2{ 
	text-align:center;
	background:#bbe3b6;
	font: bold 13px Verdana, Sans-serif;
	color: black;
	padding:5px 10px; 
}
td.statc3{ 
	text-align:center;
	background:#c4d8eb;
	font: bold 13px Verdana, Sans-serif;
	color: black;
	padding:5px 10px; 
}

table#board {
	line-height:120%;
}

table#board p:first-line { font-weight:bold; }

td.boardhd{
	border-bottom:1px solid #0051A0;
	font: bold 13px Verdana, Sans-serif;
	color: #29a51a;
}

td.boardmem{
	padding:10px 20px 20px 0px;
}

table#donate {
	line-height:120%;
	border-collapse:collapse;	
}
tr.donateAlt {
	background:#e4f5e2;
}
td.donateAmt{
	padding:7px;
	text-align:right;
	font-weight:bold;
}
td.donateDesc{
	padding:7px;
}
table#partners {
	line-height:120%;
	text-align:left;
}
table#partners p{
	margin:7px 30px 7px 0px;
	padding:0px;
}
/*-------------MANUAL PADDING----------------*/

.pad10v {
	padding:10px 0px;
}
.lfloatCopy {
	float:right;
	margin:10px;
	border: 1px solid #c4d8eb;
	background-color: #FFFFFF;
	padding: 10px;





}
events {

	border: 2px solid white;
	margin-bottom:7px;
}
.rfloatCopy {
	float:right;
	padding:12px;
	margin-right:-50px;
	border: thin solid #c4d8eb;

}
.lfloatCopy2 {
	float:right;
	margin:0px;
	border: 0px none;
	background-color: #FFFFFF;
	padding: 0px;
	clip:  rect(auto 0px auto auto);

}
.rfloatflash {

	float:right;
	padding:0px;
	margin-right:-10px;
	border: 0px none;
}
.ctrfloatCopy {

	float:right;
	margin:7px 0px 20px 20px;
}
.ctrfloatCopy1 {
	float:right;
	margin:7px 0px 20px 20px;
	padding: 10px;
	border: medium solid #c4d8eb;

}
.rfloatflashCopy {
	float:right;
	padding:0px 0px 0px 10px;
	margin-right:0px;
	border: 0px none;
	margin-bottom: 0px;
	margin-left: 10px;


}
.blueCopy {
color:#CC0033;
}

