/*
Theme Name: Chicago Children's Museum
Description: Custom EE theme for Chicago Children's Museum
Version: 1.0
Author: Brian Pohl
Author URI: http://www.invexdesign.com
*/

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

html, body, div, p, h1, h2, h3, img { margin:0; padding:0; }
a img { border:none; }
table, table td, table th { border-collapse:collapse; }

/* ----- Floats ----- */
.alignright { float:right; margin:0 0 10px 15px; padding:0; }
.alignleft { float:left; margin:0 15px 10px 0; padding:0; }
.aligncenter { text-align:center; }

html {
	background:url(http://www.chicagochildrensmuseum.org/images/img/bg_html.jpg) repeat top left;	
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background:url(http://www.chicagochildrensmuseum.org/images/img/bg_body-1.gif) no-repeat center top;
}
body.doodle2 {
        background:url(http://www.chicagochildrensmuseum.org/images/img/bg_body-2.gif) no-repeat center top;
}
#wrapper {
	width:976px;
	margin:0 auto;
	z-index:1;
}
#header {
	width:976px;
	height:139px;
	position:relative;
	background:url(http://www.chicagochildrensmuseum.org/images/img/bg_header.gif) repeat-x left bottom;
	z-index:900;
}
#header h1 {
	text-indent:-100000em;
	cursor:pointer;
	display:block;
	/*float:left;*/
	position:absolute;
	top:0;
	left:0;
	width:226px;
	height:114px;
	background:url(http://www.chicagochildrensmuseum.org/images/img/logo2018.png) no-repeat top left;
	z-index:1010;
}
#header h1 a {
	margin:0;
	padding:0;
	border:none;
	display:block;
	width:226px;
	height:114px;
	outline:none;
}
#header p.tagline {
	width:337px;
	height:23px;
	display:block;
	margin:0;
	padding:0;
	position:absolute;
	top:62px;
	left:241px;
	text-indent:-10000em;
	background:url(http://www.chicagochildrensmuseum.org/images/img/tagline.png) no-repeat top left;
}
#header ul.top-nav {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:23px;
	right:10px;
}
#header ul.top-nav li {
	margin:0 20px 0 0;
	padding:0;
	float:left;
}
#header ul.top-nav li a:link, #header ul.top-nav li a:visited {
	color:#000;
	font-size:12px;
	text-decoration:none;
}
#header ul.top-nav li a:hover, #header ul.top-nav li a:active {
	text-decoration:underline;
}
#header form {
	margin:0;
	padding:0;
	width:170px;
	height:21px;
	background:url(http://www.chicagochildrensmuseum.org/images/img/bg_search.png) no-repeat top left;
	position:absolute;
	right:30px;
	top:62px;
	display:block;
}
#header form #keywords {
	float:left;
	margin:2px 0 0 4px;
	padding:0;
	width:143px;
	height:16px;
	line-height:16px;
	font-size:11px;
	color:#000;
	border:none;
}
#header form #search-btn {
	float:right;
	margin:0;
	padding:0;
	width:20px;
	height:21px;
}

/* ----- Main Navigation ----- */
#header #nav {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:97px;
	right:27px;
	line-height:1.0;
	z-index:1000;
}
#nav li {
	margin:0 12px 0 0;
	padding:0 13px 0 0;
	background:url(http://www.chicagochildrensmuseum.org/images/img/nav_divider.gif) no-repeat top right;
	float:left;
	position:relative;
}
#nav li.last {
	background:none;
	margin-right:0;
}
#nav li a:link, #nav li a:visited {
	line-height:21px;
	font-size:13px;
	color:#ED1C24;
	text-decoration:none;
}
#nav li a:hover, #nav li a:active {
	color:#000;
}
#nav li a.current:link, #nav li a.current:visited,
#nav li a.current:hover, #nav li a.current:active {
	cursor:default;
	color:#000;
}
#nav li ul {
	position:absolute;
	width:175px;
	left:-9999em;
        top:21px;
	background:#FFF;
	list-style:none;
	margin:0;
	padding:5px 0 10px 25px;
	z-index:1100;
}
#nav li:hover ul, #nav li.sfhover ul {
	left:-23px;	
}
#wrapper #nav li ul li ul {
	position:absolute;
	width:140px;
	left:-9999em;
	top:-6px;
	background:#FFF;
	list-style:none;
	margin:6px 0 5px 0;
	padding:12px 0 0 0;
	z-index:1110;	
}
#wrapper #nav li li:hover ul, #wrapper #nav li li.sfhover ul {
	left:175px;	
}
#nav li ul li {
	float:none;
	margin:0 0 0 0;
	padding:0 10px 1px 0;
	background:url(http://www.chicagochildrensmuseum.org/images/img/subNav_divider-2.gif) no-repeat bottom left;
	position:relative;
}
#nav ul ul li.last {
	padding-bottom:8px;
	background:none;	
}
#nav li ul li a:link, #nav li ul li a:visited {
	color:#000;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	padding:12px 0;
	line-height:1.2;
	display:block;
	width:150px;
}
#nav li ul li a:hover, #nav li ul li a:active, #nav ul li a.active {
	color:#ED1C24;
}
#nav li ul li ul li {
	margin:0 0 15px 0;
	padding:0 10px;
	background:none;
}
#nav li ul li ul li a:link, #nav ul li ul li a:visited {
	font-size:11px;
	font-weight:bold;
	line-height:1.2;
	padding:0;
}
#nav li ul li ul li a:hover, #nav ul li ul li a:active {
	
}

