body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	margin: 0px 0px 30px 0px;
	padding: 0;
	background-image: url(/assets/images/misc/page_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #3c3c3c;
}

#mainouter {
	position: relative;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	width: 744px;
	padding: 0;
	z-index: 1001;
}

#header {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 744px;
	height: 150px;
	margin: 0;
	padding: 0;
}

#headerprint {
	display: none;
}

#homeanim {
	position: relative;
	background-image: url(/assets/images/misc/info_bg.gif); background-position:bottom;
	background-color:white;
	float: left;
	width: 744px;
}

#navbar {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 744px;
	height: 27px;
	background-image: url(/assets/images/misc/navbar_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	z-index: 110;
}

ul#topnavmenuvert { /* all lists */
	position: relative;	
	float: left;
	left: 0px;
	top: 0px;
	clear: both;
	padding: 0;
	margin: 0px 0px 0px 25px;
	list-style: none;
	height: 27px;
	line-height: 24px;
	vertical-align: middle;
	text-align: center;
	width: auto;
	z-index: 120;
	font-size: 0.9em;
}

ul#topnavmenuvert li { /* all list items */
	position: relative;	
	float: left;
	display: inline;
	width: auto;
	list-style: none;
	height: 27px;
	line-height: 26px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: normal;
	text-align: left;
}

ul#topnavmenuvert li a {
	padding: 0px 16px 0px 16px;
	color: #ffffff;
	text-decoration: none;
	height: 27px;
	width: auto;
	display: block;
	border-left: 1px solid #295095;
	font-weight: normal;
}

ul#topnavmenuvert li.last a {
	border-right: 1px solid #295095;
}

ul#topnavmenuvert li a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #71e7ff;
}

/* Fix IE. Hide from IE Mac \*/

* html ul#topnavmenuvert li a {
	display: inline;
}

* html ul#topnavmenuvert li { 
	float: left; 
	height: 1%; 
}
* html ul#topnavmenuvert li a { 
	height: 1%; 
}

/* End */
	
ul#topnavmenuvert li>ul { 
	/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#topnavmenuvert ul {
	float: left;
	position: relative;
	text-transform: none;
	text-align: left;
	font-size: 0.9em;
}

ul#topnavmenuvert li ul li {
	width: 250px; /* Width of Menu Items */
	z-index: 130;
	margin: 0;
	padding: 0px;
	position: relative;
	float: left;
	top: 0px;
	left: -1px;
	border-bottom: 1px solid #1b3261;
	border-right: none;
	border-left: 1px solid #1b3261;
	background-color: #255fc3;
	background-image: url(/assets/images/misc/subnav_bg.gif);
	background-repeat: repeat-x;
}

ul#topnavmenuvert li ul { /* second-level lists */
	padding: 0;
	list-style: none;
	position: absolute;
	display: none;
	margin: 0;
	top: auto;
	left: auto;
	width: 250px;
	background-color: #255fc3;
}

ul#topnavmenuvert li ul li a { /* second-level lists */
	text-align: left;
	width: 239px;
	height: 27px;
	padding: 0px 0px 0px 10px;
	margin: 0;
	color: #ffffff;
	border-right: 1px solid #1b3261;
	font-weight: normal;
}

ul#topnavmenuvert li ul li a:hover {
	color: #00b1ce;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 239px;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
}

ul#topnavmenuvert li:hover ul,ul#topnavmenuvert li.topoververt ul{ /* lists nested under hovered list items */
	display: block;
}

ul#topnavmenuvert:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

ul#topnavmenuvert {
	display: inline-table;
}

/* Hides from IE-mac \*/

* html ul#topnavmenuvert{
	height: 1%;
}

* html ul#topnavmenuvert li ul { /* second-level lists */
	width: 250px;
	padding: 0;
	height: 22px;
	left: 0px;
	top: 27px;
}

* html ul#topnavmenuvert li ul li a { /* second-level lists */
	text-align: left;
	width: 239px;
	display: block;
}

/* End */

#contentarea {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 714px;
	background-image: url(/assets/images/misc/info_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color:#FFFFFF;
	margin: 0;
	padding: 15px 15px 5px 15px;
	font-size: 0.8em;
	z-index: 10;
}

