﻿@charset "UTF-8";
/* CSS Document */

body  {
	font: 90% Arial, Verdana, Helvetica, sans-serif;
	background: #FFFFFF;
	margin-top: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #695285;
}
sub{
	color:#990000;
}
sub#title{
	color:#FFFFFF;
}
span{
	color:#990000;
}
.expand {
	padding:0;
	width:20px;
	height:20px;
	display: inline-block;
	margin-left: -20px;
	background: url(../images/expand.png) 0px 4px no-repeat;
}

.open {
	background: url(../images/collapse.png) 2px 4px no-repeat !important;
}

.container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 4px solid #8698a0;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:600px;
}
.lesson_title{
	position:absolute;
	left:0px;
	top:10px;
	padding-left:5px;
	font-size:10px;
}
#shadow{
	position:absolute;
	top:0px;
	left:0px;
	width:2000px;
	height:1000px;
	background-color:#000000;
	opacity:0.5;
	filter: alpha(opacity = 80);
}
.image_container{
 position:absolute;
 width:100%;
 height:100%;
 margin-right:auto;
 left:0px;
 top:100px;
 text-align:center;
 }
.main_content_box{
	position:relative;
	margin-left:2px;
	border:4px solid #B3A2C7;
	height:496px;
	width:936px;
 }
.header {  
	height: 100px;
	background-image: url('../images/layout/JLLIS-Banner.jpg');
	/*padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.popup{
	width:350px;
	background:#FFFF99;
	border:1px solid #695285;
	padding:5px;
	margin:5px;
}
.nav_content{
	position:relative;
	width:50%;
	height:496px;
	float:right;
	/*border-top:1px solid #12446E;*/
	border-left:1px solid #695285;
	background:#FFFFFF;
	/*background-image: url('../images/JLLIS_Logo.jpg');*/
	background-repeat:repeat x;
	background-position:bottom;
}
.sidebar1 {
	position:absolute;
	display:block;
	border-right:1px solid;
	left:0px;
	width:189px;
	height:498px;
	background:transparent;
	padding: 0;
	overflow:auto;
}
.sidebar2 {
	position:absolute;
	border-left:1px solid;
	left:189px;
	width:300px;
	height:498px;
	/*float:left;*/
	background:transparent;
	padding: 0; /* padding keeps the content of the div away from the edges */
	overflow:auto;
}
.nav_2_container{
	width:275px;
	position:relative;
	overflow:auto;
	height:465px;
}
.sidebar1_head {
	border-bottom:1px solid #695285;
	position:relative;
	float:left;
	width:188px;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 5px 0px ;  padding keeps the content of the div away from the edges */
	height:31px;
	color:#FFFFFF;
	font-weight:bold;
}
.sidebar2_head {
	border-bottom:1px solid #695285;
	position:relative;
	float:left;
	width:300px;
	background: #695285; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 5px 0px ;  padding keeps the content of the div away from the edges */
	height:31px;
	color:#FFFFFF;
	font-weight:bold;
}
.training_init{
	position:relative;
	background: #FFFFFF;
	height:inherit;
	width:100%;
}
#module_content{
	position:absolute;
	background:#FFFFFF;
	border:4px solid #B3A2C7;
	margin-left:2px;
	top:110px;
	height:496px;
	width:936px;
}
#actual_content{
	position:relative;
	padding:10px;
	min-height:300px;
}
.module_head {
	position:relative;
	top:0px;
	width:924px;
	height:20px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 6px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFFFFF;
	background-color:#695285;
	border-bottom:1px solid #FFFFFF;
}
.main_nav_content{
	position:relative;
	top:15px;
	height:auto;
	padding:10px;
}
.sil_div{
	width:100%;
	height:100%;
}
.sidebar3_head {
	/*border-top:1px solid #12446E;*/
	border-bottom:1px solid #695285;
	border-right:1px solid #695285;
	position:relative;
	width:198px;
	background: #695285; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0px; /* padding keeps the content of the div away from the edges */
	font-weight:bold;
	color:#FFFFFF;
	
}
.sidebar4_head {
	/*border-top:1px solid #12446E;*/
	border-bottom:1px solid #695285;
	border-left:1px solid #695285;
	position:relative;
	width:198px;
	background: #695285; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0px; /* padding keeps the content of the div away from the edges */
	font-weight:bold;
	color:#FFFFFF;
	
}
.temp_content{
	position:relative;
	border:1px solid #695285;
}
.mainContent_head {
	/*border:1px solid #12446E;*/
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px; /* padding keeps the content of the div away from the edges */
	font-weight:bold;
	color:#FFFFFF;
}
.thrColFixHdr #mainContent { 
	/*border:1px solid;*/
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer { 

	background-image: url('../images/logoHeader.gif');
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.cat_head{
	position:static;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-top: 6px;  /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height:24px;
	font-weight:bold;
	background: #695285;
	color:#FFFFFF;
	/*border-top:1px solid #12446E;*/
	border-bottom:1px solid #695285;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
a.current_link{
	display:block;
	font-size:small;
	padding-left:10px;
}

#pop_image_caption{
position:absolute;
right:20px;
}
a.current_link:hover{
	color:#FFFFFF;
	background-color:#695285;
	padding-left:10px;
}
a.cat{
	position:relative;
	display:inline-block;
	font-size:small;
	padding: 10px;
}

.sidebar1 a.cat {
	display: block !important;
}
a.cat:hover{
	cursor:pointer;
	color:#FFFFFF;
	background-color:#695285;
	padding-left:10px;
}
a.topic_item{
	color:#695285;
	font-weight:normal;
	list-style:square;
	font-size:small;
}
a.topic_item:hover{
	color:#000000;
	cursor:pointer;
	list-style:circle;
	font-weight:normal;
}
a#module {
	color:#695285;
	text-decoration:underline;
	padding: 10px 0px;
	margin-right:auto;
}
a#module:hover {
	color:#695285;
	text-decoration:none;
}
a {
	text-decoration:none;
	color:#695285;
	margin-right:auto;
	line-height:12px;
}
a:hover {
	text-decoration:none;
	color:#695285;
	font-weight:normal;
}
.a_un {
	text-decoration:none;
	color:#695285;
	font-weight:bold;
	padding: 10px 0px;
	margin-right:auto;
}
.a_un:hover {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	padding: 10px 0px;
}
.a_selected {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	padding: 10px 0px;
	margin-right:auto;
}
.a_selected:hover {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	padding: 10px 0px;
}
.current_link {
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFFFFF;
	background-color:#B3A2C7;
	font-size:small;
}
.current_link:hover{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFFFFF;
	background-color:#B3A2C7;
	cursor:pointer;
	font-size:small;
}
.topic_list{
	color:#695285;
	font-weight:normal;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.img_button:hover{
cursor:pointer;
}

.sidebar2 ul
{
	list-style: none;
}

.sidebar2 ul ul {
	display: none;
	padding-left:15px;
}

.sidebar2 a.current_link {
	display: inline-block !important;
}
