@charset "utf-8";

/* Eric Meyer's 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;vertical-align:baseline;font:inherit inherit 100% inherit; outline:none; font-style:normal;}:focus{outline:0}body{line-height:1;color:#000;background:#fff}ul{list-style:none}strong{font-weight:900}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:400}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}.cleaner{clear:both;height:0px;font-size:1px;border:none;margin:0;padding:0;background:transparent}

body{
	background:#f2dfcd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

p{
	margin-bottom:16px;
}

h2{
	color:#8a4d1f;
	font-size:15px;	
}


	
a{
	color:#7a1501;
}

a:hover{
	color:#8a4d1f;
}


#wrapper{
	background:#f2dfcd url(/_media/bgPage.png) center repeat-y;
}

#branding, #nav, #primary, #secondary, #contain, #footer{
	width:938px;
	margin:0 auto;	
}

#branding{
	background:url(/_media/bgBranding.jpg) top left no-repeat;
	height:134px;
}
	#branding .logo {
		display:block;
		float:left;
		width:120px;
		height:95px;
	}
		#branding .logo span{
			display:none;
		}
	#branding .vcard{
		float:right;
		color:#fff;
		padding:20px 35px 0 0;
		font-size:11px;
		line-height:14px;		
	}
#nav{
	text-align:center;
	margin:0 auto;
	padding-left:20px;
	font-size:12px;
	width:660px;
}
#kioskNav{
	text-align:center;
	margin:0 auto;
	padding-left:160px;
	font-size:12px;
	width:660px;
}


	#nav li, #kioskNav li{
		color:#f1dcc1;
		float:left;
}
		#nav li span, #kioskNav li span{
			position:relative;
			top:13px;
		}
		#nav li a, #kioskNav li a{
			color:#fff;
			display:block;
			float:left;
			text-decoration:none;
			text-transform:uppercase;
			text-align:center;
			letter-spacing:1px;
			padding:14px 19px 6px 19px;
		}		
		#nav li a:hover, #kioskNav li a:hover, #home #homePage, #about #aboutProgram, #news #newsEvents, #tour #takeTour, #share #shareStory, #ed #educationalResources{
			color:#d29c54;
		}
				
		
/* #home */	
#primary{
	margin-top:17px;
}	
#home #primary{
	background:url(/_media/bgMain.jpg) top center no-repeat;
	height:362px;
	}

	#intro{
		background:url(/_media/bgIcons.png) left top no-repeat;
		float:left;
		padding:58px 0 0 206px;
		margin-left:18px;
		width:280px;
		text-align:center;
	}
	#intro p{
		margin:10px 6px;
		line-height:16px;
	}
	
	#home .movie{
		float:right;
		margin:37px 62px 0 0;
	}
	
#home #secondary{
	width:903px;
	padding:10px 0;;
	font-size:12px;
	line-height:14px;
}	
	#home #secondary .news{
		background:url(/_media/bgNewsAndEvents.jpg) no-repeat;
		width:298px;
		height:140px;
		float:left;
		display:block;
		text-decoration:none;
		color:#000;
	}
		#home #secondary .news h2{
			padding:16px 0 0 12px;
		}
		#home #secondary .news p{
			padding:6px 155px 0 12px;
		}
		
	#home #secondary .share{
		background:url(/_media/bgShareStory.jpg) no-repeat;
		width:307px;
		height:140px;
		float:left;
		display:block;
		text-decoration:none;
		color:#000;
	}
		#home #secondary .share h2{
			padding:16px 0 0 23px;
		}
		#home #secondary .share p{
			padding:3px 170px 0 23px;
		}
	#home #secondary .about{
		background:url(/_media/bgabout.jpg) no-repeat 13px 5px;
		width:298px;
		height:140px;
		float:left;
		display:block;
		text-decoration:none;
		color:#000;
		margin-bottom:7px;
		
	}	
		#home #secondary .about h2{
			padding:16px 0 0 24px;
		}
		#home #secondary .about p{
			padding:2px 145px 0 24px;
		}
		
#contain{
	background:url(/_media/bgContain.gif) repeat-y;
}

#tour #contain{
	background:none;
}
		
#main{
	width:552px;
	margin:0 20px;
	float:left;
}

	#main h1{
		margin:25px 0 12px 0;
	}
	
	#mapContainer { 
height: 288px; 
width: 460px;
float:left;
} 





	

#markerText{
	display:block;
	color:#9b7db9;
	font-family:Verdana, Geneva, sans-serif;
	margin-top:32px;
	margin-left: -60px;
	
}
	
	
	#shadowUser{
		width:205px;
		height:530px;
		padding:10px 0 10px 15px;
		float:right;
	}

	.eventListing {
		border-bottom:1px solid #e4bf9b;
		padding-right:14px;
		margin:12px 0;
		margin-right:10px;
		height:85px;
		overflow:hidden
	}

	.eventListing p{
		margin-bottom:12px;
	}
	
	span.eventDate{
		color:#000;
		font-size:12px;
		display:block;
		font-weight:bold;
	}
	
	.backArrow{
		float:left;
		width:75px;
	}
	.nextArrow{
		float:right;
		width:75px;
	}

	

#side{
	width:326px;
	float:right;
	padding:13px 10px;
}
	
	.howTo h2{
		padding-left:10px;
	}
	
	.howTo p {
		padding:9px 10px;
		margin-bottom:0;
		border-bottom:1px solid #e4bf9b;
	}
	
	p.last{
		border-bottom:0;
	}
	
	#news #side img{
		position:relative;
		left:-30px;
		top:5px;
	}

#footer{
	background:url(/_media/bgFooter.png) top no-repeat;
	width:938px;
	padding:25px 14px 0 14px;
	font-size:11px;
	color:#7a1501;
}
	#footer .legal{
		float:right;
		width:250px;
		position:relative;
		top:-4px;
	}
	
	#footer .sponsors{
		float:left;
		width:100px;
		padding-left:177px;
	}
	
	#footer .btnBack{
		display:block;
		float:left;
		width:250px;
		text-decoration:none;
	}