#contentarea p {
	margin-left:12px;
}

#contentouter {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 744px;
	margin: 0;
	padding: 0;
	background-image: url(/assets/images/misc/content_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #2c2c2c;
	z-index: 1;
}

.randomquote {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: -8px 0 0 0;
	padding: 0;
	font-size: 1em;
	width: 714px;
	background: url(/assets/images/misc/quotes-top.gif) no-repeat top left #314f85;
}

.randomquote p {
	position: relative;
	float: left;
	color:white;
	background: url(/assets/images/misc/quotes-bottom.gif) no-repeat bottom left;
	width: 714px;
	padding: 14px;
	margin:0;
}

.randomquote a {
	position: relative;
	float: left;
	padding: 10px;
	color: #ffffff;
	text-decoration:none;
}

.randomquote a:hover {
	color: #64e7f5;
}

.homefeature {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 168px;
	height: 128px;
	margin: 0px 14px 0px 0px;
	padding: 0;
	font-size: 1.1em;
}

.homefeaturelast {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 168px;
	height: 128px;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

.homefeature a {
	color: #ffffff;
	text-decoration: none;
	width: 168px;
	height: 23px;
	display: block;
	padding: 105px 0px 0px 0px;
	margin: 0;
	text-align: center;
	font-weight: normal;
}

.homefeature a:hover {
	color: #00b1ce;
	text-decoration: none;
	font-weight: normal;
}

.homefeature img {
	position: absolute;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	z-index: 500;
}

.homefeature .imageoverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 168px;
	height: 98px;
	margin: 0;
	padding: 0;
	z-index: 1000;
}

.homefeaturelast a {
	color: #ffffff;
	text-decoration: none;
	width: 168px;
	height: 23px;
	display: block;
	padding: 105px 0px 0px 0px;
	margin: 0;
	text-align: center;
	font-weight: normal;
}

.homefeaturelast a:hover {
	color: #00b1ce;
	text-decoration: none;
	font-weight: normal;
}

.homefeature .speakers {
	background-image: url(/assets/images/features/speakers.jpg);
	background-repeat: no-repeat;
}

.homefeature .randomspeaker {
	background-image: url(/assets/images/features/blank.jpg);
	background-repeat: no-repeat;
}

.homefeature .training {
	background-image: url(/assets/images/features/training.jpg);
	background-repeat: no-repeat;
}

.homefeature .clients {
	background-image: url(/assets/images/features/clients.jpg);
	background-repeat: no-repeat;
}

.homefeaturelast .values {
	background-image: url(/assets/images/features/values.jpg);
	background-repeat: no-repeat;
}

#footer {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 714px;
	height: 100px;
	margin: 0;
	padding: 10px 15px 15px 15px;
	color: #ffffff;
	font-size: 0.7em;
	background-color: #2c2c2c;
	background-image: url(/assets/images/misc/footer_mid_top.gif); position:bottom;
}

#footer .left {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 20%;
	margin: 0;
	padding: 0;
}

#footer .right{
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	width: 20%;
	margin: 0;
	padding: 0;
	text-align: right;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

#footer p {
	border-top: 1px dotted #545454;
	margin: 0;
	color:#000;
	padding: 4px 0px 4px 0px;
}

#footer2 p {
	margin: 0;
	color:#000;
}

#bottomlinks {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0px 0px 20px 0px;
	width: 100%; height:60px;
	background-color: #fff;
	background: url(/assets/images/misc/footer_mid.gif) no-repeat top left #fff;
	font-size: 0.7em;
	color: #606060;
}

#bottomlinks ul {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 20px;
	list-style: none;
	text-align: center;
}

#bottomlinks ul li {
	position: relative;
	float: none;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#bottomlinks ul li a {
	color: #000;
}

#bottomlinks ul li a:hover {
	color: #000;
	text-decoration: underline;
}

.footerinfo {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 25px 15px 0px 15px;
	width: 714px;
	background: url(/assets/images/misc/footer_top.jpg) no-repeat top left #fff;
	font-size: 0.7em;
	color: #000;
}

