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;
	}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	}

a:hover, a:active {
	outline: none;
	}

a, a:active, a:visited {
	color: #607890;
	}

a:hover {
	color: #036;
	}

a:link {
	 -webkit-tap-highlight-color: #FF5E99;
	 }

body {
	font:13px/1.231 sans-serif;
	*font-size:small;
	}

body, select, input, textarea {
	color: #444;
	}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	}

html {
	overflow-y: scroll;
	}

small {
	font-size: 85%;
	}

strong, th {
	font-weight: bold;
	}

nav ul {
	list-style:none;
	}

ul, ol {
	margin-left: 1.8em;
	}

ol {
	list-style-type: decimal;
	}

nav ul, nav li {
	margin: 0;
	}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
	}

blockquote, q {
	quotes:none;
	}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
	}

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;
	}

/*td, td img {
	vertical-align: top;
	}*/

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
	}

input, select {
	vertical-align:middle;
	}

select, input, textarea, button {
	font:99% sans-serif;
	}

pre, code, kbd, samp {
	font-family: monospace, sans-serif;
	}

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;
	}

.fig {
	font-size: 85%;
	font-style: italic;
	margin-top: -45px !important;
	}

::-moz-selection{
	background: #c9e0f1;
	text-shadow: none;
	}

::selection {
	background:#c9e0f1;
	text-shadow: none;
	}

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;
	}

.inline {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	}

.button {
	margin: 0 8px 0 0;
	padding: 4px 15px 5px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	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 #bbb;
	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%
	);
	}

/* LAYOUT AND NAVIGATION
////////////////////////////////// */

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background-color: #d6e6fb;
	}

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 {
	min-width: 1200px;
	background-color: #7aaae7;
	}

#header_wrap {
	min-width: 1200px;
	background-color: #3c85e1;
	}

#page_title_wrap {
	min-width: 1200px;
	background-color: #3c85e1;
	}

#footer_wrap { }

#nav_bar, #header, #page_title, #wrap, #footer {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 5px 10px;
	}

#header_wrap {
	background: #3c85e1 url(../media/graphics/interface/header_bg.png) center center repeat;
	background-size: 100%;
	max-height: 180px;
	}

#page_title, #wrap {
	padding: 0px 10px;
	}

.dyn #page_title {
	padding: 0;
	background: #3c85e1 url(../media/graphics/interface/title_bar_bg.jpg) 0 0 repeat;
	}

#maincontent {
	float: left;
	width: 960px;
	min-height: 450px;
	margin-bottom: 10px;
	padding: 20px 0;
	background-color: #fff;
	}

.dyn #maincontent {
	float: right;
	min-height: 300px;
	}

div.image{
  	display: block;
  	width: 360px;
  	padding: 2px;
  	border-top:1px dotted #bbb;
	}

#sidebar {
	position: relative;
	float: right;
	width: 240px;
	padding-top: 60px;
	}

.dyn #sidebar {
	padding-top: 60px;
	}

.dyn #sidebar {
	float: left;
	}

#footer {
	clear: both;
	padding: 0 10px 10px 10px;
	}

#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	}

.dyn #footer p {
	padding-left: 300px;
	}

/* 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: #fff;
	text-decoration: none;
	background-color: #5a87c1;
	}

#nav_bar a:hover {
	background-color: #6fabe2;
	}

#nav_bar p {
	position: absolute;
	top: 25%;
	right: 0px;
	color: #fefffe;
	font-size: 11px;
	}

/* HEADER
////////////////////////////////// */

#header h1 {
	padding: 65px 0px 15px 0px;
	font-family: Georgia;
	}

.dyn #header h1 {
	padding: 20px 0;
	}

#header h1 a {
	color: #fff;
	font-size: 40px;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 0px 2px 10px #000;
	}

.dyn #header h1 a {
	font-size: 30px;
	}

.dyn #header ul#chapter_select {
	position: absolute;
	top: 32%;
	right: 10px;
	list-style-type: none;
	z-index: 10;
	}

.dyn #header ul#chapter_select li a.toc_button {
	display: block;
	width: 140px;
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	}

/* .dyn #header ul#chapter_select li a.toc_ov {
	color: #fff;
	background-color: #111;
	} */

.dyn #header ul#chapter_select li ul {
	position: absolute;
	width: 360px;
	right: 0;
	display: none;
	margin: 0;
	padding: 20px;
	list-style-type: none;
	background-color: #111;
	}

.dyn #header ul#chapter_select li:hover ul {
	display: block;
	}

