@charset "UTF-8";
/* CSS Document */

/* CSS RESETS */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

img { border: none; }

/* Tags */

body {
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #00334C;
	font-size: 13px;
	color: #4a4a4a;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
}

h1 {
	color: #026a9a;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-left: 30px;
	margin-bottom: 10px;
}

h2 {
	color: #026a9a;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
	background-image:url(../images/bg_h2.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 13px;
		
}

h3 {
	color: #026a9a;	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin: 0px 0px 0px 30px;
}

p {
	color: #555555;
	width: 508px;	
	margin-left: 30px;
	margin-bottom: 30px;
	
}

a {
	color: #026a9a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

ol, ul {
	width: 508px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

li {
	margin-bottom: 15px;
	margin-left: 40px;	
}

blockquote {
	padding: 0px 30px 30px 30px;
	margin: 0px 30px 20px 30px;
	color: #565656;
	line-height: 24px;
	font-style: italic;
	font-size: 13px;
	background-image:url(../images/quoteOpen.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #539aba;
}




/* Divs */

#centerDiv {
	width: 860px;
	margin: 0 auto;
}

#contactInfo {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 300;
	margin-top: 55px;
	text-align: right;
	float: right;
	display: inline;
}

#contactInfo a {
	color: #FFFFFF;
	text-decoration: none;
}

#contactInfo a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#nav {
	width: 860px;
	height: 35px;
	background-image: url(../images/bg_nav.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: 300;
	color: #026a9a;
	text-transform: uppercase;
}

#nav a.sm {
	width: 74px;
	height: 21px;
	margin: 7px 5px;
	background-image: url(../images/bt_sm.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	color: #026a9a;
	text-decoration: none;
	text-align: center;
	float: left;
	display: inline;
}

#nav a.sm:hover {
	background-position:0% -21px;
	color: #FFFFFF;
}

#nav a.sm.active {
	background-position:0% -21px;
	color: #FFFFFF;
}

#nav a.lg {
	width: 100px;
	height: 21px;
	margin: 7px 5px;
	background-image: url(../images/bt_lg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	color: #026a9a;
	text-decoration: none;
	text-align: center;
	float: left;
	display: inline;
}

#nav a.lg:hover {
	background-position:0% -21px;
	color: #FFFFFF;
}

#nav a.lg.active {
	background-position:0% -21px;
	color: #FFFFFF;
}


#contactBT {
	width: 85px;
	height: 21px;
	margin: 7px 5px;
	padding-left: 15px;
	background-image:url(../images/bg_contact.gif);
	background-position: left;
	background-repeat: no-repeat;
	float: right;
	display: inline;
}

#contactBT a {
	color: #026a9a;
	text-decoration: none;	
}

#contactBT a:hover {
	text-decoration: underline;	
}

#bannerDiv {
	width: 860px;
	height: 282px;
}

#successStories {
	width: 286px;
	height: 232px;
	background-image: url(../images/bg_success.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 50px;
	float: right;
	display: inline;
}

#successStories p {
	color: #FFFFFF;
	width: 250px;
	margin: 0 auto 10px auto;
	font-size: 13px;
	font-weight: 100;
	line-height: 21px;
}

#trainingNav {
	width: 286px;
	height: 232px;
	background-image: url(../images/bg_training.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 46px;
	float: right;
	display: inline;
}

#contentDiv {
	width: 860px;
	padding-top: 30px;
	background-image:url(../images/bg_content.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #fcfcfc;
}

#leftCol {
	width: 576px;
	margin-bottom: 10px;
	background-image: url(../images/bg_leftCol.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#rightCol {
	width: 270px;
	float: right;
	display: inline;
}

#rightCol .events {
	margin-left: 15px;	
}



#footer {
	height: 30px;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 12px;
}

#footer a {
	color: #FFFFFF;	
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;	
}

/* classes */

.logo {
	margin: 20px 0px 0px 0px;
	float: left;
	display:inline;
}

img .banner {
	float: left;
	display: inline;
}

img.clientLogo {
	float: left;
	margin: 0px 15px 0px 30px;
}

input.field {
	width: 180px;
	background-image:url(../images/bg_input.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	border: 1px solid #599ab7;
	
}


ul.clients {
	width: 220px;
	margin-top: -15px;
	float: left;
	display: inline;
}

ul.clients li {
	line-height: 17px;	
}

/* Training Nav */
a.leaderShip {
	width: 286px;
	height: 59px;
	display: block;
	background-image:url(../images/bt_leadershipSelling.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

a.leaderShip:hover {
	background-position:0% -59px;
}

a.leaderShip.active {
	background-position:0% -59px;
}

a.seviceTitans {
	width: 286px;
	height: 59px;
	display: block;
	background-image: url(../images/bt_serviceTitans.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

a.seviceTitans:hover {
	background-position:0% -59px;
}

a.seviceTitans.active {
	background-position:0% -59px;
}

a.fromThePeak {
	width: 286px;
	height: 59px;
	display: block;
	background-image: url(../images/bt_fromThePeak.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

a.fromThePeak:hover {
	background-position:0% -59px;
}

a.fromThePeak.active {
	background-position:0% -59px;
}

a.lifePilot {
	width: 286px;
	height: 59px;
	display: block;
	background-image: url(../images/bt_lifePilot.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

a.lifePilot:hover {
	background-position:0% -59px;
}

a.lifePilot.active {
	background-position:0% -59px;
}

ul.subNav {
	width: 259px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
}

ul.subNav li {
	width: 229px;
	height: 25px;
	background-image:url(../images/bt_subnav.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 30px;
}

ul.subNav a {
	color: #0f4a74;
	text-decoration: none;
}

ul.subNav a:hover {
	color: #027bb3;
	text-decoration: none;
}

ul.subNav a.active {
	color: #027bb3;
	text-decoration: none;
}

/* Events Accordian */

#accordion {
	padding: 10px 0px 0px 0px;
	margin: 0px auto 0px auto;
}

.element {
	padding: 0px 0px 10px 0px;
	margin: 0px auto 0px auto;
}

.toggler {
	width: 508px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c0c0c0;
	
}

h3.toggler {
	background-image: url(../images/bt_event.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	cursor: pointer; 
	margin-top: 10px;
} 

#accordion p {
	margin-left: 43px;	
}

/* IE6 incompetant browser hacks */

* html #successStories {
	margin-left:-3px;
}

* html #trainingNav {
	margin-left:-3px;
}

* html #contentDiv {
	margin-top: -4px;	
}