body{
	padding: 0px;
	margin: 0px;
	background: url(../images/body-bg.gif) repeat-y center #f2f1e7;
}

/*=================  HEADER STYLES  ================*/
#header{
	background: url(../images/header-bg.gif) no-repeat;
	padding: 0px 68px 0px 68px;
}

#header h1{
	float: left;
}
#header h1 a{
	display: block;
	width: 327px;
	height: 92px;
	background: url(../images/logo.gif) no-repeat;
	text-indent: -5000px;
}

/*=================  TERTIARY NAV STYLES  ================*/
#tnav{
	float: right;
	margin-top: 35px;
	margin-right: 9px;
	list-style: none;
}

#tnav li{
	float: left;
}

#tnav li a{
	display: block;
	height: 20px;
	text-indent: -5000px;
}

#tnav li a.contact{
	width: 65px;
	background: url(../images/tnav-contact.gif);
}
#tnav li a.store{
	width: 38px;
	background: url(../images/tnav-store.gif);
}
#tnav li a.training{
	width: 53px;
	background: url(../images/tnav-training.gif);
}
#tnav li a.research{
	width: 53px;
	background: url(../images/tnav-research.gif);
}
#tnav li a.login{
	width: 89px;
	background: url(../images/tnav-customer-login.gif);
}
#tnav li a.search{
	width: 52px;
	background: url(../images/tnav-search.gif);
}
#tnav li a.search:hover, #tnav li a.search-active{
	width: 52px;
	background: url(../images/tnav-search-over.gif);
}
#tnav li a.login:hover, #tnav li a.login-active{
	width: 89px;
	background: url(../images/tnav-customer-login-over.gif);
}
#tnav li a.search{
	width: 52px;
	background: url(../images/tnav-search.gif);
}

#login-flyout{
	display: none;
	width: 176px;
	margin-left: 659px;
	margin-top: 57px;
	position: absolute;
	background: url(../images/tnav-drop.gif) top;
	border-bottom: solid 1px #dbdada;
	padding: 20px 15px 10px 15px;
}

#search-flyout{
	display: none;
	width: 270px;
	margin-left: 616px;
	margin-top: 57px;
	position: absolute;
	background: url(../images/tnav-drop-search.gif) top;
	border-bottom: solid 1px #dbdada;
	padding: 12px 15px 10px 15px;
}
#search-flyout input.fld{
	border: none;
	width: 170px;
	font-size: 11px;
	padding: 2px;
	margin-bottom: 10px;
}

/*=================  MAIN NAV STYLES  ================*/
#main-nav{
	height: 33px;
	list-style: none;
	margin: 0px;
	margin-top: 18px;
	padding: 0px;
}

#main-nav li{
	float: left;
	margin: 0px;
	padding: 0px;
}

#main-nav li.divider{
	width: 13px;
	height: 33px;
	background: url(../images/nav-divider.gif);
}

#main-nav li a{
	height: 33px;
	display: block;
	text-indent: -5000px;
	text-decoration: none;
}

#main-nav li.mission, #main-nav li a.mission{
	width: 140px;
	background: url(../images/nav-mission0.gif);
}
#main-nav li.products, #main-nav li a.products{
	width: 119px;
	background: url(../images/nav-products0.gif);
}
#main-nav li.results, #main-nav li a.results{
	width: 172px;
	background: url(../images/nav-results0.gif);
}
#main-nav li.support, #main-nav li a.support{
	width: 102px;
	background: url(../images/nav-support0.gif);
}
#main-nav li.partners, #main-nav li a.partners{
	width: 108px;
	background: url(../images/nav-partner0.gif);
}
#main-nav li.global-reach, #main-nav li a.global-reach{
	width: 152px;
	background: url(../images/nav-global0.gif);
}

body.mission #main-nav li a.mission, #main-nav li a.mission:hover{
	background: url(../images/nav-mission1.gif);
}
body.products #main-nav li a.products, #main-nav li a.products:hover{
	background: url(../images/nav-products1.gif);
}
body.proven-results #main-nav li a.results, #main-nav li a.results:hover{
	background: url(../images/nav-results1.gif);
}
body.support #main-nav li a.support, #main-nav li a.support:hover{
	background: url(../images/nav-support1.gif);
}
body.partners #main-nav li a.partners, #main-nav li a.partners:hover{
	background: url(../images/nav-partner1.gif);
}
body.global-reach #main-nav li a.global-reach, #main-nav li a.global-reach:hover{
	background: url(../images/nav-global1.gif);
}

