@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background: #3394ce url(/images/bg_blue_gradient.png) 0 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	letter-spacing: 0.4px;
	height: 100%;
}

img {
	border: 0;
}

#wrap {
	width: 726px;
	margin: 0 auto;
	height: 100%;
}

/* Header
#####################################################################################*/

#header {
	width: 726px;
	height: 118px;
}

#header #img_tree {
	float: left;
	display: inline;
}

#header #header_right {
	width: 665px;
	height: 118px;
	float: right;
	display: inline;
}

#header_right #header_top {
	width: 665px;
	height: 95px;
}

#header_top #img_acfec {
	margin-top: 55px;
}

/* Navigation -- which is part of the header
#####################################################################################*/
	
	ul#nav {
		width: 665px;
		height: 22px;
	}
	
	ul#nav li {
		height: 22px;
		float: left;
		display: inline;
		background: url(../../images/nav_bg_separator.gif) right top no-repeat;
	}
	
	ul#nav li#nav_donate {
		width: 90px;
		height: 22px;
	}
	
	ul#nav li#nav_donate a {
		width: 88px;
		height: 22px;
		background: url(../../images/nav_donate.gif) 0 0 no-repeat;
		display: block;
	}
	
	ul#nav li#nav_donate a:hover {
		background-position: 0px -22px;
	}
	
	ul#nav li#nav_mission {
		width: 107px;
		height: 22px;
	}
	
	ul#nav li#nav_mission a {
		width: 105px;
		height: 22px;
		background: url(../../images/nav_mission.gif) 0 0 no-repeat;
		display: block;
	}
	
	ul#nav li#nav_mission a:hover {
		background-position: 0px -22px;
	}
	
	ul#nav li#nav_getinvolved {
		width: 149px;
		height: 22px;
	}
	
	ul#nav li#nav_getinvolved a {
		width: 147px;
		height: 22px;
		background: url(../../images/nav_getinvolved.gif) 0 0 no-repeat;
		display: block;
	}
	
	ul#nav li#nav_getinvolved a:hover {
		background-position: 0px -22px;
	}
	
	ul#nav li#nav_ourwork {
		width: 125px;
		height: 22px;
	}
	
	ul#nav li#nav_ourwork a {
		width: 123px;
		height: 22px;
		background: url(../../images/nav_ourwork.gif) 0 0 no-repeat;
		display: block;
	}
	
	ul#nav li#nav_ourwork a:hover {
		background-position: 0px -22px;
	}
	
	ul#nav li#nav_gallery {
		width: 110px;
		height: 22px;
	}
	
	ul#nav li#nav_gallery a {
		width: 108px;
		height: 22px;
		background: url(../../images/nav_gallery.gif) 0 0 no-repeat;
		display: block;
	}
	
	ul#nav li#nav_gallery a:hover {
		background-position: 0px -22px;
	}
	
	ul#nav li#nav_blog {
		width: 84px;
		height: 22px;
		background: none;
	}
	
	ul#nav li#nav_blog a {
		width: 82px;
		height: 22px;
		background: url(../../images/nav_blog.gif) 0 0 no-repeat;
		display: block;
	}
	
	ul#nav li#nav_blog a:hover {
		background-position: 0px -22px;
	}
	
	.navtext {
		display: none;
	}
	
	ul#nav li a#current_page {
	 	background-position: 0px -22px;
	}

/* Content -- drop shadows, wrap, etc.
#####################################################################################*/

#contentwrap {
	background: url(../../images/bg_content_top.png) 0 0 no-repeat;
	margin-top: 12px;
	padding-top: 5px;
	width: 726px;
	overflow: hidden;
}

#content {
	width: 702px;
	padding: 0px 12px 15px 12px;
	background: url(../../images/bg_content_repeat.png) 0 0 repeat-y;
	min-height: 500px;
}

#contentbottom {
	width: 726px;
	height: 6px;
	background: url(../../images/bg_content_bottom.png) 0 0 no-repeat;
}

/* Flash containers
#####################################################################################*/

#home_flash {
	width: 696px;
	height: 235px;
	margin: 0 auto;
	padding: 10px 0;
}

