/* CSS developed by 9xb.com
Main stylesheet for layout */

	
/* ---------------------------------- */

	
/* DEFAULT STYLES   */

	
/* ---------------------------------- */
html,body {
	color:#fff;
	font:12px/1.3em verdana, arial, Lucida Grande, Lucida Sans Unicode, geneva, helvetica, sans-serif;
}

body {
	background:url(../images/bg_main.jpg) top center no-repeat #303;
	margin:0;
}

.hidden {
	display:none;
}

.style3 {
	font-size:21px;
	font-weight:bold;
}

p {
	margin-bottom:1em;
}

a img {
	border:0;
}

#content {
	font-size:90%;
}

.clear {
	clear:both;
}

ol {
	margin:0;
	padding:0;
	list-style:none;
}

ol li {
	border-bottom:1px dotted #bb89bb;
	margin-bottom:10px;
}


	
/* ---------------------------------- */

	
/* MAJOR DIVISIONS   */

	
/* ---------------------------------- */
#header {
	width:770px;
	height:200px;
	background:url(../images/jlHeader.jpg);
}

#innerwrap {
	width:770px;
	margin:0 auto;
}

#contentwrap {
	float:right;
	width:542px;
}

#content {
	float:left;
	width:350px;
}

#leftwrap {
	float:left;
	width:183px;
}

#rightwrap {
	float:right;
	width:174px;
}

#headerimg {
	background:url(../images/placeholder.jpg) no-repeat center center;
	height:170px;
	margin:0;
	padding:0;
	position:relative;
}

#emailcontact a {
	display:none;
	color:#ffffff;
}

body#section_homepage #headerimg {
	position:relative;
	top:0;
	margin-bottom:25px;
	background:url(../images/placeholder.gif) no-repeat center center;
	height:231px;
	clear:left;
}

body#section_about #headerimg {
	background:url(../images/aboutImg.jpg) no-repeat center center;
}

body#section_services_speaking #headerimg {
	background:url(../images/speakingImg.jpg) no-repeat center center;
}

body#section_services_business_team #headerimg {
	background:url(../images/headerimg8.jpg) no-repeat center center;
}

body#section_services_business #headerimg {
	background:url(../images/headerimg16.jpg) no-repeat center center;
}

body#section_services_business_chemistry #headerimg {
	background:url(../images/headerimg16.jpg) no-repeat center center;
}

body#section_services_you #headerimg {
	background:url(../images/execImg.jpg) no-repeat center center;
}

body#section_services_business_24_hour #headerimg {
	background:url(../images/headerimg16.jpg) no-repeat center center;
}

body#section_media #headerimg {
	background:url(../images/contact.jpg) no-repeat center center;
}

body#section_news #headerimg {
	background:url(../images/headerimg8.jpg) no-repeat center center;
}

body#section_resources #headerimg {
	background:url(../images/headerimg7.jpg) no-repeat center center;
}

body#section_testimonials #headerimg {
	background:url(../images/headerimg8.jpg) no-repeat center center;
}

body#section_testimonials_you #headerimg {
	background:url(../images/execImg.jpg) no-repeat center center;
}

body#section_testimonials_speaking #headerimg {
	background:url(../images/speakingImg.jpg) no-repeat center center;
}

body#section_contact #headerimg {
	background:url(../images/contact.jpg) no-repeat center center;
}

#message {
	background:url(../images/bg_box_coaching.gif) no-repeat top center;
	height:125px;
	position:relative;
	clear:both;
}

#video_intro {
	background:url(../images/bg_box_middlesborough_small.gif) no-repeat top center;
	height:122px;
	position:relative;
	clear:both;
}

#content #message a,#content #message a:hover,#video_intro a,#video_intro a:hover {
	display:block;
	text-indent:-3000em;
	font-size:1px;
	border:0;
	float:left;
	width:550px;
	height:125px;
	overflow:hidden;
}

#cta {
	background:url(../images/bg_box_cta.gif) no-repeat top center;
	height:125px;
	position:relative;
	clear:both;
}

#hp_phone {
	background:url(../images/bg_box_phone.gif) no-repeat top center;
	height:125px;
	position:relative;
	clear:both;
}

#videobox {
	width:329px;
	height:100%;
	margin:0 0 20px;
	padding:52px 0 0 15px;
	float:right;
}

#audiobox {
	background:url(../images/bg_audio_box.gif) no-repeat top left;
	width:329px;
	height:100%;
	padding:52px 0 0 15px;
}