#content-wrap {
	width:976px;
	min-height:604px;
	background:#FFF;
	padding-bottom:17px;
	z-index:50;
}

/* ----- Page Titles ----- */
#content-wrap .title {
	width:946px;
	height:80px;
	background:#FBB040;
	display:block;
	overflow:auto;
}

#content-wrap h2 {
	margin:25px 0 0 35px;
	padding:0;
	text-indent:-10000em;
	background-repeat:no-repeat;
	background-position:top left;
}

#content-wrap h2.experience {
	width:379px;
	height:34px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_experience.png);
}
#content-wrap h2.about {
	width:144px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_about.png);
}
#content-wrap h2.plan {
	width:238px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_plan.png);
}
#content-wrap h2.fieldTrips {
	width:171px;
	height:33px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_fieldtrips.png);
}
#content-wrap h2.community {
	width:187px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_community.png);
}
#content-wrap h2.membership {
	width:198px;
	height:34px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_membership.png);
}
#content-wrap h2.support {
	width:175px;
	height:34px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_support.png);
}
#content-wrap h2.blog {
	width:69px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_blog.png);
}
#content-wrap h2.store {
	width:240px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_giftshop.png);
}
#content-wrap h2.accessibility {
	width:394px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_accessibility.png);
}
#content-wrap h2.contact {
	width:174px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_contact.png);
}
#content-wrap h2.annual-report {
	width:230px;
	height:34px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_annualReport.png);
}
#content-wrap h2.around-town {
	width:305px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_aroundTown.png);
}
#content-wrap h2.art-experience {
	width:239px;
	height:34px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_art.png);
}
#content-wrap h2.on-site {
	width:275px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_atSite.png);
}
#content-wrap h2.babies {
	width:284px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_babies.png);
}
#content-wrap h2.benefits {
	width:227px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_benefitEvents.png);
}
#content-wrap h2.buy-tickets {
	width:301px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_SpecialOffers.png);
}
#content-wrap h2.calendar {
	width:145px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_calendar.png);
}
#content-wrap h2.community-partnerships {
	width:399px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_communityPartnerships.png);
}
#content-wrap h2.corporations-organizations {
	width:477px;
	height:34px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_corps-orgs.png);
}
#content-wrap h2.culture {
	width:121px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_culture.png);
}
#content-wrap h2.directions {
	width:165px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_directions.png);
}
#content-wrap h2.discounted-visits {
	width:391px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_discountedVisits.png);
}
#content-wrap h2.donate-now {
	width:193px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_donate.png);
}
#content-wrap h2.donors {
	width:185px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_donors.png);
}
#content-wrap h2.faq {
	width:96px;
	height:32px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_faq.png);
}
#content-wrap h2.for-the-media {
	width:219px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_forMedia.png);
}
#content-wrap h2.fun-happenings {
	width:258px;
	height:34px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_fun.png);
}
#content-wrap h2.general-info {
	width:325px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_generalInfo.png);
}
#content-wrap h2.group-visits {
	width:199px;
	height:34px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_groupVisits.png);
}
#content-wrap h2.health-wellness {
	width:291px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_health.png);
}
#content-wrap h2.hours-admission {
	width:306px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_hours.png);
}
#content-wrap h2.individuals {
	width:177px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_individuals.png);
}
#content-wrap h2.jobs-volunteering {
	width:358px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_jobs.png);
}
#content-wrap h2.join-renew {
	width:208px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_join.png);
}
#content-wrap h2.leadership {
	width:175px;
	height:34px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_leadership.png);
}
#content-wrap h2.additional-links {
	width:262px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_links.png);
}
#content-wrap h2.media-partners {
	width:242px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_mediaPartners.png);
}
#content-wrap h2.member-events {
	width:246px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_memberEvents.png);
}
#content-wrap h2.member-news {
	width:225px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_memberNews.png);
}
#content-wrap h2.members {
	width:146px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_members.png);
}
#content-wrap h2.michaels-museum {
	width:295px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_michaelsmuseum.png);
}
#content-wrap h2.mission {
	width:124px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_mission.png);
}
#content-wrap h2.new-ccm {
	width:228px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_newCCM.png);
}
#content-wrap h2.newsletters {
	width:189px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_newsletters.png);
}
#content-wrap h2.ohare-exhibits {
	width:252px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_ohare.png);
}
#content-wrap h2.other-programs {
	width:255px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_otherPrograms.png);
}
#content-wrap h2.parking {
	width:124px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_parking.png);
}
#content-wrap h2.play-for-all {
	width:176px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_playForAll.png);
}
#content-wrap h2.play-learning-connect {
	width:472px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_play-learning.png);
}
#content-wrap h2.professional-development {
	width:801px;
	height:34px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_proDevelopment.png);
}
#content-wrap h2.request-a-donation {
	width:307px;
	height:34px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_requestDonation.png);
}
#content-wrap h2.resources {
	width:161px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_resources.png);
}
#content-wrap h2.spanish {
	width:173px;
	height:34px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_spanish.png);
}
#content-wrap h2.staff {
	width:147px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_staff.png);
}
#content-wrap h2.student-visits {
	width:352px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_studentVisits.png);
}
#content-wrap h2.tour {
	width:166px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_tour.png);
}
#content-wrap h2.kraft-artabounds {
	width:300px;
	height:356x;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_artstudio.png);
}
#content-wrap h2.big-backyard {
	width:217px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_big-backyard.png);
}
#content-wrap h2.climbing-schooner {
	width:536px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_climbing.png);
}
#content-wrap h2.dinosaur-expedition {
	width:325px;
	height:34px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_dinosaur.png);
}
#content-wrap h2.inventing-lab {
	width:219px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_inventing-lab.png);
}
#content-wrap h2.kids-town {
	width:166px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_kids-town.png);
}
#content-wrap h2.play-it-safe {
	width:715px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_play-it-safe.png);
}
#content-wrap h2.pritzker-playspace {
	width:295px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_playspace.png);
}
#content-wrap h2.skyline {
	width:117px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_skyline.png);
}
#content-wrap h2.treehouse-trails {
	width:268px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_treehouse.png);
}
#content-wrap h2.waterways {
	width:190px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_waterways.png);
}
#content-wrap h2.join-renew {
	width:208px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_join-renew.png);
}
#content-wrap h2.member-events {
	width:246px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_member-events.png);
}
#content-wrap h2.member-news {
	width:225px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_member-news.png);
}
#content-wrap h2.our-donors {
	width:185px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_our-donors.png);
}
#content-wrap h2.media-partners {
	width:242px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_media-partners.png);
}
#content-wrap h2.target-free-family-night {
	width:400px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_targetffn.png);
}
/* #content-wrap h2.target-free-first-sunday {
	width:396px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_target.png);
} */

