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

html, body 
{ 
	margin: 0; padding: 0; border: 0;
	font-family:Verdana, Geneva, sans-serif; 
}

#wrapper
{
	width: 1000px;
	padding: 0;
	/* 
	2-value shorthand: top, bottom, left, right 
	*/
	margin: 5px auto;
	background-color: #ffffff;
	border: 1px solid #000000;
}

/* ----- HEADER --- */

#banner
{
	height: 80px;
	
}

header
{
	text-align: left; 
	background: #ff9900;
	padding-top: 5px;
}

#banner h1, #banner h2
{
	/*color:#006069; */
		color:#fff;
		font-size: 1.5em;

}

#logo
{
	float: right;
	
}

header, footer, nav, aside, article, hgroup

{
	display:block;
}



/* --- MAIN NAVIGATION ---- */
header nav {
	background: #ffcc66;
	font-size: 1em;
	height: 40px;
	line-height: 30px;
	margin: 0 auto 1em auto;
	padding: 0;
	text-align: left;

	/* border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	*/
	
	clear: both;
}

header nav ul 
{
	list-style: none;
	 /*margin: 0 auto; */
	 /*background: #000305*/
}

header nav li {float: left; display: inline; margin: 0;}

header nav a:link, header nav a:visited {
	color: blue;
	display: inline-block;
	height: 30px;
	/* shorthand: top+bottom, left+right */
	padding: 5px 1em;
	text-decoration: none;
}

header nav a:hover, header nav a:active,
header nav .active a:link, header nav .active a:visited, header nav a.current_section {
	 /* background: #C74451;*/
	 background: #ff9900;
	color: #fff;
}



/* Breadcrumbs */
header #crumbs
{
	font-size: smaller;
	font-style:italic;
	text-align: left;

}

#search, #quickstart
{
	float: right;
	clear: both;
}

#search button
{
	clear: none;	
}

/* -------- PAGE NAVIGATION --------- */
#pagenav
{
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	height: 40px;
	
}

#pagenav #previous
{
	float: left;	
}

#pagenav #next
{
	float: right
}

#pagenav #narration
{
	margin-left:auto;
	margin-right:auto;
	width:300px;
	height: 26px;
	
}

#pagenav #autoplay
{
	font-size: smaller;
}

/* ---- CONTENT ----- */


 
 /* Round the corners for all inset boxes in the bodytext of class .box */
 .box 
 {
	padding: 1em;
	border: 1px solid #666666; 
	border-radius: 15px;
	margin: 1em;
}

section p, h1, h2, h3, aside, #pagenav
{
	padding: 0 1em;
}



.instruction
{
	font-style: italic;
	font-weight: bold;
	color:#F30;

}


/* ---- FOOTER ----- */
footer
{
	 border-top: 1px solid #000;
	 font-size: smaller;
	 clear: both;
	 margin: 1em;
	 padding: 1em;
	 height: 50px;
}

#cclogo
{ 
	float: left; 
	}

#info_icon, #help_icon
{
	float: right;
	padding: 5px;

}
