@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	padding: 0;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	background-color: #b7be9d;
}
sup {
	color: #006666;
}
img, table {
	border: none;
}
a#skipNavigation {
	line-height: 0;
	position: absolute;
	float: left;
	left: 0;
	top: 0;
	text-indent: -999px;
}
a#skipNavigation.linkFocus {
	padding: 2em 1em;
	line-height: 1em;
	background-color: #fff;
	color: #555;
	text-indent: 0;
	font: normal .8em Verdana, Arial, Helvetica, sans-serif;
}
#wrapperMain, #wrapperMainTwo {
	top: 0px;
	margin: auto;
	padding: 0;
	width: 975px;
	background: #fff url(../images/interface/wrapperContentBg.gif) center top repeat-y;
}
#header {
	margin: 0;
	padding: 0;
	height: 110px;
	background: #ffffff url(../images/interface/headerBg.jpg) top left no-repeat;
}
#wrapperMainTwo h2.titleTopic {
	width: 45%;
	float: left;
}
#tagline {
	margin: .7em 1em 0 0;
	padding: 0;
	float: right;
	font: normal .85em Arial, Helvetica, sans-serif;
	color: #fff;
}
#wrapperContent {
	margin: 0;
	padding: 20px 40px;
	min-height: 450px;  /*  NOTE - using em's for height gives different dimensions for IE7+ and Firefox.  So use pixels!  */
	max-height: 450px;
	height:auto !important;
}
/****** Navigation ******/
#tabHelp, #tabResources, #tabExitCourse {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
#menuNav {
	margin: 52px 0 0 0;
	padding: 0;
	width: 400px;
	height: 30px;
	cursor: pointer;
	float: right;
}
#mainNav, #mainNav ul {
	margin: 0;
	padding: 0;
	float: left;
}
#mainNav li {
	list-style: none;
}
#mainNav a {
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
	color: #2a5889;
	font: normal .75em Verdana, Arial, Helvetica, sans-serif;
}
#mainNav li ul {
	margin: 0;
	padding: 0;
	background: #e1e1e2;
	position: absolute;
	margin-left: -9.3em;
	z-index: 20;
	left: -999em;
	width: 260px;
}
#mainNav li ul li a {
	padding: .4em .4em .5em 2.4em;
	border: 1px solid #eaeaea;
	color: #2a5889;
	width: 225px;
}
.active {
	background: #c7dffb;
}
#mainNav a.unavailable {
	cursor: default;
	color: #333;
	background: url(../images/interface/iconUnavailable.gif) .3em .5em no-repeat;
}
a.incomplete {
	background: url(../images/interface/iconAvailable.gif) .3em .5em no-repeat;
}
a.complete {
	background: url(../images/interface/iconComplete.gif) .3em .5em no-repeat;
}
a:hover.incomplete, a:focus.incomplete {
	background: #c7dffb url(../images/interface/iconAvailable.gif) .3em .5em no-repeat;
	color: #2a5889;
}
a:hover.complete, a:focus.complete {
	background: #c7dffb url(../images/interface/iconComplete.gif) .3em .5em no-repeat;
	color: #2a5889;
}
#mainNav li ul ul {
	margin: 0;
}
#mainNav li:hover > ul, #mainNav li:focus > ul {
	left: auto;
}
#mainNav a:hover, #mainNav a:focus {
	color: #2a5889;
}
#mainNav .soasfhover {
	left:auto;
}
#mainNav li:hover, #mainNav li:focus {
	position: static;
	left: auto;
}
#mainNav li ul.menuFocus {
	left: auto;
}
/****** End Navigation ******/