#content-wrap h2.make-a-gift {
	width:182px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_make-a-gift.png);
}
#content-wrap h2.corporate-membership {
	width:369px;
	height:34px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_corp-membership.png);
}
#content-wrap h2.about-programs {
	width:331px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_about-programs.png);
}
#content-wrap h2.babies-toddlers-preschoolers {
	width:552px;
	height:33px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_babies-toddlers-preschoolers.png);
}
#content-wrap h2.field-trips {
	width:171px;
	height:33px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_fieldtrips.png);
}
#content-wrap h2.facilitated-visits {
	width:402px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_facilitated.png);
}
#content-wrap h2.facilitated-workshops {
	width:360px;
	height:34px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_facilitated-workshops.png);
}
#content-wrap h2.tours {
	width:92px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_tours.png);
}
#content-wrap h2.resources-activities {
	width:391px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_resources-activities.png);
}
#content-wrap h2.content-areas {
	width:228px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_content-areas.png);
}
#content-wrap h2.mexico-festival {
	width:383px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_mexico-festival.png);
}
#content-wrap h2.community-faq {
	width:268px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_community-faq.png);
}
#content-wrap h2.fieldtrips-faq {
	width:329px;
	height:33px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_fieldtripsFAQ.png);
}
#content-wrap h2.employment {
	width:199px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_employment.png);
}
#content-wrap h2.internships {
	width:181px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_internships-updated.png);
}
#content-wrap h2.volunteering {
	width:210px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_volunteering.png);
}
#content-wrap h2.membership-faq {
	width:281px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_membership-faq.png);
}
#content-wrap h2.traveling-workshops {
	width:345px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_traveling-workshops.png);
}
#content-wrap h2.perfect-packages {
	width:270px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_perfect-packages.png);
}
#content-wrap h2.on-site-faq {
	width:357px;
	height:33px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_on-site-faq.png);
}
#content-wrap h2.facilitated-workshops {
	width:360px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_facilitated-workshops.png);
}
#content-wrap h2.professional-development-faq {
	width:498px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_professional-development-faq.png);
}
#content-wrap h2.plan-faq {
	width:320px;
	height:33px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_plan-faq.png);
}
#content-wrap h2.discounted-memberships {
	width:403px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_discounted-memberships.png);
}
#content-wrap h2.search-results {
	width:232px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_search-results.png);
}
#content-wrap h2.sitemap {
	width:137px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_sitemap.png);
}
#content-wrap h2.forts {
	width:82px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_forts.png);
}
#content-wrap h2.surveys {
	width:126px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_surveys.png);
}


#content-wrap h2.chicago-childrens-halloweeum {
	width:511px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_halloweeum.png);
}

#content-wrap h2.move-it {
	width:145px;
	height:33px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_move-it.png);
}
#content-wrap h2.scout-program-at-ccm {
	width:275px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_scouts.png);
}

#content-wrap h2.snow-much-fun {
	width:250px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_snowmuchfun.png);
}


#content-wrap h2.the-built-environment-resources {
	width:360px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_tbe.png);
}


#content-wrap h2.the-built-environnment-education-activities {
	width:360px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_tbe.png);
}


#content-wrap h2.the-built-environment-sessions {
	width:367px;
	height:33px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_tbe.png);
}

#content-wrap h2.about-the-built-environment {
	width:367px;
	height:33px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_tbe.png);
}


#content-wrap h2.exhibit-sales-rentals {
	width:367px;
	height:33px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_exhibitsales.png);
}


#content-wrap h2.unboxed-adventures-in-cardboard {
	width:600px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_unboxed.png);
}

#content-wrap h2.tinkering-lab {
	width:225px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_tinkeringlab.png);
}

#content-wrap h2.adopt-a-pet {
	width:190px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_adoptapet.png);
}

#content-wrap h2.ready-pet-go {
	width:235px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/Title_RPG.png);
}

#content-wrap h2.play-manifesto {
	width:240px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_playmanifesto.png);
}