.dyn #header ul#chapter_select li ul li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #aaa;
	}

.dyn #header ul#chapter_select li ul li a:hover {
	color: #fff;
	background-color: #537f9f;
	}

.dyn #header ul#chapter_select li ul li a strong {
	color: #fff;
	font-family: "Helvetica Neue", Arial, sans-serif;
	}

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

#page_title h2 {
	float: left;
	width: 900px;
	padding: 30px 0 30px 60px;
	font-size: 24px;
	font-weight: normal;
	background: #fff url(../media/graphics/interface/title_bar_bg.jpg) 0 0 repeat;
	}

.dyn #chapter_title {
	float: left;
	width: 220px;
	padding: 30px 10px 30px 10px;
	font-size: 18px;
	text-align: left;
	background-color: #dfdfdf;
	}

.dyn #page_title h3 {
	float: right;
	width: 640px;
	padding: 30px 0 30px 60px;
	font-size: 18px;
	font-weight: normal;
	}

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: #97B249 url(../media/graphics/interface/begin_arrow.jpg) center right no-repeat;
	}

p#begin_btn a:hover {
	background: #A7C451 url(../media/graphics/interface/begin_arrow_ov.jpg) center right no-repeat;
	}


/* SIDEBAR
////////////////////////////////// */


#sidebar ul {
	margin-left: 0;
	padding-bottom: 1.5em;
	list-style-type: none;
	}

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

#sidebar a {
	display: block;
	padding: 5px 5px 5px 40px;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	}

.dyn #sidebar a {
	margin-top: 0.8em;
	padding-left: 20px;
	}

#sidebar li.here a, #sidebar li.here a:hover, #sidebar a.menu_here, #sidebar a.menu_here:hover {
	border-bottom: 2px ;
	color: #000;
	background-color: #d6e6fb;
	}

#sidebar a:hover {
	color: #83B6D3;
	}

#sidebar ul ul {
	margin-top: .5em;
	margin-bottom: .5em;
	}

#sidebar ul ul a {
	margin-left: 20px;
	font-size: 85%;
	}


/* EXTERNAL LINKs */

.core #sidebar .ext_links, .dyn #sidebar .ext_links {
	padding-top: 20px;
	border-top: 2px solid #fff;
	}

.dyn #sidebar .ext_links {
	padding-left: 20px;
	}

.core #sidebar .ext_links {
	margin-left: 40px;
	}

.core #sidebar .ext_links a, .dyn #sidebar .ext_links a {
	padding: 4px 0 3px 16px;
	font-size: 11px;
	background: url(../media/graphics/interface/ext_link.png) center left no-repeat;
	}

/* PRINT CHAPTER SELECTION
////////////////////////////////// */

.print_nav {
	margin-top: -10px;
	min-height: 80px;
	position: relative;
	margin-bottom: 20px;
	}

.print_nav.bottom {
	margin-top: 20px;
	margin-bottom: -70px;
	}

.print_nav p {
	position: absolute;
	top: 8px;
	left: 0px;
	width: 140px;
	font-size: 16px;
	}

#maincontent .print_nav ul {
	position: absolute;
	top: 0px;
	left: 200px;
	margin: 0;
	}

.print_nav ul li {
	float: left;
	margin-right: 3px;
	list-style-type: none;
	}

.print_nav ul li a {
	display: block;
	padding: 12px;
	color: #444;
	font-size: 14px;
	text-decoration: none;
	background-color: #DFDFDF; 
	}

.print_nav ul li a.first {
	min-width: 70px;
	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: #90b04d 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: #90b04d;
	}

/* PRINT CHAPTER TITLE
////////////////////////////////// */

.core h2.chapter_title {
	color: #865300;
	margin-left: 40px;
	margin-bottom: 20px;
	font-size: 20px;
	}

/* CONTENT
////////////////////////////////// */

#home #maincontent {
	min-height: 500px;
	padding: 0;
	text-align: left;
	}

#home #maincontent img {
	margin-bottom: 0px;
	margin-right: 30px;
	}

.dyn #maincontent {	}

.core #maincontent {
	background: #fff url(../media/graphics/interface/little_corner.jpg) top right no-repeat;
	}

#stage {
	min-height: 400px;
	position: relative;
	padding-bottom: 60px;
	}

.dyn #stage {
	padding-bottom: 0px;
	}

#maincontent h3, h4, h5 {
	margin-left: 40px;
	}

#maincontent h3 {
	padding-top: 1.2em;
	padding-bottom: 1.5em;
	/* border-bottom: 1px solid #996600; */
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	}

