html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
body {
	font:13px/1.231 sans-serif;
*font-size:small;
}
select, input, textarea, button {
	font:99% sans-serif;
}
pre, code, kbd, samp {
	font-family: monospace, sans-serif;
}
body, select, input, textarea {
	color: #444;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
html {
	overflow-y: scroll;
}
a:hover, a:active {
	outline: none;
}
a, a:active, a:visited {
	color: #000;
}

a:hover {
	color: #666;
}
ul, ol {
	margin-left: 1.8em;
}
ol {
	list-style-type: decimal;
}
nav ul, nav li {
	margin: 0;
}
small {
	font-size: 85%;
}
strong, th {
	font-weight: bold;
}
td, td img {
	vertical-align: top;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
pre {
	padding: 15px;
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word;
}
textarea {
	overflow: auto;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
input[type="checkbox"] {
	vertical-align: bottom;
}
label, input[type=button], input[type=submit], button {
	cursor: pointer;
}
button, input, select, textarea {
	margin: 0;
}
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
border-radius: 1px;
-moz-box-shadow: 0px 0px 5px red;
-webkit-box-shadow: 0px 0px 5px red;
box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
background-color: #f0dddd;
}

::-moz-selection {
background: #c9e0f1;
text-shadow: none;
}
::selection {
background:#c9e0f1;
text-shadow: none;
}
a:link {
	-webkit-tap-highlight-color: #FF5E99;
}
button {
	width: auto;
	overflow: visible;
}
.ie7 img {
	-ms-interpolation-mode: bicubic;
}
.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
.hidden {
	display: none;
	visibility: hidden;
}
.visuallyhidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}
.invisible {
	visibility: hidden;
}
.group:before, .group:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}
.center {
     text-align: center;
     margin-right: 20px;
}

.dyn .center {
     text-align: center;
     margin-right: 70px;
}
.left {
	float: left;
	margin: 0 1em 1em 0;
	}
	
.right {
	float: right;
	margin: 0 2em 1em 1em;
	}

.clear {
	display: block;
	clear: both;
}
.inline {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.button {
	margin: 0 8px 0 0;
	padding: 4px 15px 5px 15px;
	border-radius: 5px;
	font-size: 13px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
	line-height: 1.44;
	text-decoration: none;
	cursor: pointer;
}
.button.light {
	border: 1px solid #ddd;
	text-shadow: 0px 1px 1px #FFF;
	-moz-box-shadow: 0 2px 4px #eee;
	-webkit-box-shadow: 0 2px 4px #eee;
	box-shadow: 0 2px 4px #eee;
	/*	background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0, rgb(227,228,230)),
	  color-stop(0.5, rgb(255,255,255))
	);
	background-image: -moz-linear-gradient(
	  center bottom,
	  rgb(227,228,230) 0%,
	  rgb(255,255,255) 50%
	); */
	background-color: #f9f9f9;
}
.button.dark {
	border: 0;
	color: #FFF;
	text-shadow: 0px 1px 1px #000;
	-moz-box-shadow: 0 2px 4px #ccc;
	-webkit-box-shadow: 0 2px 4px #ccc;
	box-shadow: 0 2px 4px #ccc;
	background-color: #444;
}
/* LAYOUT AND NAVIGATION
////////////////////////////////// */

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background-color: #311f12;
}
strong, em, b, i, h1, h2, h3, h4, h5, h6, address {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
#nav_bar_wrap {
	background-color: #7d4c2c;
}
#header_wrap {
	margin-top: 0;
}

#page_title_wrap {

}
#footer_wrap {
	width: 750px;
}
#wrap, #header, #page_title  {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding: 0px 0px;
	
}

#wrap {
	background-color: #fff0e1;
}
.dyn #wrap {
	width: 980px;
}
	
#content_wrap {
	background-color:#000;
}
.core #maincontent {
	float: left;
	width: 740px;
	min-height: 530px;
	padding: 20px 0 0 20px;
	background-color: #FFF;
	
}
.dyn #maincontent {
	float: right;
	width: 745px;
	margin: 0;
	min-height: 530px;
	padding: 0px 10px 5px 5px;
	background-color: #FFF;
	}
.core #maincontent {
	padding-top: 40px;
}
#sidebar {
	position: relative;
	float: right;
	width: 180px;
	padding-top: 60px;
	margin-right: 40px;
}
#home #wrap {
	height: 605px;
	width: 980px;
	padding: 0;
}
#home #header_wrap {
	display: none;
}

