@font-face {
    font-family: Candara;
	src: url(../../Fonts/CANDARA.TTF);
}

body {
	margin-top: 0px;
	background-color: #2D2A25;
}
a {
	color: #415ECF;
	text-decoration: underline;
}


#outerwrapper {
	background-color: #2D2A25;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 980px;
	top: 0;
	background-position: center;
} 

#header {
	background-image: url(../images/Header.jpg);
	height: 200px;
	background-repeat: no-repeat;
}

#topLinks {
	top: 3px;
	position: relative;
	text-align: right;
	right: 6px;
	width: 600px;
	left: 360px;
}

#topLinks a {
	font-family: Candara, Calibri, Arial;
	font-size: 1.0em;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 25px;
}
#topLinks a:hover {
	color: #BDF5BE;
	text-decoration: underline;
}

#courseTitle {
	font-family: Candara, Calibri, Arial;
	font-size: 1.6em;
	color: #FFFFFF;
	top: 30px;
	position: relative;
	text-align: right;
	right: 10px;
	width: 700px;
	left: 260px;
}

#moduleTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #1B1A1A;
	top: 32px;
	position: relative;
	text-align: right;
	right: 10px;
	width: 600px;
	left: 360px;
}
#innerwrapper {
	background-repeat: no-repeat;
	position: relative;
	display: block;
	background-color: #E9F1F8;
	margin-top: 0px;
}
#audio {
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 10px;
}
h1 {
	color: #434341;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
}
h2 {
	
	font-style: bold;
	font-size: 1.2em;
}
/*h3 {
	color: #434347;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
}*/
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
}
#page_controls {
	float: right;
	position: relative;
	width: 295px;
	margin-top: 80px;
}

.arrowCarrot   {
	font-size: 1.1em;
	padding-left: 3px;
	padding-right: 3px;
}

.arrows {
	float: right;
	text-decoration: none;
	width: 250px;
	margin-right: 20px;
}

#btnBack {
	float: left;
}

#btnBack a {
	width: 74px;
	height: 20px;
	float: right;
	background-color: #333333;
	color: #FFFFFF;
	font-family: Candara, Calibri, Arial;
	font-weight: bold;
	border-radius: 7px;
	border: thin solid #333333;
	padding-top: 2px;
	text-decoration: none;
	font-size: 1em;
	padding-bottom: 5px;
	text-align: center;
}

#btnBack a:hover {
	color: #61E7FD;
}

#btnBack a:focus {
	color: #61E7FD;
}

#btnNext {
	float: right;
	text-align: center;
}

#btnNext a {
	width: 74px;
	height: 20px;
	float: right;
	background-color: #333333;
	color: #FFFFFF;
	font-family: Candara, Calibri, Arial;
	font-weight: bold;
	border-radius: 7px;
	border: thin solid #333333;
	padding-top: 2px;
	text-decoration: none;
	font-size: 1em;
	padding-bottom: 5px;
}

#btnNext a:hover {
	color: #61E7FD;	
}

#btnNext a:focus {
	color: #61E7FD;	
}

#PageCounter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	text-align: center;
	font-weight: bold;
	position: absolute;
	width: 81px;
	left: 109px;
	height: 20px;
	top: 3px;
}




#back {
	background-image: url(../images/btn-Back.png);
	background-repeat: no-repeat;
	text-align: center;
	width: 70px;
	height: 25px;
	top: 0px;
	float: left;
	padding-top: 2px;
}
.backLink {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}

#back a:hover, #back a:active, #back a:focus {
	color: #FF3300;
	text-decoration: underline;
}
.floatLeft {
	float: left;
	margin: 0px;
}


#back a em {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

#next {
	background-repeat: no-repeat;
	text-align: center;
	width: 70px;
	height: 25px;
	background-image: url(../images/btn-Next.png);
	top: 0px;
	float: right;
	padding-top: 2px;
}
.nextLink {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}

#next a:hover, #next a:active, #next a:focus {
	color: #FF3300;
	text-decoration: underline;
}

#next a em {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
.floatRight {
	float: right;
	margin-left: 10px;
}

#content {
	float: right;
	width: 720px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	position: relative;
	top: -2px;
	display: block;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	min-height: 450px;
}

#audioControlPanel {
	float: right;
	width: 80px;
	margin-right: 35px;
	height: 30px;
	margin-top: 0px;
	text-align: right;
}

.skipnav {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}


#leftNav {
	float: left;
	overflow: hidden;
	display: block;
	width: 220px;
	min-height: 380px;
	background-color: #E9F1F8;
	height: 99%;
	margin-top: -69px;
	padding-top: 70px;
}

/* This section of the css code will style the list of Topics and Sub Topics so that it will be displayed as a flyout menu on the left hand side */

#nav {
	position: relative;
	margin: 0px;
	list-style: none;
	font-family: Candara, Calibri, Arial;
	font-size: 1em;
	font-weight: bold;
	padding-left: 0px;
	}
#nav-topic1 #topic1 a, 
#nav-topic2 #topic2 a, 
#nav-topic3 #topic3 a,
#nav-topic4 #topic4 a,
#nav-topic5 #topic5 a,
#nav-topic6 #topic6 a,
#nav-topic7 #topic7 a {
	/*color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/MenuBar.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
} 
#topic1 span, 
#topic2 span, 
#topic3 span,
#topic4 span,
#topic5 span,
#topic6 span,
#topic7 span {
	display: none;
}
#nav-topic1 #topic1 span, 
#nav-topic2 #topic2 span, 
#nav-topic3 #topic3 span,
#nav-topic4 #topic4 span,
#nav-topic5 #topic5 span,
#nav-topic6 #topic6 span,
#nav-topic7 #topic7 span {
	display: inline;
}

#nav li {
	position: relative;
	}

a em {
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;
}

/* Fix IE. Hide from IE Mac \*/
* html #nav li { float: left; height: 1%; }
* html #nav li a { height: 1%; }
/* End */

