/* CSS Document */
/*
body {
	font: .75em Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	top: 0px;
	background-color: #FFFFFF;
}

 these set the Understanding the Test (ORANGE) colors

body#understandingResults #appHome a {
	background-image: url(../images/icons/utr2.gif);
}
body#understandingResults #status {
	border-top-color: #E54600;
}
body#understandingResults * html  #status {
	border-top-color: #E54600;
}
body#understandingResults #status {
	background-image: url(../images/status/UTRstrip.gif);
}
body#understandingResults #location {
	background-color: #E54600;
}
body#understandingResults #welcome {
	background-color: #F69364;
	background-image: url(../images/welcome/gradientUnderstand.gif);
}
body#understandingResults #instructions h1 {
	color: #E54600;
}
body#understandingResults #instructions ol li {
	color: #E54600;
}
body#understandingResults #tree {
	background-color: #F69364;
}
body#understandingResults .ready a {
	background-image: url(../images/welcome/readyUnderstand.gif);
}
body#understandingResults .ready a:hover {
	background-image: url(../images/welcome/readyHover.gif);
}
body#understandingResults .notReady a {
	background-image: url(../images/welcome/notReady.gif);
	color: #E2D0B9;
}
body#understandingResults ul.tree li.liOpen .bullet {
	background-image: url(../images/welcome/utrMinus.gif);
}
body#understandingResults ul.tree li.liClosed .bullet {
	background-image: url(../images/welcome/utrPlus.gif);	
} */

/* these set the Practice Test (BLUE) colors
body#practiceTest #appHome a {
	background-image: url(../images/icons/practice2.gif);
}
body#practiceTest #status {
	border-top-color: #1CADC5;
}
body#practiceTest * html  #status {
	border-top-color: #1CADC5;
}
body#practiceTest #status {
	background-image: url(../images/status/PRACTICEstrip.gif);
}
body#practiceTest #location {
	background-color: #1cadc5;
}
body#practiceTest #welcome {
	background-color: #BAE6ED;
	background-image: url(../images/welcome/gradientPractice.gif);
}
body#practiceTest #instructions h1 {
	color: #1cadc5;
}
body#practiceTest #instructions ol li {
	color: #1cadc5;
}
body#practiceTest #tree {
	background-color: #BAE6ED;
}
body#practiceTest .ready a {
	background-image: url(../images/welcome/readyPractice.gif);
}
body#practiceTest .ready a:hover {
	background-image: url(../images/welcome/readyHover.gif);
}
body#practiceTest #ready a {
	background-image: url(../images/welcome/readyPractice.gif);
}
body#practiceTest #ready a:hover {
	background-image: url(../images/welcome/readyHover.gif);
}
body#practiceTest ul.tree li.liOpen .bullet {
	background-image: url(../images/welcome/practiceMinus.gif);
}
body#practiceTest ul.tree li.liClosed .bullet {
	background-image: url(../images/welcome/practicePlus.gif);	
}
 */


/* these set the What's Expected (GREEN) colors 
body#whatExpected #appHome a {
	background-image: url(../images/icons/expected2.gif);
}
body#whatExpected #status {
	border-top-color: #298C16;
}
body#whatExpected * html  #status {
	border-top-color: #298C16;
}
body#whatExpected #status {
	background-image: url(../images/status/EXPECTEDstrip.gif);
}
body#whatExpected #location {
	background-color: #298C16;
}
body#whatExpected #welcome {
	background-color: #AFD6AA;
	background-image: url(../images/welcome/gradientExpected.gif);
}
body#whatExpected #instructions h1 {
	color: #298C16;
}
body#whatExpected #instructions ol li {
	color: #298C16;
}
body#whatExpected #tree {
	background-color: #AFD6AA;
}
body#whatExpected .ready a {
	background-image: url(../images/welcome/readyExpected.gif);
}
body#whatExpected .ready a:hover {
	background-image: url(../images/welcome/readyHover.gif);
}
body#whatExpected #notReady a {
	background-image: url(../images/welcome/notReady.gif);
	color: #E2D0B9;
}
body#whatExpected ul.tree li.liOpen .bullet {
	background-image: url(../images/welcome/expectedMinus.gif);
}
body#whatExpected ul.tree li.liClosed .bullet {
	background-image: url(../images/welcome/expectedPlus.gif);	
}
*/