#content {
	position:relative;
	margin: 0 0;
	padding: 0 0;
	color: #000000;
	font: 1em Arial, Helvetica, sans-serif;
	clear: left;
}
.item {
	font:inherit;
}
#contentLeft {
	width:600px;
	clear: left;
}
#textExampleLeft p {
	position:relative;
	font-family:"Times New Roman", Times, serif;
	top:0px;
	left:40px;
	width:550px;
	clear: left;
}
#beforeExample p {
	position:relative;
	font-family:"Times New Roman", Times, serif;
	top:0px;
	left:0px;
	width:420px;
	clear: left;
}
#afterExample p {
	position:relative;
	font-family:"Times New Roman", Times, serif;
	top:0px;
	left:0px;
	width:420px;
	clear: left;
}
#templateExampleScores {
	position:relative;
	display:block;
	background-color:#f1f5e2;
	top:0px;
	left:40px;
	width:550px;
}
#templateExampleScores p {
	position:relative;
	margin:15px;
}
#readabilityScores {
	position:relative;
	display:block;
	background-color:#f1f5e2;
	top:0px;
	left:0px;
	width:390px;
}
#readabilityScores p {
	position:relative;
	margin:15px;
}
#contentRight {
	position:absolute;
	left:600px;
	top:0px;
	width:250px;
}
#content h1 {
	display:block;
	width: 700px;
	font: bold 22px Arial, Helvetica, sans-serif;
	letter-spacing: .05em;
	margin-top:.3em;
	color: #7e8a65;
}
#content h2 {
	display:block;
	font: bold 18px Arial, Helvetica, sans-serif;
	letter-spacing: .05em;
	margin-bottom:.3em;
	color: #306c89;
}
#content h3 {
	display:block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .03em;
	line-height:22px;
	color: #59607c;
}
#content h4 {
	display:block;
	position:relative;
	top:-10px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .05em;
	color: #356d84;
}
#content p {
	display:block;
	font-size:16px;
	line-height:1.2em;
}
.reference {
	display:block;
	font-size:14px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#content ul {
	list-style-type:disc;
	list-style-position: outside;
	margin-left:40px;
}
#content ol {
	list-style-type:decimal;
	list-style-position: outside;
	margin-left:0px;
}
#content li {
	font-size:16px;
	line-height:27px;
}
#content a {
	font-size:14px;
	color:#06F;
	letter-spacing:.02em;
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
	color:#00F;
}
#wrapperMainTwo #content {
	width: 35%;
	float: left;
}
#content .box h4 {
	margin: 0;
	padding: 0;
	font: bold 1.1em Arial, Helvetica, sans-serif;
}
.box {
	margin: 0 0 0 2em;
	display: none;
}
.box p {
	margin: .5em 0;
	padding: 0;
}
.box ul {
	margin: 0 0 0 .5em;
	padding: 0;
}
.box ul ul {
	margin: 0 0 .5em 1em;
	padding: 0;
}
#wrapperContent .floatCenter {
	margin: auto;
	clear: both;
}
div.pluginViewers {
	margin: 1em auto;
	padding: 1.2em .4em 0em 5.6em;
	background: #ffffff url(../images/interface/iconPlugins.jpg) top left no-repeat;
	color: #888;
	font-size: .85em;
	width: 38em;
	height: 36px;
	text-align: left;
	border: 1px solid #e7ebf0;
	clear: both;
}
div.pluginViewers a, div.pluginViewers a:visited {
	color: #116767;
	text-decoration: none;
}
.pluginError {
	margin: 10px;
	padding: 5px 10px 5px 55px;
	border: 1px solid red;
	color: #fff;
	font: bold 14px "Courier New", Courier, monospace;
	background: #FF0000 url(../images/interface/redX.gif) top left no-repeat;
	text-align: left;
	width: 250px;
}
#wrapperContent .boxShowHide h1 {
	margin: 0 0 .5em 0;
	padding: 0;
	width: auto;
	text-align: center;
	background-color: #e5ebf0;
	color: #144e81;
	font: bold .95em Arial, Helvetica, sans-serif;
}
.popupClose {
	display: block;
	margin: auto;
	padding: 8px 0;
	text-align: center;
	width: 200px;
}
#footer {
	margin: 0;
	padding: 0;
	clear: both;
	width: 975px;
	height: 50px;
	text-align: center;
	background: url(../images/interface/footerBg.jpg) center top no-repeat;
}
#btnHelp {
	margin: 0 .2em 0 0;
	padding: 0;
	float: left;
}
#boxFooter {
	margin: 0;
	padding: 0;
	float: left;
}
#completionInfo {
	margin: 22px 0 0 40px;
	font: 14px bold Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#306C89;
	text-align: left;
	width: 160px;
	float: left;
}
html > body #completionInfo {
	width: 160px;
}
#progressBar {
	margin: 22px 0 0 0;
	padding: 0;
	width: 555px;
	height: 18px;
	float: left;
}
#progBarIndicator {
	margin: 0 0 0 0;
	padding: 0;
	height: 18px;
	background: url(../images/interface/progBarIndicator.gif) left top no-repeat;
	float: left;
}
#btnBackAnchor, #noBack {
	margin: 20px 2px 0 20px;
	padding: 0;
	float: left;
}
#btnNextAnchor, #noNext {
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
}
#footerInfo {
	margin: 0;
	padding: .4em 0;
	clear: both;
	color: #333;
	font: normal .7em Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #fff;
}
#footerInfo a {
	margin: 0;
	padding: 0 .5em;
	clear: both;
	color: #003899;
	border-right: 1px solid #003899;
}
 @media print {
#wrapperMain, #wrapperMainTwo {
	width: 6.25in;
}
#wrapperMainTwo h2.titleTopic {
	width: 100%;
	color: #000;
}
#wrapperMain #content, #wrapperMainTwo #content {
	width: 100%;
	float: left;
	color: #000;
}
#tabExitCourse, #menuNav, #btnResources, #btnHelp, #instructions, #btnBack, #btnNext, #footerInfo a, .noPrint {
	display: none;
}
body, #header, #footer {
	background: none;
	background-color: #fff;
	height: 1in;
	color: #000;
}
#titleLogo {
	margin: auto;
	float: none;
	color: #000;
}
#tagline {
	margin: 0;
	padding: 0;
	float: right;
	color: #fff;
	color: #000;
}
#header h1, #header h2 {
	margin: 0;
	color: #000;
	font-size: 1.2em;
	text-align: center;
}
#header h1.titleLesson {
	margin: .5em 0;
	color: #000;
	font: bold 12pt Arial, Helvetica, sans-serif;
	float: left;
	text-align: left;
}
h2.titleTopic {
	color: #000;
}
#header h2 {
	font-size: 1em;
	color: #000;
}
#footerInfo {
	text-align: center;
}
.boxBlue {
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	float: none;
}
.boxShowHide, .box {
	display: block;
}
.boxQuote {
	margin: 0;
	padding: .5em .5em .5em .5em;
	clear: both;
	width: 100%;
}
}
@media aural {
h1, h2, h3, h4, h5, h6 {
	voice-family: paul, male;
	stress: 20;
	richness: 90
}
h1 {
	pitch: x-low;
	pitch-range: 90
}
h2 {
	pitch: x-low;
	pitch-range: 80
}
h3 {
	pitch: low;
	pitch-range: 70
}
h4 {
	pitch: medium;
	pitch-range: 60
}
h5 {
	pitch: medium;
	pitch-range: 50
}
h6 {
	pitch: medium;
	pitch-range: 40
}
li, dt, dd {
	pitch: medium;
	richness: 60
}
dt {
	stress: 80
}
pre, code, tt {
	pitch: medium;
	pitch-range: 0;
	stress: 0;
	richness: 80
}
em {
	pitch: medium;
	pitch-range: 60;
	stress: 60;
	richness: 50
}
strong {
	pitch: medium;
	pitch-range: 60;
	stress: 90;
	richness: 90
}
dfn {
	pitch: high;
	pitch-range: 60;
	stress: 60
}
s, strike {
	richness: 0
}
i {
	pitch: medium;
	pitch-range: 60;
	stress: 60;
	richness: 50
}
b {
	pitch: medium;
	pitch-range: 60;
	stress: 90;
	richness: 90
}
u {
	richness: 0
}
a:link {
	voice-family: harry, male
}
a:visited {
	voice-family: betty, female
}
a:active {
	voice-family: betty, female;
	pitch-range: 80;
	pitch: x-high
}
/**********   Mark's new CSS   **********/

.popupWindow {
	display:block;
	left:200px;
}
