/* place styles relevant to only the homepage here */
#left_section
{
	float: left;
	border-right: 1px solid #D3DAF4;
	width: 450px;
}
#left_section img#story_image_main
{
	margin: 1px;
}
.section
{
	padding: 0px 24px 0px 24px;
}
.section_inner
{
    padding: 0px 15px 0px 0px;
	border-bottom: 1px solid #D3DAF4;
}
#affiliations
{
    padding: 0px 24px;
	border-top: 1px solid #D3DAF4;
}
#affiliations div.image_box
{
    width: 170px;
    height: 60px;
    float: left;
}
#affiliation_images
{
    width: 100%;
}
#affiliation_images td
{
    height: 60px;
    vertical-align: middle;
    width: 20%;
    text-align: center;
}
#right_section
{
	float: left;
	width: 449px;
	border-left: 1px solid #D3DAF4;
	margin-left: -1px;
}
#right_section .first_section .section_inner
{
   padding-right: 12px;
}
#latest_news .section_inner
{
    height: 171px;
    margin-bottom: 2px;
}
#right_section .last_section .section_inner
{
	border: 0px !important;
}

#right_section .section_inner {
	overflow: hidden;
}

#right_section .section {
  padding-right: 0px;
}

#our_mission h2
{
    margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 20px;
	line-height: 1.25em;
}
#our_mission h2 span#our_mission_title_left
{
    font-size: 20px;
    color: #E8B141;
	line-height: 1.25em;
	font-family: Georgia, Helvetica, serif;
}

#latest_news h2
{
    margin-bottom: 6px;
}
#latest_news p
{
    margin-top: 3px;
}
#latest_news h3
{
	margin: 6px 0px;
}
#latest_news h3
{
	color: #6AAC9F;
}

#donate_left
{
	float: left;
	width: 230px;
}

#donate_left p
{
	margin-top: 0px;
}

#donate_right
{
	float: right;
	width: 160px;
}

#donate_right a
{
	font-size: 10px;
	position: absolute;
}
#donate_right a#donate_button
{
    position: relative !important;
}
#donate_under_button
{
	margin-top:9px;
	position: relative;
}
#donate_right img#paypal_logo
{
	position: absolute;
	right: 0px;
}

#footer
{
    text-align: right !important;
}
#footer #footer_text
{
    float: none !important;
}