/*
 * SoftChalk StyleSheet (C)2012
 * SoftChalk LLC, www.softchalk.com
 *
 * ACHS CUSTOM BANNER STYLE - STYLE_RIGHT
 */


/* Floating score window  */
#floatingscore {
	font-size: 90%;
	position: absolute;
	border: 1px solid #ccccff;
	padding: 2px;
	background-color: #f5f5fd;
	width: 60px;
	visibility: hidden;
	z-index: 100;
}


/* 101906 FIXES FOR BANNER STYLE */

#content li {
	font-size: .9em;
}

#content2 li {
	font-size: .9em;
}

div#toc_entry dl {
	font-size: .9em;
}
/* END 101906 FIXES FOR BANNER STYLE */


/* CONTENT WRAP  */
#contentWrap {
	margin: 0 12px 0 12px;
	padding: 0;
	background: transparent url(contentwrap_custom.gif) repeat-y top right;
	border-left: 1px solid #207b1b;
	border-right: 1px solid #207b1b;
	border-bottom: 1px solid #8c1494;
	border-top: 1px solid #ccccff;
}

#contentWrap2 {
	margin:  0 12px 0 12px;
	padding: 0;
	background-color: transparent;
	border-left: 1px solid #207b1b;
	border-right: 1px solid #207b1b;
	border-bottom: 1px solid #8c1494;
	border-top: 1px solid #ccccff;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}


body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	background: #fff;
	color: #472c7c;
	font-family: Helvetica, Verdana, sans-serif;
}

a:link {
	color: #8c1494;
}

a:visited {
	color: #8c1494;
}

a:hover {
	color: #472c7c;
}


/*  BANNER STYLES  */

#banner {
	min-height: 201px;
	height: auto;
	_height: 201px;
	margin: 0;
	padding-left: 0;
	color: #014601;
	background: #fff url(extra_img_0.png) left top no-repeat;
}



#banner p {
	padding: 127px 5px 5px 60px;
	margin: 0;
	text-align: left;
	font: 190% Helvetica, Verdana, sans-serif; /* increased from 14 to 16 px */
	line-height: 1em;
	letter-spacing: 0.05em;
	font-style: bold;
}

#banner p.line2 {
	padding: .25em 5px 5px 60px;
	margin: 0;
	text-align: left;
	font: normal 120% Helvetica, Verdana, sans-serif; /* increased from 12 to 14 px */
	line-height: 1em;
	letter-spacing: 0.08em;
	font-style: bold;
}

/* BANNER IMAGE IS NOT USED IN THIS STYLE*/
#banner img {
	float: right;
	margin: 0;
	padding: 0px;
}

/*  NAV BAR STYLES  */
div#nav {
	margin: 0;
	padding: 3px 55px 3px 3em;
	text-align: left;
	font: 0.85em Helvetica, Verdana, sans-serif;
	background: #f5f5fd;     /*#fff url(navbar_custom.png) left top repeat-x;*/
	border-bottom: 1px solid #ccccff;
	border-top: 1px solid #ccccff;
}



div#nav ul {
	margin: 0 0 0 4em;
	padding: 0;
}

div#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	color: #472c7c;
	font-weight: bold;
}

div#nav li a {
	padding: 0;
	margin: 0;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}

div#nav li a:link {
	color: #472c7c;
}

div#nav li a:visited {
	color: #472c7c;
}

div#nav li a.navnum:hover {
	background: #fff;
	color: #472c7c;
}

div#nav ul li.arrowprev a {
	font-weight: bold;
	margin-left: 5px;
	padding-left: 1.5em;
	padding-right: .25em;
	background:  url(submenu-rt_custom.png) 5% 50% no-repeat;
}

div#nav ul li.arrownext a {
	font-weight: bold;
	margin-left: 5px;
	padding-left: .25em;
	padding-right: 1.5em;
	background:  url(submenu_custom.png) 95% 50% no-repeat;
}

div#nav li.arrowprev a:hover {
	background: #fff url(submenu-rt_custom.png) 5% 50% no-repeat;
}

div#nav li.arrownext a:hover {
	background: #fff url(submenu_custom.png) 95% 50% no-repeat;
}

