@charset "utf-8";

/* Common Elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #e8fef6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #333333;
	line-height: 150%;	
}
img {
	border: 0;
}
a {
	color: #578e8a;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.green_arrow_right {
	padding-right: 12px;
	background: url('../images/arrow-right.gif') no-repeat right center;
}
.pink_arrow_down {
	padding-right: 12px;
	background: url('../images/arrow-down-big-pink.gif') no-repeat right center;
}
.pink_arrow_right {
	padding-right: 15px;
	background: url('../images/arrow-right-pink.gif') no-repeat right center;
}

.verdana {
	font-family: Verdana, Geneva, sans-serif;
}
.bg_pink {
	background-color: #fee7f5;
}
.bg_green {
	background-color: #e2efec;
}
.blue_box {
	background-color: #e9fef7;
	border: 1px solid #87c2ae;
	padding: 10px;
}
.clear_both {
	clear: both;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.no_z {
	z-index: 1;
}
.pad {
	padding: 10px;
}
.pad_plus {
	padding: 20px;
}
.pad_minus {
	padding: 5px;
}
.pad_top {
	padding-top: 10px;
}
.pad_top_minus {
	padding-top: 5px;
}
.pad_top_plus {
	padding-top: 20px;
}
.pad_right {
	padding-right: 10px;
}
.pad_right_plus {
	padding-right: 20px;
}
.pad_right_minus {
	padding-right: 5px;
}
.pad_bottom {
	padding-bottom: 10px;
}
.pad_bottom_plus {
	padding-bottom: 20px;
}
.pad_left {
	padding-left: 10px;
}
.pad_left_plus {
	padding-left: 20px;
}
.font10 {
	font-size: 10px;
}
.font11 {
	font-size: 11px;
}
.font12 {
	font-size: 12px;
}
.font13 {
	font-size: 13px;
}
.font14 {
	font-size: 14px;
}
.font15 {
	font-size: 15px;
}
.font_purple {
	color: #735a9f;
}
.font_pink {
	color: #f03fac;
}
.bold {
	font-weight: bold;
}
.line_normal {
	line-height: normal;
}
.ul_inside {
	list-style-position: inside;
}
ul.ul_tall li {
	line-height: 200%;
}

.dynamic p {
	padding-top: 20px;
}
.dynamic ul, .dynamic ol {
	padding-left: 20px;
	line-height: 200%;
	padding-top: 15px;
}
.dynamic ul ul, .dynamic ol ol {
	padding-top: 0;
}

.width_fifty {
	width: 50%;
}

/* header */
#header {
	display: block;
	width: 935px;
	padding: 0 12px;
	height: 169px;
	margin: 0 auto;
	background: #ffffff url('../images/bg-header.jpg') no-repeat center top;
}

/* head_top */
#header #head_top {
	display: block;
	height: 24px;
}
#header #head_top ul {
	display: block;
	float: right;
	list-style-type: none;
	height: 24px;
}
#header #head_top ul li {
	display: block;
	float: left;
	height: 24px;
	padding: 0 13px;
	text-align: center;
	background: url('../images/bg-nav-top-left.gif') no-repeat left top;
}
#header #head_top ul li a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	line-height: 20px;
	padding: 0 11px 4px 0;
	background: url('../images/bg-nav-top.gif') no-repeat right top;
}
#header #head_top ul li a:hover {
	color: #c6e6df;
}
#header #head_top ul li#facebook {
	background: url('../images/bg-nav-top-left2.gif') no-repeat left top;
}
#header #head_top ul li#facebook a {
	background: url('../images/bg-nav-top2.gif') no-repeat right top;
	font-size: 13px;
}
#header #head_top ul li#facebook a:hover {
	color: #fff;
}

/* head_middle */
#header #head_middle {
	display: block;
	height: 109px;	
}
#header #head_middle img.logo {
	width: 183px;
	height: 105px;
}

/* head_bottom */
#header #head_bottom {
	display: block;
	height: 36px;	
}

/* Home_Body */
#home_body {
	display: block;
	width: 935px;
	padding: 5px 12px 0 12px;
	margin: 0 auto;
	background: #e8fef6 url('../images/bg-body.gif') repeat-y center top;
}
#home_body #hbody_left {
	float: left;
	width: 466px;
	border-right: 1px solid #84c2ad;
}
#home_body #hbody_left h2 {
	color: #578e8a;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 10px 4px 10px;
}
#home_body #hbody_left h3 {
	color: #79c6b4;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 10px 4px 10px;
}
#home_body #hbody_middle {
	float: left;
	width: 214px;
	padding: 0 10px;
}
#home_body #hbody_middle h2 {
	color: #ed409e;
	font-size: 19px;
	padding-bottom: 5px;
	font-weight: normal;
}
#home_body #hbody_middle ul {
	list-style-type: decimal;
	list-style-position: inside;
}
#home_body #hbody_middle ul li {
	color: #735a9f;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
}
#home_body #hbody_middle ul li.allstar {
	list-style-type: none;
	padding-top:10px;
	text-align:center;
}

