﻿* {padding : 0; margin : 0;} /*resets all to zero*/

/* hack for forcing scroll bars to stop page jog - http://www.splintered.co.uk/experiments/49/ */
html { margin-bottom: 1px; min-height: 100%; }


body {
	font-family: Arial, Helvetica, sans-serif;
	min-width: 1000px;
	margin-left: 5px 0 10px 0;
	background-color: #FFF;
	height: 100%;
	color:#333;
}
div {
	text-align:left;
}

a {color: #333;}
a:link{color:#333; text-decoration:underline;}
a:visited{color:#333; text-decoration:underline;}
a:hover{color:#F99206;	text-decoration:underline;}
a:active{color:#333;	text-decoration:underline;}

a.arrow-link {
	color: #666;
	text-decoration: none;
	font-size: 12px;
	display:block;
	background:url(gfx_all/gfx_misc/link_arrow.gif) no-repeat;
	padding-left: 13px;
	font-weight:bold;
}
a.arrow-link:hover {
	color:#F99206;
}
#content select{
	font-size: 12px;
	width: 160px;
}
#content  input{
	padding: 1px 3px 1px 4px;
	width: 150px;
	font-size: 12px;
}
#content  input.button{
	width: 60px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
th {
	font-size: 12px;
}
td {
	font-size: 12px;
}
table td a:link, table td a:visited {
	text-decoration:none;
	
}
table td.arrow-link a:link, table td.arrow-link a:visited {
	text-decoration:none;
	background:url(gfx_all/gfx_misc/details_arrow.gif) no-repeat;
	padding-left: 8px;
	color:#666;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}

table td a.featuredCourse:link, table td a.featuredCourse, a.featuredCourse:visited {
	text-decoration:none;
	background:url(gfx_all/gfx_misc/star.gif) no-repeat;
	padding: 2px 0 0 18px;
	color:#444;
	display:block;
}
table td a.featuredCourse:link:hover, table td a.featuredCourse:hover {
	color:#F99206;
}

#featuredCourses a.star:link, #featuredCourses a.star:visited, #featuredCourses a.star {
	text-decoration:none;
	background:url(gfx_all/gfx_misc/star_featured.gif) no-repeat;
	padding: 0 0 0 18px;
	color:#CC0000;
	display:block;
}
#featuredCourses a.star:link:hover, #featuredCourses a.star:hover {
	color:#444;
}

p.featuredCourse {
	background:url(gfx_all/gfx_misc/star.gif) no-repeat;
	padding: 2px 0 0 18px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	margin-top: 10px;
}
table td.arrow-link a:hover {
	color:#F99206
}


h1{	
	font-size:16px;
	color:#F99206;
	margin-bottom: 8px;
}

h2{
	font-size:13px;	
	color:#4B7696;
	margin-bottom: 8px;
	border-top: 1px dotted #CCD;
	padding-top: 30px;
	margin-top: 30px;
}

h3{
	font-size:13px;	
	color:#4B7696;
	margin-bottom: 8px;
	margin-top: 20px;
	border-top: 1px dotted #CCD;
	padding-top: 10px;
}

h4{
	font-size:12px;	
	font-weight:normal;
	padding: 15px 0px 15px 0px;
	margin: 0px;
}

p{
	font-size:13px;	
	padding: 0;
	margin: 0 0 12px 0;
	line-height:18px;
}

BodyText{
	font-size:13px;	
	padding: 0;
	margin: 0 0 12px 0;
	line-height:18px;
}

body ul {
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	margin-bottom: 8px;
	padding-left: 0.5em;
	margin: 0 0 15px 5px;
	font-size: 12px;
}

body li {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	list-style-position:inside;
	list-style:square;
	margin-bottom:5px;
}

.assistive {display: none;}


/*clear float code from http://www.positioniseverything.net/easyclearing.html*/

.clearfix:after {
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
	border: 1px solid #0cc; 
}

.clearfix {display: inline-table;}/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}/* End hide from IE-mac */

.clearAll{
	clear: both;
	overflow: hidden;
}


#horizon  {
	color: white;
	background-color: #off;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#container  {
	background-color: #off;
	margin-left: -420px;
	position: absolute;
	top: -200px;
	left: 50%;
	height: 70px;
	visibility: visible;
	width: 738px;
}
#container.mainPg  {
	margin-top:230px;
}

#header {
    padding: 0px;
	width: 820px;
    height: 60px;
	min-height: 65px;
	_height: 65px;/* targets IE6*/
    background: #fff url(gfx_all/gfx_header/jbi_training.gif) no-repeat;
	_margin-bottom: -5px;/* targets IE6 */
}
#header h1,h2{
    padding:0;
	margin:0;
}
#imagereplace 
{
	float: left;
	height: 70px;
	width: 357px;
	_width:347px;/* targets IE6 */
}

#header p.homeLink {
	/*border: 1px solid #CC0000;*/
	float: right;
	position: relative;
	left: -650px;
}	

#header p.homeLink a{
	/*border: 1px solid #CC0000;*/
	float: left;
	height: 58px;
	width: 130px;
	text-indent: -9000px;
}	