.footerclose {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	width: 744px;
	height:36px;
	background: url(/assets/images/misc/footer_bg.gif) no-repeat bottom left;
	font-size: 0.7em;
	color: #fff;
}

#speakers {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
}

#speakers .left {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 560px;
}

#speakers .right {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 135px;
}

#speakers img {
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px 10px 0px 0px;
	padding: 0;
}

#content {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
}

#learningcontent {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
}

#content img {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px 0px 15px 0px;
	padding: 0;
	border:;
}

#content .left {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 460px;
}

#content .center {
	position: relative;
	margin: 0;
	padding: 0;
	width: 400px; height:300px;
	margin-right:auto;
	margin-left:auto;
}

#content .right {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 235px;
}

#content .right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content .leftlong {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 345px;
}

#content .rightlong {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 356px;
}

#content li {
	list-style-image: url(/assets/images/misc/list_icon.gif);
}

li	{
	list-style-image: url(/assets/images/misc/list_icon.gif);
}

h1 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px 0px 15px 0px;
}

#cont-left	{
	width:440px;
	float:left;
}

#cont-right	{
	width:235px;
	margin-top:-30px;
	float:right;
}

#cont-center {
	margin: 0;
	padding: 0;
	margin-top:10px;
	width: 400px; height:340px;
	margin-right:auto;
	margin-left:auto;
}	

h2 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	letter-spacing: -1px;
	font-style: italic;
	margin: 0;
}

h3 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0;
	background-image: url(/assets/images/misc/h3_bg.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
}

blockquote {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	font-style: italic;
}

a {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #64e7f5;
	text-decoration: none;
	font-weight: normal;
}

.introbox {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	padding: 10px 10px 0px 0px;
	margin: 10px 0px 10px 0px;
	width: 704px;
	height: 183px;
	background-color: #314f85;
	background-image: url(/assets/images/misc/intro_bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color: #ffffff;
}

.introbox img {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: -10px 10px 0px 0px;
	padding: 0;
}

.contentfeature {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 168px;
	height: 140px;
	margin: 10px 0px 0px 10px;
	padding: 0;
	font-size: 1.0em;
}

.contentfeature a {
	color: #000;
	text-decoration: none;
	width: 168px;
	height: 38px;
	display: block;
	padding: 102px 0px 0px 0px;
	margin: 0;
	text-align: center;
	font-weight: normal;
}

.contentfeature a:hover {
	color: #00b1ce;
	text-decoration: none;
	font-weight: normal;
}

.contentfeature .performance {
	background-image: url(/assets/images/features/performance.jpg);
	background-repeat: no-repeat;
}

.contentfeature .talent {
	background-image: url(/assets/images/features/talent.jpg);
	background-repeat: no-repeat;
}

.contentfeature .open {
	background-image: url(/assets/images/features/open.jpg);
	background-repeat: no-repeat;
}

.contentfeature .coaching {
	background-image: url(/assets/images/features/coach.jpg);
	background-repeat: no-repeat;
}

.contentfeature .workshops {
	background-image: url(/assets/images/features/workshops.jpg);
	background-repeat: no-repeat;
}

.contentfeature .online {
	background-image: url(/assets/images/features/online.jpg);
	background-repeat: no-repeat;
}

.contentfeature .impact {
	background-image: url(/assets/images/features/impact.jpg);
	background-repeat: no-repeat;
}

.contentfeature .innovation {
	background-image: url(/assets/images/features/innovation.jpg);
	background-repeat: no-repeat;
}

.contentfeature .teams {
	background-image: url(/assets/images/features/teams.jpg);
	background-repeat: no-repeat;
}

.contentfeature .goal {
	background-image: url(/assets/images/features/goal.jpg);
	background-repeat: no-repeat;
}

.contentfeature .building {
	background-image: url(/assets/images/features/team-building.jpg);
	background-repeat: no-repeat;
}

.contentfeature .sailing {
	background-image: url(/assets/images/features/sailing.jpg);
	background-repeat: no-repeat;
}

.contentfeaturecms {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 168px;
	height: 140px;
	margin:-5px 0px 20px 10px;
	.margin:-10px 0px 20px 10px;
	padding: 0;
	font-size: 1.0em;
	border: none;
}

.contentfeaturecms .buttoncorners {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 168px;
	height: 98px;
	margin: 0;
	padding: 0;
	z-index: 1000;
}

.contentfeaturecms .buttoncorners img {
	left: 0px;
	top: 0px;
	width: 168px;
	height: 98px;
	margin: 0;
	padding: 0;
	z-index: 1005;
}

#content .contentfeaturecms img {
	border: none;
}