#home_body #hbody_right {
	float: right;
	width: 212px;
	padding: 0 10px;
	border-left: 1px solid #84c2ad;
}
#home_body #hbody_right h2 {
	color: #ed409e;
	font-size: 19px;
	font-weight: normal;
}
#home_body #hbody_right h2 span {
	display: block;
	font-size: 15px;
}

#home_body #hbody_right .hbr_event {
	margin-top: 8px;
	border-top: 1px solid #84c2ad;
}
#home_body #hbody_right .title {
	font-size: 14px;
}
#home_body #hbody_right .date {
	font-size: 13px;
	color: #735a9f;
}
#home_body #hbody_right .desc {
	font-size: 11px;
	line-height: normal;
}


#home_body #hbody_right_top {
	float: right;
	width: 447px;
	padding: 10px;
}
#home_body #hbody_right_top h2 {
	color: #578e8a;
	font-size: 23px;
	font-weight: bold;
	padding-bottom: 4px;
}
#home_body #hbody_right_top a {
	font-size: 12px;
	color: #578e8a;
}

/* Events_Body */
#events_body {
	display: block;
	width: 935px;
	padding: 5px 12px 15px 12px;
	margin: 0 auto;
	background: #e8fef6 url('../images/bg-cols-two.gif') repeat-y center top;
}
#events_body #eb_left {
	float: left;
	width: 246px;
	padding: 0 10px;
}
#events_body #eb_left h1 {
	background: url('../images/arrow-right-pink.gif') no-repeat left center;
	padding-left: 20px;
	font-size: 17px;
	line-height: 40px;
	border-bottom: 1px solid #84c2ad;
}
#events_body #eb_left h2 {
	background: url('../images/arrow-down-big-pink.gif') no-repeat left center;
	padding-left: 20px;
	font-size: 17px;
	line-height: 40px;
}
#events_body #eb_left ul {
	list-style-type: none;
}
#events_body #eb_left ul li {
	background: url('../images/arrow-right-menu.gif') no-repeat left center;
	padding-left: 20px;
	margin-left: 11px;
	font-size: 15px;
	border-bottom: 1px solid #84c2ad;
}
#events_body #eb_left ul li .nav_on {
	color: #ea238f;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 0;
	display: block;
}
#events_body #eb_left ul li a {
	color: #222;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 0;
	display: block;
}
#events_body #eb_left ul li a:hover {
	color: #ea238f;
}

#events_body #eb_right {
	float: right;
	width: 639px;
	padding: 0 15px;
}
#events_body #eb_right h1 {
	color: #5d948e;
	font-size: 26px;
	line-height: 40px;
}
#events_body #eb_right h2 {
	color: #4daa95;
	font-size: 21px;
	font-weight: normal;
}
#events_body #eb_right .event_post {
	display: block;
	clear: both;
	padding: 15px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #84c2ad;
}
#events_body #eb_right .event_post h3 {
	color: #222222;
	font-size: 16px;
	font-weight: bold;
}
#events_body #eb_right .event_post .ep_date {
	font-style: italic;
	display: block;
	padding: 2px 0;
}
#events_body #eb_right .event_post p {
	padding-top: 10px;
}

#events_body #eb_right .item_pdf {
	float: left;
	line-height: 35px;
	height: 35px;
	padding: 0 10px 0 34px;
	background: url('../images/icon-pdf.gif') no-repeat left center;
}
#events_body #eb_right .item_pdf a {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 12px;
}

/* Footer */
#footer {
	display: block;
	width: 935px;
	margin: 0 auto;
	padding: 0 12px;
	background: #e8fef6 url('../images/bg-footer.jpg') no-repeat center top;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	color: #747F7B;
	text-decoration: underline;
}
#footer #foot_top {
	display: block;
	padding: 0 0 17px 230px;
	height: 55px;
}

#footer #foot_top ul {
	list-style-type: none;
}
#footer #foot_top li {
	padding: 4px 0 3px 0;
	float: left;
}
#footer #foot_bottom {
	display: block;
	padding: 10px 0;
	color: #747f7b;
	font-size: 12px;
}
#footer #foot_bottom span {
	padding: 0 8px;
}

