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

body {
	background: none;
	background-color: #f0f0f0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#page {
	width: 965px;
	height: auto;
	overflow: hidden;
	margin: 15px auto;
	background: transparent url(images/layout/page-bg.png) repeat-y 0 0;
}

body.cols-3 #page {
	background: transparent url(images/layout/page-bg-lhs-blue.png) repeat-y 0 0;
}

body.cols-3.training #page {
	background: transparent url(images/layout/page-bg-lhs-brown.png) repeat-y 0 0;
}

body.cols-3.consulting #page {
	background: transparent url(images/layout/page-bg-lhs-green.png) repeat-y 0 0;
}

body.cols-3.facilitation #page {
	background: transparent url(images/layout/page-bg-lhs-orange.png) repeat-y 0 0;
}

#header {
	width: 965px;
	height: 150px;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#navmenu {
	width: 945px;
	height: 35px;
	margin: 0 10px;
	background: #228cbe url(images/layout/navmenu-bg.png) repeat-x 0 0;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	text-align: center;
}

body.cols-3.training #navmenu {
	background: #228cbe url(images/layout/navmenu-bg.png) repeat-x 0 -35px;
}

body.cols-3.consulting #navmenu {
	background: #228cbe url(images/layout/navmenu-bg.png) repeat-x 0 -70px;
}

body.cols-3.facilitation #navmenu {
	background: #228cbe url(images/layout/navmenu-bg.png) repeat-x 0 -105px;
}

#navmenu ul {
	width: auto;
	margin: 8px 0 0 0;
	padding: 0;
	list-style: none;
}

#navmenu ul li {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	background: none;
}

#navmenu ul li a {
	padding: 10px 15px;
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
}

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

#content {
	width: 945px;
	height: auto;
	min-height: inherit;
	overflow: hidden;
	margin: 0 10px;
	background: none;
	float: none;
	color: #000;
}

#content-inner {
	width: 490px;
	float: left;
/*	padding: 10px 20px;*/
}

#content-inner.wide {
	width: 670px;
	padding: 0 25px;
}

body.cols-1 #content-inner {
	width: 870px;
	margin: 0 auto;
}

#sidebar-left {
	width: 180px;
	float: left;
	margin-right: 20px;
}

#sidebar-right {
	width: 225px;
	float: right;
}

#footer {
	width: auto;
	height: auto;
	padding: 22px 0;
	background: transparent url(images/layout/page-bottom.png) no-repeat 0 100%;
	border: none;
	text-align: center;
	clear: both;
	float: none;
	overflow: hidden;
	color: #999;
}

#footer-inner {
	margin: 0 10px;
	padding: 10px;
	background-color: #f2f2f2;
	border-top: solid 1px #e5e5e5;
	text-align: center;
}

#footer ul {
	width: 735px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
	display: block;
}

#footer li {
	margin: 0 5px;
	display: inline;
	float: left;
	background: none;
	padding-left: 0;
}

#footer a {
	text-decoration: none;
	color: #999;
}

#footer p {
	clear: both;
	text-align: center;
	padding-top: 10px;
}

/*	RH Sidebar */

.optin {
	width: 210px;
}

.optin .top {
	width: 210px;
	height: 261px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: transparent url(images/layout/rhs-optin-top.png) no-repeat 0 0;
}

.optin .inner {
	padding: 0 10px 10px 10px;
	background-color: #2e3f4f;
	color: #FFF;
}

.optin .inner a {
	color: #FFF;
}

.optin .bottom {
	width: 210px;
	height: 8px;
	background: transparent url(images/layout/rhs-optin-bottom.png) no-repeat 0 0;
}

.optin .form {
	margin-top: 0;
}

.optin .form-row {
	margin-bottom: 5px;
}

.optin label {
	padding: 3px 0;
}

.optin input.text-field {
	width: 184px;
	height: 22px;
	padding: 3px;
	border: none;
	background: #FFF url(images/layout/form-field-bg.png) repeat-x 0 0;
}

.optin input.button {
	width: 180px;
	height: 45px;
	display: block;
	margin: 10px 5px 5px 5px;
	background: #FFF url(images/layout/rhs-optin-button.png) repeat-x 0 0;
	border: none;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
}

.optin input.button:hover,
.optin input.button.hover{
	background: #FFF url(images/layout/rhs-optin-button.png) repeat-x 0 -45px;
}

.optin p {
	margin: 0;
	padding: 3px 0;
}

.blog-button a {
		width: 217px;
		height: 68px;
		margin: 15px 0 15px -6px;
		display: block;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		background: transparent url(images/layout/blog-button.png) no-repeat 0 0;
}

.blog-button a:hover {
		background: transparent url(images/layout/blog-button.png) no-repeat 0 -68px;
}

/* Old Styles	*/
#client-login {
	width: 163px;
	background: url("images/lock.png") no-repeat scroll 55px 10px #DDF4FF;
	border: 1px solid #57C9FF;
	display: block;
	margin: 15px 0;
	padding: 10px 10px 10px 35px;
	text-align: center;
}

