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: #595245; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }

a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #595245; }
a:hover { color: #83B6D3; }

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

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

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

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background-color: #F2F7F8;
	}
	
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: #91B1BC; }
#header_wrap { background-color: #A0C4D0; }
#page_title_wrap { background-color: #DFDFDF; }
#footer_wrap { }
	
#nav_bar,
#header,
#page_title,
#wrap,
#footer {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 5px 10px;
	}
	
#page_title,
#wrap { padding: 0px 10px; }

.dyn #wrap {
	background: #fff url(media/graphics/interface/wrap_bg.gif) repeat-y;
	}
	
#maincontent {
	float: left;
	width: 700px;
	min-height: 450px;
	margin-bottom: 20px;
	padding: 60px 0 60px 0;
	background-color: #fff;
	}
	
.dyn #maincontent {
	float: right;
	min-height: 300px;
	padding-bottom: 0px;
	}
	
#sidebar {
	float: right;
	width: 240px;
	padding-top: 60px;
	}
	
.dyn #sidebar {
	float: left;
	padding-top: 50px;
	}
	
#footer {
	clear: both;
	padding: 0 10px 10px 10px;
	}
	
#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	}
	

	
/* 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: #A0C4D0;
	}
	
#nav_bar a:hover {
	background-color: #aed5e4;
	}
	
#nav_bar p {
	position: absolute;
	top: 25%;
	right: 10px;
	color: #fff;
	font-size: 11px;
	}

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

.dyn #header_wrap {
	border-bottom: 4px solid #91B1BC;
	}
	
#header h1 { padding: 30px 0; }
.dyn #header h1 { padding: 3px 0 0 0; }

#header h1 a {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	}
	
.dyn #header h1 a { font-size: 14px; }

.dyn #header h1 img { margin-right: 10px; }

.dyn #header p {
	position: absolute;
	top: 28%;
	right: 10px;
	}
	
.dyn #header p a {
	display: block;
	padding: 6px 15px;
	text-decoration: none;
	background-color: #fff;
	}
	
/* PAGE TITLE
////////////////////////////////// */

#page_title h2 {
	float: left;
	width: 640px;
	padding: 30px 0 30px 60px;
	font-size: 24px;
	font-weight: normal;
	background-color: #d7d7d7;
	}
	
.dyn #page_title h2 {
	float: right;
	padding: 30px 0 30px 60px;
	}
	
	
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: #E0BBA9;
	background: #595245 url(media/graphics/interface/next_arrow_splash.jpg) center right no-repeat;
	}
	
p#begin_btn a:hover {
	color: #E0BBA9;
	background: #776e5d url(media/graphics/interface/next_arrow_splash_ov.jpg) center right no-repeat;
	}
	
/* SIDEBAR
////////////////////////////////// */

	
#sidebar ul {
	margin-left: 0;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	list-style-type: none;
	}
	
#sidebar li {
	width: 240px;
	margin-bottom: 5px;
	}
	
.dyn #sidebar li {
	margin-bottom: 0;
	}
	
#sidebar a {
	display: block;
	padding: 5px 5px 5px 40px;
	font-size: 14px;
	text-decoration: none;
	}
	
.dyn #sidebar a {
	padding-left: 10px;
	font-size: 12px;
	}
	
#sidebar li.here a,
#sidebar li.here a:hover,
#sidebar a.menu_here,
#sidebar a.menu_here:hover {
	border-bottom: 2px solid #DEDEDE;
	color: #CC9999;
	background-color: #fff;
	}

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

#sidebar ul ul {
	margin-top: .5em;
	margin-bottom: .5em;
	padding-bottom: 0px;
	}
	
.dyn #sidebar ul ul a {
	margin-left: 20px;
	font-size: 85%;
	}
	
.dyn #sidebar ul ul ul a {
	margin-left: 40px;
	font-size: 85%;
	}
	
#ext_resources {
	border-top: 2px solid #fff;
	}
	
.dyn #sidebar #produced_by {
	padding-left: 10px;
	font-size: 11px;
	color: #aaa;
	}

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

#home #maincontent {
	margin-bottom: 0px;
	padding: 10px 0 0 0;
	text-align: left;
	background-color: transparent;
	}
	
#home #maincontent img {
	margin-bottom: 0px;
	margin-right: 0px;
	}
	
.dyn #maincontent img {
	margin-bottom: 1.5em;
	}
	
.dyn #maincontent {
	position: relative;
	padding-top: 0;
	background-color: #fff;
	}
	
#stage {
	min-height: 400px;
	position: relative;
	}
	
.dyn #maincontent h2 {
	margin-bottom: 50px;
	padding: 12px 20px;
	font-weight: normal;
	font-size: 15px;
	background-color: #E4EAED;
	}
	
#maincontent h3, h4, h5 {
	margin-left: 60px;
	}
	
#maincontent h3 {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	font-size: 16px;
	font-weight: normal;
	}
	
#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: #f8f8f8;
	}
	
.dyn #maincontent h3 {
	margin: 0 0 40px 0;
	padding: 10px 30px;
	border-bottom: 0px;
	color: #4e483c;
	font-size: 16px;
	background-color: #dde4e8;
	}
	
#maincontent h4 {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.8;
	font-size: 15px;
	font-weight: normal;
	color: #c07f51;
	}
	