#home #header {
	background-image: none;
}
#home #sidebar {
	position: relative;
	z-index: 5;
	width: 280px;
	padding: 0;
	top: -535px;
	left: 8px;
}

.core #footer {
	clear: both;
	height: 20px;
	padding-top: 5px;
	
}

#footer p, #footer a {
	font-size: 11px;
	color: #7d4c2b;
	margin: 10px 0 0 10px;
}
#home #footer p, #home #footer a {
	color: #7d4c2b;
}
#home #footer {
	position:relative;
	
	width: 700px;
	top: -25px;
	left: 390px;
	height: 15px;
}

.dyn #sidebar {
	padding-top: 10px;
	float: left;
	width: 200px;
	padding-bottom: 0;
	margin: 0;
	}

.dyn #stage {
	width: 790px;
	padding: 20px !important;
	margin: 0px;
	}
	
.dyn #sidebar #menu p{
	margin-bottom: 10px;
}

.dyn #footer {
	width: 980px;
	margin: 0 auto;
	background-color: #fff0e1;	
}
.dyn #footer p {
	margin: 0 auto 20px 220px;
	line-height: 2;

}
.core #footer p {
	margin: 0 auto 20px 10px;
}
/* NAV BAR
////////////////////////////////// */

#nav_bar ul {
	margin-left: 0px;
	list-style: none;
}
#nav_bar li {
	float: left;
	margin-right: 5px;
}
#nav_bar a {
	display: block;
	padding: 4px 10px;
	color: #ccc;
	text-decoration: none;
	background-color: #494849;
}
#nav_bar p {
	position: absolute;
	top: 25%;
	right: 0px;
	color: #ccc;
	font-size: 11px;
}
/* HEADER
////////////////////////////////// */

#header {
	height: 70px;
}

#home #header {
	background-image: none;
}
#header h1, .produced_by {

	display: none;
}

#header h1 {
	padding: 5px 20px;
}
#header h1 a {
	color: #FFF;
	font-size: 30px;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 2px 2px #000;
}
.produced_by {
	font-size: 12px;
	margin-top: -10px;
	margin-bottom: 10px;
	margin-left: 30px;
	color: #CCC
}

/* PAGE TITLE
////////////////////////////////// */

.print #page_title h2 {
	float: left;
	width: 660px;
	padding: 30px 0 30px 20px;
	font-size: 24px;
	font-weight: normal;
}
#page_title {
	width: 940px;
	padding: 5px 20px;
	background-color: #7e4b2c;
}

.dyn #page_title {
	width: 940px;
	padding: 5px 20px;
}
#page_title h2 {
	float: left;
	margin-right: 8px;
	font-size: 20px;
	color: #dce0e4;
}
.dyn #page_title h3 {
	font-size: 20px;
	padding-left: 205px;
	color: #dce0e4;
}
p#begin_btn {
	float: right;
	width: 220px;
	padding: 20px 0 20px 20px;
}
#home p#begin_btn {
	float: none;
	padding-bottom: 40px;
}
p#begin_btn a {
	display: block;
	padding: 9px 9px 9px 20px;
	font-size: 24px;
	text-decoration: none;
	color: #FFF;
	background: #7d4c2c;
	border-radius: 8px;
}
p#begin_btn a:hover {
	color: #7d4c2c;
	background-color: #e4caaf;
}
/* SIDEBAR
////////////////////////////////// */

#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
	
#sidebar ul {
	margin-left: 0;
	padding-bottom: 1.5em;
	list-style-type: none;
}


#sidebar li {
	width: 220px;
	margin-bottom: 5px;
}

#sidebar a {
	display: block;
	padding: 2px 5px 2px 20px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #353b2d;
}
#home #sidebar li {
	width: 220px;
	margin-bottom: 5px;
	margin-left: 20px;
}

#home #sidebar #menu a {
	display: block;
	padding: 2px 5px 2px 40px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #353b2d;
}

#home #sidebar #menu a:hover {
	color: #FFF;
	background-color: #7d4c2c;
	border-radius: 8px;
}
#sidebar li.here a, 
#sidebar li.here a:hover,
#sidebar a.menu_here, 
#sidebar a.menu_here:hover {
	border-bottom: 2px solid #7d4c2c;
	color: #000;
	background-color: #FFF;
}

