/************************************************************************/
/********************* General HTML Styles (START) **********************/
/************************************************************************/

body {
	background: #ffff99;
	font-family: Arial;
	color: #cc3300;
}
a {
	color: red;
	text-decoration: none;
}
a:hover {
	color: #888888;
	text-decoration: none;
} 
h1 {
	color: #cc3300;
	font-family: Arial;
	font-size: 3em;
	display:inline;
}
h2 {
	border-bottom: 1px solid #cc3300;
	color: #cc3300;
	margin-bottom: 3px;
}
h3 {
	font-size: 18px;
	border: 1px solid #749EA9;
	background: #dee7ec;
	padding: 4px;
	width: 50%;
}
h4 {
	color: #cc3300;
}

/************************************************************************/
/********************* General HTML Styles (END) ************************/
/************************************************************************/

/************************************************************************/
/**************** Review Styles - MC, FC, Vocab (START) *****************/
/************************************************************************/

.question {
	background-color: #ffffff;
	width: 650px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 25px;
	padding: 15px;
	position: relative;
}
span.question-heading{
	color: red;
	font-size: 32px;
	float:left;
}
span.question-heading2{
	color: black;
	float:right;
}
div.question-text{
	color: black;
	font-weight: bold;
	font-size: 22px;
	margin-right: 145px;
}
.question-file{
	float:right;
	color: black;
	font-weight:bold;
	background-color:yellow;
}
ol.answer-list {
	list-style-type: none;	
	width: 585px;
	margin-left: 25px;
	font-size: 22px;
	color:black;
}
.radio-answer {
	position: relative;
}
.correct-answer {
	background-color:#009900;
	color: #ffffff;
	padding-left: 3px;
	font-size: 22px;
	margin-bottom: 3px;
	margin-right: 5px;
}
.wrong-answer {
	background-color:#ee0000;
	color: #ffffff;
	padding-left: 3px;
	font-size: 22px;
	margin-bottom: 3px;
	margin-right: 5px;
}
.explanation {
	border: 1px solid #000033;
	background-color: #ddddff;
	color: #000033;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-left: 3px;
	font-size: 22px;
}
.diagnostic-result-item {
	position: relative;
	border: 1px solid #cc3300;
	background-color: #ffffff;
	margin-top: 5px;
	margin-left: 25px;
	margin-right: 35px;
	padding-left: 5px;
}
.diagnostic-result-image {
	float: right;
}
.diagnostic-result-qa {
	float:left;
}
.mc-result-image {
	position: absolute;
	right: 2px;
	top: 2px;
}
#flashcard{
	font-size: 18px;
	color: black; 
}
.test-button{
	margin-left: 600px;
	width: 100px;
}

/************************************************************************/
/**************** Review Styles - MC, FC, Vocab (END) *******************/
/************************************************************************/

/************************************************************************/
/*************************** Other Styles (START) ***********************/
/************************************************************************/