#nav {
	border-left: 1px solid #999;
    height: 70px;
	float:left;
}

#nav.first {width:130px;_width:140px;/* targets IE6 */}
#nav.second {width:125px;_width:160px;/* targets IE6 */}
#nav.third {width:70px;}


#subnav {
	float:left;
    height: 130px;
	margin-top: 15px;
	margin-bottom: -30px;
}
div#subnav ul.first {width:255px;float:left;}
div#subnav ul.second {width:250px;float:left;}
div#subnav ul.third {width:240px;float:left;}


div#nav ul, div#subnav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

div#nav li, div#subnav li{
	padding: 0;
	margin: 0;
	*margin: -3px 0 6px -5px;/* targets IE7 */
	_margin: -3px 20px -12px -5px;/* targets IE6 */
	list-style: none;
	text-align: left;
}
div#nav ul.homeNav li a {
	_margin-bottom: -10px;
}

div#nav li a {
	color: #666;
    padding: 0px 3px 8px 10px;
	*padding:0; /* targets IE7 */
  	_padding:0; /* targets IE6 */
	text-decoration: none;
	font-size: 11px;
	display:block;
}

div#subnav li a {
	color: #666;
    padding: 2px 3px 8px 15px;
	*padding:0; /* targets IE7 */
  	_padding:0; /* targets IE6 */
	text-decoration: none;
	font-size: 12px;
	display:block;
	background:url(gfx_all/gfx_misc/link_arrow.gif) no-repeat;
}
div#subnav li a:hover {
	color: #666;
	color: #F99206;
}


#nav li a:hover {
	color: #F99206;
	text-decoration: underline;
}

div#banner {
	width:745px;
	border: 1px solid #999;
	margin-top: 5px;
}
.home {
	height:247px;
	_height: 220;/* targets IE6 */
	background: #666 url(gfx_all/gfx_homepage/bg-fade.jpg) repeat-x;
}
.main {
	height:100px;
	_height: 80px;/* targets IE6 */
	background: #999 url(gfx_all/gfx_header/greyshade-main.jpg) repeat-x;
}
div#banner #visual{
	float:left;
	width:246px;
	_margin-bottom: -4px;/* targets IE6*/
}

div#banner.home .panel {
	float:left;
	width:210px;
	height: 217px;
	_height: 200px;/* targets IE6 */
	border-left: 1px solid #999;
	text-align:left;
	padding: 15px;
	_padding: 15px 15px -15px 15px;/* targets IE6 */
	_margin-bottom: -4px;/* targets IE6*/
}
div#banner .panel {
	float:left;
	width:216px;
	border-left: 1px solid #999;
	padding: 12px;
	_padding: 12px 15px -5px 15px;/* targets IE6 */
	height: 70px;
	_margin-bottom: -4px;/* targets IE6*/
}
	div#banner div#links.panel {
		width: 225px;
		padding: 12px 5px 5px 12px;
		height: 83px;
	}
		div#banner div#links.panel p.RSS a {
			background:url(gfx_all/gfx_misc/RSS.gif) no-repeat;
			padding-left: 23px;
			font-weight: normal;
		}
		div#banner div#links.panel p.PDF a {
			background:url(gfx_all/gfx_misc/PDF.gif) no-repeat;
			padding-left: 23px;
			font-weight: normal;
		}
		div#banner div#links.panel p.DOC a {
			background:url(gfx_all/gfx_misc/DOC.gif) no-repeat;
			padding-left: 23px;
			font-weight: normal;
		}
		a.PDF {
			background:url(gfx_all/gfx_misc/PDF.gif) no-repeat;
			padding: 0 0 3px 23px;
			font-weight: bold;
			text-decoration:none;
		}
		a.DOC {
			background:url(gfx_all/gfx_misc/DOC.gif) no-repeat;
			padding: 0 0 3px 23px;
			font-weight: bold;
			text-decoration:none;
		}
		div#banner div#links.panel p.print a{
			background:url(gfx_all/gfx_misc/print.gif) no-repeat;
			padding-left: 23px;
			font-weight: normal;
			height: 22px;
		}
		div#banner div#links.panel a:hover {
			text-decoration:underline;
		}
	div#banner h2 {
		font-size: 15px;
		color:#fff;
		font-weight: bold;
		margin: 0 0 8px 0;
		padding: 0;
		border:0;
	}
	
	div#banner.main h2 {
		font-size: 15px;
		color:#fff;
		font-weight: bold;
		margin: 0 0 5px 0;
		padding: 0;
		border:0;
	}
	div#banner h3{
		font-size: 12px;
		color:#333;
		font-weight: bold;
		margin: 0 0 5px 0;
		padding: 0;
		border:0;
	}
	div#banner p{
		font-size: 12px;
		_margin-bottom: 10px;
		color:#333;
	}
	p.detail{
		font-size: 12px;
		_margin:-10px;
		padding:0;
		color:#CC3300;
	}
	div#banner p a{
		font-size: 12px;
		color:#000;
		margin-bottom: -5px;
		text-decoration:none;
		background:url(gfx_all/gfx_misc/star.gif) no-repeat;
		display:block;
		padding-left: 18px;
	}
		div#banner p a.fullList{
		font-size: 12px;
		color:#666;
		text-decoration:none;
		background:url(gfx_all/gfx_misc/link_arrow.gif) no-repeat;
		padding-left: 18px;
	}
	div#banner p a:hover{
		font-weight: bold;
		color:#333;
		background:url(gfx_all/gfx_misc/link_arrow.gif) no-repeat;
		text-decoration: none;
	}
	div#banner  ul{
		margin-bottom: 12px;
	}
	div#banner  li{
		font-size: 12px;
		color:#000;
		margin-bottom: 0;
	}
	div#banner.home #intro.panel, div#banner.home #feature1.panel,div#banner.home #feature2.panel, div#banner.home #feature3.panel, div#banner.home #feature4.panel, div#banner.home #feature5.panel, div#banner.home #feature6.panel {
		_height: 216px;/* targets IE6 */
		overflow:hidden;
	}
	div#banner.main #clients.panel h2{
		color:#333;
		margin-bottom: 13px;
	}
	div#banner.main #clients.panel img, div#banner.main #clients.panel #flashcontent{
		_margin-bottom: -8px; /* IE6 Fix*/
		float:left;
	}
	div#banner.main #clients.panel p{
		display:block;
		width: 100px;
		float:right;
		_margin-bottom:-30px; /* IE6 Fix*/
	}
	div#banner.main #clients.panel a{
		background:url(gfx_all/gfx_misc/link_arrow.gif) no-repeat;
		padding-left: 12px;
		height: 50px;
	}
	div#banner.main #clients.panel a:hover{
		text-decoration:underline;
		font-weight: normal;
	}
	#feature1, #feature2, #feature3, #feature4, #feature5, #feature6, #intro {
		position: absolute;
		top: 71px;
		_top: 72px; /* IE6 Fix*/
		left: 488px;
	}

