@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
	
.clr {
	clear: both;
	}
	
a {
	text-decoration: none;
	outline: none;
 }
 
a:hover {
	text-decoration: underline;
	}
 
img {
	border: none;
	}
	
p {
	margin-bottom: 1em;
	line-height: 1.5;
	}
	
h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: .5em;
	font-family: Arial, Helvetica, sans-serif;
	}

h2 {
	color: #3399cc;
	padding-bottom: 5px;
	border-bottom: 2px dotted #3399cc;
	font-size: 12px;
	margin-bottom: 10px;
	}

body {
	background: #8fc4d6 url(../images/body_bg.png) repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	}

#wrapper {
	width: 915px;
	background: url(../images/wrapper_bg.jpg) no-repeat;
	margin: 0 auto;
	padding: 0 20px 10px 20px;
	}
	
#header {
	background:url(../images/header_bg.jpg);
	height: 107px;
	width: 917px;
	position: relative;
	}
	
#memberlogin {
	position: absolute;
	top: 26px;
	right: 2px;
	text-align: right;
	color: #3b9eb8;
	width: 325px;
	}

#memberlogin a {
	color: #fff;
	font-weight: bold;
	}
	
#nav {
	width: 917px;
	height: 103px;
	background: url(../images/nav_bg.jpg) repeat-x;
	position: relative;
	}
	
#nav ul {
	list-style-type: none;
	}

#nav li {
	float: left;
	height: 103px;
	background: url(../images/nav_button_bg-on.jpg) repeat-x;
	margin-right: 2px;
	}
	
#nav a {
	font: 13px Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 88px;
	display: block;
	text-align: center;
	}
	
#nav a:hover {
	background: url(../images/nav_button_bg.jpg);
	color: #3d4b42;
	}
	
#nav #home {
	width: 59px;
	}
	
#nav #getinvolved {
	width: 115px;
	}
	
#nav #ourcommunity {
	width: 136px;
	}
	
#nav #resourcecenter {
	width: 238px;
	}
	
#nav #services {
	width: 80px;
	}
	
#nav #aboutus {
	width: 87px;
	}
	
#navspacer {
	background: url(../images/nav_button_bg-on.jpg);
	height: 88px;
	width: 24px;
	position: absolute;
	right: 0;
	top: 0;
	}
	
#division {
	position: absolute;
	top: 94px;
	left: 55px;
	}	
	
#homesection1 {
	text-align: center;
	margin-top: 5px;
	}
	
.homedivider {
	text-align: center;
	margin: 5px 0;
	clear: both;
	}
	
#homesection2_1 {
	position: relative;
	margin: 0 7px 5px 7px;
	background: url(../images/home_section2_1.jpg);
	width: 620px;
	height: 200px;
	float: left;
	display: inline;
	}
	
#homesection2_1 #content {
	color: #fff;
	width: 336px;
	position: absolute;
	left: 268px;
	top: 57px;
	font-weight: bold;
	}
	
#homesection2_1 #donatenow {
	position: absolute;
	width: 150px;
	height: 42px;
	left: 462px;
	top: 152px;
	}
	
#homesection2_2 {
	position: relative;
	background: url(../images/home_section2_2.jpg);
	width: 274px;
	height: 200px;
	float: left;
	color: #fff;
	}
	
#homesection2_2 #signup {
	position: absolute;
	top: 55px;
	left: 12px;
	}
	
#homesection2_2 p {
	line-height: 19px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 11px;
	}
	
#homesection2_2 #zipcode {
	width: 83px;
	color: #99cccc;
	font-weight: bold;
	}
	
#homesection2_2 #email {
	width: 158px;
	color: #99cccc;
	font-weight: bold;
	}
	
#homesection2_2 #taketest {
	position: absolute;
	top: 167px;
	left: 12px;
	}
	
#homesection3 {
	text-align: center;
	}
	
#homesection3content {
	background: url(../images/homesection3_bg.jpg) top center repeat-y;
	}
	
.homesection3news {
	width: 206px;
	float: left;
	display: inline;
	text-align: left;
	padding-bottom: 3px;
	}
	
.homesection3newsitem {
	border: 1px solid #e8e7e6;
	font: 12px Arial, Helvetica, sans-serif;
	color: #999;
	margin-top: 3px;
	}
	
.homesection3newsitem .headline {
	font-weight: bold;
	color: #3399cc;
	border-bottom: 1px solid #e8e7e6;
	padding: 3px;
	}
	
.homesection3newsitem p {
	padding: 3px;
	}
	
.homesection3newsitem a {
	color: #71c8f1;
	text-decoration: underline;
	}
	