div#printall {
	float: right;
}

div#printall a {
	color: #8c1494;
	font-weight: normal;
	text-decoration: none;
	padding-left: .5em;
	padding-right: .5em;
}

div#printall a:hover {
	color: #472c7c;
	background-color: #fff;
	font-weight: bold;
	text-decoration: none;
}


/*  TABLE OF CONTENT NAVIGATION BAR STYLES  */

div#navtoc {
	float: left;
	margin: -1px 0 0 .3em;
  background: transparent;
	border-right: 1px solid #472c7c;
	border-left: 1px solid #472c7c;
}

div#navtoc ul {
	margin: 0;
	padding: 0;
	background: #fff;
  border: 1px solid #CCCCFF;
	border-width: 0 1px;
}

div#navtoc li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
    float: left;
	width: 7em;
	line-height: 1em;
	z-index: 105;
	border-right: none;
}

div#navtoc li:hover {
	background: #f5f5fd;
}

div#navtoc li.submenu {
	background:  url(dropmenu_custom.png) 95% 50% no-repeat;
}

div#navtoc li.submenu:hover {
	background:  #f5f5fd url(dropmenu_custom.png) 95% 50% no-repeat;
}




/* ADDED COLOR CHANGE FOR NAVTOC */
div#navtoc li a:link {
	color: #472c7c;
}

div#navtoc li a:visited {
	color: #472c7c;
}

div#navtoc li a:hover {
	color: #472c7c;
}


div#navtoc li a {
	display: block;
	padding: 0.25em 0 0.25em 0.5em;
  text-decoration: none;
	text-align: left;
	width: 6.5em; 
	background-color: transparent;
	font-weight: bold;
}

div#navtoc ul a {
	width: auto;
}

div#navtoc ul ul {
	position: absolute;
	width: 7em;
  display: none;
}

div#navtoc ul ul li {
	border-bottom: 1px solid #ccccff;
}

div#navtoc ul ul ul li {
	border-bottom: none;
}

div#navtoc li.submenu li.submenu {
	background:  url(submenu_custom.png) 95% 50% no-repeat;
}

div#navtoc li.submenu li.submenu:hover {
	background-color: #F5F5FD;
}

div#navtoc ul.level1 li.submenu:hover ul.level2,
div#navtoc ul.level2 li.submenu:hover ul.level3 {
	display:block;
}

div#navtoc ul.level2 li.submenu:hover ul.level3 li a{
	width: 9.6em;
	border-bottom: 1px solid #CCCCFF;
}

div#navtoc ul.level2 li.submenu:hover ul.level3 li a:hover{
	background-color: #F5F5FD;
	
}


/* SUSAN ADDED THIS FOR RIGHT BORDER ON NAVTOC 
div#navtoc ul.level2 li.submenu:hover ul.level3 li a:hover{
	border-right: 1px solid #0061aa;
}	*/




div#navtoc ul.level2 {
	top: 1.3em;
	left: -1px;
}

div#navtoc ul.level3 {
	top: -1px;
	left: 7em;
	width: 10em;
 	border-top: 1px solid #CCCCFF;
}


/*  TOC ENTRY PAGE STYLE  */

div#toc_entry dd {
	margin: 5px 0 0 20px;
}

div#toc_entry a {
	text-decoration: none;
}

div#toc_entry a:hover {
	background: #F5F5FD;
	color: #472c7c;
}


/*  CONTENT STYLES  */
#content {
	margin: 0 150px 0 3em;  /*changed from 0 195px 0 3em */
	padding: .3em 5em 0 0;
	font: 1em Helvetica, Verdana, sans-serif;
	line-height: 120%;
	background-color: transparent;

}

p {
	font-size: .9em;
}

h1 {
	font-size: 1.7em;
	color: #472c7c;
}

h2 {
	font-size: 1.2em;
	color: #472c7c;
}

h3 {
	font-size: 1em;
	color: #472c7c;
}

h1, h2, h3 {
	font-family: Century Gothic, Verdana, Helvetica, non-serif;	
	line-height: 1.1em;
}