#main-nav li:hover ul, #main-nav li.hover ul{
	display: block;
}

/*=================  SUBNAV STYLES  ================*/
#main-nav .subnav{
	position: absolute;
	display: none;
	list-style: none;
	margin: 0px;
	margin-left: -7px;
	padding: 10px;
	border-top: solid 1px #ececec;
	border-right: solid 1px #DAD9D9;
	border-bottom: solid 1px #DAD9D9;
	border-left: solid 1px #DAD9D9;
	background-color: #fff;
	z-index: 2;
}
#main-nav .front{
	margin: 0px;
}
#main-nav .subnav li{
	float: none;
	margin: 0px;
}
#main-nav .subnav li a{
	height: auto;
	text-indent: 0px;
	display: block;
	width: 140px;
	padding: 5px 10px;
	color: #666666;
}
#main-nav .subnav li a:hover{
	color: #f58220;
	background-color: #f2f2f2;
	text-decoration: none;
}

/*=================  LEFT NAV STYLES  ================*/
#left-container #left-nav{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#left-container #left-nav li{
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	padding-top: 2px;
	border-top: solid 1px #d9d8d8;
}

#left-container #left-nav li a{
	display: block;
	padding: 5px 7px;
	text-decoration: none;
}

#left-container #left-nav li a:hover, #left-container #left-nav li a.active{
	background-color: #edecec;
}

/*=================  LEFT SUB-NAV HEADER STYLES  ================*/
#left-container #left-nav li.subnav{
	border: none;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
}
#left-container #left-nav li.subnav a:hover, #left-container #left-nav li.subnav a.active{
	color: #fcaf17;
	background-color: transparent;
}


/*=================  LEFT NAV HEADER STYLES  ================*/
#left-container h2{
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
	width: 162px;
	height: 73px;
}

body.mission #left-container h2{
	background: url(../images/left-header-mission.gif) no-repeat;
}
body.products #left-container h2{
	background: url(../images/left-header-products.gif) no-repeat;
}
body.proven-results #left-container h2{
	background: url(../images/left-header-proven-results.gif) no-repeat;
}
body.support #left-container h2{
	background: url(../images/left-header-support.gif) no-repeat;
}
body.partners #left-container h2{
	background: url(../images/left-header-partners.gif) no-repeat;
}
body.global-reach #left-container h2{
	background: url(../images/left-header-global-reach.gif) no-repeat;
}
body.contact-us #left-container h2{
	background: url(../images/left-header-contact-us.gif) no-repeat;
}

/*=================  CONTAINER STYLES  ================*/
#header-divider{
	width: 893px;
	height: 17px;
	margin-left: -17px;
	margin-bottom: 15px;
	background: url(../images/header-bottom-shade.gif) no-repeat center;
}

#outer-container{
	margin: 0px auto;
	width: 994px;
	background-color: #fcfcfc;
	padding: 0px 0px 0px 0px;
}

#inner-container{
	padding: 0px 51px 0px 67px;
	background: url(../images/page-bg.gif) repeat-y;
}

#left-container{
	width: 165px;
	padding: 0px;
	float: left;
}

#content-container{
	width: 685px;
	float: right;
}

#main-content-container{
	width: 460px;
	border-right: solid 1px #d9d8d8;
	padding: 20px 20px 0px 9px;
	float: left;
}

#secondary-content-container{
	width: 195px;
	float: right;
}

#footer-container{
	height: 50px;
	background: url(../images/home-shadow-bottom.gif) no-repeat bottom;
	padding-top:100px;
	padding-right: 65px;
}

/*=================  HOME STYLES  ================*/
body.home #inner-container{
	padding: 0px;
	background: none;
}

body.home #left-container, body.home #header-divider, body.home #secondary-content-container, body.home #section-title{
	display: none;
}

body.home #content-container, body.home #main-content-container{
	width: 100%;
}

body.home #banner{
	width: 944px;
	height: 339px;
	padding: 20px 0px 0px 50px;
	background: url(../images/home-banner-bg.gif) no-repeat;
	
}