/* Hover Styles */
/*#nav li a:hover, #nav li a:focus, #nav li a:active {
	color: #000000;
	background-color: #FFFFFF;
} 

#nav li a:hover span, #nav li a:focus span, #nav li a:active span {
	display: inline;
}*/
#nav-topic1 #topic1 a, 
#nav-topic2 #topic2 a, 
#nav-topic3 #topic3 a,
#nav-topic4 #topic4 a,
#nav-topic5 #topic5 a,
#nav-topic6 #topic6 a {
	color: #000000;
	background-color: #FFFFFF;
} 
#topic1 span, 
#topic2 span, 
#topic3 span,
#topic4 span,
#topic5 span,
#topic6 span {
	display: none;
}
#nav-topic1 #topic1 span, 
#nav-topic2 #topic2 span, 
#nav-topic3 #topic3 span,
#nav-topic4 #topic4 span,
#nav-topic5 #topic5 span,
#nav-topic6 #topic6 span {
	display: inline;
}

#nav li {
	position: relative;
	}

/* Styles for Menu Items */
#nav li a {
	display: block;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	color: #186D97;

	}

#nav li a.MenuDisabled {
	display: block;
	text-decoration: none;
	color: #999999;
/*	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 25px;*/

	background-image: url(../images/MenuBar.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav li a.MenuUnchecked {
	display: block;
	text-decoration: none;
	color: #186D97;
	/*	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 25px;*/

	background-image: url(../images/MenuBar.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav li a.MenuChecked {
	display: block;
	text-decoration: none;
	color: #186D97;
/*	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 25px;*/

	background-image: url(../images/MenuBar.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#nav li a.MenuDisabledChecked {
	display: block;
	text-decoration: none;
	color: #666666;
	/*padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 25px;*/
	background-image: url(../images/MenuBar.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* Hover Styles */
.MenuUnchecked:hover, .MenuUnchecked:focus, .MenuUnchecked:active,
.MenuChecked:hover, .MenuChecked:focus, .MenuChecked:active {
	color: #000000;
	background-color: #FFFFFF;
}

.MenuDisabled:hover, .MenuDisabled:focus, .MenuDisabled:active, .MenuDisabledChecked:hover, .MenuDisabledChecked:focus, .MenuDisabledChecked:active {
	cursor: default;
}

.MenuUnchecked:hover span, .MenuUnchecked:focus span, .MenuUnchecked:active span,
.MenuChecked:hover span, .MenuChecked:focus span, .MenuChecked:active span {
	display: inline;
}

a em {
	font-style: normal;
	text-decoration: underline;
}

/* Fix IE. Hide from IE Mac \*/
* html #nav li { float: left; height: 1%; }
* html #nav li a { height: 1%; }
/* End */

/*
-----------------------Firefox alt text style

#nav li a:hover:after, #nav li a:focus:after, #nav li a:active:after {
content: " [" attr(accesskey) "] ";
}

*/

.menuSeparator {
	position: relative;
	color: #FFFFFF;
	top: 4px;
	left: 4px;
	width: 13px;
	font-weight: bold;
	font-size: 14px;
}

/* End */
#footer {
	background-color: #013765;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	position: relative;
	width: 980px;
	color: #FFFFFF;
	height: 25px;
	top: 2px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	position: relative;
}

#PLTVC_TV td {
	white-space: nowrap;
}

.Level1Link {
	text-decoration: none;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

fieldset {
	border: none;
}

fieldset legend {
	visibility: hidden;
	font-size: 0px;
}

.Level1Link:hover {
	color: #FFFFFF;
}

.Level2Link {
	text-decoration: none;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Level2Link:hover {
	color: #FFFFFF;
}

.NodeImg {
	vertical-align: middle;
	padding-right: 2px;
}
.audioText {
	color: #5C688B;
	font-weight: bold;
}
.removeLinkOutline {
	text-decoration: none;
}

.button {
	/*background-color: #5C688B;*/
	/*background-color: #F5F5BE;*/
	background-color: #959EB9;
	color: #000000;
	border-left: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
}

.ruleLine {
	color: #959EB9;
	width: 50%;
}.audioContainer {
	float: right;
	position: relative;
}
#audioContainer {
	float: right;
	position: relative;
	width: 300px;
	padding-left: 20px;
}
#glossary {
	width: 40px;
	position: absolute;
	height: 35px;
	left: 270px;
}
.textIcon {
	margin-left: 10px;
}

.speakerIcon {
	margin-right: 10px;
}
.floatImageRight {
	float: right;
	margin-left: 18px;
}

#TestEngine {
	position: relative;
}

.btnStartTest {
	margin: 0px;
	padding: 2px;
}

.btnRetakeTest {
	margin: 0px;
	padding: 2px;
}

#teForm {
}

#teForm blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	top: -1.3em;
}

#teForm div.teChoice {
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	top: -1.3em;
}

.teChoiceBtn {
	vertical-align: middle;
}

#teFeedback {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: 80%;
	background-color: #FFFFFF;
	border: 2px solid #999999;
	margin: 0px;
	padding: 10px;
	box-shadow: 10px 10px 5px #888888;
}

#TestEngine input[type="checkbox"], #TestEngine input[type="radio"], #TestEngine label {
	cursor: pointer;
}

#TestEngine input[type="radio"] {
	position: relative;
	top: -3px;
}