hr {
	width: 100%;
	height: 1px;
	color: #CCCCFF;
	background: #CCCCFF;
	border: 0px none !important;
}

.nav2 {
	color: #472c7c;
	font: 0.85em Helvetica, Verdana, sans-serif;
	margin: 0;
	padding-bottom: 2em;
}

.nav2 a {
	color: #8c1494;
	text-decoration: none;
}

.nav2 a:hover {
	color: #472c7c;
	text-decoration: underline;
}

.nav2 a:visited {
	color: #8c1494;
}

.nav2 a:visited:hover {
	color: #472c7c;
	text-decoration: underline;
}


/*  CONTENT 2 STYLES  */
#content2 {
	margin: 0 3em 0 3em;
	padding-top: .3em;
	font: 1em Helvetica, Verdana, sans-serif;
	line-height: 120%;
}


/*  SIDEBAR STYLES  */
#sidebar {
	font-family: Helvetica, Verdana, sans-serif;
	position: relative;
	float: right;
	width: 165px;
	height: 100%;
	text-align: left;
	font-size: 80%;
	margin: 1.75em 10px 0 0;
}

#sidebar a {
	font-weight: normal;
	color: #8c1494;
	background-color: transparent;
	text-decoration: none;
}

#sidebar a:link {
	color: #8c1494;
	text-decoration: none;
}

#sidebar a:hover {
	color: #472c7c;
	text-decoration: none;
}

#sidebar h3 {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 135%;
	color:  #472c7c;  /* was #fff in error */
	text-align: center;
	margin: 0;
	padding: 0;
}


* html #sidebar div.feature, #sidebar div.feature2 { height: 1%;}


#sidebar div.feature {
	color: #472c7c;
	/*background-color: #ccc;*/
	margin-bottom: 10px;
	padding: 10px;
	line-height: 140%;
/*	border: 2px solid #ffffff;*/
	height: 1%;
}

#sidebar div.feature ul {
	list-style-type: none;
	margin: 0px;
	padding: 0 8px;
}

#sidebar div.feature ul li {
	font-size: .95em;
	margin: 5px 0;
	border-bottom: 2px dashed #ccccff;
}

#sidebar div.feature2 {
	color: #472c7c;
	/*background-color: #ccc;*/
	margin-bottom: 10px;
	padding: 10px;
	line-height: 140%;
	/*border: 2px solid #efefef;*/
}

#sidebar div.feature2 ul {
  margin-left: 12px;
  padding-left: 12px;
}

#sidebar div.feature2 ol {
	margin-left: 12px;
  padding-left: 12px;
}

#sidebar div.feature2 a {
	text-decoration: underline;
}


/*  NAV TOC SIDEBAR (RIGHT) */

div#navtocsidebar {
	text-align: right;
	float: left;
	width: 9em;
	margin: -1px 0 10px -1px ;
	background: #fff;
	color: #472c7c;
}

div#navtocsidebar a:link {color: #472c7c;}
div#navtocsidebar a:visited {color: #472c7c;}
div#navtocsidebar li a:hover {color: #472c7c;}
div#navtocsidebar a {color: #472c7c;}


div#navtocsidebar ul {
	margin: 0;
	padding: 0;
	width: 9em;
	background: #fff;
}
div#navtocsidebar ul.level3 li a {
	color: #472c7c;
}
div#navtocsidebar ul.level3 li a:hover {
	color: #472c7c;
}
div#navtocsidebar li {
	position: relative;
	list-style: none;
	margin: -1px 0 0 0;
 	border: 1px solid #CCCCFF;
	padding-right: 10px;
}

div#navtocsidebar li:hover {
	background: #f5f5fd;
}

div#navtocsidebar li.submenu:hover {
	background: #f5f5fd url(submenu-rt_custom.png) 5% 50% no-repeat;
}

div#navtocsidebar li a {
	display: block;
	padding: .25em 0 .25em 0.5em;
 	text-decoration: none;

}

div#navtocsidebar ul a {
	width: auto;
}

div#navtocsidebar ul ul {
	position: absolute;
	margin: 0 -2px 0 0;
	top: 0;
	right: 9em;
	display: none;
}