/* Callouts
#####################################################################################*/

.callout {
	padding-top: 5px;
	width: 202px;
	background: url(../../images/bg_inner_content_top.gif) 0 0 no-repeat;
	float: left;
	display: inline;
	
}

.callout .callout_content {
	padding: 4px 10px 4px 10px;
	width: 182px;
	background: url(../../images/bg_inner_content_repeat.gif) 0 0 repeat-y;
	min-height: 200px;
}

.callout .callout_content p {
	text-align: left;
	height: 80px;
	margin: 0 10px 0 10px;
}

.callout .callout_content .callout_btn {
	text-align: center;
}

.callout .callout_content h2 {
	margin: 10px 0 10px 10px;
}

.callout .callout_bot {
	height: 6px;
	width: 202px;
	background: url(../../images/bg_inner_content_bottom.gif) 0 0 no-repeat;
}

.recentposts {
	padding-top: 5px;
	width: 294px;
	background: url(../../images/bg_recentposts_top.gif) 0 0 no-repeat;
	float: right;
	display: inline;
}

.recentposts .recentposts_content {
	padding: 4px 10px 4px 10px;
	width: 274px;
	background: url(../../images/bg_recentposts_repeat.gif) 0 0 repeat-y;
	min-height: 200px;
}

.recentposts_content h2 {
	margin: 10px 0 0 10px;
}

.recentposts_content ul {
	margin-top: 20px;
	margin-left: 40px;
}

.recentposts_content ul li {
	margin-bottom: 7px;
	color: #50b948;
}

.recentposts_content ul li a, .recentposts_content ul li a:visited {
	color: #0079c2;
}

.recentposts_content ul li a:hover {
	color: #50b948;
}

.recentposts .recentposts_bot {
	width: 294px;
	height: 7px;
	background: url(../../images/bg_recentposts_bot.gif) 0 0 no-repeat;
}

/* Sidebar
#####################################################################################*/

#sidebar {
	float: right;
	display: inline;
	background: #fff;
	width: 240px;
	min-height: 600px;
	margin-top: 16px;
	margin-right: 5px;
}

#sidebar_content {
	height: 100%;
	padding: 18px;
}

#sidebar_bot {
	clear: both;
}

#sidebar h2 {
	float: right;
	display: inline;
	margin-top: 10px;
	margin-right: 20px;
}

#sidebar .icon_left {
	float: left;
	display: inline;
	margin-left: 4px;
}

#sidebar p {
	clear: both;
	text-align: justify;
	padding: 12px 0 4px 0;
}

/* Interior Pages	
#####################################################################################*/

#content_area {
	padding: 25px 20px 20px 20px;
	line-height: 150%;
}

#content_area h1 {
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#content_area h2 {
	color: #666;
	font-size: 20px;
	margin: 10px 0 20px 0;
	text-transform: uppercase;
	font-weight: normal;
}

#content_area h3 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 12px;
}

#content_area h4 {
	font-size: 17px;
	margin: 7px 0;
	letter-spacing: 2px;
	font-style: italic;
	color: #50b948;
	
}

#content_area p {
	padding-bottom: 10px;
	text-align: left;
	line-height: 1.5em;
}

#content_area ul {
	margin-left: 32px;
	padding: 8px 0;
}

#content_area a {
	color: #0079c2;
	text-decoration: none;
}

#content_area a:visited {
	color: #0079c2;
}

#content_area a:hover {
	text-decoration: underline;
	color: #50b948;
}

.text_indent {
	margin-left: 20px;
}

/* Mailing list form
#####################################################################################*/

#mailing_list {
	float: right;
	margin: 6px 0 0 0;
	width: 277px;
	height: 70px;
	background: url(/images/signup_bot.gif) 0 7px no-repeat;
}

#mailing_list #txt_mlist {
	height: 16px;
	width: 158px;
	border: 1px solid #50b948;
	color: #666;
	background: #f5f5f5;
	padding: 2px 5px 2px 5px;
}

#mailing_list #btn_mlist {
	width: 71px;
	height: 24px;
	background: url(/images/btn_signup.gif) 0 0 no-repeat;
	border: 0;
	margin: 0;
	padding: 0;
}

