/*
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/logo.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.education {
	width:159px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_education.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:228px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_store.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_buyTickets.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:389px;
	height:28px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_artabounds.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.kraft-free-family-night {
	width:377px;
	height:35px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_kraft.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.coming-soon-move {
	width:90px;
	height:33px;
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/title_move.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);
}

/* ----- 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;	
}

/* ----- 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;	
}
#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;
}

/* ----- 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;
}
#content a.ex-1 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/experience/skyline2.jpg);
}
#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/artabounds2.jpg);
}
#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/waterways2.jpg);
}
#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-12 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/experience/mexico_toys.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.jpg);
}
#content a.ex-16 {
	background-image:url(http://www.chicagochildrensmuseum.org/images/img/experience/experience_snowmuchfun.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 33px 0 0;
        z-index:70;
}
#home-rotation img {
        z-index:71;
}
#visit #info {
	float:left;
	margin:0;
	width:200px;
}
#info h3 {
	width:162px;
	height:16px;
	display:block;
	margin:24px 0 18px 0;
	padding:0;
	text-indent:-10000em;
	background:url(http://www.chicagochildrensmuseum.org/images/img/header_visit.png) no-repeat top left;
}
#info p {
	color:#000;
	font-size:12px;
	line-height:1.3;
	margin:0 0 22px 0;
	padding:0;
}
#info p a {
	color:#000;
	text-decoration:underline;
}
#info img {
	margin:0 0 10px 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:#FBB040;
	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;
}
#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.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;
	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; }