#content-wrap h2.facility-rentals {
	width:254px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_facilityrentals.png);
}

#content-wrap h2.individual-donors {
	width:290px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_individualdonors.png);
}

#content-wrap h2.discounted-field-trips {
	width:360px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_discountedfieldtrips.png);
}

#content-wrap h2.free-field-trips {
	width:270px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_FreeFieldTrips.png);
}

#content-wrap h2.wonder-kids {
	width:225px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_wonderkids.png);
}

#content-wrap h2.community-family-membership-program {
	width:554px;
	height:43px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title-community-membership.png);
}

#content-wrap h2.spooky-october {
	width:400px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_spookyOctober2015.png);
}

#content-wrap h2.support-play {
	width:300px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_supportPlay.png);
}

#content-wrap h2.zoom-room {
	width:198px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_zoomroom.png);
}

#content-wrap h2.air-fair {
	width:198px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_airfair.png);
}

#content-wrap h2.faq-navy-pier-renovation {
	width:450px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_faq-reno.png);
}

#content-wrap h2.sbs2014 {
	width:343px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_sbs2014.png);
}

#content-wrap h2.betenagain {
	width:300px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_betenagain.png);
}

#content-wrap h2.circus-zirkus {
	width:260px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_circus-zirkus.png);
}

#content-wrap h2.intl-fam-day2014 {
	width:539px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_intl-fam-day2014.png);
}

#content-wrap h2.danger101 {
	width:300px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_danger101.png);
}

#content-wrap h2.free-passes-fest {
	width:582px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_free_passes_fest.png);
}

#content-wrap h2.laugh-shack {
	width:300px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_thelaughshack.png);
}

#content-wrap h2.instant {
	width:400px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_instantCoupon.png);
}

#content-wrap h2.FTRule {
	width:275px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_fieldTripsRule.png);
}

#content-wrap h2.toddler-takeover {
	width:300px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_toddler-takeover.png);
}

#content-wrap h2.special-event {
	width:300px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_SpecialEvent.png);
}

#content-wrap h2.AFM {
	width:360px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_AFM.png);
}

#content-wrap h2.BOATS {
	width:600px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_BOATS.png);
}

#content-wrap h2.petitechefs {
	width:240px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/petitechefs.png);
}

#content-wrap h2.pwn {
	width:378px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_pwn.png);
}

#content-wrap h2.self-expression {
	width:402px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_self-expression.png);
}

#content-wrap h2.make-it-count {
	width:300px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title-make-it-count.png);
}

#content-wrap h2.learning-action {
	width:400px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_learningintoaction.png);
}

#content-wrap h2.nav-navypier {
    width:400px;
    height:35px;
    background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_nav-NP.png);
} 

#content-wrap h2.story-hub {
    width:240px;
    height:35px;
    background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_storyhub.png);
} 

#content-wrap h2.discounted-visits {
    width:600px;
    height:35px;
    background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_FreeDiscountedVisits.png);
} 
#content-wrap h2.holiday-tradition {
    width:600px;
    height:35px;
    background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_holidayTradition.png);
} 

#content-wrap h2.pets-unleashed {
    width:243px;
    height:35px;
    background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_petsunleashed.png);
} 

#content-wrap h2.mathemania {
    width:225px;
    height:35px;
    background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_mathemania.png);
} 

#content-wrap h2.lgbtq-pride-events {
    width:325px;
    height:35px;
    background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_lgbtq.png);
} 

#content-wrap h2.stem-the-slide {
    width:360px;
    height:35px;
    background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_stemtheslide.png);
} 
#content-wrap h2.once-upon-a-castle {
    width:360px;
    height:35px;
    background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_once-upon-a-castle-b.png);
} 

#content-wrap h2.VEC {
    width:360px;
    height:35px;
    background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_VEC.png);
}

#content-wrap h2.the-arts {
    width:360px;
    height:35px;
    background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_the-arts.png);
}

#content-wrap h2.gala-2017 {
    width:360px;
    height:35px;
    background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_SupportGala.png);
}

#content-wrap h2.heart-seoul {
    width:575px;
    height:35px;
    background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_HeartSeoul.png);
}

#content-wrap h2.thank-you {
    width:360px;
    height:35px;
    background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_ThankYou.png);
}




/* ----- Sidebar ----- */
#sidebar{
	float:right;
	margin:25px 30px 0 25px;
	width:234px;
}
#sidebar h3.quick-links {
	margin:0;
	padding:0;
	width:135px;
	height:18px;
	text-indent:-10000em;
	background:url(http://www.chicagochildrensmuseum.org/images/img/header_quick-links.png) no-repeat top left;
}
#sidebar ul.quick-links {
	margin:5px 0 0 0;
	padding:0;
	list-style:none;
}
#sidebar ul.quick-links li {
	margin:12px 0 0 0;
	padding:0 0 8px 0;
	background:url(http://www.chicagochildrensmuseum.org/images/img/quick_links_underline.gif) repeat-x bottom left;
}
#sidebar ul.quick-links li a:link, #sidebar ul.quick-links li a:visited {
	font-size:13px;
	color:#000;
	text-decoration:none;
	line-height:1.0;
}
#sidebar ul.quick-links li a:hover, #sidebar ul.quick-links li a:active {
	color:#ED1C24;
}
#sidebar .box {
	margin:29px 0 0 0;
	padding:0 0 31px 0;
	background:url(http://www.chicagochildrensmuseum.org/images/img/quick_links_underline.gif) repeat-x bottom left;
}
#sidebar .center {
	text-align:center;	
}
ul.socialside {
	margin:10;
	width:170;
	padding:0;
	list-style:none;
	position:absolute;
}
#home-footer ul.socialside {
	bottom:10px;
}
#footer ul.socialside {
	top:26px;
}
ul.socialside li {
	float:left;
	margin:0 5px 0 0;
	padding:0;
}
ul.socialfoot {
	margin:0;
	width:170;
	padding:0;
	list-style:none;
	position:absolute;
	right:25px;
}
#home-footer ul.socialfoot {
	bottom:10px;
}
#footer ul.socialfoot {
	top:26px;
}
ul.socialfoot li {
	float:left;
	margin:0 5px 0 0;
	padding:0;
}