#homesection4 {
	margin: 0 0 0 7px;
	}
	
.homesection4item {
	float: left;
	margin-right: 2px;
	width: 225px;
	}
	
.homesection4item .header {
	margin-bottom: 5px;
	}
	
.homesection4item p {
	margin: 0 10px 1em 10px;
	}
	
.homesection4item a {
	color: #71c8f1;
	text-decoration: underline;
	}
	
#leftcolumn {
	float: left;
	margin: 0 0 0 8px;
	width: 652px;
	display: inline;
	}
	
#leftcolumn a {
	color: #71c8f1;
	text-decoration: underline;
	}
	
.leftpadding {
	padding-left: 23px;
	}
	
.pageheader {
	margin: 15px 0;
	background: url(../images/pageheader_bg.jpg);
	font: bold 32px Arial, Helvetica, sans-serif;
	color: #3399cc;
	padding: 13px 0 0 13px;
	height: 48px;
	}
	
.subpageheader {
	font: bold 28px Arial, Helvetica, sans-serif;
	color: #3399cc;
	margin-bottom: 10px;
	}
	
.secondarydivider {
	background: url(../images/secondary_divider.gif);
	height: 14px;
	clear: both;
	margin: 5px 0;
	}
	
#donatebymail {
	float: left;
	width: 216px;
	}
	
.donateitem {
	border: 1px solid #e5e4e4;
	margin: 3px;
	}
	
.donateitem p {
	padding: 3px;
	margin: 0;
	}
	
.donateitem ul {
	margin-left: 8px;
	padding-left: 8px;
	line-height: 1.5;
	}
	
#anotherwaydonate {
	float: right;
	width: 434px;
	}
	
.donateamount {
	float: left;
	margin: 0 10px 0 5px;
	font-size: 37px;
	color: #3399cc;
	font-weight: bold;
	width: 85px;
	}
	
.orangegradientbg {
	background: #ea9382 url(../images/donatingtime_bg.jpg) no-repeat;
	color: #fff;
	padding: 5px 20px;
	}
	
#donatingtimeheader p {
	margin: 0;
	}
	
#donatingtimeheader a {	
	color: #e4e876;
	text-decoration: underline;
	}
	
.donateitem .volunteeritem {
	background-position: 95% 3px;
	background-repeat: no-repeat;
	padding-bottom: 1.5em;
	}
	
.volunteeritem strong {
	color: #eb7424;
	}
	
#communitydesc {
	margin: 10px 0px;
	padding: 10px 0;
	border-top: 2px dotted #eb7425;
	border-bottom: 2px dotted #eb7425;
	}
	
#communitydesc a {
	color: #ec7425;
	font-weight: bold;
	text-decoration: none;
	}
	
#communitydesc a:hover {
	text-decoration: underline;
	}
	
#communitydesc img {
	float: left;
	margin: 0 25px 0px 0;
	}
	
#communitydesc .clr {
	height: 1em;
	}
	
#tabnav {
	list-style: none;
	margin: 20px 0;
	}
	
#tabnav li {
	float: left;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	}
	
#tabnav a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 3px 5px;
	}
	
#tabnav a:hover {
	background: url(../images/tabnav_bg.png) bottom repeat-x;
	}
	
#recipesmonth {
	list-style: none;
	}
	
#recipesmonth li {
	float: left;
	text-align: center;
	margin: 0 10px 0 0;
	width: 120px;
	}
	
#recipesmonth p {
	display: inline;
	line-height: 1;
	}
	
#recipesmonth img {
	border: 1px solid #ccc;
	}
	
#membershipbenefits {
	border: 1px solid #ccc;
	border-top: none;
	}
	
#membershipbenefits th {
	background: url(../images/membershipbenefits_bg.jpg);
	font: normal 21px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	height: 63px;
	padding: 0 10px;
	}
	
#membershipbenefits th p {
	line-height: 62px;
	margin: 0;
	}
	
#membershipbenefits td {
	padding: 3px;
	}
	
#membershipbenefits strong {
	color: #99cb99;
	}
	
.orangezebratable {
	margin: 0 0 1em 100px;
	border:1px solid #ec7425;
	width:552px;
	}
	
.orangezebratable td {
	padding: 5px 0 5px 25px;
	}
	
.orangezebratable .bg {
	background: #ec7425;
	color: #fff;
	}
	
.purplezebratable {
	margin: 0 0 1em 0;
	border: 1px solid #663399;
	width: 100%;
	}
	
.purplezebratable td {
	padding: 5px 0 5px 25px;
	}
	
