/*     [ 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: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:30px auto 0px;
	background:url('../images/conbg_top.jpg') top left no-repeat;
}
#wrapBot {
	width:800px;
	height:16px;
	margin:0px auto 30px;
	background:url('../images/conbg_bot.jpg') top left no-repeat;
}
#content {
	padding:0px 48px;
	position:relative;
}
.hidden {
	visibility:hidden;
}


/* --- Nav --- */

#nav {
	position:relative;
	margin:0px 0px 0px 260px;
}
#nav ul {
	list-style-type:none;
	height:18px;
}
#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:15px;
	left:63px;
	width:241px;
	height:113px;
	z-index:100;
}
#header h1 a:link, #header h1 a:visited {
	font-size:0pt;
	background:url('../images/logo.jpg') 0px 0px no-repeat;
	padding:0px 0px 112px 260px;
}
#header h1 a:hover {
	background-position:0px -111px;
}

/* --- Main Bar --- */
#mainBar {
	margin:0px;
	width:704px;
	height:461px;
	position:relative;
}
#home1 #mainBar {
	background:url('../images/home_top_1.jpg') bottom left no-repeat;
}
#home2 #mainBar {
	background:url('../images/home_top_2.jpg') bottom left no-repeat;
}
#home3 #mainBar {
	background:url('../images/home_top_3.jpg') bottom left no-repeat;
}
#mainBar h2, #mainBar h3 {
	font-size:0pt;
}
#mainBar h4 {
	position:absolute;
	top:350px;
	left:35px;
	width:330px;
	color:#464646;
	font-size:9pt;
	font-weight:normal;
	line-height:12pt;
	text-align:center;
}

/* --- Bottom Bar --- */
#botBarTop {
	margin:13px 0px 0px;
	width:704px;
	height:13px;
	background:url('../images/conbox_top.jpg') top left no-repeat;
}
#botBarBot {
	margin:0px 0px 10px;
	width:704px;
	height:13px;
	background:url('../images/conbox_bot.jpg') top left no-repeat;
}
#botBar {
	position:relative;
	width:703px;
	margin:0px 0px 0px 1px;
	background:#ffffff;
}
#botBar #leftLinks {
	width:150px;
	margin:0px 22px;
	padding:18px 0px;
}
#leftLinks .entry {
	margin:0px 0px 10px;
}
#leftLinks .entry h5 {
	font-size:10pt;
	font-weight:bold;
	color:#b44f28;
}
#leftLinks .entry p {
	font-size:8pt;
	color:#464646;
	line-height:10pt;
}
#leftLinks .entry a:link, #leftLinks .entry a:visited {
	display:block;
	color:#b44f28;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
}
#leftLinks .entry a:hover {
	color:#6AC5F2;
}
#botBar #orangeBox {
	position:absolute;
	top:6px;
	left:186px;
	width:292px;
	height:174px;
	padding:20px;
	background:url('../images/conbox_orangebox.jpg') top left no-repeat;
}
#orangeBox h5 {
	width:150px;
	font-size:10pt;
	margin:0px 0px 10px;
	color:#ffffff;
	letter-spacing:1px;
	text-transform:uppercase;
}
#orangeBox h6 {
	width:150px;
	margin:0px 0px 10px;
	color:#ffffff;
	font-size:14pt;
	font-weight:bold;
}
#orangeBox p {
	width:160px;
	color:#ffffff;
	font-size:9pt;
	margin:0px 0px 10px;
}

#orangeBox a:link, #orangeBox a:visited {
	width:150px;
	color:#ffffff;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
}
#orangeBox a:hover {
	color:#6AC5F2;
}
#orangeBox img {
	position:absolute;
	top:17px;
	left:185px;
}
#quickLinks {
	position:absolute;
	top:6px;
	left:535px;
	width:155px;
	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-color:#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;
}


/* --- 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;
	}
}