/* ----- Main Content ----- */
#content {
	margin:25px 0 0 35px;
	width:652px;
	color:#000;
}
#content h1, #content h2, #content h3 {
	font-size:18px;
	font-weight:bold;
	margin:0 0 20px 0;
	padding:0;
}
#content h4, #content h5, #content h6 {
	font-size:15px;
	font-weight:bold;
	margin:0 0 15px 0;
}
#content .indent {
	margin-left:25px;	
}
#content p {
	font-size:13px;
	line-height:1.5;
	margin:0 0 20px 0;
}
#content p.tight {
	line-height:1.2;	
}
#content p.back-to-top {
	font-size:10px;
	text-align:center;
	margin:0 0 10px 0;	
}
#content ul {
	margin:0 0 20px 15px;
	padding:0 0 0 10px;
	list-style:disc;	
}
#content ul li {
	font-size:13px;
	line-height:1.2;
	margin:0 0 8px 0;
	padding:0;	
}
#content ul.unstyled {
	margin:0 0 20px 0;
	padding:0;
	list-style:none;	
}
#content ul.small {
	margin:0 0 15px 20px;
	padding:0;	
}
#content ul.small li {
	font-size:12px;
	line-height:1.1;
	margin:0 0 4px 0;	
}
#content ul.small-unstyled {
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
}
#content ul.small-unstyled li {
	font-size:12px;
	line-height:1.1;
	margin:0 0 6px 0;	
}
#content a {
	color:#ED1C24;
	text-decoration:underline;	
}
#content a.arrow {
	padding:0 0 0 18px;
	/*line-height:14px;*/
	background:url(http://www.chicagochildrensmuseum.org/images/img/arrow_link.gif) no-repeat center left;
}
#content table {
	margin:0 0 20px 0;
	padding:0;
	font-size:13px;
}
#content table.border td p, #content table.border th p {
	margin:0;
	padding:0;
}
#content table.border th {
	background:#00AEEF;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	padding:5px;
	border:1px solid #666;
	line-height:1.3;	
}
#content table.border td {
	color:#000;
	font-weight:normal;
	font-size:12px;
	line-height:1.2;
	border:1px solid #767676;
	padding:5px;	
}
#content table td.small {
	font-size:10px;	
}
#content table.border tr.small th {
	font-size:12px;	
}
#content table td.label {
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}
#content table td.pad-right {
	padding-right:20px;	
}
#content table.border2 th {
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	background:#00AEEF;
	padding:10px;
	line-height:1.3;	
}
#content table.border2 td {
	color:#000;
	font-weight:normal;
	font-size:12px;
	line-height:1.2;
	padding:10px;
        border-bottom:1px dotted #000;
}

/*  Made To Move TABLE */

#content table.MTM {
	width:500px;
	border: 1px solid black;
	text-align:left;
	margin:0 0 20px 0;
	padding:0;
	font-size:13px;
}

#content table.MTM th {
	background-color: #660099;
	padding:10px;	
	border: 1px solid black;
	color: white;
}


#content table.MTM td {
	border: 1px solid black;
	background-color:#EBF4FA;
	padding:10px;	
}

/*  Made To Move TABLE END */


#content hr {
	margin:30px 0 30px 0;
	height:1px;
	line-height:1px;
	background-color:#AAA;
	color:#AAA;	
	border-color:#AAA;
}
#content #mapWrapper {
	margin:0 0 10px 0;
	padding:4px;
	border:1px solid #CCC;
	float:left;
}
#content #map_canvas form.directionsForm {
	text-align:center;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
#content #map_canvas form.directionsForm .descriptor, #mainContent #map_canvas p {
	color:#555;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
}
#content table.videos a:link, #content table.videos a:visited {
	font-size:12px;
	color:#03C;
	text-decoration:none;
}
#content table.videos a:hover, #content table.videos a:active {
	
}
#content table.videos a img {
	margin-bottom:2px;
}

/* ----- Made to Move Page Titles ----- */

#content-wrap h2.MTM {
	width:946px;
	height:80px;
	margin:0;
	padding:0;
	background-repeat:no-repeat;
	background-position:top left;
	background-image:url(http://www.chicagochildrensmuseum.org/images/made_to_move/MTM_header.png);
}
#content-wrap h2.MTM2 {
	width:946px;
	height:80px;
	margin:0;
	padding:0;
	background-repeat:no-repeat;
	background-position:top left;
	background-image:url(http://www.chicagochildrensmuseum.org/images/made_to_move/MTM-header2.jpg);
}