.dyn #sidebar li.here a, .dyn #sidebar a.menu_here {
}

.core #sidebar li.here a, .core #sidebar a.menu_here {
	
}	
.dyn #sidebar a:hover {
	color: #FFF;
	background-color: #7d4c2c;
}
.core #sidebar a:hover {
	color: #FFF;
	background-color: #7d4c2c;
}
#sidebar ul ul {
	padding-bottom: 0;
	margin-top: .5em;
	margin-bottom: .5em;
}
#sidebar ul ul a {
	margin-left: 20px;
	font-size: 85%;
}

#sidebar ul ul ul {
	padding-bottom: 0;
	margin-top: .5em;
	margin-bottom: .5em;
}
#sidebar ul ul ul a {
	margin-left: 30px;
	font-size: 85%;
}
#sidebar ul ul ul ul {
	padding-bottom: 0;
	margin-top: .5em;
	margin-bottom: .5em;
}
#sidebar ul ul ul ul a {
	margin-left: 40px;
	font-size: 85%;
}

#toggle_text {
	padding-left: 15px 35px;
}

	
#toggle_text ul li {
	font-size: 11px;
	font-weight: bold;
	text-align:right;
	}
	
	
#sidebar #toggle_text ul li a {
	display: block;
	width: 95px;
	margin-left: 117px; 
	padding: 4px 4px;
	border-radius: 8px 0 0 8px;
	color: #000;
	font-size: 10px !important;
	background-color: #FFF;
	border-bottom: 3px solid #7d4c2c;
	}
	
	
#sidebar #toggle_text ul li a:hover {
	color: #7d4c2c;
	}
		
/* EXTERNAL LINKs */
#sidebar .ext_links li {
	width: 150px;
}

#sidebar .ext_links {
	padding: 4px 4px 0 4px;
	width: 150px;
	font-weight: bold;
	font-size:: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#sidebar .ext_links {
	display: block;
	padding-top: 10px;
}

.dyn #sidebar .ext_links {
	margin-top: 0;
	margin-bottom: 0;
}

.dyn #sidebar .ext_links a {
	font-size: 12px;
	color: #594743;
}

.dyn #sidebar .ext_links a:hover {
	background-color: #7d4c2c;
}

.home #sidebar .ext_links {
	margin-left: 40px;
}
.core #sidebar .ext_links {
	margin-left: 0px;
}
#home #sidebar .ext_links a,
.core #sidebar .ext_links a {
	padding: 4px 35px;
	font-size: 12px;
	font-weight: bold;
}
.core #sidebar .ext_links a {
	padding: 4px 20px;
	font-size: 12px;
	font-weight: bold;
}


#sidebar .ext_links a:hover {
	color: #FFF;
	background-color: #7d4c2c;
	border-radius: 8px;
}
/* PRINT CHAPTER SELECTION
////////////////////////////////// */

.print_nav {
	min-height: 80px;
	position: relative;
	margin-bottom: 20px;
}
.print_nav.bottom {
	margin-top: 20px;
	margin-bottom: -40px;
}
.print_nav p {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 140px;
	font-size: 16px;
}
.print_nav ul {
	position: absolute;
	top: 0px;
	left: 140px;
}
.print_nav ul li {
	float: left;
	margin-right: 3px;
	list-style-type: none;
}
.print_nav ul li a {
	display: block;
	padding: 15px;
	color: #444;
	font-size: 14px;
	text-decoration: none;
	background-color: #DFDFDF;
}
.print_nav ul li a.first {
	min-width: 80px;
	text-align: right;
	background: #DFDFDF url(media/graphics/interface/print_arrow_grey.jpg) center left no-repeat;
}
.print_nav ul li a.first:hover {
	background-image: url(media/graphics/interface/print_arrow_grey_ov.jpg);
}
.print_nav ul li.here a.first {
	background: #996600 url(media/graphics/interface/print_arrow.jpg) center left no-repeat;
}
.print_nav ul li a:hover {
	background-color: #efefef;
}
.print_nav ul li.here a {
	color: #FFF;
	background-color: #996600;
}
/* PRINT CHAPTER TITLE
////////////////////////////////// */
	
.core h2.chapter_title {
	color: #865300;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 20px;
}
/* CONTENT
////////////////////////////////// */
	
#stage {
	position: relative;
	padding-bottom: 60px;
}