/* Donations Form */

.donform_left {
	float: left;
	width: 308px;
}
.donform_right {
	float: right;
	width: 308px;
}
form.donate {
	float: right;
}
form.donate#feedback {
	float: none;
	display: block;
}
form.donate label {
	float: left;
	width: 110px;
	padding-right: 10px;
	line-height: 30px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
form.donate input {
	float: left;
	width: 175px;
	height: 16px;
	padding: 2px;
	border: 1px solid #dcdcdc;
	background: #fff;
	margin: 5px 0;
}
form.donate input.checkbox {
	width:auto;
	height:auto;
	float:none;
}
form.donate#feedback input {
	width: 475px;
}
form.donate input.short {
	float: left;
	width: 51px;
	height: 16px;
	padding: 2px;
	border: 1px solid #dcdcdc;
	background: #fff;
	margin: 5px 5px 5px 0;
}
form.donate input.radio {
	float: left;
	width: 20px;
	height: 16px;
	padding: 2px;
	border: 0;
	background: none;
	margin: 5px 0;
}
form.donate input.submit {
	float: none;
	width: 101px;
	height: 26px;
	padding: 0;
	border: 0;
	background: #fff url('../images/btn-green-submit.gif') no-repeat left top;
	margin: 0;
}
form.donate#feedback input.submit {
	float: left;
	width: 101px;
	height: 26px;
	padding: 0;
	border: 0;
	background: #fff url('../images/btn-green-submit.gif') no-repeat left top;
	margin: 0;
}
form.donate input.calculate {
	float: right;
	width: 60px;
	height: 28px;
	line-height: 28px;
	padding: 0;
	border: 0;
	background: none;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #c60000;
}
form.donate textarea {
	float: left;
	width: 175px;
	height: 84px;
	padding: 2px;
	border: 1px solid #dcdcdc;
	background: #fff;
	margin: 5px 0;
}
form.donate#feedback textarea {
	width: 475px;
	height: 126px;
}
form.donate textarea.large {
	float: none;
	width: 610px;
	height: 84px;
	padding: 2px;
	border: 1px solid #dcdcdc;
	background: #fff;
	margin: 5px 0;
}
form.donate select {
	float: left;
	width: 182px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #dcdcdc;
	background: #fff;
	margin: 5px 0;
}
form.donate select option {
	padding: 2px;
}
p.form_error {
	background: url('../images/arrow-right-menu.gif') no-repeat left center;
	line-height: 200%;
	padding-left: 14px;
	font-weight: bold;
	color: #c70000;
}
p.form_success {
	font-weight: bold;
	color: #339b00;
}
input.home_submit {
	background: url('../images/btn-pink-give.gif') no-repeat left center;
	width: 48px;
	height: 24px;
	border: 0;
}

/* Drop Down Navigation */
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
}

ul.dropdown li {
	float: left;
	vertical-align: middle;
	zoom: 1;
	background: url('../images/bg-nav-arrow.gif') no-repeat left top;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}

ul.dropdown ul li {
	float: none;
	background: none;
	padding: 0 10px;
}

ul.dropdown ul ul {
	top: 0;
	left: 100%;
}

ul.dropdown li:hover > ul {
	visibility: visible;
}

ul.dropdown {
	font-weight: bold;
}

ul.dropdown li {
	padding: 0 10px 0 25px;
	color: #fff;
	line-height: 36px;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
	color: #fff;
	background: url('../images/bg-nav-on.gif') repeat-x left top;
}
ul.dropdown li.home {
	background: none;
}
ul.dropdown li.home.hover,
ul.dropdown li.home:hover {
	background: url('../images/bg-nav-on-home.gif') repeat-x left top;
}

ul.dropdown a:link,
ul.dropdown a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
}
ul.dropdown a:hover {
	color: #fff;
}
ul.dropdown a:active {
	color: #ffa500;
}

ul.dropdown ul {
	width: 220px;
}
ul.dropdown ul ul li {
	border-left: 1px solid #fff;
}
ul.dropdown ul li {
	background-color: #f0359e;
	border-bottom: 1px solid #fff;
	line-height: 30px;
}
ul.dropdown li ul li.hover,
ul.dropdown li ul li:hover {
	background: #fa72c8;
}

ul.dropdown li ul li a:link,
ul.dropdown li ul li a:visited {
	font-size: 13px;	
}
ul.dropdown li ul li a:hover {
	
}
ul.dropdown li ul li a:active {
	
}


.dropdown-upward {
	margin-top: 400px;
}
