/*     [ Children's Museum of Southern Minnesota - Code by Joe Rstom ]      */

/* --- Reset --- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
font { color: inherit !important; font: inherit !important; color: inherit !important; }

/* --- Main Styling --- */
body {
	width:100%;
	margin:0px;
	padding:30px 0px;
	font-family:"Helvetica Neue Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
	background:#ceebfa url('../images/bg_gradient.jpg') top left repeat-x;
}
#contentWrap{
	width:800px;
	margin:0px auto;
	background:#074688;
}
#wrapTop {
	width:800px;
	height:14px;
	margin:0px auto;
	background:url('../images/conbg_top.jpg') top left no-repeat;
}
#wrapBot {
	width:800px;
	height:16px;
	margin:0px auto;
	background:url('../images/conbg_bot.jpg') top left no-repeat;
}
#content {
	padding:0px 48px;
	position:relative;
}


/* --- Nav --- */

#nav {
	position:relative;
	margin:0px 0px 0px 260px;
}
#nav ul {
	list-style-type:none;
}
#nav ul li {
	margin:0px;
	display:inline;
	width:90px;
}
#nav ul li a:link, #nav ul li a:visited {
	font-size:0pt;
	text-decoration:none;
	margin:0px;
}

#nav ul li #about {
	position:absolute;
	top:0px;
	left:0px;
	width:83px;
	height:18px;
	background:url('../images/nav_about.jpg') 0px 0px no-repeat;
}
#nav ul li #exhibits {
	position:absolute;
	top:0px;
	left:83px;
	width:102px;
	height:18px;
	background:url('../images/nav_exhibits.jpg') 0px 0px no-repeat;
}
#nav ul li #building {
	position:absolute;
	top:0px;
	left:185px;
	width:106px;
	height:18px;
	background:url('../images/nav_building.jpg') 0px 0px no-repeat;
}
#nav ul li #fun {
	position:absolute;
	top:0px;
	left:291px;
	width:68px;
	height:18px;
	background:url('../images/nav_fun.jpg') 0px 0px no-repeat;
}
#nav ul li #contact {
	position:absolute;
	top:0px;
	left:359px;
	width:92px;
	height:18px;
	background:url('../images/nav_contact.jpg') 0px 0px no-repeat;
}
#nav ul li #about:hover, #nav ul li #exhibits:hover, #nav ul li #building:hover, #nav ul li #fun:hover, #nav ul li #contact:hover {
	background-position:0px -17px;
}

/* --- Logo --- */
#header {
	position:absolute;
	top:0px;
	left:49px;
	width:201px;
	height:92px;
}
#header h1 a:link, #header h1 a:visited {
	font-size:0pt;
	background:url('../images/sec_logo.jpg') 0px 0px no-repeat;
	padding:0px 0px 89px 212px;
}
#header h1 a:hover {
	background-position:0px -90px;
}

/* --- Main  --- */
#mainTop {
	padding:53px 0px 0px;
	width:704px;
	height:147px;
}
#aboutpage #mainTop {
	background:url('../images/sec_header_about.jpg') bottom left no-repeat;
}
#exhibitspage #mainTop {
	background:url('../images/sec_header_exhibits.jpg') bottom left no-repeat;
}
#buildingpage #mainTop {
	background:url('../images/sec_header_building.jpg') bottom left no-repeat;
}
#funpage #mainTop {
	background:url('../images/sec_header_fun.jpg') bottom left no-repeat;
}
#contactpage #mainTop {
	background:url('../images/sec_header_contact.jpg') bottom left no-repeat;
}
#calendarpage #mainTop {
	background:url('../images/sec_header_calendar.jpg') bottom left no-repeat;
}
#resourcespage #mainTop {
	background:url('../images/sec_header_blank.jpg') bottom left no-repeat;
}
#mainBot {
	width:704px;
	height:13px;
	background:url('../images/conbox_bot.jpg') top left no-repeat;
}
#main {
	width:703px;
	background:#ffffff;
	margin:0px 0px 0px 1px;
	position:relative;
}

#leftCol {
	position:absolute;
	top:-42px;
	left:22px;
}
#thisSection {
	width:155px;
	padding:0px 0px 14px 0px;
	background:url('../images/quicklinks_bottom.jpg') bottom left no-repeat;
}
#thisSection h4 {
	width:155px;
	height:34px;
	font-size:0pt;
	background:url('../images/thissection_top.jpg') top left no-repeat;
}
#thisSection h5 {
	width:140px;
	min-height:15px;
	padding:8px 0px 5px 15px;
	font-size:9pt;
	color:#ffffff;
	font-weight:bold;
	background:#007db6;
	border-bottom:1px solid #ffffff;
}
#thisSection a:link, #thisSection a:visited {
	color:#ffffff;
	font-size:9pt;
	text-decoration:none;
	font-weight:bold;
	width:140px;
	min-height:15px;
	padding:12px 0px 8px 15px;
	background:#6AC5F2;
	border-bottom:1px solid #ffffff;
	display:block;
}
#thisSection a:hover {
	background:#007db6;
}


