#col1 { width: 435px; float: left; margin-bottom: 40px; }
#col2 { width: 295px; float: right; margin-bottom: 40px; }


#featured-videos {
}

#featured-impact h3 {
    font: 14px/20px Lucida Grande;
    font-weight: bold;
}

#featured-photos {
}

#donation-cta {
    display: block;
    padding: 10px;
    margin: 0 20px;
    font-size: 12px;
    background: #D9FFC0;
    margin-bottom: 20px;
    -moz-border-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    line-height: 12px
}

#donation-cta h2 { margin-bottom: 5px; border-bottom: 1px solid #A3F96B; font-size: 14px; }

#donation-cta:hover { background: #C0F99B; color: white;}

#recent-activity {


}







.callout {
    font-family: UnionWeb;
    text-align: center;
    font-size: 26px;
    padding: 10px 0 20px;
}


#home-page-callout li {
    list-style: none;
    margin: 0 ; padding: 0;
}

#home-page-callout p {
    float: left;
    width: 300px;
    margin: 0 30px 0 50px;
    font-size: 27px;
    line-height: 40px;
}
#home-page-callout a { font-size: 20px; display: block; text-align: right; margin-top: 10px;
}

#home-page-callout img {
border: 3px solid #C4A130;
    float: right; margin-right: 90px;
}

#how-to-use {
clear: both;
border-top: 1px dotted #ddd;
margin: 40px 10px;
padding-top: 40px;
}

#how-to-use li.audience {
     width: 360px;
    float: left;
    clear: left;
    list-style: none;
}
#how-to-use li.alt {
    margin-left: 20px;
    clear: none;
}
#how-to-use li.audience li {
    margin: 0 20px 10px;

}

#how-to-use h3 {
	margin-bottom: 5px;
}

#how-to-use strong {
display: block;
}