#audiobox2 {
	background:url(../images/bg_audio_box_2.gif) no-repeat top left;
	margin:10px 0 0;
	width:260px;
	height:247px;
	padding:62px 10px 0;
	float:left;
}

#content #cta a,#content #cta a:hover {
	display:block;
	text-indent:-3000em;
	font-size:1px;
	border:0;
	height:125px;
	overflow:hidden;
}

#linkedin {
	width: 183px;
	background: url(../images/linkedin_bg.gif) no-repeat;
	padding: 25px;
	margin-bottom:10px;
}
#linkedin a img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	display:block;
}

#linkedin a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}


	
/* ---------------------------------- */

	
/* TABLE ELEMENTS  */

	
/* ---------------------------------- */
table {
	border-collapse:collapse;
	border:1px solid #cfd5f1;
	margin:0 0 10px;
	width:100%;
}

th {
	padding:3px 5px;
	background:#9aa3ca;
	color:#fff;
	text-align:center;
}

td {
	padding:5px;
	background:#fff;
	text-align:center;
}

tr.hi_lite td {
	background:#cfd5f1;
}

#content .floatR {
	float:right;
	margin:0 0 10px 10px;
	border:0;
	padding:0;
}

#content .floatR:hover {
	border:0;
}

#content .floatR img {
	margin:0;
	border:0;
	padding:0;
}

.floatR {
	float:right;
	margin:0 0 10px 10px;
	padding:0;
}

.floatL {
	float:left;
	margin:0 10px 10px 0;
	padding:0;
}

img {
	margin:0 0 10px;
}


	
/* ---------------------------------- */

	
/* TITLE ELEMENTS  */

	
/* ---------------------------------- */
h1 {
	margin:0;
	padding:0;
	width:300px;
	height:200px;
	float:left;
	overflow:hidden;
}

h1 a {
	display:block;
	text-indent:-3000em;
	width:300px;
	height:200px;
}

h1 a:hover {
	background-color:transparent;
}

#contentwrap h2 {
	height:57px;
	width:540px;
	margin:0;
	padding:0;
	text-indent:-3000em;
	font-size:1px;
}

.homeheader {
	list-style:none;
	float:left;
	width:540px;
	margin:0 0 15px;
	padding:0;
}

.homeheader li {
	float:left;
}

.homeheader li a {
	float:left;
	height:38px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/title_home.gif) no-repeat;
}

.homeheader .exec a {
	width:200px;
}

.homeheader .team a {
	width:200px;
	background-position:-200px 0;
}

.homeheader .speak a {
	width:120px;
	background-position:-400px 0;
}

body#section_homepage #contentwrap h2 {
	background:url(../images/title_home.gif) no-repeat top left;
	height:85px;
}

body#section_about #contentwrap h2 {
	background:url(../images/title_about.gif) no-repeat top left;
}

body#section_about_short #contentwrap h2 {
	background:url(../images/title_about_shortp.gif) no-repeat top left;
}

body#section_about_long #contentwrap h2 {
	background:url(../images/title_about_longp.gif) no-repeat top left;
}

body#section_services_you #contentwrap h2 {
	background:url(../images/title_services_you.gif) no-repeat top left;
}

body#section_services_business_team #contentwrap h2 {
	background:url(../images/title_team.gif) no-repeat top left;
}

body#section_services_business #contentwrap h2 {
	background:url(../images/title_team.gif) no-repeat top left;
}

body#section_services_speaking #contentwrap h2 {
	background:url(../images/title_services_speaking.gif) no-repeat top left;
}

body#section_media #contentwrap h2 {
	background:url(../images/title_media.gif) no-repeat top left;
}

body#section_video #contentwrap h2 {
	background:url(../images/title_video.gif) no-repeat top left;
}

body#section_news #contentwrap h2 {
	background:url(../images/title_news.gif) no-repeat top left;
}

body#section_resources #contentwrap h2 {
	background:url(../images/title_resources.gif) no-repeat top left;
}

body#section_testimonials #contentwrap h2 {
	background:url(../images/title_testimonials_business.gif) no-repeat top left;
}

body#section_testimonials_you #contentwrap h2 {
	background:url(../images/title_testimonials_you.gif) no-repeat top left;
}

body#section_testimonials_speaking #contentwrap h2 {
	background:url(../images/title_testimonials_speaking.gif) no-repeat top left;
}

body#section_contact #contentwrap h2 {
	background:url(../images/title_contact.gif) no-repeat top left;
}

body#section_thanks #contentwrap h2 {
	background:url(../images/title_thankyou.gif) no-repeat top left;
}

