/********************** ELECTRONIC LAW JOURNALS (ELJ) JILT SPECIFIC CSS **********************/

/***************** SWITCHED TO ID5, FRI JAN 26, 2007 - JM ***************/

/********************** 2 DECEMBER 2003 - JM **********************/

/********************** GLOBAL MARKUP (contains headings) **********************/

body { color: black;}
body, #layoutTable, #layoutTable td, #layoutTable th, div.content p, div.content span {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif!important}

h1 {
	color: #0F8D8C;
}

h2 {
	color: #0F8D8C;
}

h3 {
	color: #0F8D8C;
}

h4 {
	color: #006599;
}

h5 {
	color: #006599;
}

h6 {
	color: #006599;
}


/********************** DEPARTMENT BAR (contains search) **********************/

#departmentBar {
	background-color:#088C8C;
	border-bottom: 1px solid white;	
}

/*LEFT NAV BAR*/


#outerNavigation, .navigationBackground {
	background-color: #DADA91;
}

#navigation .rtop *,
#navigation .rbottom *,
#navigation div
{
background-color: #3A8CB5;
color: white;
}
#navigation .selected div
{
color: #990708;
}

#navigation li.selectedSection div,
#navigation li.selectedSection .rtop *,
#navigation li.selectedSection .rbottom *,
#navigation li.selectedSection ul
{
 background-color: #7EC2C2;
 }
 
#navigation .submenu li.selected div.children .rtop *,
#navigation .submenu li.selected div.children .rbottom *,
#navigation .submenu li.selected div.children ul
 {
 background-color: #cccc66;
 }
 
	/* Section links */
	#navigation li a:link,
	#navigation li a:visited
	{
	color: white;
}

/* selected section link */
#navigation .selectedSection a:link,
#navigation .selectedSection a:visited
 {
	color: #990708;
	}
	
	/* page children links */
	#navigation .children a:link,
	#navigation .children a:visited
	{
	color: #990708;
	}
	#main #navigation li a:link:hover, #main #navigation li a:visited:hover { color: white; }
	#main #navigation .selectedSection a:link:hover, #main #navigation .selectedSection a:visited:hover {color: #990708;}
	#main #navigation .children a:link:hover, #main #navigation .children a:visited:hover {color: #990708;} 
	#outerNavigation {
	background-image: url(bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	/* tweak repeat and position depending on how well image will tile */
	}
	/* enough padding to give space for the bottom image. You can make this amount less, if you want it to underlap the menus for an interesting effect*/
	#navigation {
	padding-bottom: 150px;
	}

/** text contents box style for elj ***/

#contentboxjilt {
	background-color: #6699CC;
	padding: 5px;
	width: 40%;
	float: left;
	margin: 10px 20px 10px 10px;
}

#contentboxjilt strong {
	text-align: center;
	display: block;
}

#contentboxjilt dt {
	padding-top: 2px;
	padding-bottom: 2px;
}

#contentboxjilt dd {
	margin-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#contentboxlgd {
	background-color: #99CCCC;
	padding: 5px;
	width: 40%;
	float: left;
	margin: 10px 20px 10px 10px;
}

#contentboxlgd strong {
	text-align: center;
	display: block;
}

#contentboxlgd dt {
	padding-top: 2px;
	padding-bottom: 2px;
}

#contentboxlgd dd {
	margin-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#contentboxfancy {
	background-color: #99CCCC;
	padding: 5px;
	width: 40%;
	float: left;
	margin: 10px 20px 10px 0px;
	border: solid 1px #0F8D8C;
}

#contentboxfancy strong {
	text-align: center;
	display: block;
	color: #0F8D8C;
	background-color: white;
	padding: 0px 0px 3px 0px;
	border: solid 1px #0F8D8C;
}

#contentboxfancy ol {
	margin-left: 25px;
}

/********************** END OF ELJ JILT SITE SPECIFIC CSS**********************/
