@charset "utf-8";
/* CSS Document */
/* Global Style Sheet for Lettuce Works */

/* @Begin Group Core Elements */
html {
	height: 101%;
	/* Force Vertical Scroll Bar for IE */
	margin-bottom: 1px
}
body {
	margin: 0;
	padding: 0;
	text-align:center;
	background:#F2F1F1
}
/* @End Group Core Elements */

/* @Begin Global Container Elements */
#container {
	margin-top:-97px;
	z-index:1000
}
#headBackground {
	height:97px;
	background:url(../images/headBackground.png) 100% 0 repeat-x
}
#logo {
	height:124px
}
#navigation {
	height:50px;
	z-index:500;
	margin-top:21px
}
#mainContent {
	margin-top:-9px;
}
#contentTop, #contentMiddle, #contentBottom {
	width:913px;
	background-position:center;
	color:#FFF;
	text-align:left
}
#contentTop {
	width:913px;
	background:url(../images/contentTop.png) no-repeat;
	height:241px;
	margin-top:15px;
}
#contentMiddle {
	width:913px;
	height:100%;
	background:url(../images/contentMiddle.png) repeat-y;
}
#contentBottom {
	width:913px;
	background:url(../images/contentBottom.png) no-repeat;
	height:70px
}
#showcase {
	height:330px;
	background:url(../images/showcaseBackground.png) 50% 100% no-repeat;
	margin-bottom:15px
}
#showcaseContent {
	float:left;
	height:257px;
	width:884px;
	margin-top:39px;
	margin-left:27px
}
#showcaseImage {
	position:absolute;
	width:524px;
	height:257px;
	margin-left:360px
}
.image-1 {
	background:url(../images/image-1.png) no-repeat;
}
.image-2 {
	background:url(../images/image-2.png) no-repeat;
}
.image-3 {
	background:url(../images/image-3.png) no-repeat;
}
.image-4 {
	background:url(../images/image-4.png) no-repeat;
}
#showcaseLeft {
	position:absolute;
	width:375px;
	height:257px;
}
.padding {
	padding:25px
}
.paddingPageTitle {
	padding:5px
}
.padding .top{
	padding:55px
}
.contentPadding {
	padding:0 55px
}
#homeRight {
	background:url(../images/homeRight.png) no-repeat;
	width:508px;
	height:253px
}
.positionRight {
	width:200px;
	margin-top:45px;
	margin-left:12px;
	color:#fff;
	font-size:90%;
	text-align:left
}
#homeLeft {
	background:url(../images/homeLeft.png) no-repeat;
	width:357px;
	height:228px;
	margin-left:25px;
}
.positionLeft {
	width:180px;
	margin-top:25px;
	margin-left:-15px;
	color:#000000;
	font-size:90%;
	text-align:left
}
#bottomBackground {
	height:222px;
	background: url(../images/background.jpg) repeat-x;
	position:relative;
	width:100%;
	bottom:0;
	left:0
}
#copyright {
	color:#000;
	font-size:90%;
	float:right;
	margin-top:150px;
	width:585px;
	height:33px;
	background:url(../images/footBackground.png) no-repeat;
	padding-top:8px
}
/* ----- BEGIN featured donors ----- */
#proudDonors {
	margin: 10px 0 0 0;
}
.donor {
	position:relative;
	width: 772px; 
	background: #84ce53; 
	border: 5px solid #fff; 
	margin: 20px 0 0 10px;
	float: left;
}
.donor.first {
	margin-right: 0;
}
.proudImage {
	position:absolute; 
	top: -15px; 
	left: 5px;
	background: url('/images/proud-donor.png') no-repeat; 
	width: 169px; 
	height: 46px;
}
.donorContent {
	margin: 35px 10px 10px 10px;
}
.donorContent h3 {
	padding: 0;
	margin: 0;
}
.donorContent p.money {
	padding: 0;
	margin: -5px 0 0 0;
	color: #9b6a20;
	font-weight: bold;
}

.donorContent ul {
	margin: 10px 0;
	padding: 0;
	list-style:none;
}
.donorContent li {
	margin: 0 0 0 10px;
	float: left;
	display: block;
	padding: 0 0 10px 0;
}
/* ----- END featured donors ----- */