/* sets icons for static pages ---------------------------- 

body#portalResources #resources a {
	background-image: url(../images/icons/resources2.gif);
	background-color: #A89073;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ED1C24;
	border-left-color: #ED1C24;
}
body#portalFaqs #faqs a {
	background-image: url(../images/icons/faq2.gif);
	background-color: #A89073;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ED1C24;
	border-left-color: #ED1C24;
}




.skiplink {display:none}

form {
	display: block;
	margin: 0px;
	padding: 0px;
}
.overwrap {
	border-bottom-width: 1px;
	margin: auto;
	padding: 0px;
	text-align: left;
	top: 0px;
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ed1c24;
	border-bottom-color: #ED1C24;
	border-left-color: #ED1C24;
	background-color: #FFFFFF;

}
*/
/* stuff for the header and icons
#header {
	background-color: #e2d0b9;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 0px;
	margin: 0px;
	display: block;
	width: 800px;
	padding: 0px;
	height: 6em;
	
}
#icons {
	margin: 0px;
	display: block;
	padding: 0px;
	line-height: 0px;
	height: 6em;
}
#icons ul{
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size: .9em;
}
#icons li a{
	padding-right: 1.6em;
	padding-left: 1.6em;
	display: block;
	float: right;
	font-weight: bold;
	text-align: center;
	padding-top: 5em;
	padding-bottom: 1.7em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
}
#icons li {
	list-style-type: none;
}
#magic a {
	background-image: url(../images/icons/back1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#appHome a{
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ED1C24;
	border-left-color: #ED1C24;
	margin: 0px;
	padding: 0px;
	background-color: #A89073;
}

#home a {
	background-image: url(../images/icons/home1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#faqs a {
	background-image: url(../images/icons/faq1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#resources a {
	background-image: url(../images/icons/resources1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#survey a {
	background-image: url(../images/icons/survey1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000000;
	margin: 0px;
	padding: 0px;
} */
/* fixes IE spacing issues for icons

* html  #icons  {
	line-height: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
   }

* html  #icons a {
	padding-right: 1.6em;
	padding-left: 1.6em;
	padding-top: 5em;
	padding-bottom: 1.7em;
	font-weight: bold;
	margin: 0px;
	line-height: 1px;
   }
* html  #header {
	line-height: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 6em;
	}
*/
/* stuff for the satsus bars #status {
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	width: 800px;
	border-top-width: 5px;
	border-top-style: solid;
}*/

/*
#sectionItemRelease h1{
	background-image: url(../images/status/viewItems.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	font-size: 1px;
	height: 33px;
	color: #988675;
}

#sectionScorerTraining h1 {
	background-image: url(../images/status/scorertraining.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	font-size: 1px;
	height: 33px;
	color: #988675;
}

#sectionPracticeTest h1{
	background-image: url(../images/status/practicetest.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	font-size: 1px;
	height: 33px;
	color: #988675;
}
#sectionCanDo h1{
	background-image: url(../images/status/shouldknow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	font-size: 1px;
	height: 33px;
	color: #988675;
}
#sectionUnderstanding2 h1 {
	background-image: url(../images/status/understandTest2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	font-size: 1px;
	height: 33px;
	color: #988675;
}
#sectionExpected h1 {
	background-image: url(../images/status/whatsexpected.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	font-size: 1px;
	height: 33px;
	color: #988675;
}/*
#popHelp a{
	background-color: #74614F;
	float: right;
	margin-top: -2.3em;
	margin-right: 1em;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #FFFFFF;
	padding-top: .2em;
	padding-right: .5em;
	padding-bottom: .2em;
	padding-left: .5em;
	text-transform: uppercase;
	color: #FFFFFF ! important;
	text-decoration: none;
}
#popHelp a:hover{
	background-color: #009900;
}
#popHelpButton {
	text-align: right;
	margin: 0px;
	padding-right: 1em;
	background-color: #988675;
	clear: both;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#popHelpButton a{
	background-color: #74614F;
	border: 1px solid #FFFFFF;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	text-transform: uppercase;
	color: #FFFFFF ! important;
	text-decoration: none;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 1em;
}
#popHelpButton a:hover{
	background-color: #009900;
}
*/
#location {
	margin: 0px;
	height: 1.7em;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #824c98;
}
#location h2{
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 1.2em;
}#locationYear {
	font-size: .9em;
}
#locationSubject {
	font-size: 1.1em;
}
#itemList {
	padding: 0px;
	display: block;
	background-color: #74614f;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	clear: both;
	background-image: url(../images/status/stripe.gif);
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	width: 800px;
	font-size: .9em;
}
#itemList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	background-color: #74614F;
}
#itemList li {
	display: block;
	float: left;
	list-style-type: none;
	color: #CCCCCC;
	text-align: center;
	margin: 0px;
	width: 1.7em;
	line-height: 24px;
	height: 24px;
	padding: 0px;
}