div#tools {
	width:745px;
	margin-top: 10px;
}
	div#tools select, input{
		color: #333;
		font-size: 11px;
		float:left;
	}
	div#tools select{
		width: 250px;
	}
	
	div#tools input{
		padding: 0 3px 1px 4px;
	}
	div#tools img{
		margin-left: 5px;
	}
	div#tools p{
		color: #F99206;
		font-size: 13px;
		display:block;
		margin: 0 10px 0 10px;
		float:left;
		font-weight:bold;
	}

#reorderTop {
	position: absolute;
	top: 10px;
}
#content {
	width:745px;
	margin: 15px 0 15px 0;
	position: absolute;
	top: 250px;
}

#content h1 {
	font-size:16px;
	color:#F99206;
	margin-bottom: 8px;
}

#content h2{
	font-size:13px;	
	color:#4B7696;
	margin-bottom: 8px;
	border-top: 1px dotted #CCD;
	padding-top: 15px;
	margin-top: 15px;
}
#content h2.featuredCourse{
	font-size:13px;	
	color:#CC0000;
	border-top: 1px dotted #CCD;
	margin-top: 40px;
	background:url(gfx_all/gfx_misc/star_h2.gif) no-repeat;
	padding: 15px 0 0 25px;
	
}

#breadcrumb {
	width: 280px;
	float:left;
	font-size: 11px;
	color: #333;
}
	#breadcrumb a {
		color:333;
		font-size: 11px;
		font-weight: normal;
	}

#clientQuotes {
	float:left;
	font-size: 11px;
	color: #333;
	width: 280px;
}

#quickJump {
	float:right;
}
#search {
	float:right;
}
div#outer {height: 100%; overflow: visible;} /* or without overflow */

div#overview {
	width: 720px;
	height: 200px;	
}

table#courseDetails {
	margin: 20px 0 0 0;
}
table#courseDetails tr td{
	padding-bottom: 3px;
}
table#courseDetails tr td strong {
	display:block;
	width: 150px;
	text-transform: uppercase;
	font-size:11px;
	color: #666;
}
div#footer {
	font-size:12px;
	margin-top: 20px;
	border-top: 1px dotted #CCD;
	padding-top: 30px;
	font-weight: bold;
}
div#footer p {
	color: #666;
	font-size:11px;
	font-weight: normal;
}
div#footer a img {
	margin-right: 10px;
}

div#CourseMatrix {
	margin-top: 800px;
}

a.topLink {
	background: url(gfx_all/gfx_misc/top_arrow.gif) no-repeat;
	padding-left: 15px;
	float:right;
	display: block;
	margin-top:-25px;
	font-size: 11px;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	
}
a.backLink {
	background: url(gfx_all/gfx_misc/back_arrow.gif) no-repeat;
	padding-left: 15px;
	float:right;
	display: block;
	margin-top:-28px;
	font-size: 11px;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	
}
a.topLink:hover,a.backLink:hover {
	color:#FF9900;
	
}
.AllErrs {font-size:12px; color:#CC0000; font-weight:bold;}

#printOnly {display:none;}
.printOnly {display:none;}
