/* CSS Document */


/*  ------- Tags -------  */
body
{ 
	margin: 0;
	padding: 0;
	background: rgb(255,255,255);
	color: rgb(0,0,0);
	font-family: Verdana, Geneva, sans-serif;
}

h1 
{
	color: rgb(0, 75, 133);
	background: rgb(255,255,255);
	text-align: center;
	font-size: 1.5em;
}

h2 
{
  color: rgb(148,31,28) ;
	text-align: center;
	font-size: 1.25em;
	font-style: italic;
}

h3 
{
	font-size: 1.15em;
	padding-left: 1.5em;
}

h4, dt 
{
	font-size: 1.1em;
	font-weight: bold;
}

th 
{ 
	font-weight: bold;
	background: rgb(0,42,75);
	color: rgb(216, 227, 236);
}

p, dd, #contentMain li, #contentMain table {  font-size: 90%; }


hr 
{ 
	color: rgb(0, 75, 133);
	background: rgb(0, 75, 133);
	height: 2px;
	width: 85%;
}


	/* ------- Links ------- */
a:link 
{
	background: transparent;
	color: rgb(0, 75, 133);
	text-decoration: underline;
}

a:visited 
{ 
	background: transparent;
	color: rgb(51, 78, 140);
	text-decoration: underline;
}

a:hover, a:active
{ 
	background: transparent;
	color: rgb(115, 147, 221);
	text-decoration: underline;
}

.content a:link img, .content a:visited img 
{
	border: 2px solid rgb(0, 75, 133);
	text-decoration: none;
}

.content a:link:hover img, .content a:visited:hover img, .content a:active img 
{
	border: 2px solid red;
	text-decoration: none;
}

ul.barebones {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 0.9em; /*
  width: 150px;
  padding-top: 2px;
  padding-bottom: 4px;
*/
  background-color: rgb(0, 75, 133);
  border-left: 1px solid rgb(46,107,155);
  border-right: 1px solid rgb(0,55,97);
  border-top: 1px solid rgb(88,137,175);
  border-bottom: 1px solid rgb(0,42,75);
  font-weight: bold;
  margin: 0 0 0 -5px;  
  padding: 0;
  width: 140px;
}

html>body ul.barebones {
    width: 142px;
}

ul.barebones li 
{
  list-style-type: none;
  position: relative;
/*
  border: 2px solid;
  border-color: rgb(88, 137, 175) rgb(0, 55, 97) rgb(0, 42, 75) rgb(46, 107, 155);
  background: rgb(0, 75, 133);
  width: 145px;
  height: 100%;
*/

}

ul.barebones a {
  border-bottom: 1px solid rgb(0,42,75);
  border-left: 1px solid rgb(46,107,155);
  border-right: 1px solid rgb(0,55,97);
  border-top: 1px solid rgb(88,137,175);
  color: #fff;
  display: block;
  padding: 3px;
  width: 113px;
  text-decoration: none;
}

html>body ul.barebones a {
  width: 115px;
}

ul.barebones a:hover {
  border-bottom: 1px solid rgb(121,127,132);
  border-left: 1px solid rgb(223,232,239);
  border-right: 1px solid rgb(158,166,172);
  border-top: 1px solid rgb(229,237,243);
  background: rgb(216,227,236);
  color: rgb(0,42,75);
}

ul.barebones a { color: white; text-decoration: none; }
ul.barebones a:visited { color: rgb(216,227,236); text-decoration: none; }
ul.barebones a:hover { color: rgb(0, 42, 75); text-decoration: none; }
ul.barebones a:active { color: rgb(0, 75, 133);}

ul.barebones ul 
{
    display: none;
    margin: 0px;
    padding: 0;
    font-size: 0.75em;
}

ul.barebones ul a, ul.barebones ul a:visited  {
  background-color: rgb(145,177,202);
  border-bottom: 1px solid rgb(0,42,75);
  border-left: 1px solid rgb(0,75,133);
  border-right: 1px solid rgb(0,42,75);
  border-top: 1px solid rgb(0,75,133);
  width: 132px;
  margin-left: 0px;
}

html>body ul.barebones ul a, html>body ul.barebones ul a:visited {
    width: 136px;
}