#quickLinks {
	width:155px;
	margin:15px 0px 0px;
	padding:0px 0px 14px 0px;
	background:url('../images/quicklinks_bottom.jpg') bottom left no-repeat;
}
#quickLinks h4 {
	width:155px;
	height:34px;
	font-size:0pt;
	background:url('../images/quicklinks_top.jpg') top left no-repeat;
}
#quickLinks a:link, #quickLinks a:visited {
	color:#ffffff;
	font-size:9pt;
	text-decoration:none;
	font-weight:bold;
	width:145px;
	background:#6AC5F2;
	border-bottom:1px solid #ffffff;
	display:block;
}
#quickLinks #calLink {
	height:25px;
	padding:15px 0px 0px 10px;
	background-image:url('../images/quicklinks_cal_icon.jpg');
	background-position:105px 0px;
	background-repeat:no-repeat;
}
#quickLinks #calLink:hover {
	background-color:#007db6;
	background-position:105px -45px;
}
#quickLinks #mailLink {
	height:30px;
	padding:10px 0px 0px 10px;
	background-image:url('../images/quicklinks_email_icon.jpg');
	background-position:105px 0px;
	background-repeat:no-repeat;
}
#quickLinks #mailLink:hover {
	background-color:#007db6;
	background-position:105px -45px;
}
#quickLinks #fbLink {
	height:30px;
	padding:10px 0px 0px 10px;
	background-image:url('../images/quicklinks_facebook_icon.jpg');
	background-position:105px 0px;
	background-repeat:no-repeat;
}
#quickLinks #fbLink:hover {
	background-color:#007db6;
	background-position:105px -45px;
}
#quickLinks #supLink {
	height:25px;
	padding:15px 0px 0px 10px;
	background-image:url('../images/quicklinks_support_icon.jpg');
	background-position:108px 0px;
	background-repeat:no-repeat;
}
#quickLinks #supLink:hover {
	background-color:#007db6;
	background-position:108px -45px;
}
#centerCol {
	width:325px;
	min-height:455px;
	margin:0px 195px;
	padding:10px 0px 30px;
}

#twoColumnContainer {
	background-image:url(../images/2columnbg.jpg);
	background-repeat:no-repeat;
	padding:0px 10px 0px 20px;;
}
#centerCol #twoColumnContainer h5 {
	font-size:13pt;
	text-transform:uppercase;
}
#centerCol #twoColumnContainer h5,#centerCol #twoColumnContainer li, #centerCol #twoColumnContainer a{
	color:#09F;
}
#twoColumnContainer #left {
	float:left;
	width:220px;
	padding-right:10px;
}
#twoColumnContainer #left ul{
	list-style:none;
}
#twoColumnContainer #right {
	float:right;
	width:230px;
}
#twoColumnContainer #right ul{
	list-style:none;
}
#exhibitspage #centerCol {
	min-height:595px;
}
#contactpage #centerCol {
	width:425px;
}
#calendarpage #centerCol {
	width:650px;
	margin:0px 25px;
}
#resourcespage #centerCol {
	width:490px;
	margin:0px 0px 0px 195px;
	padding:10px 10px 30px 10px;
}
#centerCol h5 {
	font-size:14pt;
	font-weight:bold;
	color:#074688;
}
#centerCol .headline {
	margin:15px 0px 0px;
	font-weight:bold;
	font-size:9pt;
	line-height:12pt;
	color:#007db6;
}
#centerCol .copy {
	margin:5px 0px 0px;
	font-size:8pt;
	line-height:11pt;
	color:#464646;
}
#centerCol .disc {
	margin:5px 0px 0px;
	font-size:7pt;
	line-height:11pt;
	color:#464646;
	font-style:italic;
}
#centerCol .copy .bold {
	font-weight:bold;
}
#centerCol .sigCopy {
	margin:15px 0px 0px 5px;
	font-size:8pt;
	line-height:11pt;
	color:#464646;
}
#centerCol .sigCopy:before {
	content:"- ";
	margin-left:-6px;
}
#centerCol a:link, #centerCol a:visited, #rightCol a:link, #rightCol a:visited {
	color:#007db6;
	text-decoration:none;
	font-size:8pt;
}
#centerCol a:hover, #rightCol a:hover, #centerCol #twoColumnContainer a:hover{
	color:#6AC5F2;
}
#centerCol .subhead {
	color:#007db6;
	text-transform:uppercase;
	font-weight:bold;
	font-size:9pt;
	margin:20px 0px 0px;
}
#centerCol ul {
	margin:0px 0px 0px 15px;
}
#centerCol ul li {
	font-size:8pt;
	color:#464646;
}
#centerCol table td {
	padding:15px 0px 0px;
	width:162px;
}
#centerCol #gallery td {
	width:65px;
	padding:0px;
}
#funpage #centerCol #gallery td img {
	padding:3px;
	background:#6AC5F2;
}
#funpage #centerCol #gallery td img:hover {
	background:#007db6;
}
#centerCol #gallery .tableHead {
	padding:15px 0px 5px;
}
#centerCol table .tableSub, #centerCol ul .listSub {
	color:#007db6;
	font-weight:bold;
	font-size:9pt;
}
#centerCol table .tableCopy, #centerCol ul .listCopy {
	width:140px;
	font-size:8pt;
	color:#464646;
	line-height:11pt;
}
#centerCol table .tablePartner {
	font-size:8pt;
	color:#464646;
	line-height:11pt;
	text-align:center;
}
#centerCol table .tableHead, #centerCol ul .listHead {
	color:#007db6;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10pt;
}
#buildingpage #centerCol ul li {
	margin:0px 0px 10px 0px;
}
#centerCol .floatLeft {
	margin:10px 0px 0px 0px;
	list-style-type:none;
	width:140px;
	clear:both;
}
#centerCol .floatRight {
	list-style-type:none;
	position:absolute;
	top:37px;
	left:350px;
	width:140px;
}
#centerCol form {
	margin:10px 0px 75px;
}
#centerCol form .copy, #centerCol form .subhead {
	line-height:11pt;
}
#centerCol form .inputLabel {
	font-size:9pt;
	color:#464646;
	width:180px;
}
#centerCol form .colHead {
	font-size:11pt;
	color:#464646;
}
#centerCol form #posRel input, #centerCol form #posRel textarea {
	font-size:8pt;
	color:#464646;
	padding:1px;
	margin:0px 0px 10px 0px;
}
#centerCol form #posRel {
	position:relative;
	margin:15px 0px 0px;
}
#centerCol form #posRel input {
	width:167px;
	border:1px solid #464646;
}
#centerCol form #posRel input:focus, #centerCol form textarea:focus {
	border:1px solid #6AC5F2;
}
#centerCol form #posRel textarea {
	width:175px;
	height:104px;
}
#centerCol form #clearRight {
	width:180px;
}
#centerCol form #floatRight {
	position:absolute;
	top:0px;
	left:195px;
	width:180px;
}
#centerCol form #posRel #submit {
	float:right;
	width:75px;
	border:1px solid #464646;
}
#centerCol form #submit:hover {
	background:#6AC5F2;
	color:#ffffff;
	border-color:#6AC5F2
}
#centerCol #bgc .copy {
	width:250px;
}
#centerCol #bgc img {
	float:right;
	margin-top:-60px;
	margin-right:10px;
}
#centerCol .sponsors {
	width:200px;
}
#centerCol .sponsors li {
	list-style-type: none;
	text-align:center;
	margin:0px 0px 10px;
}


