*{
	margin: 0;
	padding: 0;
}
body{
	background: #282A2C url("../images/bg.gif") repeat-x;
	text-align: center;
	font-size: 13px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
}
a{
	color: #005588;
}
a img{
	border: 0;
}
a.arrow{
	padding-right: 10px;
	background: url("../images/icon_arrow.gif") 100% 50% no-repeat;
}
img.portrait {
	float: left;
	margin-right: 15px;
}
input{
	padding: 1px;
}
textarea{
	padding-left: 2px;
}
input, textarea{
	font-size: 11px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	border: 1px solid #999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
ul{
	list-style: none;
}
h1, h2 ,h3{
	color: #CC0000;
	font-family: Georgia,Times,Georgia,serif;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 20px;
}
h2, h3 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
}
h3{
	color: #333;
}
hr{
	height: 0;
	border: none;
	background: url("../images/line_h_gray_dashed.gif") 0 0 repeat-x;
	height: 1px;
	margin: 20px 0;
	clear: left;
}
strong em{
	background-color: #FFFFDD;
	font-weight: normal;
	color: #000;
	font-style: normal;
}
#main{
	width: 700px;
	margin: 10px auto;
	padding: 10px 0;
	background: #FFF;
	text-align: left;
}
#header, #navigation, #ad, #preview{
	margin: 0 10px 10px 10px;
}
.clear{
	clear: both;
	height: 0;
	line-height: 0;
}
/*
-----------------------------------------------------------------------------------------------------
	Header
-----------------------------------------------------------------------------------------------------
*/
#header{
	background: url("../images/bg_header.gif");
	height: 85px;
}
#header #logo{
	margin-top: 22px;
	margin-left: 20px;
}
#header ul{
	float: right;
}
#header ul li{
	float: left;
	display: inline;
	background: url("../images/line_v_gray.gif") 0 50% no-repeat;
}
#header ul li.first{
	background: none;
}
#header ul li a{
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	line-height: 20px;
}
#header ul li a:hover{
	text-decoration: underline;
}
/*
-----------------------------------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------------------------------
*/
#navigation{
	background: #DAE2E5;
	text-align: center;
	padding: 3px;
}
#navigation li{
	display: inline;
	margin: 0;
	background: url("../images/line_v_whitegray.gif") 0 50% no-repeat;
}
#navigation li.first{
	background: none;
}
#navigation li a{
	font-size: 12px;
	color: #000;
	padding: 2px 7px;
	margin: 0 5px;
	text-decoration: none;
	line-height: 20px;
}
#navigation li a:hover, #navigation li a.selected{
	background: #EDF1F2;
}
/*
-----------------------------------------------------------------------------------------------------
	Ad
-----------------------------------------------------------------------------------------------------
*/
#ad{
	background: url("../images/bg_home.jpg") 0 0 no-repeat;
	padding: 30px 0 30px 300px;
}
#ad img.button{
	margin-right: 20px;
	margin-top: 20px;
	border: 0;
}
/*
-----------------------------------------------------------------------------------------------------
	Preview
-----------------------------------------------------------------------------------------------------
*/
#preview{
	background: url("../images/bg_home.jpg") 0 0 no-repeat;
	padding: 20px;
	text-align: right;
}
#preview img.button{
	margin-right: 15px;
	margin-top: 20px;
	border: 0;
}
#preview img.button2{
	margin-right: 15px;
	margin-top: 10px;
	border: 0;
}
#preview div#info{
	margin-top: 140px;
	float: left;
	text-align: left;
}
/*
-----------------------------------------------------------------------------------------------------
	Side Navigation
-----------------------------------------------------------------------------------------------------
*/
#sideNav{
	float: right;
	display: inline;
	width: 170px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#sideNav.schedule {
	width: 150px;
}
#sideNav ul{
	float: right;
	display: inline;
	margin-bottom: 10px;
}
#sideNav li{
	float: left;
	display: inline;
	width: 170px;
	padding: 5px 0;
	color: #43474A;
	line-height: 18px;
	border-bottom: 1px solid #e7e7e7;
}
#sideNav li.first{
	border-top: 1px solid #e7e7e7;
}
#sideNav li strong{
	color: #CC0000;
}
#sideNav li em, #questions dd em{
	font-style: normal;
	color: #8A9499;
	font-size: 11px;
}
#sideNav li a{
	float: left;
	padding-left: 9px;
	margin: 0;
	background: #fff url("../images/icon_arrow.gif") 10000px 0 no-repeat;
}
#sideNav li a.selected, #sideNav li a:hover{
	float: left;
	background: #fff url("../images/icon_arrow.gif") 0px 5px no-repeat;
}
#sideNav.qanda li a, #sideNav.qanda li a:hover {
	float: none !important;
	background: none !important;
	padding: 0 !important;
}
#sideNav form, #sideNav.schedule{
	clear: both;
	background:  #EDF1F2;
	border: 1px solid #DAE2E5;
	padding: 10px 10px 0 10px;
}
#sideNav h2{
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url("../images/line_h_gray_dashed.gif") 0 100% repeat-x;
}
#sideNav li h2{
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#sideNav textarea{
	font-family: Arial,Verdana,Helvetica,sans-serif;
	width: 140px;
	border: 1px solid #DAE2E5;
	font-size: 11px;
}
/*
-----------------------------------------------------------------------------------------------------
	Content
-----------------------------------------------------------------------------------------------------
*/
#content{
	margin-left: 20px;
	margin-top: 20px;
	padding-right: 30px;
	margin-bottom: 20px;
	margin-right: 200px;
	line-height: 18px;
	background: url("../images/line_v_gray_dashed.gif") 470px 0 repeat-y;
}