body.home #home-banner-flash{
	position: absolute;
	width: 689px;
	height: 306px;
	z-index: 1;
	margin-left: 0px;
	margin-top: 0px;
}

body.home #home-banner-kid{
	width: 259px;
	height: 239px;
	position: absolute;
	margin-left: 625px;
	margin-top: 30px;
}

body.home #main-content-container{
	padding: 0px;
	border: none;
}

body.home #product-container{
	padding: 0px 66px 20px 67px;
	background: url(../images/home-shadow-bottom.gif) no-repeat bottom;
	min-height: 250px;
}

body.home #footer-container{
	padding-top: 20px;
	background: url(../images/body-bg.gif) repeat-y center #d6d5d5;
}

body.home #product-nav{
	float: left;
	margin: 0px ;
	padding: 40px 0px;
	width: 126px;
}
body.home #product-nav h2{
	text-indent: -5000px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	width: 125px;
	height: 42px;
	background: url(../images/home-products.gif) no-repeat;
}

body.home #product-nav ul, body.home #product-nav li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

body.home #product-nav ul{
	position: absolute;
	margin-left: 1px;
}

body.home #product-nav ul li a{
	display: block;
	width: 126px;
	text-indent: -5000px;
}
body.home #product-nav ul li a.school{
	height: 37px;
	background: url(../images/home-products-schools0.gif);
}
body.home #product-nav ul li a.home{
	height: 38px;
	background: url(../images/home-products-home0.gif);
}
body.home #product-nav ul li a.school:hover{
	height: 37px;
	background: url(../images/home-products-schools2.gif);
}
body.home #product-nav ul li a.home:hover{
	height: 38px;
	background: url(../images/home-products-home2.gif);
}
body.home #product-nav ul li a.school-selected{
	height: 37px;
	background: url(../images/home-products-schools1.gif);
}
body.home #product-nav ul li a.home-selected{
	height: 38px;
	background: url(../images/home-products-home1.gif);
}

body.home #school-products, body.home #home-products{
	width: 734px;
	float: right;
	background-color: #f5f5f5;
	border-left: solid 1px #d9d8d8;
	min-height: 200px;
}
body.home #home-products{
	display: none;
}

body.home #school-products .product-info, body.home #home-products .product-info{
	color: #777777;
	width: 186px;
	height: 237px;
	margin: 10px 0px;
	padding: 0px 23px 0px 34px;
	border-right: solid 1px #d9d8d8;
	float: left;
}

body.home #school-products .product-info a, body.home #home-products .product-info a{
	font-weight: bold;
	color: #777777;
	text-decoration: none;
	padding-left: 13px;
	background: url(../images/home-products-arrow.gif) top left no-repeat;
}

body.home #school-products .no-border, body.home #home-products .no-border{
	border-right: none;
}

body.home  #home-products .product-info a.imagelink ,
body.home  #school-products .product-info a.imagelink {
	background: none;
	padding: none;
	margin: none;
}


/*=================  EMPLOYMENT STYLES  ================*/
table.employment td{
	padding: 20px 0px;
	border-bottom: solid 1px #ccc;
}
table.employment td h3{
	color: #6B7B84;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 5px;
}
table.employment td .desc{
	display: none;
}

.form-container{
	padding: 15px;
	background-color: #faf9f5;
}
.form-container table td{
	color: #525252;
	padding: 5px;
	border: none;
}
.form-container table td p{
	color: #525252;
}
.form-container table td input.fld, .form-container table td textarea.fld, .form-container table td select.fld{
	width: 190px;
	border: solid 1px #e0dfdb;
	font-size: 12px;
}
.form-container table td select.fld3 {
	border: solid 1px #e0dfdb;
	font-size: 12px;
}
.form-container table td input.fld2, .form-container table td textarea.fld2, .form-container table td select.fld2{
	width: 250px;
	border: solid 1px #e0dfdb;
	font-size: 12px;
}
.form-container table td textarea.fld2{
	width: 500px;
	height: 70px;
}

/*=================  EVENTS STYLES  ================*/
table.events td{
	color: #525252;
	font-weight: bold;
	padding: 10px;
	border-bottom: solid 1px #ccc;
}
table.events tr.even{
	background-color: #f9f8f2;
}
table.events th{
	border-right: solid 5px #fff; 
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	background-color: #b3b3b3;
}