.contentfeaturecms a {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	text-decoration: none;
	width: 158px;
	height: 33px;
	background: url(/assets/images/features/features-bottom.gif) no-repeat bottom left #314f85;
	display: block;
	padding: 5px;
	margin: 0;
	text-align: center;
	font-weight: normal;
}

.contentfeaturecms a:hover {
	color: #00b1ce;
	text-decoration: none;
	font-weight: normal;
}

.client {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0;
	background-image:  url(/assets/images/misc/highlight.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.client .logo {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 150px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.client .info {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	width: 545px;
	margin: 0;
	padding: 0;
	text-align: left;
}

.formleft {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 48%;
	margin: 0;
	padding: 0;
}

.formright {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	width: 48%;
	margin: 0;
	padding: 0;
	text-align: left;
}

.row {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	text-align: center;
}

.row2 {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	/*text-align: center;*/
}

.row2 .label {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 40%;
	padding: 3px 0px 0px 0px;
	margin: 0;
	text-align: right;
}

.row .label {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 40%;
	padding: 3px 0px 0px 0px;
	margin: 0;
	text-align: right;
}

.row .formelement {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	width: 58%;
	padding: 0;
	margin: 0;
	text-align: left;
}

.formtextarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #595959;
	padding: 2px 0px 2px 4px;
}

.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #ffffff;
	background-image: url(/assets/images/misc/navbar_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #2e4c82;
	border: 1px solid #595959;
	text-transform: uppercase;
	padding: 2px 0px 0px 0px;
}

.formbutton2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #ffffff;
	background-image: url(/assets/images/misc/navbar_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #2e4c82;
	border: 1px solid #595959;
	text-transform: uppercase;
	padding: 2px 0px 0px 0px;
}

.errors {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	border: 1px solid #595959;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	width: 690px;
	background-color: #285fbc;
	color:#fff;
	list-style-color:#fff;
}

.errors li { 
	color:#fff;
	list-style-image: none;
}

.learningbar {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 714px;
	height: 27px;
	font-size: 0.8em;
	background-image: url(/assets/images/misc/navbar_bg.jpg);
	background-repeat: no-repeat;
	margin: 0;
	color:#fff;
	padding: 0px 15px 0px 15px;
}

#learningcontent h1 { color:#fff;}
#learningcontent a { color:#fff;}

#learningcontent .learningintro a { color:#000;}

#learningcontent .learningintro td.filter a { color:#fff;}

.learningbar .left {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: auto;
}

.learningbar .left p {
	margin: 0;
	padding: 0;
}

.learningbar .left a {
	color:#fff;
}

.learningbar .left a:hover {
	color:#64e7f5;
}

.learningbar .right a {
	color:#fff;
}

.learningbar .right a:hover {
	color:#64e7f5;
}

.learningbar .middle {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.learningbar .right {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: auto;
}

.learningbar .right p {
	margin: 0;
	padding: 0;
}

.learningintro {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 680px;
	margin: 0px 0px 15px 0px;
	padding: 15px;
	background-color: #055586;
	color: #fff;
}

.learningintro img{
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px 10px 5px 0px;
}

.learningintro .lefthand {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 480px;
	margin: 0;
	padding: 0px;
	font-size: 1.1em;
}

.learningintro .righthand {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	width: 180px;
	margin: 0;
	padding: 0px;
}

.learningintro .righthand ul {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 180px;
	margin: 15px 0px 15px 0px;
	padding: 0px;
	list-style: none;
}

.learningintro .righthand ul li {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 180px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	list-style: none;
	border-bottom: 1px dotted #000;
}

#learningtabs {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0;
	margin: 0;
}

#learningnav {
	clear: both;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 27px;
	width: auto;
	font-size: 0.9em;
}

#learningnav li {
  	list-style-type: none;
  	float: left;
  	margin: 0 2px 0 0;
  	padding: 0 0 0 15px;
  	background: url(/assets/images/learning/tabs_up.gif) #505050 top left no-repeat;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
}