.dyn #maincontent h3 { /* temporary to get rid of extra h3 at top */
	/* display: none; */
	}

#print #maincontent h3 {
	margin-bottom: 1.5em;
	margin-left: 0px;
	margin-right: 20px;
	padding-left: 60px;
	padding-right: 120px;
	border-bottom: 2px solid #eee;
	background-color: #3c85e1;
	}

.dyn #maincontent h3 {
	margin: -20px 0 40px 0;
	padding: 20px 40px;
	border-bottom: 0px;
	color: #444;
	font-size: 18px;
	background: #ddd;
	}

#maincontent h4 {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.8;
	font-size: 15px;
	font-weight: bold;
	color: #3c85e1;
	}

#maincontent h5 strong {
	margin-left: 40px;
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
	}

#maincontent p {
	margin: 0 10px 1.5em 40px;
	padding-right: 20px;
	line-height: 1.5;
	}

#maincontent ul, #maincontent ol {
	margin-left: 82px;
	margin-right: 10px;
	margin-bottom: 1.5em;
	padding-right: 60px;
	}

#maincontent li {
	margin-bottom: .5em;
	}

#maincontent hr {
	margin-left: 40px;
	margin-right: 40px;
	border: 0px;
	border-bottom: 2px solid #eee;
	background-color: transparent;
	}

#maincontent img {
	margin-right: 20px;
	margin-bottom: 3em;
	}

.dyn #maincontent img {
	margin-right: 0;
	margin-left: 0px;
	}

#maincontent .caption {
	margin-bottom: 3em;
	}

/* .dyn #maincontent .caption { margin-left: 40px; }
.dyn #maincontent .caption img { margin-left: 0; }

.dyn #maincontent .caption.inline { margin-left: 20px;
	} */

#maincontent .caption img {
	display: block;
	margin-bottom: 0;
	}

#maincontent .caption p, #maincontent .inset.caption span {
	display: block;
	clear: both;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 10px 20px;
	font-size: 11px;
	text-align: center;
	background-color: #f6f6f6;
	}

.dyn #maincontent .caption p {
	margin-left: 40px;
	}

.dyn #maincontent .two_img .caption p {
	margin-left: 0px;
	}

#maincontent .two_img, #maincontent .three_img {
	margin-bottom: 3em;
	}

.dyn #maincontent .two_img {
	margin-left: 20px;
	}

.dyn #maincontent .three_img {
	margin-left: 30px;
	}

.dyn #maincontent .two_img img {
	margin-left: 20px;
	}

#maincontent .three_img {
	margin: 0 30px 3em 30px;
	}

#maincontent .two_img .caption, #maincontent .three_img .caption {
	margin-bottom: 0;
	}

#maincontent .three_img .caption p {
	margin: 0 0 0 10px;
	}

.dyn #maincontent .two_img .caption p {
	margin-left: 20px;
	}

#maincontent .two_img div, #maincontent .three_img div {
	float: left;
	}

#maincontent .two_img img, #maincontent .three_img img {
	float: left;
	margin-bottom: 0;
	}

#maincontent .three_img img {
	margin: 0 0 0 10px;
	}

#maincontent .inset {
	float: left;
	margin-bottom: 1em;
	}

.dyn #maincontent .inset {
	float: right;
	}

#maincontent .inset.medium {
	margin-left: -60px;
	}

.dyn #maincontent .inset.medium {
	margin-left: 20px;
	margin-right: -120px;
	}

#maincontent .inset.small {
	margin-left: -20px;
	}

.dyn #maincontent .inset.small {
	margin-right: -80px;
	}

#maincontent .caption.inset span {
	margin-right: 20px;
	}

.dyn #maincontent .caption.inset span {
	margin-left: 40px;
	margin-right: 0px;
	}

.topnav {
	clear: both;
	margin-left: 60px;
	padding: 30px 0;
	font-size: 85%;
	}


.dyn #maincontent .swf {
	margin-left: 40px;
	margin-bottom: 3em;
	}

.dyn #maincontent .swf.caption p {
	margin-left: 0;
	}

#maincontent .tabs {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 1.5em;
	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 5px 5px 5px;
	}

#maincontent .tabs img {
	margin: 0;
	padding: 0;
	}

.image-container {
	display: flex;
	flex-direction: row;
	text-align: center;
	
	}
.image-container1 {
	text-align: center;
	display: flex;
	flex-direction: row;

	}
.image-wrapper {
	margin-left: -20px;
	margin-bottom: -25px;
	}
.image-wrapper2 {
	margin-left: -240px;
	margin-bottom: 2px;
	}