#sidebar-left ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	border: none;
}

#sidebar-left ul li {
	margin: 0px;
	padding: 0px;
	background: none;
}

#sidebar-left ul li a {
	font-size: 100%;
	display: block;
	padding: 10px 0px 10px 20px;
	text-decoration: none;
	color: #000;
	width: 160px;
}

#sidebar-left ul li a:hover {
	color: #333;
	background-color: #FFF;
}
/*
body.cols-3.training #sidebar-left li a:hover {
	background-color: #;
}

body.cols-3.consulting #sidebar-left li a:hover {
}

body.cols-3.facilitation #sidebar-left li a:hover {
}*/

ol {
	list-style: inside;
	padding-top: 5px;
	padding-left: 0;
}

ul {
	padding-top: 5px;
	padding-left: 0;
}

ul li {
	list-style-position: outside;
	list-style: none;
	padding-left: 20px;
	background-image: url(images/bullet_logo.png);
	background-repeat: no-repeat;
	padding-bottom: 8px;
}

h1 {
	font: normal 14pt Tahoma, Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	padding: 5px 0;
	color: #2e404f;
}

h2 {
	font: normal 12pt Tahoma, Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	padding: 5px 0;
	color: #739728;
}

h3 {
	font: bold 10pt Tahoma, Verdana, Arial, sans-serif; 
	letter-spacing: 1px;
	padding: 5px 0;  
	color: #000000;
}

h4 {
	font: italic normal 10pt Tahoma, Verdana, Arial, sans-serif; 
	letter-spacing: 1px;
	padding: 5px 0;  
	color: #000000;
}

a {
	color: #2f4050;
}


.red,
h2.red {
	color: #990000;
}

.bold {
	font-weight: bold;
}

#subscribe {
	width: 170px;
	height: auto;
	background-color: #dfe9ee;
	border: solid 1px #2c414d;
	position: relative;
	top: -20px;
	left: -43px;
}

#subscribe h3 {
	color: #2c414d;
	background: none;
	font-weight: bold;
	text-transform: none;
}

#subscribe form {
	padding: 5px;
	margin-left: -2px;
}

#subscribe p {
	float: none;
	margin: 0 8px;
	padding: 5px 0;
}

#subscribe label {
	float: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#subscribe input[type='text'] {
	width: 135px;
	border: solid 1px #2c414d;
}

#subscribe input.button,
#subscribe button {
/*	width: 135px;
	height: 26px;*/
	width: 137px;
	height: 37px;
	margin: 0 auto;
	color: #000000;
	padding: 0 5px 4px 5px;
/*	background-image: url(images/form-button-red.png);*/
	background-image: url(images/form-button-green.png);
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	font-size: 12px;
	margin-left: 3px;
}

#subscribe input.button:hover,
#subscribe input.button.hover,
#subscribe button:hover,
#subscribe button.hover {
	background-image: url(images/form-button-green.png);
	color: #000000;
/*	border: solid 2px #66CC00;*/
}

div.johnsonbox {
	width: 80%;
	margin: 10px auto;
	padding: 10px 20px;
	background-color: #EAEAD9;
	border: solid 1px #9F8D6D;
}

div.johnsonbox.red {
	background-color: #FFF0F0;
	border: solid 2px #AF8383;
	color: #000000;
}

div.johnsonbox.red h3 {
	color: #990000;
}

div.johnsonbox.blue {
	background-color: #E6ECFF;
	border: solid 2px #74828F;
}


/*	AIR	*/
body.coaching #content-inner h2 {
	color: #238BBE;
}

body.coaching #content-inner h3 {
	color: #238BBE;
}

body.coaching #content-inner ul li {
	background-image: url(images/bullet_air01.png);
}

body.coaching #content-inner ul.two li {
	background-image: url(images/bullet_air02.png);
	background-position: 0 2px;
}

body.coaching #content-inner div.johnsonbox {
	background-color: #FFFFFF;
	border: solid 1px #9F8D6D;
}

/*	FIRE	*/
body.facilitation #content-inner h2 {
	color: #EE4701;
}

body.facilitation #content-inner h3 {
	color: #EE4701;
}

body.facilitation #content-inner ul li {
	background-image: url(images/bullet_fire01.png);
}

body.facilitation #content-inner ul.two li {
	background-image: url(images/bullet_fire02.png);
	background-position: 0 2px;
}

body.facilitation #content-inner div.johnsonbox {
	background-color: #FFFFFF;
	border: solid 1px #9F8D6D;
}

/*	ROCKS	*/
body.training #content-inner h2 {
	color: #726159;
}

body.training #content-inner h3 {
	color: #2e404f;
}

body.training #content-inner ul li {
	background-image: url(images/bullet_rocks01.png);
}

body.training #content-inner ul.two li {
	background-image: url(images/bullet_rocks02.png);
	background-position: 0 2px;
}