div#navtocsidebar ul.level1 li.submenu:hover ul.level2,
div#navtocsidebar ul.level2 li.submenu:hover ul.level3 {
	display:block;
}

div#navtocsidebar li.submenu {
	background:  url(submenu-rt_custom.png) 5% 50% no-repeat;
}


/*  FAUX TABLE STYLE  */
.bannerstyletable {
	margin: .1em .5em .1em .5em;  /*changed from 0 .5em 0 .5em 6-6-08 per Peter */
	padding: 0;
	border: 1px solid #ccccff;
}

.bannerstyletable td {
	border: 1px solid #ccccff;
	padding: 0 .3em 0 .3em;
	margin: 0px;
	background-color: #fff;
}

.bannerstyletable th {
	border: 1px solid #ccccff;
	padding: 0 .3em 0 .3em;
	margin: 0px;
	color: #472c7c;
	text-align: left;
	background-color: #fff;
}

.bannerstyletable td p{
	margin: .4em 0 .4em 0;
}

.bannerstyletable th p{
	margin: .4em 0 .4em 0;
}


/*  REPORT  */
#report {
	color: #472c7c;
	font-family: Helvetica, Verdana, sans-serif;
	border-top: 1px solid #ccccff;
	margin: 0 0 30px 0;
}

#report h3 {
	color: #8c1494;
}

#report table {
	font-size: 90%;
}

#report table td {
	text-align: center;
	border: 1px solid #8c1494;
	background: #F5F5FD;
	padding: 15px 15px;
}


/*  FOOTER STYLES  */
#footer {
	min-height: 85px;
	height: auto;
	_height: 85px;
	font-family: Helvetica, Verdana, sans-serif;
	clear: both;
	margin: 0;
	padding: 0 0 10px 0;
	/*border-top: 1px solid #ccccff;*/
	color: #472c7c;
	text-align: right;
	font-size: 11px;
	background: #FFF url(extra_img_1.gif) top left no-repeat;
}

#footer p.tagline {
	color: #8c1494;
	font-size: 	16px;
	margin: 0;
	padding-top: 5px;
}

#footer a:link {
	color: #8c1494;
	font-weight: bold;
}

#footer a:visited {
	color: #8c1494;
}

#footer a:hover {
	color: #472c7c;
}

#footer p {
	margin: 0;
	padding: 0px 0px 0px 40px;
}

 /*  FOOTER IMAGE USED IN THIS STYLE*/

#footer img.footer {
	margin: 0;
	padding: 0px;
	float: right;
}
/*
#footer2 {
	font-family: Verdana, Helvetica, sans-serif;
	clear: both;
	margin: 0;
	padding: 0 10px 0 0;
	color: #FFF;
	background: #000;
	text-align: right;
	font-size: 70%
}

#footer2 p {
	margin: 0;
	padding: 8px 0 0 0 ;
}

#footer p {
	margin: 0;
	padding: 30px 0 0 45px;
}*/

/*  TEXTPOPPER  */
a.textpopper {
	color: #8c1494;
	text-decoration: none;
	font-weight: bold;
}

a.textpopper:hover {
	color: #474c7c;
}

a.textpopper:visited {
	color: #8c1494;
}

a.textpopper:visited:hover {
	color: #8c1494;
}


/*  QUIZPOPPER  */
.collapse {
	display: none;
	font-size: .9em;
}

.expand {
	display: block;
	font-size: .9em;
}

.hideqpstuff {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.bannerstyletable {
	border-spacing: 0;
}

.nonstyledtable {
	border: 1px solid #808080;
	border-spacing: 0;
}

.nonstyledtable td {
	text-align: left;
	font-weight: normal;
	border: 1px solid #808080;
	padding: 0 .3em 0 .3em;
	margin: 0px;
}

.nonstyledtable th {
	text-align: center;
	font-weight: bold;
	border: 1px solid #808080;
	padding: 0 .3em 0 .3em;
	margin: 0px;
}

.nonstyledtable td p {
  margin: .4em 0 .4em 0;
}

.nonstyledtable th p {
  margin: .4em 0 .4em 0;
}