#maincontent h3 {
	margin-left: -20px;
	padding-left: 20px;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 16px;
	font-weight: normal;
}

#print #maincontent h3 {
	margin-bottom: 1.5em;
	margin-left: -20px;
	padding-right: 120px;
	color: #333;
	background-color: #ddd;
}
#print #maincontent h3.sub_head {
	margin-left: 0;
	padding: 10px 0 10px 0px;
	border-bottom: 2px solid #ddd;
	line-height: 1.5;
	background-color: transparent;
}
.dyn h3 small {
	font-size: inherit;
}
.core .sub_head small {
	display: block;
	font-size: 12px;
	color: #aaa;
}
.dyn #page_title h3 small {
	display: block;
	font-size: 10px;
	color: #999;
}

.dyn #maincontent h3 { /* temporary to get rid of extra h3 at top */
	padding-left: 10px;
	display: none;
	content: none;
}
#maincontent h4 {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.8;
	font-size: 15px;
	font-weight: bold;
	color: #7d4c2c;
}
#maincontent h5 strong {
	margin-left: 60px;
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
}
#maincontent p {
	margin-bottom: 1.5em;
	margin-right: 30px;
	line-height: 1.5;
}

.dyn #maincontent p {
	margin-bottom: 1.5em;
	margin-right: 80px;
	line-height: 1.5;
}
#maincontent ul, #maincontent ol {
	margin-bottom: 1.5em;
	margin-right:80px;
}
#maincontent li {
	margin-bottom: .5em;
}
#maincontent hr {
	margin-left: 60px;
	margin-right: 60px;
	border: 0px;
	border-bottom: 2px solid #eee;
	background-color: transparent;
}
#maincontent img {

	margin-bottom: 3em;
}
#maincontent .caption {
	margin-bottom: 10px;
}
#maincontent .caption img {
	display: block;
	margin-bottom: 0;
}
#maincontent .caption.center img, #maincontent .caption.center p, #maincontent .center img, #maincontent img.center {
	/* padding-right: 20px; */
	margin: 0 auto 1.5em auto;
	
}
#maincontent .caption.center img {
	margin-bottom: 0;
}
#maincontent .caption p, #maincontent .caption.inset_left p, #maincontent .caption.inset_right p {
	display: block;
	clear: both;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1em;
	padding: 10px 20px;
	font-size: 11px;
	text-align: center;
	background-color: #f6f6f6;
}

.dyn #maincontent .center .print_hide {
      text-align: center;
      margin-right: 30px;
      margin-bottom: 20px !important;
}
#maincontent .left img {
     float: left;
     }

#maincontent .right img {
     float: right;
     }

.dyn #maincontent .right img {
     float: right;
     margin-right: 25px;
     }

#maincontent .inline_images {
	margin-bottom: 3em;
}
#maincontent .inline_images .caption {
	margin-bottom: 0;
}
#maincontent .inline_images div {
	float: left;
}
#maincontent .inline_images img {
	float: left;
	margin-bottom: 0;
}
#maincontent .inset_left {
	float: left;
	margin-bottom: 1.5em;
}
#maincontent .inset_right {
	margin-right: 0;
}
#maincontent .caption.inset_left p {
	margin-right: 20px;
}
#maincontent .swf.inset_left {
	margin-right: 20px;
}
#maincontent .swf.inset_right {
	margin-left: 20px;
	margin-right: 20px;
}
#maincontent .inset_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 1em;
}
#maincontent .inset_right img {
}
#maincontent .inset_right p {
	margin-bottom: 1.5em;
}
.topnav {
	clear: both;
	padding: 30px 0;
	font-size: 85%;
	text-align: right;
}
.topnav a {
	padding: 3px 6px;
	text-decoration: none;
	background-color: #eee;
}
.dyn div.swf {
	margin-bottom: 3em;
}

/* sidebar reveal_box */
.reveal_box {
	border: 1px solid black;
	margin: 1.5em auto 3em 0;
	width: 715px !important;
	background-color: #eef;
}

.reveal_box .closed{
	background-color: #eee;
	padding: 10px;
	border-top: 1px solid black;
	display:none;
}

.reveal_box h4:before {
	color: red;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
}

