/* CSS */

html, body {
	background: #c8f4dd url(/images/page-bg.gif) top left repeat-x;
	margin: 0;
}

html, body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	line-height: 16px;
}

#header {
	height: 160px;
	overflow: hidden;
	width: 780px;
	background: url(/images/header-bg.gif) top left no-repeat;
	margin: 0;
	padding: 0;
}
#header-logo {
	height: 119px;
	width: 241px;
	background: url(/images/logo.gif) left top no-repeat;
	cursor: pointer;
}
#header-logo h1 {
	display: none;
}
#header-gfx {
	float:right;
	width: 509px;
	height: 118px;
	padding:6px 24px 0 0;
}
#header-newsletter {
	background: url(/images/button-newsletter.gif) top left no-repeat;
	width: 190px;
	height: 19px;
	padding: 29px 0 0 7px;
	line-height:15px;
	float:right;
	margin: 14px 23px 0 0;
}
#header-donate {
	background: url(/images/button-donate.gif) top left no-repeat;
	width: 190px;
	height: 19px;
	padding: 29px 0 0 7px;
	line-height:15px;
	float:right;
	margin: 14px 23px 0 0;
}

/* accessibility */

#access-buttons {
	height: 22px;
	width: 215px;
	color: #000;
	font-size: 11px;
	padding:0;
}
span.access-button {
	display: none;
}
a.access-button:hover span.access-button {
	display: block;
	float: right;
	color: #000;
	width: 50px;
	text-decoration: none;
	margin-top:-15px;
}
html>/**/body a.access-button:hover span.access-button {margin-top:0;}

/* CONTENT */

#form-table {
	width: 500px;
}

.hidden  {
	display: none;
}

/* FOOTER */

#footer {
	clear: both;
	padding: 44px 34px 0;
	margin: 0 auto;
	width: 712px;
	background: url(/images/footer-bg.gif) top left no-repeat;
	color: #039147;
	height:116px;
	overflow:hidden;
}
#tiger-link {
	cursor:pointer;
	width:65px;
	height:35px;
	background:url(/images/link-tiger11.gif) top left no-repeat;
	float:right;
	margin:0 40px 0 0;
}
html>body #tiger-link {margin:0 80px 0 0;}
#footer p {color: #039147; margin: 0; font-size: 11px; line-height: 16px;}
#footer p a {color: #039147; text-decoration: underline;}
#footer p a:hover {color: #7cb41f; text-decoration: underline;}
#footer p .sugarlink a {color: #000; text-decoration: none;}
#footer p .sugarlink a:hover {color: #555555; text-decoration: none;}

/* GALLERY */

.gallery-strip {
                padding: 20px 0 0 4px;
                height: 150px;
}

.gallery-box {
                float: left;
                margin: 0 7px;
                width: 120px;
				padding:0 10px;
                }
html>body .gallery-box {
                margin: 0 10px;
}
.gallery-thumb {
                width: 122px;
                height: 122px;
                margin: 0 auto;
                text-align: center;
}
.gallery-text {
                text-align: center;
				font-size: 11px;
				height: 30px;
				overflow: hidden;
}
#gallery-base {
                padding: 5px 5px 5px 0px;
                margin: 11px 22px 11px 11px;
                text-align: center;
				background: #b4cfc1;
				border-top: 1px solid #7e9087;
				border-left: 1px solid #7e9087;
				border-right: 1px solid #cfe0d7;
				border-bottom: 1px solid #cfe0d7;
                color: #4f5f57;
}
#gallery-base a {color: #0c6135; font-size: 11px; text-decoration: underline;}
#gallery-base a:hover {color: #000; text-decoration: underline;}
.galleryindex-strip {
                padding: 10px 0 10px 0;
				display: block;
}
.galleryindex-image {
                padding: 10px 15px 10px 0;
				float: left;
}
.galleryindex-text, {
				font-size: 11px;
				padding-left: 137px;
}