/* title */
#title {
	position: relative;
	color: #cc3300;
	font-family: Arial;
	font-size: 3.5em;
	font-weight: bold;
}
/* container */
#undernav {
	position:relative;
	right: 0px;
	font: 1.2em arial;
	color: #cc3300;
	text-align: right;
}
#loginbar {
	position:relative;
	font: 1.2em arial;
	color: #cc3300;
	text-align: right;
}
#subundernav {
	font: .9em verdana, arial, sans-serif;
	border-bottom: 1px solid #749EA9;
	background: #fff;
	text-align: left;
	padding: 1px;
}
#header {
	position:relative;
	height: 100px;
	width: 100%;
}
#navcontainer {
	background-image: url(../images/tri-color-bar.png);
	background-repeat: repeat-x;
	height: 69px;
	width: 100%;
}
#leftcontent{
	width: 17.5%;
	float: left;
}
#leftbar{
	border: 0px;
	text-align: left;
	background-color: #cc3300;
	color: #ffffff;
}
#leftbar2{
	margin: 0px 0px 0px 10px;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	border: 0px;
	text-align: left;
	border: 2px dashed #cc3300;
	color: #cc3300;
	background-color: white;
}
#rightcontent{
	float: right;
	width: 75%;
	margin: 0px 40px 0px 10px;
	color:#cc3300;
}
#footer {
	position: relative;
	bottom: 0px;
	background-image: url(../images/tri-color-bar.png);
	background-repeat: repeat-x;
	text-align: center;
	padding: 2px;
	padding-top: 23px;
	height: 69px;
	width:100%;
	font-size: 1.2em;
	font-weight: normal;
}
/* Top Navigation */
ul#navlist{
	font: bold 11px verdana, arial, sans-serif;
	list-style-type: none;
	padding-bottom: 24px;
	margin: 0;
}
ul#navlist li
{
	float: left;
	height: 21px;
	background-color: #cc3300;
	margin: 2px 2px 0 2px;
}
li#active a{ 
	background-color: #ffff99;
	color: #cc3300; 
}
#navlist a{
	float: left;
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 4px;
}
#navlist a:hover { 
	background-color: #ffffff;
	color: #cc3300;
}
/* side navigationn */
ul#leftbar{
	margin: 0 0 0 10px;
	padding: 0;
}
#leftbar li{
	list-style-type: none;
	background-color: #cc3300;
	color: #ffffff;
	font-weight: 600;
	font-size: 15px;
	font-family: Arial;
	text-align: left;
	padding: .3em;
	margin-bottom: .1em;
}
#leftbar li a{
	color: #ffffff;
	text-decoration: none;
	display: block;
}
#leftbar li a:hover{
	background-color: #ffffff;
	color: #cc3300;
}
/* pull quote */
.pullquote {
	width: 145px;
	background: #dee7ec;
	color:black;
	float: right;
	border:1px solid #749EA9;
	font-weight:bold;
	line-height:140%;
	padding:5px;
	margin-top:10px;
	margin-left:10px;
}
/* drop cap */
.dropcap {
	float:left;
	color:#cc3300;
	font-size:100px;
	line-height:70px;
	padding-top:2px;
	font-family: Arial;
}
/* important box */
#important {
	width: 96%;
	background: rgb(255,235,205);
	color:black;
	border:1px solid rgb(255,160,122);
	font-weight:bold;
	font-size: 1.2em;
	line-height:140%;
	padding:5px;
	margin-top:10px;
	margin-left:10px;
	text-align: left;
	position: relative;
}
/* comment style */
.navlist li {
	width: 135px;
	background-color: #FFFFB9;
	padding-bottom: 2px;
}
#test li{
	list-style-type: none;
	font-size: 1.1em;
	font-weight: bold;
	width: 95%;
}
#subtest li{
	margin-left: -25px;
	font-size: 15px;
	color: #111111;
	font-family: monospace;
}
#subtest li a{
	color: blue;
}
#subtest li a:hover{
	color: white;
	background-color: darkblue;
}
span.testmenu{
	margin: 5px;
	background-color: #c5d6de;
}
span.testmenu a{
	color: black;
}
span.testmenu a:hover{
	color: white;
	background-color:LightSlateGray;	
}
span.backtotop{
	float: right; 
	text-align: right; 
}
span.backtotop a{
	color: gray;
	font-size: 0.8em;
}
span.backtotop a:visited{
	color: gray;
}
span.backtotop a:hover{
	color: black;
}
div.reviewcontent{
	border: 2px solid black;
	padding:5px;
	margin-top:10px;
	margin-left:10px;
	width: 600px;
}
span.correct{
	color: green;
	font-size: 1.4em;
	font-weight: bold;
	font-family: verdana;
	font-weight: bold;
	margin-top: 5px;
	padding: 3px;
	border: 2px solid green;
}
span.incorrect{
	font-family: verdana;
	font-weight: bold;
	margin-top: 5px;
	color: red;
	font-size: 1.4em;
	font-weight: bold;
}
span.question{
	font-family: verdana;
	font-weight: bold;
	font-size: 1.1em;
}
ul.question li{
	font-family: verdana;
	list-style-type:none;
	font-weight: bold;
	margin-top: 5px;
}
div.submit{
	width: 600px;
	font-family: verdana;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

/************************************************************************/
/************************** Other Styles (END) **************************/
/************************************************************************/

/************************************************************************/
/**************** AnyLink CSS - Dynamic Menubar (START)******************/
/************************************************************************/
.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid #ffff99;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #cc3300;
	width: 205px;
}
.anylinkcss a{
	color: #ffffff;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #ffff99;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}
.anylinkcss a:hover{ /*hover background color*/
	background-color: #ffffff;
	color: #cc3300;
}
/************************************************************************/
/***************** AnyLink CSS - Dynamic Menubar (END)*******************/
/************************************************************************/

/* Company Secrets */
.teh {
	background-color: #ffff99;
	color: #ffff99;
	text-align: center;
	font-size: .23em;
}