h3 {
	color:#bb89bb;
	font-size:1.6em;
	margin:0;
	padding:0;
}

h4 {
	padding-bottom:3px;
	border-bottom:1px solid #512651;
}

h2,h3,h4,h5 {
	margin-bottom:15px;
	line-height:1.2em;
	font-weight:normal;
}


	
/* ---------------------------------- */

	
/* MAIN LINK STYLES  */

	
/* ---------------------------------- */
#leftmenu {
	background:url(../images/bg_links.gif) no-repeat bottom center;
	font-size:90%;
	margin:0 0 20px;
	padding:25px;
}

#leftmenu li {
	list-style:none;
	margin-bottom:10px;
}

#leftmenu a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#leftmenu a:hover {
	border-bottom:1px dotted #fff;
}

#leftmenu li ul {
	margin:10px 0;
	padding:0;
}

#leftmenu li li {
	background:url(../images/arrows_links.gif) no-repeat left center;
}

#leftmenu li li a {
	font-weight:normal;
	margin-left:20px;
	color:#969;
}

#leftmenu li li a:hover {
	border-bottom:1px dotted #969;
}


	
/* ---------------------------------- */
#sublinks {
	background:url(../images/bg_rightbox_top.gif) no-repeat top center #512651;
}

#sublinks2 {
	background:url(../images/bg_rightbox_top_pro.gif) no-repeat top center #512651;
}

#sublinksinner {
	background:url(../images/bg_rightbox_bottom.gif) no-repeat bottom center;
	font-size:95%;
}

#sublinks2 #sublinksinner {
	padding:40px 0 0;
}

#sublinksinner ul {
	padding:20px;
	margin:0;
	list-style:none;
}

#sublinksinner li {
	border:1px solid #512651;
}

body#section_services_speaking #sublinksinner li,body#section_about #sublinksinner li,body#section_resources #sublinksinner li {
	padding-left:38px;
	background:url(../images/icon_view.gif) no-repeat left center;
}

body#section_services_speaking #sublinksinner li.download,body#section_about #sublinksinner li.download,body#section_resources #sublinksinner li.download {
	background:url(../images/icon_download.gif) no-repeat left center;
}

body#section_services_speaking #sublinksinner li.audio,body#section_about #sublinksinner li.audio,body#section_resources #sublinksinner li.audio {
	background:url(../images/icon_audio.gif) no-repeat left center;
}

#sublinksinner li a {
	color:#fff;
	display:block;
	padding:10px 0;
	margin:0 0 5px;
	text-decoration:none;
}

#sublinksinner li a:hover {
	text-decoration:underline;
}

#sublinksinner li strong {
	padding:10px 0;
	display:block;
	margin:0 0 5px;
}


	
/* ---------------------------------- */

	
/* CONTENT STYLES  */

	
/* ---------------------------------- */
.top {
	float:left;
	width:540px;
	margin:15px 0 20px;
	background:url(../images/box_top.gif) no-repeat top left #512651;
}

.bottom {
	float:left;
	width:510px;
	padding:30px;
	background:url(../images/box_bottom.gif) no-repeat bottom left;
}

#content a {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #fff;
}

#content a:hover {
	border-bottom:1px solid #fff;
}

.video {
	margin-bottom:40px;
}


	
/* ---------------------------------- */
body#section_homepage #content,body#section_contact #content,body#section_media #content,body#section_news #content,body#section_thanks #content,body#section_services_business #content,body#section_services_business_team #content,body#section_404 #content {
	width:542px;
}

.homebox {
	width:176px;
	float:left;
	margin:0 9px 15px 0;
}

.homebox h3 {
	display:none;
}

#content_left {
	float:left;
	width:185px;
	clear:left;
	font-size:11px;
}

#content_left h3 {
	color:#bb89bb;
	font-size:16px;
	margin:0;
	padding:0;
	line-height:1.2em;
	font-weight:normal;
}


	
/* ---------------------------------- */
#testimonial_box {
	background:url(../images/testimonial_bottom.gif) no-repeat bottom center #512651;
	font-size:10px;
	line-height:14px;
	color:#fff;
	margin:0 0 20px;
}

#testimonial_box h3 {
	background:url(../images/bg_leftbox_top.gif) no-repeat top center;
	height:48px;
	margin:0;
	padding:0;
	text-indent:-3000em;
	font-size:1px;
}

#testimonial_box p {
	margin:0 15px;
	padding:0 0 10px;
}