ul.barebones ul a:hover, ul.barebones ul a:active {
    background-color: rgb(216,227,236);
    border-bottom: 1px solid rgb(0,75,133);
    border-left: 1px solid rgb(0,42,75);
    border-right: 1px solid rgb(0,75,133);
    border-top: 1px solid rgb(0,42,75);
}

ul.barebones ul a { color: rgb(0,42,75); text-decoration: none; }
ul.barebones ul a:visited { color: rgb(0,0,0); text-decoration: none; }
ul.barebones ul a:hover { color: rgb(0, 42, 75); text-decoration: none; }
ul.barebones ul a:active { color: rgb(0, 75, 133);}

ul.barebones ul li.creep
{
	list-style-type: none;
}

ul.barebones a.switch {
  top: 0px;
  left: 121px;
  position: absolute;
  text-align: center;
  width: 11px;
}

html>body ul.barebones a.switch {
  left: 123px;
  width: 11px;
}

ul.barebones a.switch:active {
  color: white;
  text-decoration: none;
}

img.noborder
{
	border: 0px;
}

/*  ------- Selectors -------  */

#archwayImg {
  /*
  position: absolute;
  left: 152px;
  top: 115px;
  z-index: 4; */
  margin: 0 0 0 149px;
  padding: 0 3px 0 0;
  background: #FFF;
  width: 623px; 
  white-space: nowrap;
}

html>body #archwayImg { 
  margin-left: 151px;
  padding-left: 1px;	
  width:628px; 
}

#contentMain
{ 
	margin-top: 0px;
	margin-left: 149px;
	margin-right: 0px;
  margin-bottom: 0px;
	padding-left: 15px;
	padding-right: 21px;
	padding-bottom: 25px;
	padding-top: 2px; /* adjusts the position of the top most element in the content div in relation to top margin */
	height: 100%;
	background-color: rgb(255, 255, 255);
	z-index: 2;
  width: 590px;
}
html>body #contentMain {	
	margin-left: 151px;
  padding-right: 24px; 
}

/*

#contentMainP
{ 
	margin-top: 0px;
	margin-left: 69px;
	margin-right: 0px;
  margin-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-top: 2px; /* adjusts the position of the top most element in the content div in relation to top margin *-/
	height: 100%;
  width: 625px;
	background-color: rgb(255, 255, 255);
	z-index: 2;
}
*/

#copyright {
  text-align: center;
  font-size: 0.75em;
  font-weight: bold;
  font-style: italic;
}

#featureLeft, #featureRight {
  width: 274px; 
  margin: 0 0 0 0; 
  padding: 0 0 0 0; 
  background-image: url(images/templateImgs/featureBox_content.gif); 
}

#featureLeft ul, #featureLeft ol, #featureRight ul, #featureRight ol  {
  font-size: 1em;
}

#featureLeft {  float: left;  }
#featureRight {  float: right; }

#footerImage
{
  margin: 0;
  padding: 0;
  background-image: url(images/templateImgs/bottom_nav_bg.gif);
  background-repeat: no-repeat;
  height: 50px;
  background-position: top left;
  background-color: rgb(216, 227, 236);
  width: 775px;
}

#footerImage p 
{
  margin-left: 115px;
  padding-top: 12px;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;   
}

#holder
{
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: rgb(0, 75, 133);
  width: 778px;
}

#sideNav
{ 
  float: left;
  width: 138px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 3px;
	font-size: 0.9em;
  color: silver;
  background-color: rgb(0, 75, 133);
  z-index: 1;
}
html>body #sideNav {
  width: 147px; 
}

/*
#sideNavP
{ 
  float: left;
  width: 60px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 5px;
  padding-left: 3px;
  color: silver;
  voice-family: "\"}\"";
  voice-family:inherit;
  background-color: rgb(0, 75, 133);
  z-index: 1; 
}
*/

#sideNav p, #sideNav form {
  font-size: 0.85em;
	padding-top: 0em;
	padding-left: 5px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: left;
  color: Silver;
}

#sideNav ul {
	list-style-type: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
	text-align: left;
}

#ThirdTier
{
  margin: -15px 0 0 0;
  padding: 0px;
  width: 775px;
  text-align: left;
  z-index: 3;
}

#topNav
{ 
/*
  position: absolute;  
  right: 12px;
  top: 73px;
*/
  width: auto;
  z-index: 2; 
  white-space: nowrap;
}


/*  ------- Classes -------  */