/* ----- Experience ----- */
#content table.experience {
	width:652px;
	margin:0;
	padding:0;
}
#content table.experience td {
	margin:0;
	padding:0;
	height:150px;
	vertical-align:top;
}
#content table.experience td.pad-right {
	padding-right:30px;
}
#content table.experience td a:link, #content table.experience td a:visited {
	display:block;
	margin:0;
	padding:107px 0 0 0;
	width:197px;
	background-repeat:no-repeat;
	background-position:top left;
	font-size:13px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
#content table.experience td a:hover, #content table.experience td a:active {
	background-position:top right;

/* ----- Exhibit Page Rollovers ----- */
	
}
#content a.ex-1 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/experience/experiencepage_skyline2.png);
}
#content a.ex-2 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/experience/dinosaur2.jpg);
}
#content a.ex-3 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/experience/kovler.jpg);
}
#content a.ex-4 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/experience/experiencepage_artabounds2.png);
}
#content a.ex-5 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/experience/kidstown2.jpg);
}
#content a.ex-6 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/experience/inventing_lab.jpg);
}
#content a.ex-7 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/experience/experiencepage_waterways2.png);
}


#content a.ex-8 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/experience/treehouse.jpg);
}
#content a.ex-9 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/experience/big_backyard.jpg);
}
#content a.ex-10 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/experience/pritzker.jpg);
}
#content a.ex-11 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/experience/playitsafe2.jpg);
}


#content a.ex-13 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/experience/forts.jpg);
	}

#content a.ex-14 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/experience/michaels_museum.jpg);
}
#content a.ex-15 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/experience/move-it-2015.jpg);
}
#content a.ex-16 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/experience/experience_SMF2014.jpg);
}


#content a.ex-17 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/experience/experiencegrid_cz14.png);
}

#content a.ex-18 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/experience/exhibit_sales.png);
}

#content a.ex-19 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/experience/exhibits_unboxed.png);
}

#content a.ex-20 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/experience/experiencepage_faces.jpg);
}

#content a.ex-21 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/experience/experiencepage_tinkeringlab.jpg);
}

#content a.ex-22 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/experience/experiencepage_RPG.png);
}

#content a.ex-23 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/experience/experiencepage_ZR2014.jpg);
}

#content a.ex-24 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/experience/exp_thumb_airfair.png);
}

#content a.ex-25 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/experience/experiencegrid_danger101.png);
}

#content a.ex-26 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/experience/experiencegrid_laughshack.png);
}

#content a.ex-27 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/experience/experiencegrid-boats.png);
}

#content a.ex-28 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/experience/experiencepage_storyHub.png);
}

/* ----- Community ----- */
#content table.community {
	width:652px;
	margin:0;
	padding:0;
}
#content table.community td {
	margin:0;
	padding:0;
	height:230px;
	vertical-align:top;
}
#content table.community td.pad-right {
	padding-right:30px;
}
#content table.community td a:link, #content table.community td a:visited {
	display:block;
	margin:0;
	padding:172px 0 0 0;
	width:250px;
	background-repeat:no-repeat;
	background-position:top left;
	font-size:13px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
#content table.community td a:hover, #content table.community td a:active {
	background-position:top right;


/* ----- Community Page Rollovers ----- */
	
}
#content a.co-1 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/community/commPage_fieldTrip.png);
}
#content a.co-2 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/community/commPage_familyMemb.png);
}
#content a.co-3 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/community/commPage_aroundTown.png);
}
#content a.co-4 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/community/commPage_FAQ.png);
}
#content a.co-5 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/community/commPage_resources.png);
}
#content a.co-6 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/community/commPage_access.png);
}

/* ----- Field Trips (Education) ----- */
#content table.fieldTrips {
	width:652px;
	margin:0;
	padding:0;
}
#content table.fieldTrips td {
	margin:0;
	padding:0;
	height:230px;
	vertical-align:top;
}
#content table.fieldTrips td.pad-right {
	padding-right:30px;
}
#content table.fieldTrips td a:link, #content table.fieldTrips td a:visited {
	display:block;
	margin:0;
	padding:172px 0 0 0;
	width:250px;
	background-repeat:no-repeat;
	background-position:top left;
	font-size:13px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

#content table.fieldTrips td a:hover, #content table.fieldTrips td a:active {
	background-position:top right;
}


/* ----- Field Trips (Education) Rollovers ----- */
	
#content a.ft-1 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/fieldTrips/fieldTrips-TOPTEN-2.png);
}
#content a.ft-2 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/fieldTrips/fieldTrips-GENERAL.png);
}
#content a.ft-3 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/fieldTrips/fieldTrips-FAQ.png);
}
#content a.ft-4 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/fieldTrips/fieldTrips-RESOURCES.png);
}
#content a.ft-5 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/fieldTrips/fieldTrips-FREE.png);
}
#content a.ft-6 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/fieldTrips/fieldTrips-DISCOUNT.png);
}


/* ----- Support Play ----- */
#content table.supportplay {
	width:652px;
	margin:0;
	padding:0;
}
#content table.supportplay td {
	margin:0;
	padding:0;
	height:190px;
	vertical-align:top;
}
#content table.supportplay td.pad-right {
	padding-right:30px;
}
#content table.supportplay td a:link, #content table.supportplay td a:visited {
	display:block;
	margin:0;
	padding:125px 0 0 0;
	width:431px;
	background-repeat:no-repeat;
	background-position:top left;
	font-size:13px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
#content table.supportplay td a:hover, #content table.supportplay td a:active {
	background-position:top right;

}