#itemList a {
	color: #FFFFFF;
	padding: 0px;
	display: block;
	width: 1.7em;
	margin: 0px;
}
.pastItem a{
	background-color: #988675! important;
	color: #CC0000;
	background-position: left bottom;
	background-image: url(../images/status/whitestrip.gif);
	background-repeat: repeat-x;
}
#curentItem a{
	background-color: #FFFFFF;
	color: #ED1C24;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ED1C24;
	border-left-color: #ED1C24;
	
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/status/redTraingle.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#itemList .curentItem a, #itemList .currentItem a{
	background-color: #FFFFFF;
	color: #ED1C24 ! important;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ED1C24;
	border-left-color: #ED1C24;
	background-image: url(../images/status/redTraingle.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: bold;
	text-decoration: none;
}
#itemList .skippedItem a{
	color: #FFFFFF;
	font-weight: bold;
	background-position: left bottom;
	background-color: #FF6600;
	background-image: url(../images/status/whitestrip.gif);
	background-repeat: repeat-x;
}
#itemList .futureItem a{
	color: #A89073;
	text-decoration: none;
	font-style: italic;
}
/*
#endTest a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-repeat: repeat-x;
	display: block;
	width: 7em;
	float: left;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-color: #ED1C24;
	margin-left: 5px;
	background-image: url(../images/status/whitestrip.gif);
	background-position: center bottom;
}

#endTest a:hover{
	background-color: #009900;	
}
#footer {
	margin: 0px;
	padding: 0px;
	background-color: #E2D0B9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 100%;
	height: 60px;
}
#ohio {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	display: block;
	margin-right: 10px;
	padding: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Templateinclude2_ohio {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	display: block;
	margin-right: 10px;
	padding: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#adminstuff {
	display: block;
	font-size: 10px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#adminstuff a {
	color: #000000;
}*/
#maincontent {
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0px;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#welcome {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
}
#instructions {
	margin: 0px;
	padding: 0px;
	width: 509px;
	float: left;
}
#instructions h1 {
	font-family: trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	font-size: 3em;
}
#instructions ol {
	margin: 0px;
	padding: 0px;
	width: 220px;
	font-size: 2.5em;
	line-height: 2.5px;
}

#instructions ol li {
	font-family: trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0.2em;
	padding-right: 0px;
	padding-left: 20px;
	list-style-position: inside;
	margin: 0px;
	padding-bottom: 0.7em;
}
#instructions ol li span{
	font-size: 0.5em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin-left: 1em;
	padding: 0px;
}
#instructions img {
	padding-right: 40px;
	padding-top: .5em;
}
/*
#tree {
	width: 289px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#tree h2 {
	margin: 0px;
	font-family: trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #A89073;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 1.8em;
	padding-top: .3em;
	padding-right: 0px;
	padding-bottom: .3em;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}*/
.ready {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.ready a {
	display: block;
	height: 38px;
	width: 289px;
	font-family: trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 22px;
	line-height: 38px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center;
}
.notReady {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.notReady a {
	display: block;
	height: 38px;
	width: 289px;
	font-family: trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 22px;
	line-height: 38px;
	background-color: #E2D0B9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#ready {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#ready a {
	display: block;
	height: 38px;
	width: 289px;
	font-family: trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 22px;
	line-height: 38px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center;
}
#notReady {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#notReady a {
	display: block;
	height: 38px;
	width: 289px;
	font-family: trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 22px;
	line-height: 38px;
	background-color: #E2D0B9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#clickButton {
	padding: 5px;
	font-size: 1.2em;
	text-align: center;
}



body#practiceTest #instructions {
	margin: 0px;
	padding: 0px;
	width: 490px;
	float: left;
}
/* ------------------------------------- */

#welcome #instructions p {
	margin-left: 20px;
	margin-bottom: 10px;
}
#welcome #instructions li {
	padding-bottom: 10px;
}
#welcomeWide #instructionsWide p {
	width: 280px;
	margin-left: 20px;
}
#welcomeWide #instructionsWide li {
	width: 260px;
	margin-bottom: 10px;
	margin-left: 3em;
}
#welcomeFull #instructionsFull li {
	padding-bottom: 10px;
}
#welcomeFull #instructionsFull a {
	color: #000000;
}
#welcome #instructions a {
	color: #000000;
}#loading {
	background-color: #74614F;
	padding: 30px;
	margin: 0px;
}
#loading p {
	background-color: #EDE4D8;
	margin: 0px;
	border: 1px solid #DF162C;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
#loading img {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footnote {
	font-size: 11px;
	text-align: center;
	background-color: #A89073;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px;
}
body#practiceTest .footnote, body#whatExpected .footnote {
	display: none	
}

