html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; border: 0; }
.clear {
	clear: both;
}
.bodytext p {
    font-size: 0.875em;
}

.sidenote {
    font-size: 0.75em;
}

body {
	font-family:  Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 100%;
    line-height: 1.125em;
    background: #403e2e;
}

#header {
	height: 63px;
	background: #f6f1ea url("/images/header_bg.jpg") repeat-x;
}

.header_container {
	width: 975px;
	margin: 0 auto;
}

.title a {
	float: left;
	background: url("/images/title.gif") no-repeat top left;
	width: 333px;
	height: 19px;
	text-indent: -9000px;
	margin-top: 12px;
	margin-left: 16px;
}

ul.menu {
	float: right;
	margin-top: 13px;
	width: 395px;
	margin-right: -3px;
	
}

ul.menu li {
	display: inline;
	vertical-align:middle;
}

ul.menu li a {
	color: #F1ECE4;
	font-family: Trebuchet, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 12px;
	letter-spacing: 1px;
}

ul.menu li a.about {
	margin-left: 0px;
}

ul.menu li a:hover {
	border-bottom: #999 1px solid;
	padding-bottom: 2px;
	color: #7E8265;
}
/*---------- home ----------*/
#feature {
	height: 370px;
	background: #f6f1ea url("/images/feature_bg.jpg") repeat-x;
}

.feature_container {
	width: 975px;
	margin: 0 auto;
}
.feature_image {
	float: left;
}

.feature_sidebar {
	float: left;
	width: 309px;
	margin-top: -3px;
}

.feature_sidebar .feature1 {
	background: url("/images/feature1.jpg") no-repeat top left;
	height: 122px;
	width: 309px;
}

.feature_sidebar .feature2 {
	background: url("/images/feature2.jpg") no-repeat top left;
	height: 123px;
	width: 309px;
}

.feature_sidebar .feature3 {
	background: url("/images/feature3.jpg") no-repeat top left;
	height: 125px;
	width: 309px;
}

.feature_text {
	padding-top: 15px;
	padding-left: 22px;
	width: 250px;
	cursor: pointer;
}

.feature_sidebar h2 a {
	font-family: Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	color: #393229;
	font-size: 17px;
	text-decoration: none;
}

.feature_sidebar h2 a:hover {
	color: #87896e;
}

.feature_sidebar p {
	color: #98856d;
	font-size: 14px;
	margin-top: 10px;
}

#content {
	background: #403e2e url("/images/content_bg.jpg") repeat-x;
	min-height: 500px;
	padding-top: 60px;
	margin: 0 auto;
}

.content_container {
	width: 975px;
	margin: 0 auto 30px auto;
	overflow: hidden;
}

#home_stories {
	width: 620px;
	margin-left: 16px;
	float: left;
	margin-bottom: 40px;
}