.answerBox {
	border: 1px solid rgb(0, 75, 133);
	background: rgb(255,255,255);
	color: rgb(0,0,0);
}

.answerBox th {
	text-align: left;
	font-weight: bold;
	background: rgb(238, 183, 11);
	color: rgb(0,0,0);
}

.bottomNav
{ 
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}

/*.bottomNav a
{
	color: rgb(0, 75, 133);
}

.bottomNav a:hover
{
	display: inline;
	color: rgb(115, 147, 221);
}  Code Used for Bottom Navigation Concept Tests */

  /*
.funky
{
	padding-top: 5px;
	padding-bottom: 6px;
	border: 3px solid rgb(0, 75, 133);
	background-color: rgb(175,197,225);
	display: block;
	margin-right: auto;
	margin-left: auto; 
  background-image: url("../graphics/text_nav_bg2.gif");
	background-position: top right;
fbackground-repeat: repeat-y; 
}*/


.content 
{
	background: rgb(255,255,255);
	color: rgb(0,0,0);
	padding: 1em 1em 1em 1em;
}

ul.content li, ol.content li {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

html>body ol.content {
  margin-left: 1.5em;
}

dl.content dd {
  font-size: 0.9em;
  margin-top: 0.75em;
  margin-bottom: 1.75em;
}

.contentImgLeft {
	margin: 10px;
	float: left;
}

.contentImgRight {
	margin: 5px;
	float: right;
}

dl.defBullet dt {
  list-style: square inside url(images/icon_arrow.gif);
  padding-bottom: 0;
}

dl.defBullet dd {
  padding-top: 0;
  padding-bottom: 0.75em;
}

/*
.examples 
{
	text-align: center;
}

.examples a:link img, .examples a:visited img, .examples a:hover img, .examples a:active img
{
	margin-bottom: 0.75em;
	border-width: 2px;
	text-decoration: none;
}


img.nob, .examples a:link img.nob, .examples a:visited img.nob, .examples a:hover img.nob, .examples a:active img.nob
{
	border: 0px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.5em;
}
*/

.featureTop {
  background: rgb(0, 42, 75) url(images/templateImgs/featureBox_top.gif) no-repeat;
  width: 274px;
  height: 35px;
  text-align: left;
  padding-left: 38px;
  padding-top: 6px; 
  font-size: 1.05em;
  color: white; 
}


html>body .featureTop {
  padding-top: 6px; 
  height: 41px;
}

.featureContent {
  width: 274px;
  text-align: left;
  padding: 0.3em 15px 0.3em 15px;
  font-size: 0.75em;
  color: black;  
}

.featureContent h4 {
  margin-top: 0;
  margin-bottom: 0.2em;
  padding-top: 0;
  padding-bottom: 0; 
}

.featureContent li {
  padding-bottom: 0.6em;
}

.featureContent img {
  float: left;
  margin: 5px 7px 7px 0;
  padding: 0;
  border: 0;
}

.icons {
  vertical-align: text-top; 
  border: 0 none;
}


ul.newsList {
  list-style: square outside url(images/CRI-Arrow-Icon-Red.gif);
}
ul.newsList li {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

ul.newsList ul {
  list-style: disc outside url(images/CRI-Arrow-Icon.gif);
  margin-top: 0.6em;
}

.note {
  font-size: 0.75em;
  font-style: italic;
}

/*
.sectionBoxHolder {
	width: 100%;
	vertical-align: top;
}

.sectionBoxLeft {
	width: 185px;
	vertical-align: top;
}

.sectionBox 
{
	background: rgb(255,255,255);
	color: rgb(0,0,0);
	margin-top: 1em;
	margin-left: 0.8em;
	margin-right: 1.5em;
	border: 3px ridge rgb(0, 75, 133);
	padding: 0;
	width: 315px; 
	visibility: hidden;
	position: absolute;
}

.sectionBox th, .sectionBox h4 {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	background: rgb(115, 147, 221); /* rgb(58, 84, 147) /
	color: white;
	margin-top: 0;
	padding: 0.25em;
}

.sectionBox p {
	margin: 0.8em;
}
*/

.subcontent 
{
	padding-left: 1.5em;
}

.tdAltColor 
{ 
	background: rgb(216,227,236);
	color: black;
}

.topics 
{
	text-align: center;
	font-weight: bold;
}