/* ----- Support Play Page Rollovers ----- */

#content a.sp-1 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/supportPlay_FSB2014.png);
}
#content a.sp-2 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/supportPlay_HNS2014-1.png);
}

/* ----- Be 10 Again ----- */
#content table.betenagain {
	width:652px;
	margin:0;
	padding:0;
}
#content table.betenagain td {
	margin:0;
	padding:0;
	height:190px;
	vertical-align:top;
}
#content table.betenagain td.pad-right {
	padding-right:30px;
}
#content table.betenagain td a:link, #content table.betenagain td a:visited {
	display:block;
	margin:0;
	padding:125px 0 0 0;
	width:368px;
	background-repeat:no-repeat;
	background-position:top left;
	font-size:13px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
#content table.betenagain td a:hover, #content table.betenagain td a:active {
	background-position:top right;
}


/* ----- Be 10 Again Page Rollovers ----- */

#content a.beten-1 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/beten_wood.jpg);
}



/* ----- Home Page Styles ----- */
#visit {
	width:946px;
	height:323px;
	background:#FBB040;	
	margin:0 0 15px 0;
        z-index:65;
}
#home-rotation {
	float:left;
	margin:0 38px 0 0;
        z-index:70;
}
#home-rotation img {
        z-index:71;
}
#visit #info {
	float:left;
	margin:0;
	width:200px;
}
#info h3 {
	width:223px;
	height:148px;
	display:block;
	margin:17px 0 0 0;
	padding:0;
	text-indent:-10000em;
	background:url(http://www.chicagochildrensmuseum.org/img/visit_np.jpg) no-repeat top left;
}
#info p {
	color:#000;
	background:#FBB040;	
	font-size:1px;
	line-height:1.3;
	margin:0 0 0 0;
	padding:0;
}
#info p a {
	color:#000;
	text-decoration:underline;
}
#info img {
	margin:10px 0 0 0;	
	
}
#info ul.visit-nav {
	margin:0;
	padding:0;
	list-style:none;
}

/* #info ul.visit-nav li {
	float:left;
	margin:0 9px 0 0;
	padding:0 11px 0 0;
	background:url(http://www.chicagochildrensmuseum.org/images/img/visit-nav_divider.gif) no-repeat top right;
}
#info ul.visit-nav li.last {
	margin-right:0;
	padding-right:0;
	background:none;
}
#info ul.visit-nav li a:link, #info ul.visit-nav li a:visited {
	line-height:25px;
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#info ul.visit-nav li a:hover, #info ul.visit-nav li a:	active {
	text-decoration:underline;
} */

/* ----- Banner Ima	ges ----- */
#rotation {
	width:431px;
	height:200px;
	background:#00AEEF;
	margin:0 44px 0 0;
	float:left;
	position:relative;
	overflow:hidden;
}
#rotation h4 {
	margin:9px 0 10px 24px;
	padding:0;
	color:#000;
	font-weight:bold;
	font-size:18px;
}
#rotation p {
	font-size:12px;
	color:#000;
	margin:0 0 0 24px;
	width:395px;
}
#rotation p a {
	color:#000;
	text-decoration:underline;	
}
#rotation #banner-nav {
	margin:0;
	padding:0;
	position:absolute;
	top:128px;
	right:10px;
	height:12px;
	line-height:12px;
	font-size:12px;
	font-weight:bold;
	text-align:right;
}
#rotation #banner-nav a:link, #rotation #banner-nav a:visited {
	height:12px;
	line-height:12px;
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	margin:0 7px 0 0;
}
#rotation #banner-nav a:hover, #rotation #banner-nav a:active {
	color:#FFF;
}
#rotation #banner-nav a.activeSlide:link, #rotation #banner-nav a.activeSlide:visited,
#rotation #banner-nav a.activeSlide:hover, #rotation #banner-nav a.activeSlide:active {
	cursor:default;
	color:#FFF;
}
/* ----- Daily Calendar ----- */
#daily-cal {
	float:left;
	width:435px;
	margin:15px 0 0 0;
	position:relative;
	z-index:100;
}
#daily-cal .cal-header {
	background:url(http://www.chicagochildrensmuseum.org/images/img/calendar_underline.gif) repeat-x bottom left;
	margin:0 0 7px 0;
	position:relative;
}
#daily-cal .cal-header h3 {
	padding:0 0 10px 0;
	width:300px;
	height:15px;
	display:block;
	text-indent:-10000em;
	background:url(http://www.chicagochildrensmuseum.org/images/img/header_daily-calendar.png) no-repeat top left;
}
#daily-cal .cal-header a:link, #daily-cal .cal-header a:visited {
	font-size:11px;
	color:#ED1C24;
	text-decoration:none;
	padding-right:8px;
	position:absolute;
	right:16px;
	bottom:9px;
	text-transform:lowercase;
	background:url(http://www.chicagochildrensmuseum.org/images/img/full_calendar_btn.gif) no-repeat center right;
}
#daily-cal .cal-header a:hover, #daily-cal .cal-header a:active {
	text-decoration:underline;
}
#daily-cal .day {
	width:130px;
	margin:0 15px 0 0;
	float:left;
}
#daily-cal .day h4 {
	font-size:13px;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
}
#daily-cal .day h4 span {
	font-size:11px;
}
#daily-cal .day ul {
	margin:0;
	padding:0;
	list-style:none;
}
#daily-cal .day ul li {
	margin:0 0 5px 0;
	padding:0 0 0 10px;
	font-size:12px;
	color:#000;
	background:url(http://www.chicagochildrensmuseum.org/images/img/calendar_list_item.gif) no-repeat 0px 7px;
}