#learningnav li a {
  	color: white;	
  	background: url(/assets/images/learning/tabs_up.gif) transparent top right no-repeat;
  	display: block;
  	padding: 0 15px 0 0;
	text-decoration: none;
}

#learningnav li.cur, #learningnav li.over, #learningnav li:hover {
	background: url(/assets/images/learning/tabs_over.gif) #055586 top left no-repeat;
}

#learningnav li strong, ul#learningnav li.cur a, ul#learningnav li.over a, ul#learningnav li:hover a {
	display: block;
	color: #fff;
	padding: 0 15px 0 0;
	text-decoration: none;
	background: url(/assets/images/learning/tabs_over.gif) transparent top right no-repeat;
}

.filter a {
	color: #000;
}

table {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

table td {
	border-bottom: 1px solid #2c2c2c;
	background-color: #ffffff;
	padding: 4px 0px 4px 8px;
	color: #055586;
	border-right: 1px solid #2c2c2c;
}

table tr:first-child td {
	background-color: #055586;
	color: #ffffff;
}

table a {
	color: #2c2c2c;
	text-decoration: none;
}

table a:hover {
	color: #64e7f5;
}

.learningtextarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #595959;
	padding: 2px 0px 2px 4px;
	width: 99%;
	height: 150px;
	overflow: scroll;
}

.learningintro table {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

.learningintro table td {
	border-bottom: 1px solid #055586;
	background-color: #ffffff;
	padding: 4px 0px 4px 8px;
	color: #055586;
	border-right: 1px solid #055586;
}

.learningintro table tr:first-child td {
	background-color: #00b0d8;
	color: #ffffff;
}

.clear	{
	clear:both;
}	

.learningintro table a {
	color: #2c2c2c;
	text-decoration: none;
}

.learningintro table a:hover {
	color: #64e7f5;
}

.fullwidth {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	display: block;
	margin: 10px 0px 10px 0px;
	padding: 0;
}

.cmstextone {
	font-size: 110%;
}

.cmstexttwo {
	font-size: 120%;
}

.cmstextthree {
	font-size: 130%;
}

.videolink {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	margin: 10px 0px 0px 0px;
	padding: 0;
	width: 346px;
	height: 30px;
	background: url(/assets/images/misc/video-link-bg.jpg) no-repeat top left;
	text-align: center;
}

.videolink p {
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	color: #000;
	font-size: 110%;
	width: 300px;
}

.videolink a {
	color: #fff;width: 300px;
}

.videolink a:hover {
	color: #00b1ce;
}

.indemand {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	margin: 0px 0px 5px 5px;
	padding: 0;
	z-index: 90;
}

.indemand .curves {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 59px;
	height: 59px;
	z-index: 100;
}

#subscriberosette {
	position: absolute;
	right: 5px;
	top: -15px;
	width: 121px;
	height: 121px;
	margin: 0;
	padding: 0;
	z-index: 1000;
}

.indemand {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px 0px 15px 0px;
	padding: 0;
	width: 100%;
	list-style: none;
}

.indemand li {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 5px;
	padding: 0px 0px 8px 0px;
	width: 346px;
	height: 110px;
	list-style: none;
	border-bottom: 1px dotted #666666;
}

.indemand li .speakername {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	width: 346px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-indent: 10px;
	font-size: 110%;
	background: url(/assets/images/misc/video-link-bg.jpg) no-repeat top left;
}

.indemand li .speakername a {
	color: #fff;
}

.indemand li img {
	position: relative;
	float: none;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.white	{
	color:#fff;
}

p.gothic	{
	font:Century Gothic, Arial, sans-serif;
	size:10px;
	margin:-5px 0 18px 10px;
}