@charset "utf-8";
body  {
	font: 10pt Arial, Helvetica, sans-serif;
	background: #ddd;
	margin: 0;
	padding: 0 ;
	text-align: center; 
	color: #000000;
}

#container { background: #98cb00; text-align:justify; min-width:1000px;} 

h1, h2, h3 { color:#0086cb; text-align: left;}
h1 {	font-size:14pt;}
h2 {	font-size:12pt; margin-top: 30px;}
h3 {	font-size:11pt; margin-top: 30px;}
h2 a:hover {color:#98cb00;}

strong { color:#0086cb;}
	
a:link, a:visited { color: #0086cb;}
a:hover { color: #98cb00;}

ul.bli { list-style: none; padding-left: 0; padding: 0; margin:0;}
li.bli { background-image:url(../images/New_Folder/BLI%20Bullet%20-%20smaller.jpg); background-repeat: no-repeat; padding: 0 0 0 30px; height:30px; font-size:11pt;}
table.bli {	padding: 5px;}

/* nav */
#sidebar1 {
	float: left; 
	width: 175px;
}
#sidebar1 ul {
	width:140px;
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
#sidebar1 ul li { height: 40px; margin-bottom: 10px;}
#sidebar1 ul li a{
	border:none;
	display:block;
	height:40px;
	background-position:right;
	background-repeat:no-repeat;
	margin-bottom:10px;
	text-indent:-9000px;
}

#sidebar1 ul li.home a:link {			background-image:url(../images/graphics/but_home_l.png);}
#sidebar1 ul li.home a:visited {		background-image:url(../images/graphics/but_home_l.png);}
#sidebar1 ul li.homeactive {			background-image:url(../images/graphics/but_home_a.png);}
#sidebar1 ul li.home a:hover {			background-image:url(../images/graphics/but_home_h.png);}

#sidebar1 ul li.lssblend a:link {		background-image:url(../images/graphics/but_lssblend_l.png);}
#sidebar1 ul li.lssblend a:visited {	background-image:url(../images/graphics/but_lssblend_l.png);}
#sidebar1 ul li.lssblendactive {		background-image:url(../images/graphics/but_lssblend_a.png);}
#sidebar1 ul li.lssblend a:hover {		background-image:url(../images/graphics/but_lssblend_h.png);}

#sidebar1 ul li.lsselearn a:link {		background-image:url(../images/graphics/but_lsseLearn_l.png);}
#sidebar1 ul li.lsselearn a:visited {	background-image:url(../images/graphics/but_lsseLearn_l.png);}
#sidebar1 ul li.lsselearnactive {	background-image:url(../images/graphics/but_lsseLearn_a.png);}
#sidebar1 ul li.lsselearn a:hover {		background-image:url(../images/graphics/but_lsseLearn_h.png);}

#sidebar1 ul li.projectcoach a:link {	background-image:url(../images/graphics/but_projCoach_l.png);}
#sidebar1 ul li.projectcoach a:visited {background-image:url(../images/graphics/but_projCoach_l.png);}
#sidebar1 ul li.projectcoachactive {	background-image:url(../images/graphics/but_projCoach_a.png);}
#sidebar1 ul li.projectcoach a:hover {	background-image:url(../images/graphics/but_projCoach_h.png);}

#sidebar1 ul li.course a:link {			background-image:url(../images/graphics/but_courseCat_l.png);}
#sidebar1 ul li.course a:visited {		background-image:url(../images/graphics/but_courseCat_l.png);}
#sidebar1 ul li.courseactive {		background-image:url(../images/graphics/but_courseCat_a.png);}
#sidebar1 ul li.course a:hover {		background-image:url(../images/graphics/but_courseCat_h.png);}

#sidebar1 ul li.corptrain a:link {		background-image:url(../images/graphics/but_corptrain_l.png);}
#sidebar1 ul li.corptrain a:visited {	background-image:url(../images/graphics/but_corptrain_l.png);}
#sidebar1 ul li.corptrainactive {	background-image:url(../images/graphics/but_corptrain_a.png);}
#sidebar1 ul li.corptrain a:hover {		background-image:url(../images/graphics/but_corptrain_h.png);}

#sidebar1 ul li.benefits a:link {		background-image:url(../images/graphics/but_BenBlend_l.png);}
#sidebar1 ul li.benefits a:visited {	background-image:url(../images/graphics/but_BenBlend_l.png);}
#sidebar1 ul li.benefitsactive {		background-image:url(../images/graphics/but_BenBlend_a.png);}
#sidebar1 ul li.benefits a:hover {		background-image:url(../images/graphics/but_BenBlend_h.png);}

#sidebar1 ul li.blendedmodel a:link {	background-image:url(../images/graphics/but_blendmodel_l.png);}
#sidebar1 ul li.blendedmodel a:visited {background-image:url(../images/graphics/but_blendmodel_l.png);}
#sidebar1 ul li.blendedmodelactive {	background-image:url(../images/graphics/but_blendmodel_a.png);}
#sidebar1 ul li.blendedmodel a:hover {	background-image:url(../images/graphics/but_blendmodel_h.png);}
/* end nav */

/* main divs */
#header {
	height:137px;
	background-image:url(../images/graphics/header_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	padding:0;
	margin-left: -25px;
}

#spacer_nav {
	margin:0 175px; 
	background-color:#ddd; 
	height:20px; 
	margin-top:-5px;
}
#spacer_nav ul {
	list-style:none;
	margin-top:5px;
}
#spacer_nav ul li {
	display:inline;
	height:30px;
}
#spacer_nav ul li a:link, #spacer_nav ul li a:visited {
	color:#0086cb;
	text-decoration:none;
}
#spacer_nav ul li a:hover {
	text-decoration:underline;
}

#Content {
  margin: 0;
  padding:0;
} 

#center {
	background:#fff;
	margin: 0 175px;
	min-width: 400px;
	padding: 10px 30px;
	z-index:500;
}

#center ul li {	margin-bottom: 5px;	text-align: left;}
#center ul img {margin: 10px;}

#center ol li {	margin-bottom: 5px;}

#center table {	border: 2px solid #0086cb;	text-align: left;	border-collapse:collapse;}
#center td { border: 1px solid #0086cb; vertical-align:top; padding: 5px; padding-bottom: 10px;}
#center th { padding: 10px; background: #0086cb; color: #fff; font-weight: bold; font-size: 12pt;}
#center tr { border-bottom: 2px solid #0086cb;}
.table_first {	background-color: #dfdfdf; font-style: oblique;}
.nostyle { color:#000; background: #fff; border: none;}
.header_noback { font-weight:bold; color: #0086cb; border: none; text-transform: uppercase;}
li.large {font-size: 12pt;}
#sidebar2 {
	float: right; 
	width: 175px; 
}
#sidebar2 img {padding-bottom: 10px;}

#footer {
	height:25px;
	background-color:#0086cb;
	text-align:center;
	color:#fff;
	margin-top:-13px;
}
#footer a:link, #footer a:visited { color:#fff;	text-decoration: underline;}
#footer a:hover { color: #98cb00;}
/* end main divs */

/*stand alone classes */
.fltrt { 
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.fltlft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}