.image-wrapper3 {
	margin-left: 0px;
	margin-bottom: 2px;
	}
 		
/* TABLES */

#maincontent table {
	width: 670px;
	margin: 0 40px 1.5em 40px;
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	background-color: #fff;
	}

#maincontent table th, #maincontent table td {
	padding: 10px;
	border: 0px;
	}

#maincontent table th {
	background-color: #d6e6fb;
	}

#maincontent table th.table_title {
	padding: 10px;
	font-size: 14px;
	background-color: #e7e7e7;
	}

#maincontent table li{

	margin-left: -40px;
	margin-right: -50px;
	}

#maincontent table tbody th {
	text-align: left;
	}

/* CONTINUE, NEXT, AND PREVIOUS */

.stage_nav {
	clear: both;
	margin-top: 40px;
	margin-bottom: 10px;
	width: 900px;
	min-height: 40px;
	}

.stage_nav ul {
	position: relative;
	width: 900px;
	margin: 0 !important;
	padding: 0 !important;
	min-height: 40px;
	}

.stage_nav li {
	margin: 0;
	list-style-type: none;
	}

.stage_nav li a {
	display: block;
	text-decoration: none;
	}

.stage_nav li.previous {
	position: absolute;
	top: 0px;
	left: 20px;
	}

.stage_nav li.previous a {
	min-width: 90px;
	padding: 10px 10px 10px 20px;
	text-align: right;
	color: #fff;
	background: #88B6CF url(../media/graphics/interface/prev_arrow.jpg) center left no-repeat;
	}

.stage_nav li.next {
	position: absolute;
	top: 0px;
	right: 20px;
	}

.stage_nav li.next a {
	min-width: 90px;
	padding: 10px 20px 10px 10px;
	color: #fff;
	background: #88B6CF url(../media/graphics/interface/next_arrow.jpg) center right no-repeat;
	}

.stage_nav li.toc {
	width: 120px;
	margin: 0 auto;
	}

.stage_nav li.toc a {
	min-width: 120px;
	padding: 10px;
	/* border: 1px solid #88B6CF; */
	border: 1px solid #ccc;
	/* color: #88B6CF; */
	color: #999;
	text-align: center;
	background: #fff;
	}

.stage_nav li.toc a:hover {
	border: 1px solid #88B6CF;
	color: #88B6CF;
	}


/* EXPAND / COLLAPSE */

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

/* INTERACTIONS */

#maincontent .question_wrap {
	background-color: #c3d9ea;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 1.5em;
	padding: 10px 20px;
	}

#maincontent .question_wrap form {	}

#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;
	}

.question_wrap input[type="checkbox"] {
	float: left;
	margin-top: 2px;
	}

#maincontent .question_wrap form div label {
	width: 90%;
	float: right;
	}

#maincontent .question_wrap h4 {
	margin-left: 0px;
	}

#maincontent .question_wrap h3 {
	margin-left: 0px;
	margin-top: 20px;
	}

#maincontent .question_wrap p, #maincontent .question_wrap ul, #maincontent .question_wrap ol {
	margin-left: 0px;
	margin-right: 120px;
	}

#maincontent .question_wrap textarea {
	margin-bottom: 1.5em;
	}

#maincontent .question_wrap .answer {
	display: none;
	}

#maincontent .question_wrap img {
	margin: 0 0 1.5em 0;
	}

#maincontent .question_wrap .submit_button, #maincontent .question_wrap .compare {
	display: inline-block;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding: 5px 15px;
	border: 0px;
	color: #fff;
	text-decoration: none;
	background-color: #000;
	}

#maincontent .question_wrap .response {
	color: #000;
	}

#maincontent .question_wrap p.explanation {
	margin-right: 60px;
	}

.question_wrap .correct_answer {
	background-color: #d4f3ca;
	}

#maincontent .question_wrap form fieldset.condensed div {
	padding: 3px 5px;
	border-bottom: 0px;
	font-size: 12px;
	}

#maincontent .question_wrap .col {
	float: left;
	width: 45%;
	}

.question_wrap textarea {
	width: 565px !important;
	padding: 5px;
	border: 1px solid #ddd;
	}

/* TABLE OF CONTENTS - FULL PAGE */

/* TABLE OF CONTENTS */

.toc_chapter {
	margin-left: 60px;
	margin-bottom: 1.5em;
	}

#maincontent .toc_chapter h3 {
	margin-left: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	}

.toc_chapter h3 a {
	margin-bottom: 0.5em;
	color: #444;
	text-decoration: none;
	line-height: 36px;
	}