#maincontent h5 strong {
	margin-left: 60px;
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
	}
	
#maincontent p {
	margin: 0 120px 1.5em 60px;
	line-height: 1.5;
	/* text-align: justify; */
	text-justify: distribute;
	}
	
#maincontent ul,
#maincontent ol {
	margin-left: 82px;
	margin-right: 120px;
	margin-bottom: 1.5em;
	}
	
#maincontent li {
	margin-bottom: .5em;
	}
	
#maincontent table {
	margin: 0 60px 1.5em 50px;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	font-size: 12px;
	background-color: #eee;
	}
	
#maincontent table th {
	vertical-align: middle;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-erif;
	background-color: #fff;
	}
	
#maincontent table td,
#maincontent table th {
	padding: 5px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	}
	
#maincontent table p,
#maincontent table ol,
#maincontent table ul {
	margin: 0px;
	padding: 0px;
	}
	
#maincontent hr {
	margin-left: 20px;
	margin-right: 60px;
	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: 20px; }
	
#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 { margin-bottom: 0; }
	
.core #maincontent .caption p,
.dyn #maincontent .caption p {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 10px 20px;
	font-size: 11px;
	text-align: center;
	background-color: transparent;
	}
	
#maincontent .two_img,
#maincontent .three_img {
	margin-bottom: 3em;
	}
	
#maincontent .two_img div,
#maincontent .three_img div,
#maincontent .two_img img,
#maincontent .three_img img {
	float: left;
	margin-left: 20px;
	}
	
.dyn #maincontent .two_img {
	margin-left: 20px;
	}
	
.two_img img {
	display: block;
	}
	
#maincontent .caption p {
	clear: both;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 10px 20px;
	text-align: center;
	background-color: #f6f6f6;
	}
	
.topnav {
	margin-left: 60px;
	padding: 30px 0;
	font-size: 85%;
	}
	

	
/* IMAGE ADJUSTMENTS */

#maincontent img.small { margin-right: 10px; }
#maincontent img.inset {
	margin-bottom: 1.5em;
	}
	
#maincontent img.medium.inset {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	margin-left: -60px;
	}
	
#maincontent .caption img.inset {
	display: inline-block;
	margin-left: 0px;
	}
	
div.swf {
	margin-bottom: 3em;
	}
	
/* CONTINUE, NEXT, AND PREVIOUS */

.stage_nav {
	width: 680px;
	min-height: 40px;
	margin: 0 10px;
	margin-top: -10px;
	margin-bottom: -20px;
	}
	
#maincontent .stage_nav ul {
	list-style: none;
	margin-left: 0px;
	margin-right: 0px;
	}
	
#maincontent .stage_nav ul li {
	float: left;
	width: 50%;
	position: relative;
	}
	
#maincontent .stage_nav ul li a {
	position: absolute;
	display: block;
	width: 100px;
	padding: 8px 15px;
	font-size: 14px;
	text-decoration: none;
	color: #E0BBA9;
	background-color: #595245;
	}
	
#maincontent .stage_nav ul li a.previous {
	left: 0px;
	text-align: right;
	background: #595245 url(media/graphics/interface/prev_arrow.jpg) center left no-repeat;
	}
	
#maincontent .stage_nav ul li a.next {
	right: 0px;
	background: #595245 url(media/graphics/interface/next_arrow.jpg) center right no-repeat;
	}
	
/* EXPAND / COLLAPSE */

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

#maincontent .question_wrap {
	background-color: #f9f9f9;
	margin-left: 60px;
	margin-right: 60px;
	margin-bottom: 1.5em;
	padding: 10px 20px;
	border: 1px solid #aaa;
	}
	
#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;
	}
	
#maincontent .question_wrap form div label {
	}
	
#maincontent .question_wrap h4 {
	margin-left: 0px;
	}
	
#maincontent .question_wrap p {
	margin-left: 0px;
	margin-right: 60px;
	}
	
#maincontent .question_wrap ul,
#maincontent .question_wrap ol {
	margin-left: 40px;
	margin-right: 60px;
	}
	
#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 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;
	}
	
/* SUB_HEAD CLASSES */
	
#print #maincontent h3.sub_head {
	padding: 10px 0 10px 60px;
	background-color: transparent;
	}
	
.dyn .sub_head small {
	display: none;
	}
	
.core .sub_head small {
	display: block;
	font-size: 12px;
	color: #aaa;
	}


/* 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 {
	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: 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: #83B6D3;
	}
	
	
/* 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;
	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; }




/* 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;
	}
	
/*Special stuff Carl added for this module...don't delete*/
	
/* .sidebar1 {
	color:#F00;
	padding: 10px;
	border:solid black 1px;
	background-color:#eee;
	font-size:1.2em;
	margin: 20px;
	margin-left: 40px;
	margin-right: 40px;
} */


	
/* .sidebar2 {
	font-weight:bold;
	padding: 10px;
	border:solid black 1px;
	background-color:#fff;
	font-size:1em;
	margin: 20px;
	margin-left: 60px;
	margin-right: 60px;
} */

#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 {
	* { background: transparent !important; color: #444 !important; text-shadow: none; }
	
	a, a:visited { color: #444 !important; text-decoration: underline; }
	
	a:after { content: " (" attr(href) ")"; }
	
	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: 700px;
		}
	
	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; }

}