@charset "utf-8";
/* CSS Document */

.homepage {width:800px; margin-top:20px; margin-bottom:50px;}
.homepage h3 {color:#91aa70; font:24px Arial, Helvetica, sans-serif; border-bottom:1px solid #91aa70; font-weight:bold; margin-top:0; margin-bottom:10px;}
.homepage h3.imageheader {border-bottom-width:0;}
.homepage h3.imageheader .alternate {display:none;}
.homepage h5 {font-size:16px; font-weight: normal; color:#999; margin:0;}
.homepage p {font-size:12px; line-height:14px; margin:5px 0 10px 0;}
.homepage a {font-weight: bold; text-decoration:none; color:#3399cc;}
.homepage a.nonbold {font-weight:normal;}
.homepage a:hover {text-decoration:underline;}
.homepage a img {border:0;}

.column-780, .column-620, .column-570, .column-350, .column-200, .column-170 {
	float:left;
	margin-left:20px;
	display:inline;
}
.column-780 {width:780px;}
.column-620 {width:620px;}
.column-570 {width:570px;}
.column-350 {width:350px;}
.column-200 {width:200px;}
.column-170 {width:170px;}

.column-divider {padding-right:19px; border-right:1px solid #d5d5d5;}


.feature, .featurebox { margin-bottom:25px;}
.featurebox {border: 1px solid #CCC; background-color:white; padding:15px;}

.homepage a.button-donate-now {background:url(../images/homepage/btn-donate-now.gif) top left no-repeat; height:37px; width:166px; display:block;}
.homepage a.button-donate-now:hover {background-position: left -37px;}
.homepage a.button-donate-now .alternate {display:none;}


/* ================= UTILITY CLASSES ========= */

.nomargin {margin:0;}

.floatclear { float:none; clear:both; }

/* SMALL ITEMS */
.small, ul.small, ol.small, p.small {
	font-size:11px;
	line-height:12px;
}
/* RIGHT-ALIGN */
.right { text-align:right; }
/* CENTER-ALIGN */
.center {text-align:center;}

.disclaimer, p.disclaimer {
	font-size:10px;
	line-height:12px;
	color:#666;
	font-style:italic;
}
p.disclaimer {margin-top:0;}



