/*	Begin Vivid Learning Systems Style Sheet Customization
 *	2007/02/21 - Mike Case
 *	2010/12/14 - Update - Mike Case
 */
body {
	background: url("images/site_background.jpg") no-repeat scroll center top #003863;
    font-family: Helvetica, "Helvetica Neue" , Arial, sans-serif;
	
} 

#headerLogo {
	width: 131px; 
	height: 127px; 
	background: url(images/header/logo.png) no-repeat top left; 
	float: left;
}

#headerRightNav {
	width: 475px; 
	font-size: 14px; 
	color: #084C7C; 
	text-align: right; 
	float: right; 
	margin: 25px 0 0 0;
}

#headerRightNav a {
	text-decoration: none;
	color: #003863;
}

/* =5 Navigation

********************************************************************/

#nav {
    height: 100px;
    margin: 0 auto;
    width: 970px;
}

#nav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav ul li
{
	height: 90px;
	float: left;
}

#nav ul li.findClass
{
	width: 176px;
}
#nav ul li.training
{
	width: 156px;
}
#nav ul li.products
{
	width: 112px;
}
#nav ul li.conference
{
	width: 138px;
}
#nav ul li.resources
{
	width: 132px;
}
#nav ul li.aboutUs
{
	width: 124px;
}
#nav ul li.contactUs
{
	width: 122px;
}

#nav ul li a
{
	text-indent: -9999px;
	height: 45px;
	overflow: hidden;
	display: block;
	background: url(images/header/nav.png) no-repeat top left;
	padding-bottom: 55px;
}

#nav ul li.findClass a:link, #nav ul li.findClass a:visited
{
	width: 176px;
	background-position: 0px 0px;
}
#nav ul li.training a:link, #nav ul li.training a:visited
{
	width: 156px;
	background-position: -176px 0px;
}
#nav ul li.products a:link, #nav ul li.products a:visited
{
	width: 112px;
	background-position: -332px 0px;
}
#nav ul li.conference a:link, #nav ul li.conference a:visited
{
	width: 138px;
	background-position: -444px 0px;
}
#nav ul li.resources a:link, #nav ul li.resources a:visited
{
	width: 132px;
	background-position: -582px 0px;
}
#nav ul li.aboutUs a:link, #nav ul li.aboutUs a:visited
{
	width: 124px;
	background-position: -714px 0px;
}
#nav ul li.contactUs a:link, #nav ul li.contactUs a:visited
{
	width: 122px;
	background-position: -838px 0px;
}

#nav ul li.findClass a:hover, #nav ul li.findClass a:active
{
	width: 176px;
	background-position: 0px -100px;
}
#nav ul li.training a:hover, #nav ul li.training a:active
{
	width: 156px;
	background-position: -176px -100px;
}
#nav ul li.products a:hover, #nav ul li.products a:active
{
	width: 112px;
	background-position: -332px -100px;
}
#nav ul li.conference a:hover, #nav ul li.conference a:active
{
	width: 138px;
	background-position: -444px -100px;
}
#nav ul li.resources a:hover, #nav ul li.resources a:active
{
	width: 132px;
	background-position: -582px -100px;
}
#nav ul li.aboutUs a:hover, #nav ul li.aboutUs a:active
{
	width: 124px;
	background-position: -714px -100px;
}
#nav ul li.contactUs a:hover, #nav ul li.contactUs a:active
{
	width: 122px;
	background-position: -838px -100px;
}


#breadcrumb {
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
}

.searchField {
	margin: -10px 0 0 0;
	padding: 3px;
	height: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #1E4872;
}


a.linkupdate:link {
	color:#ffffff;
}

a.linkupdate:visited {
	color:#ffffff;
}

a.linkupdate:hover {
	color:#b9f6f6;
}
a:link {
	color: #0067C6;
	text-decoration: underline;
}


a:hover {
	color: #0067C6;
	text-decoration: underline;
}

a:visited {
	color: #0067C6;
	text-decoration: underline;
}

a:active {
	color: #0067C6;
	text-decoration: underline;
}

table.RelatedProducts {
	padding: 5px;
	border: 1px solid;
	border-color: #a0a0a0;
	background: #f0f0f0;
	margin-top: 10px;
}

td.RelatedProductsTitle {
	font-size: 10pt;
	font-weight: bold;
}

td.RelatedProduct {
	width: 33%;
	background-color: #ffffff;
	border: 1px solid #a0a0a0;
}

td.EmptyRelatedProduct {
	width: 33%
}

table.CategoryList {
	padding: 5px;
	border: 0px solid;
	border-color: #a0a0a0;
	background: none;
	margin-top: 10px;
	
}

td.CategoryCell {
	font-size: 10pt;
	font-weight: bold;
	width: 25%;
	background-color: #ffffff;
	border: 1px solid #a0a0a0;	
	text-align: center;
}

td.EmptyCell {
	width: 33%;
}

div.description {
	font-weight: bold;
}
 
 div.whiteContentArea {
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid;
	text-align: left;
	overflow-y: auto;
}
 
/*	
 *	End Vivid Learning Systems Style Sheet Customization
 */ 
 



th {
	color : #000000;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}
input, select {
	color : #000000;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.px {
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	margin-top : 2px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}
.px5 {
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	margin-top : 5px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}
.title01 {
	color : #FFFFFF;
	margin-top : 10px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 15px;
	margin-right : 15px;
	font-size : 13px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
	font-style: italic;
}
.title {
	color : #FFFFFF;
	margin-top : 1px;
	padding-bottom : 1px;
	margin-bottom : 1px;
	margin-left : 37px;
	margin-right : 10px;
	font-size : 10px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.title a {
	color : #EF6D00;
}
.title a:hover {
	color : #C25A02;
}
.list {
	color : #FFFFFF;
	margin-top : 3px;
	padding-bottom : 3px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.right {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 15px;
	margin-right : 15px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.right a, .list a {
	color : #FF7500;
}
.right a:hover {
	color : #AAAAAA;
}
.left {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 15px;
	margin-right : 25px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.left b {
	color : #FF6600;
}
.left a {
	color : #FF6600;
}
.left a:hover {
	color : #FF0000;
}
p {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	font-size : 11pt;
	font-family : Tahoma,Verdana,Arial;
}
p a {
	color : #000000;
}
p a:hover {
	color : #294A7B;
}
.menu01 {
	color : #000000;
	margin-top : 1px;
	padding-bottom : 1px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}
.menu01 a {
	color : #000000;
	text-decoration: none;
}
.menu01 a:hover {
	color : #555555;
}
.menu02 {
	color : #FFFFFF;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 20px;
	margin-right : 20px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.menu02 a {
	color : #FFFFFF;
	text-decoration: none;
}
.menu02 a:hover {
	color : #DDDDDD;
}
.bar01 {
	color: #OOOOOO;
	margin-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 20px;
	font-size: 18px;
	font-family: Arial,Tahoma,Verdana;
	font-weight: bold;
}
.b01 {
	color : #000000;
	margin-top : 2px;
	padding-bottom : 1px;
	margin-bottom : 1px;
	margin-left : 20px;
	margin-right : 0px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}
.b01 a {
	color : #000000;
	text-decoration: none;
}
.b01 a:hover {
	color : #333333;
}
TD {
	FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt
}