#mailing_list fieldset {
	height: 7px;
	width: 277px;
	padding: 10px 0 0 17px;
	background: url(/images/signup_top.gif) 0 0 no-repeat;
	border: 0;
}

#mailing_list fieldset h4 {
	font-size: 13px;
	font-weight: bold;
	color: #999;
	margin-bottom: 6px;
	letter-spacing: 0.05em;
}

/* Share
#####################################################################################*/
#sharing_div {
	margin-top: 12px;
}

#share {
	margin: 0 0 0 0;
	height: 60px;
	background: url(/images/share_bg.gif) 0 0 repeat-x;
	height: 50px;
	width: 282px;
	float: left;
	display: inline;
	/*border: 1px solid #000;*/
}

#share ul {
	list-style: none;
	background: url(/images/share_cap_left.gif) 0 0 no-repeat;
	height: 40px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
	display: inline;
}

#share ul li {
	display: block;
	height: 29px;
	float: left;
	margin-right: 5px;
}

#share div#share_cap_right {
	width: 7px;
	height: 50px;
	float: right;
	display: inline;
	background: url(/images/share_cap_right.gif) 0 0 no-repeat;
}

#social_networks {
	float: right;
	display: inline;
	height: 34px;
	width: 300px;
	padding-top: 10px;
}

#social_networks ul {
	list-style: none;
}

#social_networks ul li {
	display: block;
	float: left;
	padding-left: 20px;
}
/* Footer
#####################################################################################*/

#footer {
	color: #fff;
	width: 420px;
	margin: 0px auto 0px auto;
	padding: 20px 0 20px 0;
	clear: both;
}

#footer img {
	float: left;
	display: inline;
	margin-right: 20px;
	border: 0;
}

#footer ul {
	padding-top: 10px;
	float: left;
}

#footer ul li {
	float: left;
	display: inline;
	list-style: none;
	padding: 0 7px 0 7px;
	border-right: 1px solid #fff;
	height: 16px;
	font: 12px/14px Arial, Helvetica, sans-serif;
}

#footer ul li.lastli {
	border: 0;
}

#footer ul li a, #footer ul li a:visited {
	color: #fff;
	text-decoration: underline;
	vertical-align: top;
}

#footer ul li a:hover {
	color: #50b948;
}

#footer p {
	padding-top: 10px;
	float: left;
}

/* Tooltip popups
#####################################################################################*/

#tooltip {

	position: absolute;
	z-index: 300;
	width: 246px;
	background: url(../../images/bg_popup_top.png) 0 0 no-repeat;
}

#tooltip h3, #tooltip div.body { 
	margin: 34px 0 0 0;
	padding: 0 20px;
	width: 206px;
	font-size: 12px;
	line-height: 20px;
	background: url(../../images/bg_popup_mid.png) 0 0 repeat-y;
	
}

#tooltip div.tooltipbottom {
	height: 21px;
	background: url(/images/bg_popup_bot.png) 0 0 no-repeat;
}

.text_popup {
	font-weight: bold;
	cursor: help;
}

/* Photo Gallery
#####################################################################################*/

ul#gallery_photo {
	margin: 0 0 0 6px;
	padding: 0;
}
ul#gallery_photo li {
	list-style: none;
	float: left;
	display: block;
	margin-right: 22px;
	margin-bottom: 22px;
}

ul#gallery_photo li img {
	border: 1px solid #999;
}

ul#gallery_photo li img:hover {
	border: 1px solid #50b948;	
}

/* Partners
#####################################################################################*/

ul#partner_logos {
	
	list-style: none;
	width: 546px;
	margin: 0 auto;
}

ul#partner_logos li {
	
	float: left;
	display: block;
	width: 263px;
	height: 142px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* Confirmation pages
#####################################################################################*/

#complete_info h2 {
	text-transform: none;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#complete_info p {
	padding: 0;
	margin-bottom: 10px;
}

#complete_info {
	width:480px;
	background:#fff;
	margin:0 auto;
	padding:15px;
}

/* Various classes and fixes
#####################################################################################*/

.hidetext {
	display: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}