.banner-list
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 680px;
}

.banner-list li
{
    float: left;
    margin: 0 20px 20px 0;
    overflow: hidden;
    width: 320px;
}

.banner-list li a
{
    background: #000;
    color: #FFF;
    display: block;
    height: 160px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 320px;
}

.banner-list li a img
{
    border: 0;
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: 1;
}

.banner-list .banner-caption
{
    position:relative;
    left: 10px;
    line-height: normal;
    padding: 20px 10px;
    padding-right: 160px;
    position: absolute;
    text-align: left;
    top: 0px;
    width: 200px;
    z-index: 2;
}

.banner-list .banner-link
{
    background: transparent url("../images/slideshow/btn_generic.png") no-repeat left top;
    color: #000;
    display: block;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin-top: 1em;
    text-align: center;
    width: 135px;
}

.banner-list .banner-title
{
    background-color: transparent;
    color: #008265;
    display: block;
    padding-bottom:5px;
    font-size: 180%;
    font-weight: bold;
}

.banner-list .banner-description
{
    background-color: transparent;
    color: #111;
    display: block;
    font-size: 120%;    
}

.banner-list .homepage-banner-no-text .banner-caption
{
    display: none;
}

.banner-list .homepage-banner-right-aligned .banner-caption
{
    padding-left: 160px;
    padding-right: 10px;
    text-align: right;
}

.donate
{
	text-align: center;
}

#Content
{
	padding: 0;
	float: left;
	overflow: hidden;
	width: 660px;
	padding-right:10px;
}

#Content .mainContent
{
    background: transparent;
	color: #176F5C;
	font-size: 150%;
    padding: 9px;
}

#ContentContainer
{
	padding: 0;
	width: 100%;
}

#ContentContainerOuter
{
	background: url(../images/header_content.png) repeat-x scroll center top;
	margin: 0 auto;
	width: 957px;
}

#Header
{
	height: 535px;
}

#Header .title
{
	background: #FFF;
	color: inherit;
	height: 243px;
	overflow: hidden;
	padding: 0;
}

#Header .titleContent
{
	/*
	background: #3A898D url("../images/focus_bg.jpg") left top no-repeat;*/
	color: #FFF;
	height: 243px;
	left: 38px;
	top: 0px;
	width: 264px;
}

#Header .titleContent *
{
	display: block;
}

#Header .titleContent h3
{
	height: 60px;
	margin: 0;
	overflow: hidden;
	text-indent: -1000em;
}

#Header .titleContent p
{
	line-height: 1.6em;
	margin: 0 24px 1em 24px;
}

#Header .titleContent strong
{
	font-size: 120%;
}

#Header .titleContent .donate
{
	left: 18px;
	margin: 0;
	top: 169px;
}

#Sidebar
{
	float: right;
	width: 255px;
	margin: 0;
	padding: 0 20px 0 0;
}