#testimonial_box p.more_testimonials {
	padding:0 0 30px 10px;
}

#testimonial_box p.more_testimonials a {
	color:#969;
	font-weight:bold;
}

#ajaxticker1 {
	width:160px;
	height:260px;
	padding:0 5px 0 10px;
	margin-top:-20px;
}

.quote {
	font-size:12px;
	line-height:19px;
}

#ajaxticker1 div {

	
/*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}

body#section_services_you #testimonial_box h3,body#section_testimonials_you #testimonial_box h3 {
	background:url(../images/bg_leftbox_top.gif) no-repeat top center;
}

body#section_services_business #testimonial_box h3,body#section_testimonials #testimonial_box h3 {
	background:url(../images/bg_leftbox_top.gif) no-repeat top center;
	height:48px;
}

body#section_services_speaking #testimonial_box h3,body#section_testimonials_speaking #testimonial_box h3 {
	background:url(../images/bg_leftbox_top.gif) no-repeat top center;
	height:48px;
}


	
/* ---------------------------------- */
#newsletter_box {
	background:url(../images/bg_leftbox_bottom.gif) no-repeat bottom center #512651;
	font-size:90%;
	color:#fff;
}

#newsletter_box h3 {
	background:url(../images/bg_leftbox_thought_top.gif) no-repeat top center;
	height:74px;
	margin:0 0 10px;
	padding:0;
	text-indent:-3000em;
	font-size:1px;
}

#newsletter_box p {
	margin:0 15px;
	padding:0 0 10px;
}

#newsletter_box form {
	margin:0 15px;
	padding:0 0 30px;
}

#newsletter_box form input {
	margin:0 0 3px;
	padding:0;
}


	
/* ---------------------------------- */
.pdf {
	background:url(../images/icon_down_small.gif) no-repeat left bottom;
	padding-left:20px;
}


	
/* ---------------------------------- */
.resourceitem {
	float:left;
	padding-bottom:15px;
}

.wrapperouter {
	float:left;
	clear:both;
	background:url(../images/wrapper_top.gif) top center no-repeat #fff;
	margin:0 15px 15px 0;
}

.wrapperinner {
	float:left;
	background:url(../images/wrapper_bottom.gif) bottom center no-repeat;
	width:120px;
	min-height:120px;
	text-align:center;
}

.wrapperinner img {
	padding:10px;
	margin:0;
}


	
/* ---------------------------------- */
#content .news {
	clear:both;
}

#content .news h3 {
	color:#fff;
	padding:15px 0 0;
}

#content .news p {
	margin:0;
	padding:0 0 5px;
}

#content .news .date {
	border-top:1px solid #512651;
	font-size:90%;
	text-align:right;
	margin-top:10px;
}


	
/* ---------------------------------- */

	
/* FORM ELEMENTS  */

	
/* ---------------------------------- */
#content p.error {
	font-weight:bold;
	color:#cb0000;
}

#content p#error,#content p#emailError {
	display:none;
}

#content input,#content textarea,#content select {
	font:12px/1.3em Lucida Grande, Lucida Sans Unicode, arial, verdana, geneva, helvetica, sans-serif;
	margin-bottom:5px;
	color:#969;
	font-size:12px;
	width:100%;
	padding:2px;
	background:#512651;
	border:#603560 1px solid;
	clear:both;
}

#content fieldset {
	border:0;
	padding:0;
	color:#fff;
}

#content legend {
	display:none;
}

#content .formbutton {
	width:auto;
	font-weight:bold;
}

#content label {
	padding:2px 0;
}

#newsletter_box .formbutton {
	font:12px/1.3em Lucida Grande, Lucida Sans Unicode, arial, verdana, geneva, helvetica, sans-serif;
	margin-bottom:5px;
	color:#fff;
	font-size:12px;
	padding:2px;
	background:#969;
	border:#603560 1px solid;
	clear:both;
	font-weight:bold;
}


	
/* ---------------------------------- */

	
/* FOOTER STYLES  */

	
/* ---------------------------------- */
#footerwrap {
	clear:both;
	font-size:90%;
	position:relative;
	text-align:center;
	margin:0 auto;
	width:750px;
}

#footerwrap ul {
	list-style:none;
	margin:0;
	padding:50px 0;
}

#footerwrap li {
	display:inline;
	margin:0;
	padding:0;
}

#footerwrap li a {
	color:#fff;
	text-decoration:none;
	margin:0 10px;
}

#footerwrap li a:hover {
	border-bottom:1px dotted #fff;
}