.reveal_box h4 a {
	font-size: .9em;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

/* TABLES */

#maincontent table {
	width: 640px;
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	background-color: #FFF;
}
#maincontent table th, #maincontent table td {
	padding: 10px;
	border: 1px solid #e7e7e7;
}
#maincontent table th {
	background-color: #f7f7f7;
}
#maincontent table th.table_title {
	padding: 10px;
	font-size: 14px;
	background-color: #e7e7e7;
}
#maincontent table tbody th {
	text-align: right;
}
/* CONTINUE, NEXT, AND PREVIOUS */

.stage_nav {
	clear: both;
	margin-top: 10px;
	width: 710px;
	min-height: 15px;

}
.stage_nav ul {
	position: relative;
	width: 710px;
	margin: 0 !important;
	padding: 0 !important;

	clear: both;
}
.stage_nav li {
	margin: 0;
	list-style-type: none;
}
.stage_nav li a {
	display: block;
	text-decoration: none;
	background-color: red;
}
.stage_nav li.previous {
	position: absolute;
	top: 0px;
	left: 0px;
}
.stage_nav li.previous a {
	min-width: 90px;
	padding: 5px 10px 5px 20px;
	text-align: right;
	color: #FFF;
	background: #7d4c2c url(media/graphics/interface/prev_arrow.jpg) center left no-repeat;
	border-radius: 0 8px 8px 0;
}
.stage_nav li.previous a:hover {
	color: #7d4c2c;
	background: #fff0e1 url(media/graphics/interface/prev_arrow_over.jpg) center left no-repeat;
	border-radius: 0 8px 8px 0;
}
.stage_nav li.next {
	position: absolute;
	top: 0px;
	right: 0px;
}
.stage_nav li.next a {
	min-width: 90px;
	padding: 5px 20px 5px 10px;
	color: #FFF;
	background: #7d4c2c url(media/graphics/interface/next_arrow.jpg) center right no-repeat;
	border-radius: 8px 0 0 8px;
}
.stage_nav li.next a:hover {
	color: #7d4c2c;
	background: #fff0e1 url(media/graphics/interface/next_arrow_over.jpg) center right no-repeat;
	border-radius: 8px 0 0 8px;
}
.stage_nav li.toc {
	width: 120px;
	margin: 0 auto;
}
.stage_nav li.toc a {
	min-width: 120px;
	padding: 10px;
	color: #FFF;
	text-align: center;
	background-color: #6d99dc;
}
/* EXPAND / COLLAPSE */

#maincontent p.expand {
	margin-right: 20px;
}
/* INTERACTIONS */

.core #maincontent .question_wrap {
	background-color: #f9f9f9;
	margin: 0 auto;
	/*margin-right: 20px;*/
	margin-bottom: 1.5em;
	padding: 9px 19px;
	border: 1px solid #ccc;
	width: 80%;
}
.dyn #maincontent .question_wrap {
	background-color: #f9f9f9;
	margin-left: 20px;
	margin-bottom: 1.5em;
	padding: 9px 19px;
	border: 1px solid #ccc;
	width: 80%;
}
#maincontent .question_wrap form div {
	padding: 10px 5px;
	border-bottom: 1px solid #eee;
}
#maincontent .question_wrap form div input {
	margin-right: 3px;
	margin-left: 3px;
}
#maincontent .question_wrap form div label {
	float: right;
	width: 95%;
}
#maincontent .question_wrap h4 {
	margin-left: 0px;
}
#maincontent .question_wrap p {
	margin-left: 0px;
	margin-right: 0px;
}
#maincontent .question_wrap ul, #maincontent .question_wrap ol {
	margin-left: 40px;
	margin-right: 40px;
}
#maincontent .question_wrap ol {
	margin-top: 10px;
}
#maincontent .question_wrap ol.sortIt {
	width: 100%;
	overflow-y: visible;
	overflow-x: visible;
}
#maincontent .question_wrap ol.sortIt li {
	list-style-type: decimal;
}
#maincontent .question_wrap textarea {
	margin-bottom: 1.5em;
}
#maincontent .question_wrap .answer {
	display: none;
}
#maincontent .question_wrap img {
	margin: 0;
}
#maincontent .question_wrap .submit_button, #maincontent .question_wrap .compare {
	display: inline-block;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
#maincontent .question_wrap .response {
	color: #000;
}
#maincontent .question_wrap p.explanation {
	margin-right: 0px;
}
.question_wrap .correct_answer {
	background-color: #d4f3ca;
}
/* TABLE OF CONTENTS - FULL PAGE */

/* TABLE OF CONTENTS */

