@charset "UTF-8";
/* CSS Document */

ul.checked {
	list-style-type: square;	
	margin: 0 0 0 8px;
	padding: 0;
}

ul.checked li {
	margin-left: 10px;
	padding-left: 0px;
	margin-bottom: 5px;
}

.headerLeft a, .headerCentre a {
	color: #000000;
	font-weight: bold;
}

.headerLeft a:hover, .headerCentre a:hover {
	color: #F86F15;
	text-decoration: none;
}

.headerLeft {
	position: relative;
	clear: both;
	min-height: 52px;
	width: 220px;
	background-image: url(/images/header-220.png);
	background-repeat: no-repeat;
}

.headerLeft > img {
	
	position: absolute;
	top: 20px;
	left: 30px;
}

.headerLeft span {
	
	position: absolute;
	top: 20px;
	left: 36px;
	font-size: 16px;
	font-weight: bold;
}

.headerLeft .text {
	
	padding: 52px 5px 10px 5px;

}

.headerLeft-no-header {
	position: relative;
	width: 220px;
}

.headerLeft-no-header .text {
	
	padding: 0px 5px 10px 5px;

}

.headerCentre {
	position: relative;
	clear: both;
	min-height: 66px;
	width: 400px;
	background-image: url(/images/wide-header.png);
	background-repeat: no-repeat;
}

.headerCentre > img {
	
	position: absolute;
	top: 25px;
	left: 34px;
}

.headerCentre .text {
	
	padding: 66px 5px 10px 5px;

}

.headerWide {
	position: relative;
	clear: both;
	min-height: 69px;
	width: 830px;
	background-image: url(/images/header-wide.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.headerWide > img {
	
	position: absolute;
	top: 25px;
	left: 40px;
}

.headerWide span {
	
	position: absolute;
	top: 30px;
	left: 45px;
	font-size: 18px;
	font-weight: bold;
}

.headerWide .text {
	
	padding: 66px 5px 10px 5px;

}

.speaking-section ul {
	
	margin: 0;
	padding: 0;
	list-style: none;
}

.speaking-section ul li {
	
	line-height: 1.2;
	padding: 0.2em 0;
}

.quote {
	width: 80%;
	padding: 10px 10px 3px 10px;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	text-align: left;
	margin: 0 auto 20px auto;
	background-image: url(/images/quotebg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.quote .name {
	
	text-align: right;
	font-size: 10px;
	font-style: normal;
}

.tbl th {
	
	width: 40%;
	font-size: 16px;
	padding-bottom: 10px;
}

.tbl td {
	line-height: 1.3;	
	padding: 3px 3px 3px 30px;
}

a.optimizer{
	
	display: block;
	height: 66px;
	width: 228px;
	background: url(/images/optimizerbutton.png) top left no-repeat;
}

a.optimizer:hover {
	
	background: url(/images/optimizerbutton.png) -70px left no-repeat;	
}

a.optimizer span {
	
	display: none;	
}

#optimizerButton {
	
	position: absolute;
	top: 70px;
	left: 650px;
}

a.branding-button{
	position: absolute;
	top: 213px;
	left: 200px;
	display: block;
	height: 32px;
	width: 290px;
	background: url(/images/branding-button.png) top left no-repeat;
	z-index: 20;
}

a.branding-button:hover {
	
	background: url(/images/branding-button.png) -32px left no-repeat;	
}

a.coaching-button{
	position: absolute;
	top: 313px;
	left: 170px;
	display: block;
	height: 32px;
	width: 290px;
	background: url(/images/business-coaching-button.png) top left no-repeat;
	z-index: 20;
}

a.coaching-button:hover {
	
	background: url(/images/business-coaching-button.png) -32px left no-repeat;	
}

a.consulting-button{
	position: absolute;
	top: 262px;
	left: 150px;
	display: block;
	height: 32px;
	width: 290px;
	background: url(/images/consulting-button.png) top left no-repeat;
	z-index: 20;
}

a.consulting-button:hover {
	
	background: url(/images/consulting-button.png) -32px left no-repeat;	
}

a.branding-button span, a.consulting-button span, a.coaching-button span {
	
	display: none;	
}