body {
	/*background: #A49A7F url(images/Background.jpg) repeat-y center;*/
	margin: 0;
	padding: 0;
	font: 10pt Arial, Helvetica, sans-serif;
	text-align:center;
	color: #333;
}

p, table, tr, td, th, textarea {
	font: 10pt Arial, Helvetica, sans-serif;
}

a,a:link,a:visited,a:active {
	/*text-decoration:underline;
	color:#7C1E1F;*/
	text-decoration:underline;
	color: #1a4798;
}
a:hover {
	/*text-decoration:underline;
	color:red;
	clip: auto;
	overflow: hidden;*/
	color: #89a2cd;
}

h1,h2,h3,h4,ul,li {
	margin:0;
	padding:0;
}

li {
	list-style:none;
}

ol li {list-style-type:decimal;}

h1, h2, h3, h4 {
	font: "Arial Narrow", Arial, Helvetica, sans-serif;
	/*color: #7C1E1F;*/
	color: #1a4798;
	margin-bottom:10px;
	font-weight: bold;
	}

h1 { font-size: 22px; }

h2 {	
	margin:0 0 5px 0;
	font-weight:bold;
	font-size:140%;
	/*color:#1d3e7c;*/
	color: #1a4798;
}

h3 {	
	margin:0 0 0px 0;
	font-weight:bold;
	font-size:100%;
	/*color:#1d3e7c;*/
	color: #1a4798;
}
h4 { 
  font-size: 11px;  
  text-transform: uppercase;  
  margin-bottom: 5px;
  }
  
/* h3.NoSpace { margin-bottom:0; border:1px solid red;}   
h3.NoSpace { margin-bottom:-15 px;}  */

strong {
	font-size: 12px;
	font-weight: bold;
}

th 
{
	font-weight: bold;
  }




/*************************************/
/*     PAGE SETTINGS                 */
/*************************************/
#divPage {
	width: 750px;
	margin: 10px auto;
	padding: 0;
	text-align:left;
}


/**************************************/
/*     TITLE SETTINGS                 */
/**************************************/
#divTitle {
	background: url(images/titlebackground.jpg) no-repeat;
	padding:0;
	margin:0;
}

#divLogo {
	position:relative;
	top:50px;
	height: 61px;
}

#divLogo a img {
  border-style:none;
  }

/**************************************/
/*     ADDITIONAL IMAGE               */
/**************************************/
div #divGavel {
	position: relative;
  top: -130px;
	left: 475px;
	width: 300px;
	height: 149px;
	margin-bottom: -100px;
}




/*******************************/
/*     MAIN NAVIGATION BAR     */
/*******************************/

/* the background div */
#Navigation {
	position:relative;
	top:58px;
	width:750px; 
	height:50px;  
	background: #7C1D1F;
}


/* make it not look like a standard list */
#Navigation ul, #Navigation li {
	margin:0;
	padding:0;
	list-style:none;
}

/* float the list to the left */
#Navigation ul li, #Navigation ul li a 
{
	float: left;
}

/* make the anchors the right size */
#Navigation ul li a
{
	display:block;
	padding:0 10px;

	height: 50px;
	line-height:50px;

	text-align:center;
	color: white;
	font-size: 9pt;
	text-decoration:none;
	text-transform: uppercase;
	
	background: #7C1D1F url(images/NavSplitter.gif) no-repeat right;
}

/* don't show the final spacer image on the last item */
/* make the anchors the right size */
#Navigation ul li.Last a
{
	background-image: none;
}


/* format on the hover */ 
#Navigation ul li a:hover
{
	background-color: #9B4646;
	
}



/***************************************/
/*			CONTENT & PAGE LAYOUT			*/
/***************************************/

#Content {
	position: absolute;
	top: 185px;
}

#divLeft {
	margin: 30px 0;
	float:left;
}

#divCenter {
	width:530px;
	margin: 30px 0 30px 30px;
	float:left;
	border: 0px dashed;
	padding-right: 40px;	
}

#divRight {
	float:left;
	width:200px;
	height:300px;
	background: url(images/home_7.jpg) no-repeat right; 
}

#divFooter {
	width:800px;
	clear: both;
	text-align: center;
	margin: 0px;
}

#spacer
{
	height:300px;
}



/****************************************/
/*		CASEFILE CATEGORY NAVIGATION 			*/
/****************************************/

#CaseFileGroupsHeader {
	width: 80px;
	height: 20px;
	background: url(images/CaseFileGroups.gif) no-repeat left;
	text-indent: -1000px;
}



#CaseFileGroups {
	width: 160px;
}

#CaseFileGroups ul, #CaseFileGroups li{
	padding: 0;
	margin: 0;
	list-style:none;
}


#CaseFileGroups li{
	border-top:2px solid white;
	/*background: #E2DDC9;*/
	background-color:#EEEDED;
}