.toc_chapter {
	margin-bottom: 1.5em;
}
#maincontent .toc_chapter h3 {
	margin-left: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
}
.toc_chapter h3 a {
	display: block;
	margin-bottom: 0.5em;
	color: #444;
	text-decoration: none;
}
.toc_chapter h3 a:hover {
	color: #83B6D3;
}
.toc_chapter h3 a strong {
	font-size: 24px;
	font-weight: normal;
	color: #ccc;
}
#maincontent .toc_chapter p {
	margin-left: 0;
	margin-right: 0;
}
.toc_chapter .toc_desc {
	float: left;
	width: 500px;
}
.toc_chapter .toc_go {
	float: right;
	width: 140px;
}
.toc_chapter .toc_go a {
	display: block;
	width: 35px;
	margin-top: 5px;
	margin-left: 20px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background-color: #ccc;
}
.toc_chapter .toc_go a:hover {
	background-color: #83B6D3;
}
#maincontent .tabs {
	margin-right: 20px;
	margin-bottom: 1.5em;
	padding: 0;
	border: 0px;
}
#maincontent .tabs .tabs_nav {
	padding-left: 10px;
	border: 0px;
	background: none;
}
#maincontent .tabs .tabs_nav li {
	margin-bottom: -1px;
	margin-right: 5px;
	z-index: 10;
}
#maincontent .tabs .tabs_nav li.ui-state-default {
	background: #eee;
}
#maincontent .tabs .tabs_nav li.ui-state-active {
	background-color: #FFF;
}
#maincontent .tabs .ui-tabs-panel {
	border: 1px solid #ccc;
}
#maincontent .tabs h4 {
	margin-left: 20px;
}
#maincontent .tabs .ui-widget-content {
	padding: 0 20px 20px 20px;
}
#maincontent .tabs img {
	margin: 0;
	padding: 0;
}
#maincontent .question_wrap .caption p, #maincontent .question_wrap .caption .inset_left p, #maincontent .question_wrap .caption .inset_right p {
	display: block;
	clear: both;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-bottom: 1em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 11px;
	text-align: center;
	background-color: #dedede;
}
#maincontent .tabs .takeaways, #maincontent .question_wrap .takeaways {
	margin-right: 0px;
}
#maincontent .tabs .takeaways h4 {
	margin-left: 0px;
}
#maincontent .question_wrap .tabs {
	margin-right: 0px;
	padding: 0 0 20px 0;
	background-color: #f9f9f9;
}
#maincontent .question_wrap .answer .tabs p {
	margin-left: 0px;
	margin-right: 0px;
}
#maincontent .question_wrap .tabs .inset_right {
	margin-right: 0;
}
#maincontent .question_wrap .tabs .caption.inset_left p {
	margin-right: 20px;
}
#maincontent .question_wrap .tabs .swf.inset_left {
	margin-right: 20px;
}
#maincontent .question_wrap .tabs .swf.inset_right {
	margin-left: 20px;
	margin-right: 20px;
}
#maincontent .question_wrap .tabs .inset_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 1em;
}
#maincontent .question_wrap .tabs .caption p, #maincontent .question_wrap .tabs .caption .inset_left p, #maincontent .question_wrap .tabs .caption .inset_right p {
	display: block;
	clear: both;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-bottom: 1em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 11px;
	text-align: center;
	background-color: #dedede;
}
#maincontent .question_wrap .takeaways, #maincontent .question_wrap .tabs .takeaways {
	margin-right: auto;
	background-color: #FFFFFF;
}
/* TABLE OF CONTENTS - WITHIN PRINT.HTM */

#tableofcontents {
	margin-left: 20px;
	margin-bottom: 3em;
}
#tableofcontents h3 {
	background-color: #FFF !important;
	margin-bottom: 0;
	padding: 0;
}
.dyn #menu h3 {
	display: none;
}
#tableofcontents ul {
	margin-left: 0px;
	list-style: none;
}
#tableofcontents ul ul {
	margin-left: 17px;
	font-size: 90%;
}

#tableofcontents li {
	margin-bottom: .5em;
}
#tableofcontents li ul {
	margin-top: .2em;
	margin-bottom: 1em;
}
#tableofcontents a {
	text-decoration: none;
}
/* DOWNLOAD VERSION */