.toc_chapter h3 a:hover {
	color: #83B6D3;
	}

.toc_chapter h3 a strong {
	font-size: 24px;
	font-weight: normal;
	color: #97B249;
	}

#maincontent .toc_chapter p {
	margin-left: 0;
	margin-right: 0;
	}

.toc_chapter .toc_desc {
	float: left;
	width: 460px;
	}

.toc_chapter .toc_go {
	float: right;
	width: 180px;
	}

.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: #3c85e1;
	}

/* CHAPTER TAKEAWAYS */

.takeaways {
	background-color: #f7f7f7;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	}

.core #maincontent .takeaways {
	width: 620px;
	margin-left: 60px;
	}

.dyn #maincontent .takeaways {
	width: 660px;
	margin-left: 40px;
	}

#maincontent .takeaways h4 {
	margin-left: 0px;
	padding: 10px 0 10px 20px;
	color: #333333;
	background: #DEDEDE url(../../media/graphics/interface/takeaways_corner.jpg) top right no-repeat;
	}

#maincontent .takeaways p {
	margin-left: 40px;
	}

#maincontent .takeaways ul {
	margin: 0 0 0 40px;
	padding: 10px 20px 20px;
	}

#maincontent .takeaways ul li a {
	text-decoration: none;
	}


/* TABLE OF CONTENTS - WITHIN PRINT.HTM */

#tableofcontents {
	margin-left: 60px;
	margin-bottom: 3em;
	}

#tableofcontents ul {
	margin-left: 0px;
	list-style: none;
	}

#tableofcontents ul ul {
	margin-left: 17px;
	font-size: 85%;
	}

#tableofcontents li {
	margin-bottom: 0;
	}

#tableofcontents li ul {
	margin-top: .2em;
	margin-bottom: 1em;
	}

#tableofcontents a {
	text-decoration: none;
	}

/* DOWNLOAD VERSION */

#download h3 {
	border-bottom: 0px;
	}

#download h2.page_title, #download #progressContainer {
	margin-left: 60px;
	}

#download #progressMsg {
	margin-left: 0px;
	}

#license_agree {
	height: 250px;
	margin: 0 120px 1.5em 60px;
	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;
	}

/* IMAGE GALLERY
////////////////////////////////// */

#gallery #maincontent table#image_gallery td p {
	margin: 0;
	font-size: 2px;
	}

#gallery #maincontent table {
	margin: 0 20px;
	}

#gallery #maincontent table td {
	width: 154px !important;
	padding: 5px;
	font-size: 11px;
	}

#gallery #maincontent table td .recordDiv {
	width: 154px !important;
	}

#gallery #maincontent img {
	margin: 0 0 1.5em 0;
	}

#gallery #maincontent table td p {
	text-align: left;
	text-justify: left;
	}


/* 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;
	}




/* added styles by Dan */
.applicationBox {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	padding:10px 10px 10px 10px;
	border: 1px solid #e7ddaa;
	background-color: #fff9f0;
	}

/* carl's fix for innerNode */
.core div.page.innerNode {
    margin: 0;
    padding: 0;
	}

.core div.page.innerNode h2 {
    margin: 0;
    padding: 5px;
	}

.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;
 	}

/****************************************************************/

#zoomin {
	
}



/* ///////////////////////////////////
PRINT STYLES */

@media print {
	* { background: transparent !important; color: #444 !important; text-shadow: none; }

	a, a:visited { color: #444 !important; text-decoration: underline; }

	#maincontent a:after { content: " (" attr(href) ")"; }
	#tableofcontents a:after { content: ""; }

	.print_nav { display: none; }

	abbr:after { content: ""; } /* don't show links for images */

	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }

	img { page-break-inside: avoid; }

	@page { margin: 0.5cm; }

	.page { page-break-after: always; }

	p, h2, h3 { orphans: 3; widows: 3; }

	h2, h3 { page-break-after: avoid; }

	#nav_bar_wrap,
	#nav_bar,
	#page_title_wrap,
	#sidebar {
		display: none;
		}

	#header,
	#page_title,
	#wrap,
	#footer {
		width: 900px;
		}

	table {
		page-break-before: always;
		}

	.table th,
	.table td {
		border-style: solid;
		border-right-width: 1px;
		border-bottom-width: 1px;
		}

	#header nav { display: none; }
	/* .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; }

	.topnav { visibility: hidden; clear: both; }

	.inset {
		display: block !important;
		clear: both !important;
		float: none !important;
		}

}