/* This stylesheet controls the layout of the dynamic version */

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, b, u, i, center, 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-size: 100%; 	vertical-align: baseline; 	background: transparent; } body { 	line-height: 1; } ol, ul { 	list-style: none; } blockquote, q { 	quotes: none; } blockquote:before, blockquote:after, q:before, q:after { 	content: ''; 	content: none; } :focus { 	outline: 0; } ins { 	text-decoration: none; } del { 	text-decoration: line-through; } table { border-collapse: collapse; 	border-spacing: 0; }

/* GENERAL STYLES */


.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.group {display:inline-block;}


a {
	text-decoration: none;
	}
	
#stage a {
	color: #5995AB;
	text-decoration: underline;
	}
	
#stage a:hover {
	color: #71bfdc;
	text-decoration: underline;
	}
	
#stage p,
#stage ul,
#stage ol {
	margin-bottom: 20px;
	color: #102C46;
	}
	
#stage img {
	margin: 10px 10px 10px 0;
	}

sup, sub {
	font-size: 11px;
	}
	
sup {
	vertical-align: super;
	}
	
sub {
	vertical-align: sub;
	}
	
/* GENERAL LAYOUT */

html, body {
	height: 100%;
	text-rendering: optimizeLegibility;
	}
	
body {
	font-size: 100%;
	text-align: center;
	color: #102C46;
	background-color: #000;
	}
	
#wrap {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(media/graphics/interface/wrap_bg.jpg) 0 0 repeat-y;
	}
	
#header {
	width: 960px;
	height: 60px;
	}
	
#sidebar {
	float: left;
	width: 240px;
	background: url(media/graphics/interface/sidebar_bg.jpg) 0 0 repeat-x;
	}
	
#maincontent {
	float: right;
	width: 720px;
	background-color: #fff
	}
	
#stage {
	position: relative;
	min-height: 400px;
	padding: 0 20px;
	line-height: 22px;
	color: #333;
	background-color: #fff;
	}
	
#footer {
	clear: both;
	width: 960px;
	float: left;
	background-color: #333;
	}
	
/* HEADER */

#header h2 {
	display: none;
	}
	
/* SIDEBAR */

#sidebar h1 {
	padding: 20px;
	}
	
#sidebar h2 {
	padding: 10px 20px;
	font-size: 10px;
	background-color: transparent;
	}

#menu {
	padding: 20px 0 40px 0;
	background-color: #417D93;
	}
	
#menu h3 { /* hides the 'table of contents' label above menu */
	display: none;
	}
	
#menu ul {
	padding-top: 2px;
	}
	
#menu ul li {
	padding: 8px 0 8px 8px;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #65b1cf;
	border-bottom: 1px solid #326D8E;
	}
	
#menu ul li ul li {
	padding: 2px 0 2px 10px;
	border: 0px;
	text-transform: none;
	font-size: 11px;
	font-weight: normal;
	}
	
#menu ul li ul li a {
	font-weight: bold;
	}
	
#menu ul li ul li ul li {
	margin-left: 20px;
	padding: 2px 0 2px 0;
	font-size: 10px;
	line-height: 14px;
	list-style: square;
	list-style-position: outside;
	}
	
#menu ul li a {
	display: block;
	padding: 4px 5px;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	}
	
#menu ul li a:hover {
	background-color: #234958;
	}
	
#menu a.menu_here,
#menu a.menu_here:hover {
	margin-right: -1px;
	color: #22495F;
	font-weight: bold;
	background-color: #fff;
	}
	
#launch_model a {
	display: block;
	width: 240px;
	height: 60px;
	text-indent: -10000px;
	overflow: hidden;
	background: #E3E3E3 url(media/graphics/interface/launch_model.jpg) 0 0 no-repeat;
	}
	
#launch_model a:hover {
	background-position: -240px 0;
	}
	
/* STAGE AND CONTENT */
	
#stage h2 {	
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 10px;
	padding: 40px 20px 10px 20px;
	color: #E6AA41;
	font-size: 20px;
	background-color: transparent;
	}
	
#maincontent #produced_by {
	margin-bottom: 0px;
	padding: 3px 10px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background-color: #333;
	}
	
#produced_by sup {
	vertical-align: super;
	font-size: 8px;
	}
	
.module_hide {
	display: none;
	}
	
/* PAGE NAVIGATION */

.stage_nav {
	position: relative;
	clear: both;
	height: 25px;
	margin: 20px 0;
	padding: 10px 0;
	}
	
#stage .stage_nav ul {
	position: absolute;
	right: 0;
	margin: 0;
	}

#stage .stage_nav li {
	float: left;
	margin: 0 5px 0 0;
	list-style: none;
	}
	
.stage_nav a.next,
.stage_nav a.previous {
	display: block;
	width: 147px;
	height: 29px;
	text-indent: -10000px;
	overflow: hidden;
	}

li.inactive-prev {
	width: 147px;
	height: 29px;
	background: url(media/graphics/interface/nav_sprite.jpg) 0 -60px no-repeat;
	}
	
li.inactive-next {
	width: 147px;
	height: 29px;
	background: url(media/graphics/interface/nav_sprite.jpg) -153px -60px no-repeat;
	}
	
a.next {
	background: url(media/graphics/interface/nav_sprite.jpg) -153px 0 no-repeat;
	}
	