#home_stories h3 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	color: #f1ece4;
	letter-spacing: 1px;
}
.story_wrap{
	background: url("/images/story.jpg") no-repeat;
	width: 620px;
	height: 166px;
	margin-top: 20px;
}
.story {
	width: 620px;
	height: 166px;
}
.storyimg {
	background: url("/images/story_img_bg.jpg") top center no-repeat;
	width: 224px;
	height: 166px;
	margin-left: 8px;
	position: relative;
	float: left;
}
.storyimg img{
	width: 209px;
	height: 137px;
	margin-left: 7px;
	margin-top: 15px;
	position: relative;
	float: left;
}
.story_info {
	float: left;
	position: relative;
	margin: 0 auto;
	width: 365px;
	height: 150px;
	Top: 10px;
	Left: 10px;
}
.sub_info p{
	color: #98856d;
	font-size: 14px;
	margin-top: 10px;
}
.story_title {
	font-family: Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	font-size: 18px;
	font-weight: bold;
	color: #393229;
	letter-spacing: 1px;
}
.learnmore a:hover {
	background: transparent url("/images/learn_top.jpg") repeat scroll 0 86px;
	border: none;
	float: left;
}
.learnmore a {
	background: transparent url("/images/learn_top.jpg") no-repeat scroll left bottom;
	border: none;
	float: left;
	height: 43px;
	margin-top: 8px;
	margin-left: 200px;
	text-indent:-9999px; 
	outline:none;
	width: 140px;
}
.learnmoremiddle a:hover {
	background: transparent url("/images/learn_middle.jpg") repeat scroll 0 86px;
	border: none;
	float: left;
}
.learnmoremiddle a {
	background: transparent url("/images/learn_middle.jpg") no-repeat scroll left bottom;
	border: none;
	float: left;
	height: 43px;
	margin-top: 9px;
	margin-left: 200px;
	text-indent:-9999px; 
	outline:none;
	width: 140px;
}
.learnmorebottom a:hover {
	background: transparent url("/images/learn_bottom.jpg") repeat scroll 0 86px;
	border: none;
	float: left;
}
.learnmorebottom a {
	background: transparent url("/images/learn_bottom.jpg") no-repeat scroll left bottom;
	border: none;
	float: left;
	height: 43px;
	margin-top: 9px;
	margin-left: 200px;
	text-indent:-9999px; 
	outline:none;
	width: 140px;
}
hr {
	border: 0;
	width: 100%;
	color: #999;
	background-color: #999;
	height: 1px;
}
#wish_list {
	width: 320px;
	margin-left: 16px;
	min-height: 500px;
	float: left;
}
#wish_list h3 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	color: #f1ece4;
	letter-spacing: 1px;
}
.list ul {
	border-style: none;
	margin-left: 16px;
	text-align: left;
}
.list li {
	letter-spacing: .1em;
	line-height: 18px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	font-size: 12px;
	color: #87896E;
	padding-top: 9px;
}
.donate_button a:hover {
	background: transparent url("/images/donate.jpg") repeat scroll 0 106px;
	border: none;
	float: left;
}
.donate_button a {
	background: transparent url("/images/donate.jpg") no-repeat scroll left bottom;
	border: none;
	float: left;
	height: 53px;
	margin-top: 15px;
	margin-left: 13px;
	text-indent:-9999px; 
	outline:none;
	width: 198px;
}
/*---------- sponsors----------*/
.sponsors_wrap {
	width: 975px;
	margin-left: 16px;
	float: left;
}
.sponsors_wrap h3 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	color: #f1ece4;
	letter-spacing: 1px;
}
.sponsor_1{
	width: 300px;
	float: left;
	margin-top: 10px;
}
.sponsor_2 {
	width: 300px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}
.sponsor_3 {
	width: 300px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}
.sponsor_title {
	font-family: Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	color: #87896E;
	font-size: 16px;
	text-decoration: none;
}
.sponsor_info {
	color: #f1ece4;
	margin-top: 5px;
	font-size: 14px;
	line-height: 18px;
}
.sponsor_phone {
	color: #f1ece4;
	margin-top: 5px;
	font-size: 14px;
	line-height: 18px;
}
/*---------- contact ----------*/
#contact_page {
	height: 370px;
	background: #f6f1ea url("/images/feature_bg.jpg") repeat-x;
}