#contentLarge{
	margin-left: 20px;
	margin-top: 20px;
	padding-right: 30px;
	margin-bottom: 20px;
	margin-right: 20px;
	line-height: 18px;
}

#content p, #content ul, #content dl, #sideNav p, #sideNav address, #content ol ,#contentLarge ol ,#contentLarge dl ,#contentLarge ul ,#contentLarge p{
	color: #43474A;
	margin-bottom: 10px;
}
#content, #contentLarge{
	color: #43474A;
}
#content p strong, #contentLarge p strong{
	color: #000;
}
#content ul, #content ol, #contentLarge ul, #contentLarge ol{
	margin-bottom: 10px;
	margin-left: 20px;
}
#content ol li, #contentLarge ol li{
	margin-bottom: 5px;
}

#content ul li, #contentLarge ul li{
	list-style: disc;
}
#content ul ul , #contentLarge ul ul{
	margin-bottom: 0;
}
#content ul ul li, #contentLarge ul ul li{
	list-style: circle;
}
#content blockquote, #contentLarge blockquote {
	color: #c00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px; 
	float: right;
	padding: 10px;
	margin: 0 0 10px 10px;
	text-align: center;
	line-height: 22px;
	font-weight: normal;
	width: 165px;
	background:  #EDF1F2;
	border: 1px solid #DAE2E5;
	color: #282F39;
}
#content blockquote.register, #contentLarge blockquote.register{
	text-align: left;
}
#content blockquote.register h1, #contentLarge blockquote.register h1{
	margin-bottom: 10px;
}
#content blockquote.register hr, #contentLarge blockquote.register hr{
	margin: 10px 0;
}
ul#jumpmenu{
	float: right;
	list-style: none;
	padding: 10px;
	font-size: 11px;
	line-height: 19px;
	background:  #EDF1F2;
	border: 1px solid #DAE2E5;
	color: #282F39;	
}
ul#jumpmenu a{
	text-decoration: none;
}
ul#jumpmenu a:hover{
	text-decoration: underline;
}
ul#jumpmenu li{
	list-style: none;
}
a.top{
	display: block;
	text-align: right;
	font-size: 10px;
}
/*
-----------------------------------------------------------------------------------------------------
	Case Studies
-----------------------------------------------------------------------------------------------------
*/
#casestudies{
	padding-top: 10px;
	background: url("../images/line_h_gray_dashed.gif") repeat-x;
}
#casestudies dt{
	margin-bottom: 5px;
}
#casestudies dd{
	color: #666;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url("../images/line_h_gray_dashed.gif") 0 100% repeat-x;
}
/*
-----------------------------------------------------------------------------------------------------
	Industry Examples
-----------------------------------------------------------------------------------------------------
*/
ul.industryExamples{
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 350px;
}
ul.industryExamples li{
	list-style: none !important;
	float: left;
	margin: 0;
	padding: 0;
	width: 150px;
}
/*
-----------------------------------------------------------------------------------------------------
	Questions
-----------------------------------------------------------------------------------------------------
*/
#questions{
	padding-top: 10px;
	background: url("../images/line_h_gray_dashed.gif") repeat-x;
}
#questions dt{
	margin-bottom: 5px;
}
#questions dd{
	color: #666;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url("../images/line_h_gray_dashed.gif") 0 100% repeat-x;
}
/*
-----------------------------------------------------------------------------------------------------
	Gainsharing Today
-----------------------------------------------------------------------------------------------------
*/
#gainsharingTodayIntro{
	color: #333;
	padding: 10px;
	margin-bottom: 20px;
	background:  #EDF1F2;
	border-top: 1px solid #DAE2E5;
	border-bottom: 1px solid #DAE2E5;	
}
/*
-----------------------------------------------------------------------------------------------------
	Order Form
-----------------------------------------------------------------------------------------------------
*/
dl.order{
	margin-top: 20px;
}
.order dt{
	float: left;
	font-size: 12px;
	margin-bottom: 5px;
	clear: left;
}
.order dt{
	width: 175px;
}
.order dd{
	float: left;
	margin-bottom: 15px;
}
p.order {
	font-size: 12px;
	font-weight: bold;
}