#rightCol {
	width:170px;
	position:absolute;
	top:0px;
	right:0px;
}
#rightCol #quote {
	width:136px;
	padding:10px 7px;
	border-top:1px solid #6AC5F2;
	border-bottom:1px solid #6AC5F2;
}
#rightCol #quote .quoteCopy {
	font-size:10pt;
	color:#6AC5F2;
}
#quote .quoteCopy .byline {
	display:block;
	margin:5px 0px 0px;
	font-size:8pt;
	text-transform:uppercase;
}
#rightCol #aboutImg {
	margin:25px 0px 0px;
}
#rightCol #exhibitImg {
	margin:-17px 0px 10px;
}
#rightCol #exhibitInfo {
	width:136px;
	padding:0px 7px;
}
#rightCol .subhead {
	color:#007db6;
	text-transform:uppercase;
	font-weight:bold;
	font-size:9pt;
}
#rightCol .copy {
	margin:0px 0px 15px;
	font-size:8pt;
	line-height:11pt;
	color:#464646;
}
/* --- FooterCopy --- */
#footCopy {
	padding:0px 0px 15px 0px;
	text-align:center;
	font-size:8pt;
	font-weight:normal;
	color:#ffffff;
}
#footCopy a:link, #footCopy a:visited {
	color:#ffffff;
	text-decoration:none;
}
#footCopy a:hover {
	color:#6AC5F2;
}

.hidden {
	visibility:hidden;
}
/* --- Mac Hacks ---- */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#header h1 a:link, #header h1 a:visited {
		color:#074688;
	}
}

#buildingpage table#loc,
#buildingpage table#loc tr,
#buildingpage table#loc th,
#buildingpage table#loc td {
  margin:0;
  padding:0;
}

#buildingpage table#loc {
  margin:10px 0 0 0;
  width:320px;
}

#buildingpage table#loc th {
  font-weight:bold;
  padding:2px 5px 2px 0;
  text-align:right;
  width:45px;
}

#buildingpage table#loc td {
  padding:2px 0;
  text-align:left;
}

#buildingpage table#loc p {
  margin:0 0 8px 0;
}

#buildingpage ul#non_open li {
  margin:0 0 0 25px;
}

#buildingpage iframe {
  margin:15px 0;
  border:2px solid #ddd;
}