.contact_container {
	width: 975px;
	margin: 0 auto;
}
.contact_image {
	float: left;
	width: 975px;
	height: 370px;
	background: url("/images/contact_photo.jpg") top center no-repeat;
}
#contact_info {
	width: 620px;
	margin-left: 16px;
	float: left;
}
#contact_info h3 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	color: #f1ece4;
	letter-spacing: 1px;
}
#address  ul {
	letter-spacing: .1em;
	line-height: 18px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type: none;
	font-size: 12px;
	color: #f1ece4;
	padding-top: 10px;
}
#address  p {
	font-family: Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	color: #f1ece4;
	letter-spacing: 1px;
}
#address a:link {
	color: #e7e5d3;
	text-decoration: none;	
}
#address a:visited {
	color: #e7e5d3;
	text-decoration: none;	
}
#address a:hover {
	color: #87896e;
	text-decoration: none;
}
#address a:active {
	color: #87896e;
	text-decoration: none;	
}
.olive {
	color: #87896E;
}
.help_info {
	width: 620px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.help_info h3 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	color: #f1ece4;
	letter-spacing: 1px;
}
.orphaned {
	width: 300px;
	float: left;
}
.orphaned p{
	font-family: Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	color: #f1ece4;
	letter-spacing: 1px;
}
.orphaned ul {
	border-style: none;
	text-align: left;
}
.orphaned li {
	letter-spacing: .05em;
	line-height: 18px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type: none;
	font-size: 12px;
	color: #f1ece4;
	padding-top: 9px;
}
.injured p{
	font-family: Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	color: #f1ece4;
	letter-spacing: 1px;
}
.injured {
	width: 300px;
	float: left;
	margin-left: 20px;
}
.injured ul {
	border-style: none;
	text-align: left;
}
.injured li {
	letter-spacing: .05em;
	line-height: 18px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type: none;
	font-size: 12px;
	color: #f1ece4;
	padding-top: 9px;
}
.caution {
	letter-spacing: .1em;
	line-height: 18px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	font-size: 12px;
	color: #f1ece4;
}
/*---------- Donation ----------*/
#donation_page {
	height: 370px;
	background: #f6f1ea url("/images/feature_bg.jpg") repeat-x;
}

.donation_container {
	width: 975px;
	margin: 0 auto;
}
.donation_image {
	float: left;
	width: 975px;
	height: 370px;
	background: url("/images/donation_main_img.jpg") top center no-repeat;
}
#donation_info {
	width: 620px;
	margin-left: 16px;
	float: left;
}
#donation_info h3 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	color: #f1ece4;
	letter-spacing: 1px;
}
#rightofshirt {
	width: 300px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}
#freeshirt {
	width: 300px;
	float: left;
	margin-top: 15px;
}
#paypal{
	width: 300px;
	float: left;
}
#paypal_title {
	font-family: Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	color: #f1ece4;
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 10px;
	
}
#paypal_info {
	color:#F1ECE4;
	font-size:12px;
	letter-spacing:0.05em;
	line-height:18px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#paypal_button {
	border: none;
	float: left;
	height: 36px;
	margin-top: 15px;
	outline: none;
	width: 300px;
}
#paypal_button a img{
	border: none;
	outline: none;
}
#email_button {
	border: none;
	float: left;
	height: 36px;
	margin-top: 15px;
	outline: none;
	width: 300px;
}
#email_button a img{
	border: none;
	outline: none;
}
#wishing_list{
	width: 300px;
	float: left;
}
#list_title {
	font-family: Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	color: #f1ece4;
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 10px;
	
}
#list_info {
	color:#F1ECE4;
	font-size:12px;
	letter-spacing:0.05em;
	line-height:18px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.events_container {
	/*width: 620px; */
	float: left;
	margin-top: 15px;
}
.events_section {
	/*width: 620px; */
	margin-top: 15px;
}
.events {
	float: left;
}
.events_indent {
	padding-left: 15px;
}
#event_title {
	font-family: Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	color: #f1ece4;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
#event_date {
	color:#F1ECE4;
	font-size:14px;
	letter-spacing:0.05em;
	line-height:18px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#event_address {
	color:#F1ECE4;
	font-size:14px;
	letter-spacing:0.05em;
	line-height:18px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom: 10px;
}
#event_info {
	color:#F1ECE4;
	font-size:14px;
	letter-spacing:0.05em;
	line-height:18px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}