#CaseFileGroups li a{
	font: bold 12px Arial, Helvetica, sans-serif;

	display:block;
	height: 2em;
	line-height: 2em;

	padding-left: 20px; 

	color: #000000;
	text-decoration: none;
}

#CaseFileGroups li a:hover{
	/*background: #F1EFE7;*/
	background-color:#CCCCCC;
	
}







/******************************/
/* 		PERSON IMAGE			*/
/******************************/
#Person {
	position: relative;
	top:-17px;
	left:28px;				
	_left:71px;				/* doesn't hit right edge in ie */
	float: right;
	margin: 0;
}








/******************************/
/*		CASEFILE LISTINGS 			*/
/******************************/

div.Chapter {
	/*background-color: #EFEBE0;*/
	background-color:#EEEDED;
/*	border: 1px solid black; */
	margin-bottom: 20px;
	padding: 10px 20px;
	clear: both;
}

div.Chapter h3{
	font-size : 12pt;
	color: Black;	
	margin-bottom:20px;
}

div.Chapter span.Number {
}

div.Chapter div.Name {
	/* font-weight: bold; */
}

div.Chapter div.Description {
}

div.Chapter div.Name span.Free 
{
  /*background-color: #7C1D1F;*/
  background-color: #1a4798;
  color:White;
  padding:2px;
  text-transform:uppercase;
  font-size:9pt;
  margin-left:15px;
}


div.Chapter div.Blurb {
	font-weight: normal;
	margin-left: 40px;
	position: relative;
	top: -1.3em;
}

div.PurchaseButton
{
  position:relative;
  float:right;
  margin-top:-30px;
  }






/**********************/
/*   PRICING TABLE    */
/**********************/

table.Pricing 
{
	background-color:#ccc;	
	}

table.Pricing th 
{
	font-weight:bold;
	}
	
table.Pricing td 
{
	background-color:White;
	padding:2px;
	vertical-align:top;
	}
	
	
	
	
/**************/
/* login area */
/**************/
div.LoginArea {
	background-color: #EEEDED;
	border: 1px solid black;
	margin-bottom: 20px;
	padding: 5px 10px;
	clear: both;
}

div.LoginArea h3{
	font-size : 10pt;
	color: Black;	
	margin-bottom:0px;
}


div.LoginArea table 
{
  margin: 5px;
  }




/************************************/
/* SELECT A COURSE (PURCHASE AREA)  */
/************************************/
h3.Courses 
{
  margin:20px 0 0 0;
  }

ul.Courses 
{
  margin:0 0 20px 10px;
  }

ul.Courses li a, ul.Courses li a:visited 
{
  text-decoration:none;
  }







/**************/
/* MANAGEMENT */
/**************/
.Grid 
{
  background-color:#d3d3d3;
  border:1px solid #ccc;
  }
  
.Grid th
{
  background-color: #e3e3e3;
  border-style:none;
}

.Grid td
{
  background-color: White;
  border-style:none;
}



/*horiz menu start*/
#horiz-menu 
{
	
	height: 21px;
	padding: 1px 1px 1px 1px;
	margin: 0;
	font-weight:bold;
	font-size:125%;
	clear:left;
}
#horiz-menu li 
{
	
	/*color:#1a4798;*/
	color: #1a4798;
	font-size:11px;
	list-style: none;
	float: left;
	height: 21px;
	/*background:url(images/menu-separator.gif) repeat-y top right;*/
	padding:0 0 0 0;
	background-color:#EEEDED;
}
#horiz-menu li a {
	color: #1a4798;
	text-decoration: none;
	padding:2px 11px 0;
	display: block;
	float: left;
	height: 21px;
	/*background:url(../InteractiveCasebookSeries_files/menu-bg.gif) repeat-x;*/
}
#horiz-menu li a:hover {
	background-position:0 -21px;
	background-color: #CCCCCC;
}
#horiz-menu li a.active {
	background-position:0 -58px !important;
	color:#000 !important;
}
/*horiz menu end*/


/*horiz menu start*/
#horiz-menu2 
{
	
	height: 21px;
	padding: 1px 1px 1px 1px;
	margin: 0;
	font-weight:bold;
	font-size:11px;
	clear:left;
}

#horiz-menu2 li 
{
	

	color: #1a4798;
	font-size:11px;
	list-style: none;
	float: left;
	height: 21px;
	padding:0 0 0 0;
	background-color:#EEEDED;
}

#horiz-menu2 li a {
	color: #1a4798;
	text-decoration: none;
	/*padding:2px 11px 0;*/
	padding:  3px 0 0 21px;
	display: block;
	float: left;
	height: 21px;
}

#horiz-menu2 li a:hover {
	background-position:0 -21px;
	background-color: #CCCCCC;
	
}




/*horiz menu end*/



