@charset "UTF-8";

/* Position the footer for this page (because everything else is absolutely positioned */
#footer {
	top: 1187px;
}

/* Containers for this page */
#home_box {
	margin: 0;
	padding: 0;
	height: 1027px;
	border-bottom: 1px solid #b7c92f;
}
#flash_content {
	display: block;
	width: 800px;
	height: 360px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#whatis {
	width: 375px; /* total 395px; subtracted 20 because of padding */
	height: 145px; /* total 160px; subtracted 15 because of padding */
	background: url(/images/home/gradient_160.jpg) repeat-x;
	border-top: 1px solid #b7c92f;
	border-bottom: 1px solid #b7c92f;
	position: absolute;
	top: 370px;
	left: 0;
	padding: 15px 10px 0 10px;
	
}
#overview {
	width: 375px; /* 160 - 20 */
	height: 145px; /* 160-15 */
	background: url(/images/home/gradient_160.jpg) repeat-x;
	border-top: 1px solid #b7c92f;
	border-bottom: 1px solid #b7c92f;
	position: absolute;
	top: 370px;
	left: 405px;
	padding: 15px 10px 0 10px;
}
#mailing_list {
	width: 220px; /* 240 - 20 */
	height: 100px; /* 115 - 15 */
	background: #181818;
	border: 1px solid #750059;
	position: absolute;
	top: 540px;
	left: 0;
	padding: 15px 10px 0 10px;
}
#join {
	width: 220px; /* 240 - 20 */
	height: 100px; /* 115 - 15 */
	background: #181818;
	border: 1px solid #750059;
	position: absolute;
	top: 665px;
	left: 0;
	padding: 15px 10px 0 10px;
}
#donate {
	width: 222px; /* 242 - 20 */
	height: 190px; /* 240 - 50 */
	background: url(/images/home/donate_today.jpg) no-repeat #181818;
	border: 1px solid #3b2186;
	position: absolute;
	top: 540px;
	left: 250px;
	padding: 50px 10px 0 10px;;
}
#donate a img {
	border: none;
}
#special_guests {
	width: 278px; /* 298 - 20 */
	height: 415px; /* 480 - 65 */
	background: url(/images/home/special_guests.png) no-repeat #181818;
	border: none;
	position: absolute;
	top: 540px;
	left: 502px;
	padding: 65px 10px 0 10px;
}
#russell_box {
	position: relative;
	width: 100%;
	height: 125px;
}
#lynn_box {
	position: relative;
	width: 100%;
	height: 125px;
	margin: 20px 0 0 0;
	padding: 0;
}
#guest_box {
	width: 254px; /* 278 - 20 - 4 */
	height: 73px; /* 105 - 32 */
	background: url(/images/home/be_guest.jpg) no-repeat;
	border: 2px solid #58ab2a;
	margin: 20px 0 0 0;
	padding: 32px 10px 0 10px;
}
#success_stories {
	width: 462px; /* 492 - 30 */
	height: 192px; /* 230 - 38 */
	background: url(/images/home/success_stories.png) no-repeat #181818;
	border: none;
	position: absolute;
	top: 790px;
	left: 0;
	padding: 38px 15px 0 15px;
}

/* Definitions for "more" buttons */
.more_link_gold {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.more_link_gold a {
	background: transparent url(/images/home/more_button_gold.png) scroll no-repeat right center;
	color: #b7c92f;
	text-decoration: none;
	padding: 0 20px 2px 0;
}
.more_link_gold a:hover {
	text-decoration: underline;
}
.more_link_pink {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.more_link_pink a {
	background: transparent url(/images/home/more_button_pink.png) scroll no-repeat right center;
	color: #750059;
	text-decoration: none;
	padding: 0 20px 2px 0;
}
.more_link_pink a:hover {
	text-decoration: underline;
}
.more_link_green {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.more_link_green a {
	background: transparent url(/images/home/more_button_green.png) scroll no-repeat right center;
	color: #58ab2a;
	text-decoration: none;
	padding: 0 20px 2px 0;
}
.more_link_green a:hover {
	text-decoration: underline;
}

/* Definitions for the form */
form {
	margin: 0;
	padding: 0;
}
input.email_input {
	border: none;
	width: 220px;
	height: 16px;
	margin: 6px 0 0 0;
	padding: 2px 0 0 0;
	background: #c6c6c6;
}
input:focus.email_input {
	outline: none;
	background: #ffffff;
}