html { height: 100%; }
body {
	margin: 0;
	font: bold 11px/16px "Times New Roman", Times, serif;
	color: #666;
	background: #d6d1c3;
	height: 100%;
}
img { border-style: none; }
a {
	color: #c7973b;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
input,
textarea,
select {
	font: 12px/18px "Trebuchet MS", Helvetica, Arial, sans-serif;
	vertical-align: middle;
}
form,
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input.text,
textarea {
	padding: 3px 5px;
	border: 1px solid #c4c4c4;
	margin: 0;
}
textarea {
	padding-right: 0;
	padding-bottom: 0;
	overflow: auto;
}
input[type=text]:focus,
textarea:focus { outline: none; }
a.kids {
	width: 195px;
	height: 43px;
	background: url(/images/btn-kids.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
a.kids-large {
	width: 232px;
	height: 51px;
	background-image: url(/images/btn-kids-large.png);
}
a.more {
	width: 60px;
	height: 20px;
	background: url(/images/btn-more.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
#container {
	width: 900px;
	margin: 0 auto;
	padding: 0 37px;
	background: url(/images/bg-container.gif) repeat-y;
	min-height: 100%;
}
* html #container { height: 100%; }
#page {
	position: relative;
	width: 100%;
	padding: 229px 0 90px;
}
.home-page #page { padding-top: 325px; }
.logo {
	position: absolute;
	top: 17px;
	left: 27px;
	margin: 0;
	width: 87px;
	height: 153px;
	z-index: 2;
	display: block;
}
.home-page .logo {
	width: 131px;
	height: 230px;
}
.logo a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
}
#header {
	width: 900px;
	left: 0;
	top: 0;
	height: 229px;
	position: absolute;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
.home-page #header {
	height: 310px;
}
#header a { color: #fff; }

.header-fall {
	background: url(/images/header/bg-header-fall.jpg) no-repeat;
}
.home-page .header-fall {
	background: url(/images/header/bg-header-home-page-fall.jpg) no-repeat;
}
.header-spring {
	background: url(/images/header/bg-header-spring.jpg) no-repeat;
}
.home-page .header-spring {
	background: url(/images/header/bg-header-home-page-spring.jpg) no-repeat;
}
.header-summer {
	background: url(/images/header/bg-header-summer.jpg) no-repeat;
}
.home-page .header-summer {
	background: url(/images/header/bg-header-home-page-summer.jpg) no-repeat;
}
.header-winter {
	background: url(/images/header/bg-header-winter.jpg) no-repeat;
}
.home-page .header-winter {
	background: url(/images/header/bg-header-home-page-winter.jpg) no-repeat;
}
.header-kids-corner {
	background: url(/images/header/bg-header-kids-corner.jpg) no-repeat;
}

.top-nav {
	margin: 0;
	padding: 16px 13px 0 0;
	list-style: none;
	float: right;
	overflow: hidden;
}
.top-nav li {
	float: left;
	background: url(/images/bg-separate-top-nav.gif) no-repeat left;
	margin: 0 0 0 -1px;
	padding: 0 6px 0 7px;
}
.main-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 900px;
	height: 41px;
	background: url(/images/bg-main-nav.png) no-repeat;
	text-transform: uppercase;
}
* html .main-nav { bottom: -1px; }
* html .home-page .main-nav { bottom: 0; }
.main-nav li {
	float: left;
	background: url(/images/bg-separate-main-nav.gif) no-repeat;
	padding: 0 0 0 2px;
	height: 100%;
}
.main-nav li.home {
	padding: 0;
	background: none;
}
.main-nav a {
	float: left;
	height: 27px;
	text-align:center;
	padding: 13px 0 0;
}
.main-nav li.home a {
	padding-left: 11px;
	width: 53px;
}
.main-nav li.about a { width: 80px; }
.main-nav li.kids a { width: 102px; }
.main-nav li.calendar a { width: 81px; }
.main-nav li.news a { width: 176px; }
.main-nav li.programs a { width: 85px; }
.main-nav li.funding a { width: 73px; }
.main-nav li.events a { width: 116px; }
.main-nav li.contact a {
	width: 96px;
	padding-right: 11px;
}
.main-nav a.active,
.main-nav a:hover {
	background: #6389c1;
	text-decoration: none;
}
.main-nav li.home a.active,
.main-nav li.home a:hover {
	background-image: url(/images/bg-main-nav-left.gif);
	background-repeat: no-repeat;
}
.main-nav li.contact a.active,
.main-nav li.contact a:hover {
	background-image: url(/images/bg-main-nav-right.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
}
#content {
	width: 862px;
	padding: 20px 0 0 12px;
}
#content:after {
	content: "";
	clear: both;
	display: block;
}
.home-page #content {
	width: 858px;
	padding: 0 0 0 25px;
}
.seo-block {
	width: 632px;
	float: right;
}
.heading {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #eeebe1;
	padding: 0 0 2px;
}
.breadcrumbs {
	margin: 0 0 0 -5px;
	padding: 0;
	list-style: none;
	float: left;
}
.breadcrumbs li {
	float: left;
	background: url(/images/bg-separate-breadcrumbs.gif) no-repeat 0 5px;
	margin: 0 0 0 -1px;
	padding: 0 5px 0 6px;
}
.breadcrumbs a { color: #666; }
a.action {
	float: right;
	margin: 1px 0 0;
}
a.action img { display: block; }
.article {
	padding: 12px 0 0;
	font-size: 12px;
	font-weight: normal;
}
.article .head { padding: 0 0 19px; }
.article .box {
	width: 100%;
	padding: 0 0 5px;
}
.article .box:after {
	content: "";
	clear: both;
	display: block;
}
.article a {
	color: #036;
	font-weight: bold;
}
.article p { margin: 0 0 16px; }
.article ul {
	margin: 0;
	padding: 0 0 22px;
	list-style: none;
}
.article ul li {
	background: url(/images/bg-bullet.gif) no-repeat 5px 9px;
	padding: 0 0 0 13px;
	margin: 5px 0 0;
}
.article img.f-right {
	float: right;
	margin: 8px 8px 0 40px;
}
.article h2 {
	font-size: 23px;
	margin: 0;
	line-height: 32px;
	color: #036;
}
h3 {
	font-size: 13px;
	margin: 0;
	color: #97c464;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
.address {
	width: 100%;
	overflow: hidden;
	font-weight: bold;
}
.address .column {
	width: 270px;
	float: left;
	padding: 0 24px 0 0;
}
.address dl,
.address dd { margin: 0; }
.address dd {
	font-size: 11px;
	line-height: 11px;
	margin: 0 0 7px;
}
address {
	font-style: normal;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0 0 12px;
}
address span { display: block; }
.grad-box { background: #eeebe1 url(/images/bg-article-grad.gif) repeat-x 0 100%; }
.video-holder {
	margin: 10px -10px 4px -18px;
	width: 624px;
	position: relative;
	padding: 18px 18px 14px;
	overflow: hidden;
}
.video-holder .description {
	float: left;
	width: 270px;
	padding: 2px 18px 0 0;
	border-right: 1px solid #eeebe1;
}
.video-holder h3 { margin: 0 0 4px; }
.video-holder .video {
	float: right;
	width: 318px;
	padding: 0 0 0 17px;
	border-left: 1px solid #eeebe1;
	margin: 0 0 0 -1px;
}
.video-holder .video img { display: block; }
.article .extra {
	border-bottom: 1px solid #eeebe1;
	padding-top: 18px;
}
.more-links {
	width: 100%;
	overflow: hidden;
}
.more-links ul {
	float: left;
	width: 210px;
	padding-bottom: 10px;
}
.contact-form {
	margin: 16px 0 0 -18px;
	width: 565px;
	position: relative;
	padding: 20px;
}
.contact-form fieldset { width: 485px; }
.contact-form ul {
	width: 100%;
	padding: 0;
}
.contact-form ul li {
	width: 100%;
	overflow: hidden;
	background: none;
	padding: 9px 0 0;
	margin: 0;
	vertical-align: top;
}
.contact-form input.text {
	float: right;
	width: 310px;
}
.contact-form textarea {
	float: right;
	width: 315px;
	height: 84px;
}
.contact-form label {
	float: left;
	width: 138px;
	text-align: right;
	font-weight: bold;
	color: #036;
}
.contact-form .code {
	width: 194px;
	margin: 9px 0 0 auto;
	border-bottom: 1px solid #c4c4c4;
	padding: 0 140px 7px 0;
}
.contact-form .captcha { border: 1px solid #c4c4c4; }
.contact-form .captcha img { display: block; }
.contact-form .code .inner {
	width: 100%;
	overflow: hidden;
	margin: 7px 0 0;
}
.contact-form .code input.text {
	width: 39px;
	text-align: center;
}
.contact-form .code label {
	width: auto;
	text-align: left;
	margin: 3px 0 0;
}
.contact-form .buttons {
	width: 322px;
	margin: 0 0 0 auto;
}
.contact-form .buttons ul {
	overflow: hidden;
	margin: 0 0 0 -9px;
}
.contact-form .buttons li {
	float: left;
	width: auto;
	border-left: 1px solid #c4c4c4;
	margin: 13px 0 0 -1px;
	padding: 0 12px 0 9px;
}
.contact-form .required {
	font-weight: bold;
	color: #FF0000;
}
.sidebar {
	width: 195px;
	float: left;
}
.sidebar h2 {
	font-size: 14px;
	margin: 0;
	line-height: 16px;
	color: #036;
	text-align:center;
}
.sidebar h3 {
	font-size: 12px;
	margin: 0;
	color: #97c464;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-align:center;
}
.sub-nav {
	margin: -20px 0 25px;
	padding: 28px 0 45px 12px;
	list-style: none;
	background: #eeebe1 url(/images/bg-sub-nav.png) no-repeat 0 100%;
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	position: relative;
}
.sub-nav li {
	border-bottom: 1px solid #fff;
	padding: 3px 0 1px;
}
.sub-nav a { color: #6389c1; }
.sub-nav a:hover {
	color: #036;
	text-decoration: none;
}
.primary-block h1,
.secondary-block h1 {
	color: #036;
	font-size: 23px;
	margin: 0 0 6px;
	line-height: 26px;
}
.primary-block h2,
.secondary-block h2 {
	font-size: 18px;
	margin: 0;
	color: #036;
	line-height: 24px;
}
.primary-block {
	width: 520px;
	float: left;
}
.main-info { padding: 8px 0 16px; }
.main-info p { margin: 10px 0 0; }
.f-sponsor {
	width: 558px;
	background: url(/images/bg-f-sponsor.png) no-repeat;
	margin: 0 -19px 26px;
}
.f-sponsor .inner {
	background: url(/images/bg-f-sponsor-bot.png) no-repeat 0 100%;
	padding: 38px 36px 38px 19px;
	height: 1%;
	overflow: hidden;
}
.f-sponsor .text {
	width: 220px;
	float: left;
	line-height: 13px;
}
.f-sponsor .text p { margin: 4px 0 0; }
.f-sponsor .banner {
	float: right;
	margin: 2px 0 0;
}
.f-sponsor .banner img { display: block; }
.more-blocks {
	width: 610px;
	overflow: hidden;
	margin: 0 -90px 0 0;
}
.more-blocks .column {
	width: 194px;
	float: left;
	padding: 0 111px 0 0;
	line-height: 13px;
}
.more-blocks .column h2 { margin: 0 0 12px; }
.more-blocks .column img { vertical-align: top; }
.more-blocks .column p { margin: 6px 0 10px; }
.secondary-block {
	width: 258px;
	float: right;
}
.news {
	background: #eeebe1 url(/images/bg-news.gif) no-repeat 0 100%;
	padding: 12px 20px 22px;
	margin: 0 0 30px;
}
.news .post {
	line-height: 14px;
	padding: 6px 0 14px;
}
.news .post p { margin: 0 0 8px; }
.news .post a.detail { font-size: 10px; }
.o-sponsor {
	padding: 0 0 0 20px;
	line-height: 14px;
}
.o-sponsor p { margin: 0; }
.gallery-holder {
	width: 262px;
	margin: 4px -9px 30px -16px;
	background: url(/images/bg-gallery.png) no-repeat;
	position: relative;
}
.gallery-holder .gallery {
	background: url(/images/bg-gallery-bot.png) no-repeat 0 100%;
	padding: 23px 0;
	height: 61px;
	overflow: hidden;
	width: 100%;
}
.gallery-holder span.left,
.gallery-holder span.right {
	display: block;
	height: 61px;
	width: 75px;
	background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
	top: 23px;
}
.gallery-holder span.left {
	background-image: url(/images/bg-gallery-shadow-left.png);
	left: 0;
}
.gallery-holder span.right {
	background-image: url(/images/bg-gallery-shadow-right.png);
	right: 0;
}
.gallery div {
	width: 9999px;
	overflow: hidden;
}
.gallery ul {
	float: left;
	height: 61px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 9999px;
}
.gallery ul li {
	float: left;
	padding: 0 16px 0 0;
}
#footer {
	width: 848px;
	border-top: 1px solid #dfddd7;
	height: 62px;
	margin: -68px auto 0;
	color: #777;
	font-size: 10px;
	padding: 5px 0 0;
	position: relative;
	/*background: #fff url(/images/e49logo.gif) no-repeat right 10px;*/
}
#footer a { color: #777; }
#footer ul {
	margin: 0 0 0 -6px;
	padding: 0;
	list-style: none;
	/*width: 100%;*/
	overflow: hidden;
}
#footer ul li {
	float: left;
	background: url(/images/bg-separate-footer.gif) no-repeat left;
	margin: 0 0 0 -1px;
	padding: 0 7px;
}
#footer p { margin: 5px 0 0; }


#staff-list ul{ border-top:0px solid #D9DDE0; }
#staff-list ul li{ background:#fff url(/images/spacer.gif) no-repeat 130px 10px; border-bottom:0px solid #D9DDE0; min-height:200px; }
#staff-list img{ background:transparent url(/images/spacer.gif) no-repeat top; float:left; padding:0px 10px 5px 0px; }

#puppet-list ul{ border-top:0px solid #D9DDE0; }
#puppet-list ul li.top{ background:#fff url(/images/spacer.gif) no-repeat 130px 10px; border-bottom:0px solid #D9DDE0; min-height:200px; }
#puppet-list img{ background:transparent url(/images/spacer.gif) no-repeat top; float:left; padding:0px 10px 5px 0px; }