/* ----- Calendar Styles ----- */
#content .day {
	margin:0 0 20px 0;	
}
#content h3.date {
	margin:0 0 0 0;
	padding:0 0 10px 0;
	background:url(http://www.chicagochildrensmuseum.org/images/img/subNav_divider.gif) repeat-x bottom left;
}
#content p.event {
	margin:10px 0 0 0;
	padding:0;	
}
#content p.event span.expand {
	display:inline-block;
	width:11px;
	margin:0 0 0 5px;
	padding:0;
	text-indent:-10000em;
	background:url(http://www.chicagochildrensmuseum.org/images/img/expand_btn.gif) no-repeat top left;
	position:relative;
	top:4px;
	cursor:pointer;
}
#content p.event span:link, #content p.event span:visited,
#content p.event span:hover, #content p.event span:active {
	outline:none;	
}
#wrapper #content p.event span.expanded {
	background-position:top right;	
}
#content .more {
	display:none;
	color:#464646;	
}
#content .more p {
	margin:0 0 8px 0;
	padding:0;	
	line-height:1.2;
}
#content .more ul.other-dates {
	margin:0;
	padding:0;
	list-style:none;
}
#content .more ul.other-dates li {
	margin:0 0 5px 0;
	padding:0;
}
#content .more ul.other-dates li.blue {
	color:#00AEEF;
}
#sidebar a.month-nav:link, #sidebar a.month-nav:visited,
#sidebar a.month-nav:hover, #sidebar a.month-nav:active {
	color:#ED1C24;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

/* ----- Footer & Home Footer ----- */
#home-footer {
	width:976px;
	height:147px;
	position:relative;
	background:url(http://www.chicagochildrensmuseum.org/images/img/bg_home-footer.gif) repeat-x top left;
}
#footer {
	width:976px;
	height:70px;
	position:relative;
}
#latest-news {
	width:431px;
	height:147px;
	background:#fbb110;
	float:left;
	margin:0 17px 0 0;
}
#latest-news h3 {
	display:block;
	margin:23px 0 10px 25px;
	padding:0;
	width:139px;
	height:15px;
	text-indent:-10000em;
	background:url(http://www.chicagochildrensmuseum.org/images/img/header_latest-news.png) no-repeat top left;
}
#latest-news p {
	font-size:12px;
	color:#00;
	line-height:1.4;
	margin:0 20px 15px 25px;
}
#our-blog {
	width:431px;
	height:147px;
	background:#fbb110;
	float:left;
	margin:0 17px 0 0;
}
#our-blog h3 {
	display:block;
	margin:23px 0 10px 25px;
	padding:0;
	width:228px;
	height:15px;
	text-indent:-10000em;
	background:url(http://www.chicagochildrensmuseum.org/images/img/header_our_blog.png) no-repeat top left;
}
#our-blog li {
	font-size:12px;
	color:#000;
	line-height:2.0;
}
#our-blog li a {
	color:#000;
}
#home-footer h3.membership-btn, #home-footer h3.donate-btn {
	width:240px;
	height:65px;
	margin:0;
	padding:0;
	text-indent:-100000em;
	cursor:pointer;
	display:block;
	float:left;
}
#home-footer h3.membership-btn {
	background:url(http://www.chicagochildrensmuseum.org/images/img/membership_btn.png) no-repeat top left;
	margin-right:18px;
}
#home-footer h3.donate-btn {
	background:url(http://www.chicagochildrensmuseum.org/images/img/donate_btn-alt.png) no-repeat top left;
}
#home-footer h3.membership-btn a, #home-footer h3.donate-btn a {
	margin:0;
	padding:0;
	border:none;
	display:block;
	width:240px;
	height:65px;
	outline:none;
}

#home-footer form {
	margin:0;
	padding:0;
	width:170px;
	height:21px;
	background:url(http://www.chicagochildrensmuseum.org/images/img/bg_search.png) no-repeat top left;
	position:absolute;
	right:30px;
	top:80px;
	display:block;
}
#home-footer form #cons_email {
	float:left;
	margin:2px 0 0 4px;
	padding:0;
	width:143px;
	height:16px;
	line-height:16px;
	font-size:12px;
	color:#999;
	border:none;
}
#home-footer form #ACTION_SUBMIT_SURVEY_RESPONSE {
	float:right;
	margin:0;
	padding:0;
	width:20px;
	height:21px;
}
#wrapper #home-footer form .active-text {
	color:#000;
}

p.copyright {
	font-size:11px;
	color:#000;
	margin:0;
	padding:0;
	line-height:1.3;
	position:absolute;	
}
#home-footer p.copyright {
	top:85px;
	left:453px;
	width:300px;
}
#footer p.copyright {
	top:23px;
	left:35px;
}
p.copyright a {
	color:#000;
	text-decoration:underline;
}

ul.social {
	margin:0;
	width:170;
	top:15px;
	padding:0;
	list-style:none;
	position:absolute;
	right:25px;
}
#home-footer ul.social {
	bottom:10px;
}
#footer ul.social {
	top:26px;
}
ul.social li {
	float:left;
	margin:0 5px 0 0;
	padding:0;
}

/* ----- Clearer Div ----- */
div.clearer { clear:both; height:1px; }