.volunteer {
	width: 620px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.volunteer h3 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	color: #f1ece4;
	letter-spacing: 1px;
}
.volunteer_rescue {
	width: 300px;
	float: left;
}
.volunteer_rescue_title {
	font-family: Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	color: #f1ece4;
	letter-spacing: 1px;
}
.volunteer_rescue p{
	color:#F1ECE4;
	font-size:14px;
	letter-spacing:0.05em;
	line-height:18px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-top: 10px;
}

.donation_rescue_title {
	font-family: Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	color: #f1ece4;
	letter-spacing: 1px;
}
.donation_info p{
	color:#F1ECE4;
	font-size:14px;
	letter-spacing:0.05em;
	line-height:18px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-top: 10px;
}
.donation_info {
	width: 300px;
	float: left;
	margin-left: 20px;
}

/*---------- about ----------*/
#mission {
	height: 370px;
	background: #f6f1ea url("/images/feature_bg.jpg") repeat-x;
}

.mission_container {
	width: 975px;
	margin: 0 auto;
}
.mission_image {
	float: left;
	width: 975px;
	height: 370px;
	background: url("/images/mission_photo.jpg") top center no-repeat;
}
#about {
	width: 620px;
	margin-left: 16px;
	float: left;
}

#about h3 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	color: #f1ece4;
	letter-spacing: 1px;
}
.about_info {
	letter-spacing: .1em;
	line-height: 18px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	font-size: 12px;
	color: #f1ece4;
	padding-top: 9px;
}
.about_1 img{
	width: 300px;
	height: 200px;
	float: left;
	margin-right: 20px; 
}
#rescued {
	width: 620px;
	margin-top: 20px;
	float: left;
}
#rescued p {
	letter-spacing: .1em;
	line-height: 18px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	font-size: 12px;
	color: #f1ece4;
	padding-top: 9px;
}
#birds {
	width: 150px;
	margin-top: 20px;
	float: left;
}
#birds ul {
	letter-spacing: .1em;
	line-height: 18px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	font-size: 12px;
	color: #f1ece4;
	padding-top: 10px;
	padding-left: 15px;
}
#birds p {
	font-family: Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	color: #f1ece4;
	letter-spacing: 1px;
}
#shore {
	width: 180px;
	margin-top: 20px;
	float: left;
	margin-left: 30px;
}
#shore ul {
	letter-spacing: .1em;
	line-height: 18px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	font-size: 12px;
	color: #f1ece4;
	padding-top: 10px;
	padding-left: 15px;
}
#shore p {
	font-family: Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	color: #f1ece4;
	letter-spacing: 1px;
}
#animals {
	width: 150px;
	margin-top: 20px;
	float: left;
}
#animals ul {
	letter-spacing: .1em;
	line-height: 18px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	font-size: 12px;
	color: #f1ece4;
	padding-top: 10px;
	padding-left: 15px;
}
#animals p {
	font-family: Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	color: #f1ece4;
	letter-spacing: 1px;
}
/*---------- story ----------*/
#storyimg {
	height: 370px;
	background: #f6f1ea url("/images/feature_bg.jpg") repeat-x;
}

.storyimg_container {
	width: 975px;
	margin: 0 auto;
}
.storyimg_image {
	float: left;
	width: 975px;
	height: 370px;
	background: url("/images/story_main_img.jpg") top center no-repeat;
}
.story_page_wrapper {
	width: 620px;
	margin-left: 16px;
	float: left;
}
.story_page_wrapper_possum {
	width: 620px;
	margin-left: 16px;
	float: left;
	margin-top: 40px;
}
.story_page_wrapper_possum h3 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	color: #f1ece4;
	letter-spacing: 1px;
}
.story_page_wrapper h3 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	color: #f1ece4;
	letter-spacing: 1px;
}
.story_page_info {
	letter-spacing: .1em;
	line-height: 18px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	font-size: 12px;
	color: #f1ece4;
	padding-top: 9px;
}
.story_page_img img{
	width: 300px;
	height: 200px;
	float: left;
	margin-right: 20px; 
}