.purplezebratable .bg {
	background: #663399;
	color: #fff;
	}
	
.iconheader {
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #3399cc;
	line-height: 81px;
	height: 81px;
	margin: 10px 0;
	}
	
.iconheader img {
	float: left;
	margin-right: 10px;
	}
	
#stepstoprevent {
	}
	
#stepstoprevent strong {
	color: #3399cc;
	}
	
#howtoprevent {
	}
	
#howtoprevent strong {
	color: #660099;
	}	
	
#aboutourmission {
	background: url(../images/aboutourmission_bg.jpg);
	width: 605px;
	height: 167px;
	position: relative;
	margin: auto;
	}
	
#aboutourmission p {
	margin: 0;
	position: absolute;
	color: #fff;
	width: 385px;
	left: 37px;
	top: 48px;
	}
	
#whywecare {
	}
	
#whywecare .gradient {
	background: url(../images/whywecare_bg.png) repeat-y;
	font: 24px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: right;
	padding: 5px;
	}
	
#whywecare .grey {
	background: #f1f1f1;
	padding: 5px;
	font-weight: bold;
	color: #3399cc;
	}
	
.producttable {
	}
	
.producttable th {
	background: #3399cc;
	color: #fff;
	text-align: left;
	padding: 3px;
	}
	
.producttable td {
	background: #eaf5fa;
	padding: 3px;
	}
	
.producttable h1 {
	font-size: 14px;
	color: #3399cc;
	}
	
.producttable ol {
	margin-left: 1em;
	padding-left: 1em;
	font-weight: bold;
	color: #3399cc;
	}

.producttable li {
	margin-bottom: 1em;
	}
	
/* General Form Styles --------------------------------------- */

form {
}

form fieldset {
	border: none;
	float: left;
}

form div.input {
	margin-bottom: 7px;
}

form div.submit {
	text-align: right;
}

form label {
	display: block;
	font-weight: bold;
	margin-bottom: 1px;
}

form label.error {
	color: #a80000;
	font-style: italic;
	font-weight: normal;
}

form em {
	color: #a80000;
}

form select {
	color: #666;
	font-size: 12px;
}

input[type=checkbox], input[type=radio] {
	vertical-align: text-bottom;
}

/* RIGHT SIDE STARTS HERE */	
	
#rightcolumn {
	float: right;
	margin: 0 5px 0 0;
	display: inline;
	width: 240px;
	}
	
#rightdonatenow {
	background: url(../images/right_donatenow_bg.jpg);
	height: 295px;
	margin-bottom: 4px;
	}

#rightdonatenow a {
	display: block;
	height: 170px;
	}	
	
#rightdonatenow p {
	margin: 0 10px 0 10px;
	color: #fff;
	line-height: 1.4;
	}
	
#rightnewsletter {
	background: url(../images/right_newsletter_bg.jpg);
	height: 81px;
	padding: 50px 10px 0 10px;
	color: #fff;
	margin-bottom: 4px;
	}

#rightnewsletter #email, #rightnewsletter #zipcode {
	color: #99cccc;
	font-weight: bold;
	}
	
#rightnewsletter p {
	margin-bottom: 3px;
	}
	
#righttest {
	background: url(../images/right_test_bg.jpg);
	height: 40px;
	padding: 72px 10px 10px 20px;
	margin-bottom: 4px;
	}

#righttest p {
	color: #fff;
	margin-bottom: 2px;
	}
		
#homepage #footer {
	height: 50px;
	padding-top: 30px;
	background: #ededee url(../images/footer_bg.gif) repeat-x;
	text-align: center;
	color: #3d4b42;
	font-size: 10px;
	}
	
#rightmembershipbenefits {
	background: url(../images/right_membershipbenefits_bg.jpg);
	height: 25px;
	padding: 47px 10px 0 0;
	text-align: right;
	margin-bottom: 4px;
	}
	
#rightourstory {
	background: url(../images/right_ourstory_bg.jpg) no-repeat;
	height: 384px;
	color: #fff;
	padding: 60px 10px 0 10px;
	}
	
#rightourstory p {
	line-height: 1.2;
	}
	
#rightourstory a {
	color: #71c8f1;
	text-decoration: underline;
	}
	
#secondary #footer {
	padding-top: 30px;
	background: #ededee url(../images/footer_bg.gif) repeat-x;
	text-align: center;
	color: #3d4b42;
	font-size: 10px;
	}

#secondary #footer p {
	margin-bottom: 0;
	}	
	
#footer a {
	color: #3b9eb8;
	font-size: 12px;
	}