#download h3 {
	padding-left: 20px;
	border-bottom: 0px;
}
#download h2.page_title, #download #progressContainer {
	margin-left: 60px;
}
#download #progressMsg {
	margin-left: 0px;
}
#license_agree {
	height: 250px;
	margin-bottom: 1.5em;
	margin-right: 20px;
	padding: 20px;
	overflow: scroll;
	background-color: #efefef;
}
#license_agree p {
	margin-left: 0;
	margin-right: 0;
}
#agree_btns {
	margin-left: 60px;
	margin-bottom: 40px;
}
#agree_btns span input {
	padding: 5px 20px;
	border: 0px;
	color: #444;
	text-transform: capitalize;
	text-decoration: none;
	background-color: transparent;
}
#agree_btns span input.agree {
	color: #FFF;
	background-color: #97B249;
}
#agree_btns span input:hover {
	text-decoration: underline;
}
#agree_btns span input.agree:hover {
	text-decoration: none;
	background-color: #a7c551;
}
/* Media Gallery
////////////////////////////////// */

#gallery #maincontent table#image_gallery td p {
	margin: 0;
	font-size: 2px;
}
#gallery #maincontent table {
	margin: 0;
}
#gallery #maincontent table td {
	width: 50%;
	padding: 5px;
	font-size: 11px;
	background-color: #eee;
}
#gallery #maincontent img {
	margin: 0 0 1.5em 0;
}
/* FOOTER
////////////////////////////////// */


	
/* hide elements based on whether it's in core or dynamic */
.dyn .module_hide {
	display: none;
}
.dyn .caption .module_hide {
	padding: 10px;
} /* still needed? */
.core .print_hide {
	display: none;
}
.printer_only {
	display: none;
}
.sidebar1 p {
	padding: 30px;
	border: 2px solid #e7a29d;
	background-color: #ffeded;
}
.sidebar2 {
	margin-bottom: 1.5em;
	padding: 20px 20px 5px 20px;
	border: 1px solid #eee;
	background-color: #FFF;
}
#maincontent h5 {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 0 1em 0;
	background-color: #fefefe;
	padding-left:5px;
}
.collapseInner {
	margin-left:15px;
	margin-right:15px;
}
#contentdiv01 {
	display:none;
}
#contentdiv02 {
	display:none;
}
	
/* ///////////////////////////////////
PRINT STYLES */

@media print {
	
.reveal_box .closed{
	display:block;
}
* {
	background: transparent !important;
	color: #444 !important;
	text-shadow: none;
}
a, a:visited {
	color: #444 !important;
	text-decoration: underline;
}
a:after {
	content: " (" attr(href) ")";
}
#header a:after, #tableofcontents a:after {
	content: none;
}
abbr:after {
	content: none;
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
img {
	page-break-inside: avoid;
}
 @page {
 margin: 0.5cm;
}
#maincontent {
	page-break-before: avoid;
}
.page {
	page-break-after: always;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
#header h1 a {
	font-size: 40px;
}
#nav_bar_wrap, #nav_bar, #sidebar {
	display: none;
}
#header, #page_title, #wrap {
	width: 980px;
	margin: 0;
	padding: 0;
}
table {
	page-break-before: always;
}
.table th, .table td {
	border-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
#header nav, #header a img {
	display: none;
}
.dyn p.produced_by, .core p.produced_by {
	position: relative;
	float: left;
	margin-left: 15px;
}
.topnav {
	display: none;
}
.innerNode {
	page-break-after: avoid;
}
#tableofcontents {
	page-break-after: always;
}
#tableofcontents ul li, #tableofcontents ul li ul li {
	list-style-type: none;
}
#tableofcontents a {
	text-decoration: none;
	color: #000;
}
.question_wrap {
	page-break-inside: avoid;
	border: 1px solid #999;
	padding: 4px;
	margin-bottom: 4px;
}
.question_wrap div.answer {
	display: block !important;
}
fieldset {
	border: none;
}
.submit_button {
	display: none;
}
.link {
	display: none;
}
.printer_only {
	display: block;
}
#license_agree {
	height: 100%;
	overflow: auto;
	padding: 0px;
}
/* turns off display of href in generated code at end of document */
#fancybox-wrap {
	display: none;
}
}
.highlight {
	width: 610px;
	padding: 10px 6px 10px 16px;
	margin: 10px 10px 10px 0px;
	border: 1px solid #DDBC77;
	background-color: #FFC;
	text-align:justify;
	
}
