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

/* Global Styles */
* {
	margin: 0px;
	padding: 0px;
}

body {
	overflow: auto;
	background-color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	}

#wrapper {
	position:relative;
	width: 996px;
	margin: 0px auto;
	background-color: #EEE;
}

#wrapper p {
	color: #000;
	font-size: 0.9em;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 24px;
	margin-bottom: 20px;
}

/* Body links — underline is required so links are distinguishable by more
   than color alone (WCAG 1.4.1). #1e7a3c is the darkened green that passes
   AA (~4.9:1) on white, replacing the original #396 (~3.6:1, fails AA). */
#wrapper a:link, #wrapper a:visited {
	text-decoration: underline;
	color: #1e7a3c;
}

#wrapper a:hover {
	text-decoration: underline;
	color: #0f4d25;
}

#wrapper a:focus,
#wrapper a:focus-visible {
	outline: 2px solid #0078c0;
	outline-offset: 2px;
}

#contents {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 996px;
}

#titlebox {
	padding: 8px;
	color: #000;
}

#footer {
	text-align: center;
	font-size: 0.8em;
	margin-top: 40px;
	padding-bottom: 20px;
}

/* Headings */
h1 {
	font-size: 1.1em;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.0em;
	margin-bottom: 0.5em;
	margin-left: 20px;
}

h3 {
	font-size: 0.95em;
	margin-bottom: 0.5em;
	margin-left: 20px;
}


/* Two column design */
#leftdiv {
	position: absolute;
	width: 250px;
	left: 10px;
	margin-top: 10px;
}

#leftdiv nav ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#leftdiv li {
	font-size: 0.85em;
	margin-bottom: 0.1em;
}

/* Top-level nav links (section headings and Table of Contents).
   #1e7a3c on white passes AA (~4.9:1); underline-on-hover plus a visible
   focus ring satisfies WCAG 1.4.1 and 2.4.7.

   min-height + vertical padding together guarantee at least 24px of
   click/touch target per WCAG 2.2 Target Size (Minimum) 2.5.8. */
#leftdiv li a:link, #leftdiv li a:visited {
	text-decoration: none;
	color: #1e7a3c;
	display: flex;
	align-items: center;
	min-height: 24px;
	padding: 0.5em 0.4em 0.5em 0.5em;
	box-sizing: border-box;
}

#leftdiv li a:hover {
	text-decoration: underline;
	background-image: url(../../assets/images/orangegradient.jpg);
	color: #000;
}

#leftdiv li a:focus,
#leftdiv li a:focus-visible {
	outline: 2px solid #0078c0;
	outline-offset: -2px;
	text-decoration: underline;
}

/* Nested (sub-section) links are indented more. */
#leftdiv ul ul a:link, #leftdiv ul ul a:visited {
	padding: 0.5em 0.4em 0.5em 2.5em;
}

/* Section headings (TABLE OF CONTENTS, GETTING STARTED, etc.) sit at
   the top level. Give them a small top margin for visual grouping. */
#leftdiv .section-heading {
	margin-top: 0.6em;
}

#leftdiv > nav > ul > li:first-child .section-heading {
	margin-top: 0;
}

/* Current page indicator (aria-current="page") — bolded and underlined,
   with a colored left border as a non-color visual cue. The padding-left
   is reduced by the border width so the text stays visually aligned. */
#leftdiv a[aria-current="page"] {
	font-weight: bold;
	text-decoration: underline;
	border-left: 4px solid #1e7a3c;
	padding-left: calc(0.5em - 4px);
}

#leftdiv ul ul a[aria-current="page"] {
	padding-left: calc(2.5em - 4px);
}

#leftdiv ul ul a[aria-current="page"] {
	padding-left: calc(2.5em - 4px);
}

#rightdiv {
	padding-top: 10px;
	padding-left: 15px;
	margin-left: 270px;
	margin-right: 10px;
	border-left: solid black 1px;
}

#rightdiv ol {
	margin-left: 30px;
	font-size: 0.95em;
}

#rightdiv li {
	margin-bottom: 10px;
}

#rightdiv ul {
	margin-left: 30px;
	font-size: 0.95em;
}

/* Table Styles */
.datatable {
	border: 2px solid #B2C4DE;
	border-collapse: collapse;
}

.datatable td {
	border: 1px solid #B2C4DE;
	font-size: 0.90em;
	text-align: left;
	padding: 0.3em 0.3em 0.3em 45px;
}

.datatable th {
	border: 1px solid #B2C4DE;
	text-align: center;
	color: #33517A;
	background-color: #D6D7D8;
	font-weight: bold;
	text-transform: capitalize;
	padding: 0.2em;
}

.datatable caption {
	font-size: 1.0em;
	font-weight: bold;
	padding: 0.4em 0 0.3em 0;
	background-color: #B2C4DE;
	color: #33517A;
	border: 1px solid #789AC6;
}

/* For the Left Column Images */
.leftimage {
	margin-left: 10px;
	margin-bottom: 15px;
	border: 1px solid #B2C4DE;
}

/* Used on a single cell table for images with captions */
.rightimage {
	margin-left: 20px;
	border: 1px solid #B2C4DE;
}

.rightimage caption {
	font-size: 0.80em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0.1em 0 0.9em 0;
	color: #333;
	text-align: left;
	line-height: 1.2em;
}

/* Used for side-by-side image caption text */
.captiontext {
	font-size: 0.80em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 20px;
	padding: 0.1em 0 0.9em 0;
	color: #333;
	text-align: left;
	line-height: 1.2em;
}

/* Common Styles */
/* ------------- */
.smaller {
	font-size: 0.80em;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.red {
	color: #F00;
}