/*=================  LEADERSHIP STYLES  ================*/
table.bios td{
	color: #525252;
	padding: 0px 20px 20px 0px;
}table.bios td a.top{
	color: #ee1d01;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}

#bio-names a{
	display: block;
	width: 135px;
	margin-left: 10px;
	margin-bottom: 5px;
	float: left;
}

/*=================  NO RIGHT STYLES  ================*/
body.no-right #secondary-content-container{
	display: none;
}
body.no-right #main-content-container{
	width: 664px;
	border-right: none;
}

/*=================  VIP STYLES  ================*/
body.vip-demos #left-container, body.vip-demos h1, body.vip-demos #section-title{
	display: none;
}
body.vip-demos #header h1{
	display: block;
}
body.vip-demos #content-container, body.vip-demos #main-content-container{
	width: 866px;
	margin-left: -22px;
}

/*=================  PAGE HEADER STYLES  ================*/
#section-title{
	width: 722px;
	text-indent: -5000px;
}

body.company-history #section-title{
	background: url(../images/header-mission-company.gif);
}

/*=================  TRAINING LIBRARY  ================*/
#for-schools, #for-home {
	width: 333px;
	padding-top: 81px;
	float: left;
}

#for-schools {
	background: url(../images/header-for-schools.gif) no-repeat;
}

#for-home {
	background: url(../images/header-for-home.gif) no-repeat;
}

#training-library-home-container {
	width: 667px;
	background: url(../images/bg-training-library-home.gif) repeat-y;
	background-color: #ffffff;
}

.training-library-product-container  td {
	padding: 15px;
}

.training-library-product-container  td, .training-library-product-container  td p {
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	color: #777777;
	line-height: 15px;
}

h4.resource-library-product-header {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #a0a0a0;
	padding: 10px 0px;
	text-transform: uppercase;
}

.resource-library {
	background: url(../images/bg-resource-library.gif) top left repeat-y;
	width: 630px;
	padding: 10px 0px;
}

.resource-library-text {
	width: 600px;
	padding: 15px;
}

.resource-files {
	padding-left: 20px;
}

#tab-for-schools,
#tab-for-home {
	display: block;
	cursor: pointer;
}

.resource-library-divider {
	width: 600px;
	height: 1px;
	margin: 5px 0px;
	background: url(../images/resource-library-divider.gif) center center no-repeat;
}

.resource-file-container {
	background: url(../images/pdf-icon.gif) top left no-repeat;
	margin: 5px 0px;
	padding-left: 20px;
	min-height:16px;
	_height: 16px;
	float: left;
	width: 130px;
}

.resource-file-container a {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}

.resource-file-container a:hover {
	text-decoration: underline;
}

h3.training-library {
	color: #f68121;
	font-family: Georgia, serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 5px 0px 20px 25px;
}

#training-details-container {
	background: url(../images/bg-training-details.gif) repeat-y top left;
	width: 650px;
	padding: 5px 0px;
	margin: 0px;
}

#training-details-left {
	width: 478px;
	float: left;
}

#training-details-right {
	width: 170px;
	float: right;
}

.module-title {
	background: url(../images/module-accordion0.gif) top left no-repeat;
	width: 422px;
	height: 24px;
	color: #59544f;
	line-height: 10px;
	font-size: 12px;
	text-transform: uppercase;
	text-indent: 15px;
	cursor: pointer;
	font-weight: bold;
	font-family: Verdana;
	padding-top: 13px;
}

.training-section-left {
	padding: 25px 3px 5px 30px;
}

.training-section-right {
	padding: 30px 10px 5px 2px;
}
	
a.training-section-video, 
span.training-section-video {
	background: url(../images/orange-arrow.gif) center left no-repeat;
	display: block;
	padding-left: 10px;
}

.training-details-divider {
	width: 168px;
	height: 1px;
	margin: 5px 0px;
	background: url(../images/resource-library-divider.gif) center center no-repeat;
}

.training-sidebar-right-text {
	width: 148px;
	padding: 10px;
}

.training-sidebar-right-text img {
	display: block;
}

#locked-message {
	background: url(../images/locked-message.gif) left center no-repeat;
	padding-left: 28px;
	color: #525252;
	font-size: 10px;
	font-family: Arial;
}