/*---------- footer ----------*/
.footer_wrapper {
	background: #2e2c20 url("../images/footer_repeat.jpg") repeat-x;
	padding-top: 0px;
	height: 375px;
}
.footer {
	width: 975px;
	margin: 0 auto;
	padding-top: 20px;
	clear: left;
}
#flickr h3 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	color: #f1ece4;
	letter-spacing: 1px;
}
#flickr {
	width: 305px;
	margin-left: 15px;
	margin-top: 4px;
	float: left;
}
.flickr_thumbs {
	margin-top: 15px;
}
#links {
	width: 305px;
	margin-left: 15px;
	margin-top: 4px;
	float: left;
}
#links h3 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	color: #f1ece4;
	letter-spacing: 1px;
}
#contact {
	width: 305px;
	margin-left: 15px;
	margin-top: 4px;
	float: left;
}
#contact h3 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	color: #f1ece4;
	letter-spacing: 1px;
}
.linklist {
	margin-top: 10px;
}
.linklist li a {
	color: #e7e5d3;
	display: block;
	font-variant: small-caps; text-transform: none; font-weight: 100; margin-bottom: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 1px;
	border-bottom: 1px solid #F1ECE4;
	text-decoration: none;
}
.linklist li {
	border-style: none;
	font-weight: normal;
	list-style-type: none;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}
.linklist a:link {
	color: #e7e5d3;
	text-decoration: none;	
}
.linklist a:visited {
	color: #e7e5d3;
	text-decoration: none;	
}
.linklist a:hover {
	color: #87896e;
	text-decoration: none;
}
.linklist a:active {
	color: #87896e;
	text-decoration: none;	
}
.footer_contact {
	padding-top: 5px;
}
.footer_contact ul {
	letter-spacing: .1em;
	line-height: 18px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type: none;
	font-size: 12px;
	color: #f1ece4;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer_contact  p {
	font-family: Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	color: #f1ece4;
	letter-spacing: 1px;
}
.footer_contact_info {
	color: #f1ece4;
	margin-top: 5px;
	font-size: 14px;
	line-height: 18px;
	
	}
.footer_contact a:link {
	color: #e7e5d3;
	text-decoration: none;	
}
.footer_contact a:visited {
	color: #e7e5d3;
	text-decoration: none;	
}
.footer_contact a:hover {
	color: #87896e;
	text-decoration: none;
}
.footer_contact a:active {
	color: #87896e;
	text-decoration: none;	
}
.footer_social_links {
    margin-top: 45px;
    width: 100%;
    text-align: center;
}

/*---------- copyright ----------*/
#copyright {
	height: 35px;
	background: #f6f1ea url("/images/footerslice.jpg") repeat-x;
	margin: 0 auto;
}
#copyright p {
	font-family: Georgia, Times, Times New Roman, serif;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #393229;
	margin: 0 auto;
	padding-top: 10px;
	width: 975px;
}

#copyright a:hover {
	color: #393229;
}
#copyright a:hover {
	color: #393229;
}
#copyright a, a:active {
	color: #796a57;
	text-decoration:none;
}
#copyright a, a:active {
	color: #796a57;
	text-decoration:none;
}
.copy {
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #393229;
}

.flickr_badge_image {
	float: left;
	overflow: hidden;
}

.flickr_badge_image img {
	border: 0;
	width: 75px;
	height: 75px;
}


.flickr_badge_image {
	border: 5px solid #2a281a;
	margin-right: 12px;
	margin-bottom: 15px;
	width: 75px;
	height: 75px;
	padding: 0;
}

.flickr_badge_image:hover {
	border: 5px solid #87896E;
}

#index_events_container 
{
    width: 320px;
	margin-left: 16px;
	min-height: 500px;
	float: left;
}

#index_events_container h3 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-variant: small-caps;
	color: #f1ece4;
	letter-spacing: 1px;
}