a.previous {
	background: url(media/graphics/interface/nav_sprite.jpg) 0 0 no-repeat;
	}
	
a.next:hover {
	background: url(media/graphics/interface/nav_sprite.jpg) -153px -30px no-repeat;
	}
	
a.previous:hover {
	background: url(media/graphics/interface/nav_sprite.jpg) 0 -30px no-repeat
	}
	
/*to hide stuff in the module version that is to be displayed in the print version*/
.module_hide {
	display: none;
	}
	
/* FOOTER */

#footer ul {
	padding: 5px;
	}
	
#footer ul li {
	float: left;
	}
	
#footer a {
	display: block;
	padding: 3px 10px;
	color: #aaa;
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
#footer a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
	
/* INTERACTIONS */

/* INTERACTIONS */

div.question_wrap {
	clear: both;
	margin: 10px 0;
	padding: 10px 0;
	border: 5px solid #ddd;
	font-size: 14px;
	line-height: 22px;
	background: #eee url(media/graphics/interface/question_bg.png) top left repeat-x;
	}
	
div.question_wrap * {
	vertical-align: top;
	}
	
div#maincontent div.question_wrap h3 {
	margin-bottom: 10px;
	padding: 0 5px;
	color: #888;
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	}
	
div.question_wrap p,
div.question_wrap h3,
div.question_wrap h4,
div.question_wrap h5,
div.question_wrap form {
	padding: 0 10px 10px 10px;
	line-height: 22px;
	}
	
div.question_wrap p.question {
	padding: 0px 10px;
	font-weight: bold;
	}
	
div.question_wrap form {
	display: block;
	/* width: 97%; */ /* change this to adjust the width of the multiple choices answers */
	clear: both;
	}
	
div.question_wrap form fieldset {
	}
	
div.question_wrap form fieldset div {
	clear: both;
	width: 98%;
	float: left;
	display: block;
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #ddd;
	font-size: 14px;
	background-color: #f5f5f5;
	}
	
div.question_wrap form fieldset div:hover {
	background-color: #fff;
	}
	
div.question_wrap div input {
	float: left;
	width: 5%;
	display: block;
	}
	
input.submit_button {
	clear: both;
	display: block;
	width: 70px;
	height: 24px;
	margin: 10px 0 0 0;
	padding: 0px;
	border: none;
	font-size: 0px;
	line-height: 0px;
	text-indent: -10000px;
	overflow: hidden;
	cursor: pointer;
	background: url(media/graphics/interface/done_btn.png) 0 0 no-repeat;
	}
	
input.spanish_submit {
	clear: both;
	display: block;
	width: 120px;
	height: 24px;
	margin: 10px 0 0 0;
	padding: 0px;
	border: none;
	font-size: 0px;
	line-height: 0px;
	text-indent: -10000px;
	overflow: hidden;
	cursor: pointer;
	background: url(media/graphics/interface/done_btn.png) 0 -36px no-repeat;
	}
	
input.submit_button:hover {
	background: url(media/graphics/interface/done_btn.png) -70px 0 no-repeat;
	}
	
input.spanish_submit:hover {
	background: url(media/graphics/interface/done_btn.png) -120px -36px no-repeat;
	}
	
div.question_wrap form fieldset label {
	display: block;
	float: right;
	width: 93%;
	}
	
div.question_wrap form fieldset label strong {
	font-size: 11px;
	}
	
div.question_wrap div.answer {
	display: none;
	margin: 0 10px;
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #fff;
	}
	
div.question_wrap form .correct_answer {
	background-color: #c1e59d;
	border: 1px solid #c2e5a0;
	}
	
div.question_wrap form .correct_answer:hover {
	border: 1px solid #fff;
	background-color: #cef3a9;
	}
	
div.question_wrap form .dropdown_correct {
    text-indent: 20px;
    display: none;
}

div.question_wrap p.response {
	padding: 0px;
	font-weight: bold;
	}
	
div.question_wrap p.explanation {
	padding: 0px;
	}
	
#maincontent div.question_wrap .right,
#maincontent div.question_wrap .left {
	margin: 0 10px 10px 10px;
	}
	
#maincontent div.question_wrap table td {
	border-top: 1px solid #ddd;
	background-color: #fff;
	}

/* TABLES */

#maincontent table {
	margin: 20px 0;
	border-top: 3px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 3px solid #ddd;
	font-size: 14px;
	background-color: #eee;
	}
	
#maincontent table tr.odd {
	background-color: #fff;
	}
	
#maincontent table th {
	padding: 10px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	font-weight: bold;
	background-color: #fff;
	}
	
#maincontent table td {
	padding: 5px 10px;
	border-right: 1px solid #ddd;
	vertical-align: top;
	}
	
/* CAPTIONS */
	
#maincontent .caption {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	}
	
#maincontent .caption p {
	padding: 3px 10px 5px 10px;
	border-bottom: 2px solid #ddd;
	text-align: center;
	font-size: 10px;
	font-style: italic;
	font-family: Georgia, Palatino, Times, serif;
	color: #444;
	background-color: #eee;
	}
	
/* BULLETS AND LISTS */

#maincontent ul {
	margin-left: 20px;
	list-style: disc;
	}
	
#maincontent ul li {
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#maincontent ul li ul {
	list-style: square;
	}
	
#maincontent ul li ul li ul {
	list-style: circle;
	}