select option {
	padding-right: 10px;
}
/*
-----------------------------------------------------------------------------------------------------
	Contact
-----------------------------------------------------------------------------------------------------
*/
div.contact dl, div#orderform dl{
	width: 440px;
}
.contact input{
	width: 150px;
}
.contact input.image{
	width: auto;
}
.contact textarea{
	width: 250px;
}
.contact dl{
	margin-top: 20px;
}
.contact dt{
	float: left;
	font-size: 12px;
	margin-bottom: 5px;
	clear: left;
}
.contact dt{
	width: 150px;
}
.contact dd, div#orderform dd{
	float: left;
	margin-bottom: 15px;
	width: 200px;
}
.register dd{
	float: none;
}

p.formhelp{
	clear: both;
}
.contact #zip{
	width: 100px;
}
.contact #title{
	width: 100px
}
.contact #numEmployees{
	width: 100px;
}
p.button{
	clear: both;
	margin-left: 150px;
}
.alert{
	font-size: 10px;
	display: block;
	clear: both;
	color: #CC3300
}
.formTitleRequired{
	font-weight: bold;
}
.radio{
	border: 0;
}
/*
-----------------------------------------------------------------------------------------------------
	Q&A Signup
-----------------------------------------------------------------------------------------------------
*/
span.radio{
	display: block;
}
input.radio{
	width: auto !important;
	vertical-align: middle;
	margin-right: 5px;
}
#formTitle_displayName{
	float: none;
	clear: both;
	width: auto;
}
input.button{
	clear: both;
	border: 1px solid #999;
	border-left-color: #EEE;
	border-top-color: #EEE;
	background: #DDD;
}
input.image{
	border: 0;
}
dt.checkbox{
	display: none;
	visibility: hidden;
}
input.checkbox {
	width: 15px !important;
	margin-right: 10px;
	border: 0 !important;
}
p.formHelp{
	font-size: 10px;
	line-height: 14px;
}
p.formHelp strong{
	background-color: #FFFFDD;
}
input.phone{
	width: auto;
}
input.button{
	border: 0 !important;
	margin: 0;
	padding: 0;
	width: auto;
}
/*
-----------------------------------------------------------------------------------------------------
	Quotes
-----------------------------------------------------------------------------------------------------
*/
#quotes{
	background: #333;
	clear: both;
	padding: 15px;
	padding-right: 210px;
	margin: 10px;
	margin-top: 0;
	height: 110px;
}
#quotes img{
	float: right;
}
#quotes p{
	font-size: 18px;
	line-height: 24px;
	color: #EDF1F2;
	margin: 0;
}
#quotes p.source{
	margin-top: 10px;
	font-size: 12px;
}
/*
-----------------------------------------------------------------------------------------------------
	Seminar
-----------------------------------------------------------------------------------------------------
*/
#seminar{
	background: #43474A;
	padding: 10px;
	margin: 10px;
}
#details{
	float: right;
	width: 170px;
}
#details h1{
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 10px;
}
#details h2{
	color: #DAE2E5;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	margin-top: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #262B2E;
}
#details p{
	color: #DAE2E5;
	font-size: 11px;
	margin: 0 10px 10px 0;
}
#details h3{
	color: #FFFFFF;
	display: block;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #5C6165;
	padding-top: 5px;
}
#details p a{
	color: #FFF;
}
#details p img{
	margin-bottom: 5px;
}
#player{
	padding: 10px 10px 0 10px;
	background: #DAE2E5;
	margin-right: 190px;
}
* html #player{
	margin-right: 187px;
}
/*
-----------------------------------------------------------------------------------------------------
	Seminar Form
-----------------------------------------------------------------------------------------------------
*/
#seminarForm{
	background:  #EDF1F2;
	border: 1px solid #DAE2E5;
	padding: 10px;
	margin-bottom: 10px;
}
#seminarForm h2{
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url("../images/line_h_gray_dashed.gif") 0 100% repeat-x;
}
#seminarForm input{
	border: 0;
	padding: 0;
}
#seminarForm textarea{
	width: 420px;
}
#seminarForm p{
	font-size: 10px;
	margin-bottom: 0;
	margin-top: 10px;
}
/*
-----------------------------------------------------------------------------------------------------
	Current Lecture
-----------------------------------------------------------------------------------------------------
*/
#currentLectureHolder{
	background: #43474A;
}
#currentLecture{
	text-decoration: none;
	margin: 20px 0 0 0;
	padding: 20px;
	display: block;
}
#currentLecture h1, #currentLecture p{
	color: #FFF;
}
#currentLecture h1{
	margin-top: 0;
	margin-bottom: 15px;
}
#currentLecture h3{
	color: #DAE2E5;
}
#beginLecture{
	display: block;
	height: 43px;
	text-indent: -9999px;
	text-decoration: none;
	line-height: 43px;
	margin-bottom: 20px;
	background: #43474A url(/images/btn_beginTheLecture.gif) 20px 0 no-repeat;
}
#beginLecture:hover{
	background-position: 20px -100px;
}
/*
-----------------------------------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------------------------------
*/
#footer{
	line-height: 25px;
	background: #DAE2E5;
	clear: both;
	margin: 0 10px;
	padding: 0 10px;
	color: #8A9499;
	font-size: 11px;
}
#footer #contact{
	float: right;
	display: inline;
}