body.training #content-inner div.johnsonbox {
	background-color: #FFFFFF;
	border: solid 1px #b8b0ac;
}

/*	WATER	*/
body.consulting #content-inner h2 {
	color: #649321;
}

body.consulting #content-inner h3 {
	color: #649321;
}

body.consulting #content-inner ul li {
	background-image: url(images/bullet_water01.png);
}

body.consulting #content-inner ul.two li {
	background-image: url(images/bullet_water02.png);
	background-position: 0 2px;
}

body.consulting #content-inner div.johnsonbox {
	background-color: #FFFFFF;
	border: solid 1px #659322;
}

ol li {
	list-style: none;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 0 -2px;
	margin-bottom: 10px;
}

ol li.num1 {
	background-image: url(images/list_numbers/1.gif);
}

ol li.num2 {
	background-image: url(images/list_numbers/2.gif);
}

ol li.num3 {
	background-image: url(images/list_numbers/3.gif);
}

ol li.num4 {
	background-image: url(images/list_numbers/4.gif);
}

ol li.num5 {
	background-image: url(images/list_numbers/5.gif);
}

ol li.num6 {
	background-image: url(images/list_numbers/6.gif);
}

ol li.num7 {
	background-image: url(images/list_numbers/7.gif);
}

ol li.num8 {
	background-image: url(images/list_numbers/8.gif);
}

ol li.num9 {
	background-image: url(images/list_numbers/9.gif);
}


/*	Forms	*/
.newform label {
	cursor: pointer;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
}
.newform input, .newform textarea {
	font-family: Arial, Sans-Serif;
	font-size: 11pt;
	margin-bottom: 3px;
	display: block;
	padding: 2px;
}

.newform input[type="checkbox"] {
	width: 18px;
	display: inline;
}
.newform input[type="hidden"] {
	display: none;
}
.newform input.button {
	cursor: pointer;
}
.newform input.button:hover,
.newform input.button.hover {
	border: solid 2px #00CC00;
}
.newform .activeField {
	background-image: none;
	background-color: #ffffff;
	border: solid 1px #000000;
}
.newform .idle {
	border: solid 1px #888888;
}
.newform .idle.required,
.newform .input.required {
	background-image: url(images/asterisk_red.png);
	background-repeat: no-repeat;
	background-position: 99% 2px;
}

.newform input[type="image"] {
	border: none;
}

.newform label.error {
	color: #CC0000;
	font-size: 8pt;
}

.newform input.error {
	border: solid 1px #CC0000;
}

.cta {
	width: 415px;
	height: auto;
	margin: 0 auto;
}

.cta .top {
	width: auto;
	height: 6px;
	background-image: url(images/cta-top-corners.png);
}

.cta .bottom {
	width: auto;
	height: 6px;
	background-image: url(images/cta-bottom-corners.png);
}

.cta .middle {
	padding: 5px 10px;
	background: #e7f2cb url(images/cta-bg.png) repeat-y;
}

.cta h3 {
	font-size: 15px;
	font-weight: normal;
	color: #4a6a00;
}

.service-boxes {
	padding-bottom: 20px;
}

.service-boxes .service {
	width: 210px;
	float: left;
	margin-left: 15px;
}

.service-boxes .service.first {
	margin-left: 0;
}

.service-boxes h2 {
	margin: 0;
	padding: 0;
}

.service-boxes h2 a {
	width: 210px;
	height: 167px;
	margin: 0;
	padding: 0;
	display: block;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

.service-boxes .coaching h2 a {
	background: transparent url(images/layout/service-boxes/service-top-coaching.png) no-repeat 0 0;
}

.service-boxes .training h2 a {
	background: transparent url(images/layout/service-boxes/service-top-training.png) no-repeat 0 0;
}

.service-boxes .consulting h2 a {
	background: transparent url(images/layout/service-boxes/service-top-consulting.png) no-repeat 0 0;
}

.service-boxes .inner {
	width: 196px;
	height: 180px;
	padding: 1px 5px;
}

.service-boxes .coaching .inner {
	background-color: #dceaf0;
	border-left: solid 2px #0076ad;
	border-right: solid 2px #0076ad;
}

.service-boxes .training .inner {
	background-color: #ece3e1;
	border-left: solid 2px #502a20;
	border-right: solid 2px #502a20;
}

.service-boxes .consulting .inner {
	background-color: #e8fdb8;
	border-left: solid 2px #87b222;
	border-right: solid 2px #87b222;
}

.service-boxes .more-link a {
	width: 210px;
	height: 33px;
	display: block;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

.service-boxes .coaching .more-link a {
	background: transparent url(images/layout/service-boxes/service-bottom-coaching.png) no-repeat 0 0;
}

.service-boxes .training .more-link a {
	background: transparent url(images/layout/service-boxes/service-bottom-training.png) no-repeat 0 0;
}

.service-boxes .consulting .more-link a {
	background: transparent url(images/layout/service-boxes/service-bottom-consulting.png) no-repeat 0 0;
}