/* @override http://leriot.com/styles/screen.css */

/*******************************************************************
************            Elements                   *****************
*******************************************************************/

* {
	margin: 0;
	padding: 0;
}


html {
	/*height: 100%;*/
	/*background: url(../images/html_bg.gif) bottom left repeat-x;*/
}

body {
	/*height: 100%;*/
	font-size: 85%;
	text-align: center;
	font-family: "Lucida Grande", "Verdana", sans-serif;
	background: #fff url(../images/body_bg.gif) repeat-x;
}

a { }

	a {
		text-decoration: none;
		color: #007ABE;
	}
	
	#nav a {
		color: #CDD5E7;
	}
	
	#nav a:hover {
		color: #ffffff;
	}
	
	#story a:hover {
		background: #CF7419;
		color: #ffffff;
	}
	
h1 { }
	
ul { }

	#story ul {
		margin: 1em 7em 1em 1em;
		float: none;
		display: block;
		text-align: left;
	}
	
	#story ul li {
		list-style: none;
		background: url(../images/bullet_blue.gif) 0% .5em no-repeat;
		padding: .25em 0 .25em 16px;
		border-color: #ffffff;
	}
	
ol {
	margin: 1em 7em 1em 2.3em;
}
	
p { }

	#content p {
		margin: 0 1em 1em 0;
		display: block;
		width: 100%;
	}
	
img { }

	#content #story img,
	#content #story .testimonial {
		margin: 0 10px 0 0px;
		float: left;
		clear: left;
		padding: 4px;
		background: url(../images/ss_bg.gif);
	}
	
	body.Philosophy #content #story img {
		margin: 10px 0;
		padding: 0;
		background: none;
	}
	
	#calendar img {
		border: none;
		float: none;
		margin: 0;
	}
	
hr { }
	
	hr {
		height: 1px;
		color: #ccc;
		font-size: 1px;
		border: 0;
		background: #999 url(../images/hr_bg.gif) 50% 0;
		clear: both;
	}
	
	#content hr {
		clear: both;
		margin: 15px 0;
		width: 500px;
	}
	
	#content #side hr {
		width: 190px;
	}
	
/*******************************************************************
*************                Forms                       ***********
*******************************************************************/

fieldset {
	border: 0;
	width: 290px;
	float: left;
}

fieldset.mc_input_error {
	float: none;
	border: 0;
}

fieldset.mc_input_error legend {
	margin: 0 10px;
}

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

fieldset ol li {
	display: block;
	padding: 3px 10px;
}

fieldset legend {
	background: #ffffff;
	padding: 3px;
	display: none;
	margin-left: 10px;
}

fieldset label {
	width: 150px;
	text-align: right;
	display: inline;
	float: left;
	padding: 0 5px 0 0;
	line-height: 24px;
}

body.Contact fieldset label {
	width: 100px;
}

/*input {
	margin: 10px 8px;
	border: 1px solid #BFBFBF;
}*/

input.mc_input_field_error {
	border: 1px solid #F26649;	
	background: #FCE4C3;
}

fieldset ol li input {
	margin: 2px 0;
	width: 160px;
	border: 1px solid #BFBFBF;
}

fieldset ol li input.checkbox {
	width: auto;
}

textarea {
	width: 265px;
	height: 200px;
	margin: 10px 0;
	border: 1px solid #BFBFBF;
}

body.Contact input.submit {
	float: none;
	margin-left: 183px;
}

div#address {
	float: right;
	display: inline;
	width: 190px;
	margin: 0 10px 15px 0;
	font-size: 12px;
	padding: 5px;
	color: #333;
	border: 1px solid #BFBFBF;
	background: #fff;
}

div#address h3 {
	background: url(../images/home_box_h2_bg.gif) repeat-x;
	height: 25px;
	margin: -5px;
	padding: 8px 15px;
	font-size: 13px;
	vertical-align: middle;
	color: #323F4D;
}

div#address p {
	margin: 11px;
}

div#address p strong {
	font-weight: normal;
	color: #198DBD;
}



/*******************************************************************
*************    General Classes                         ***********
*******************************************************************/

.split {
	float: left;
	display: inline;
	position: relative;
	margin: 0 0 15px ;
}

.two {
	width: 235px;
}

.full {
	width: 480px;
}

.clear {
	clear: both;
}

.highlighted {
	background: #efefef;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0 0 15px 0;
}

.right {
	float: right;
}

.content_nav div {
	width: 160px;
	height: 160px;
  margin: 0 8px 7px 0;
	padding: 0;
	background: url(../images/CoachingConsulting/CoachingConsultingProgram1.jpg) 0 0 no-repeat;
	position: relative;
	float: left;
	display: inline;
}

.content_nav div a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 130px;
	line-height: 50px;
	padding: 0 15px;
	color: #fff;
}

div.contact a {
	padding:15px;
	background:#328AA0 url(../images/mini_contact_bg.jpg) 0 0 no-repeat;
	text-align: left;
	margin: 0 auto 10px;
	width: 128px;
	border: 2px solid #24748B;
	display: block;
	color: #007ABE;
	text-decoration: none;
}

div.contact a h2 {
	color: #C9E7EF;
	font-size: 11px;
	margin-bottom: 0.5em;
}

div.contact a h2 span {
	color: #57D5EC;
	font-weight: bold;
}


div.contact a p {
	color: #C9E7EF;
	display: block;
	font-size: 9px;
}

.excerpt {
	margin: 0px 0;
	clear: left;
}

.excerpt a {
	float: left;
	margin: 5px 0px 10px 10px;
	color: #007ABE;
	font-size: 11px;
	line-height: 16px;
	outline: none;
	width: 3.5em;
	background: transparent url(../images/bullet_arrow_blue.gif) 97% 50% no-repeat;	
}

#content .excerpt a:hover {
		background: #CF7419 url(../images/bullet_arrow_orange.gif) 97% 50% no-repeat;
}

.success_story {
	padding: 10px;
	margin-bottom: 10px;
	clear: both;
	float: left;
	width: 495px;
	background:  #fff;
	border: 1px solid #bfbfbf;
}

.success_story p {
	margin: 0;
}

cite {
	color: #373530;
	font-style: normal;
}

.quote {
	padding: 0;
	line-height: 1.9em;
	background: url(../images/quote.gif) top left no-repeat;
	overflow: auto;
}

blockquote {
	margin: 1em 2em 1em 2em;
}

.quote blockquote {
	color: #007ABE;
	font-size: 14px;	
	margin: 1em 3em 1em 4em;
}

.quote cite {
	float: right;
}



/*******************************************************************
*************    Layout                                  ***********
*******************************************************************/

#page {
	text-align: left;
	margin: 0 auto;
	width: 760px;
	font-size: 12px;
	min-height: 100%;
	position: relative;
}

#header {
	position: relative;
	background: #efefef url(../images/header_bg.gif) 0 0 no-repeat;
	margin: 0;
	float: left;
	display: inline;
	width: 760px;
	height: 155px;
	padding: 0;
}
	
	#header h1 a {
		margin: 0;
		padding: 0;
		width: 200px;
		height: 119px;
		display: block;
		text-indent: -99999px;
		outline: none;
	}
	
	#header img {
		display: none;
	}
	
	#header h2 {
		font-size: 11px;
		text-align: right;
		color: #BCD7E4;
		position: absolute;
		top: 35%;
		right:25px;
		font-family: "geneva", Arial, sans-serif;
		font-weight: normal;
	}

#header #lang {
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px;
}

#banner {
	height: 204px;
	width: 760px;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
/*	position: relative;*/
/*	float: left;*/
	background: transparent url(../images/banners/default.jpg) bottom left no-repeat;
}

body.Seminars #banner { background-image: url(../images/banners/Seminars.jpg); }
	body.Seminars #banner.Selling { background-image: url(../images/banners/SellingEssentials.jpg); }
	body.Seminars #banner.Leveraging { background-image: url(../images/banners/LeadershipLaboratory.jpg); }
	body.Seminars #banner.Goal { background-image: url(../images/banners/GettotheGoal.jpg); }
  body.Seminars #banner.Relating { background-image: url(../images/banners/PrivatePrograms.jpg); }

body.PrivatePrograms #banner { background-image: url(../images/banners/PrivatePrograms.jpg); }

body.CoachingConsulting #banner { background-image: url(../images/banners/CoachingConsulting.jpg); }
	body.TeamBuilding #banner { background-image: url(../images/banners/TeamBuilding.jpg); }
	body.CommunicationsEffectiveness #banner { background-image: url(../images/banners/CommunicationsEffectiveness.jpg); }
	body.LeadershipDevelopment #banner { background-image: url(../images/banners/LeadershipDevelopment.jpg); }
	body.StaffDevelopment #banner { background-image: url(../images/banners/StaffDevelopment.jpg); }
	body.ResourceOrganization #banner { background-image: url(../images/banners/ResourceOrganization.jpg); }
	body.RelationshipBuilding #banner { background-image: url(../images/banners/RelationshipBuilding.jpg); }
	body.MaximizingProductivity #banner { background-image: url(../images/banners/PerformanceEnhancement.jpg); }
	body.PersonalCoaching #banner { background-image: url(../images/banners/PersonalCoaching.jpg); }
	body.Planning #banner { background-image: url(../images/banners/Planning.jpg); }	

body.SuccessStories #banner { background-image: url(../images/banners/SuccessStories.jpg); }

body.Contact #banner { background-image: url(../images/banners/Contact.jpg); }

body.AboutUs #banner { background-image: url(../images/banners/AboutUs.jpg); }

#header #nav { }

	#header #nav li,
	#header #nav li a {
		list-style: none;
		float: left;
		display: inline;
		margin: 0;
		font-size: 13px;
	}

	#header	 #nav {
		clear: left;
		position: relative;
		width: 760px;
		height: 36px;
		background: #253957 url(../images/nav_bg.gif);
		overflow: hidden;
	}

	#header #nav li {
		margin:0 2px 0 0;
		background: url(../images/nav_li_a_sep.gif) 100% 50% no-repeat;
		height: 36px;
	}
	
	#header #nav li#nav_contact {
		background: none;
		margin: 0;
	}

	#header #nav li a { 
		padding: 0px 9px;
		line-height: 36px;
		text-align: center;
	}
	


	#header #nav li a:hover {
		background: url(../images/nav_selected.gif) 50% 0 no-repeat;
		overflow: hidden;
	}

	
	body.default #nav #nav_home a,
	body.Seminars #nav #nav_seminars a,
	body.PrivatePrograms #nav #nav_custom a,
	body.CoachingConsulting #nav #nav_coach a,
	body.SuccessStories #nav #nav_success a,
	body.AboutUs #nav #nav_about a,
	body.Contact #nav #nav_contact a {
		color: #ffffff;
		background: url(../images/nav_selected.gif) 50% 0 no-repeat;
	}

#content {
	clear: both;
/*	overflow: auto;*/
	position: relative;
	min-height: 100%;
	background: url(../images/content_bg.gif) repeat-y;	
}

#content.list {
	background: url(../images/content_bg.gif) repeat-y;	
}

	#content #breadcrumb {
		float: right;
		padding: 0;
		margin: -30px -10px 0;
		text-align: right;
		color: #535854;
		font-size: 10px;
	}
	
	#content #breadcrumb a:hover {
		text-decoration: underline;
		color: #0082B3;
		background: none;
	}

/*	#excerpt {
		background: #35322C url(../images/excerpt_bg.gif) top right no-repeat;
		border: 1px solid #EAE4D6;
		padding: 15px 15px 25px 15px;
		width: 493px;
		margin: 0px 0 15px 0;
		position: relative;
	}*/
	
	#excerpt {
		  background: #fff; 
			border: 1px solid #bfbfbf;
			padding:  10px;
			width: 505px;
			margin: -15px -15px 15px -16px;
			position: relative;
			border-bottom: 0;
		}
	
	.default #excerpt,
	.list #excerpt,
	.AboutUs #excerpt {
		width: 495px;
		margin: 15px 0 15px 0;
		border-bottom:  1px solid #bfbfbf;
	}
	
	.Team #excerpt,
	.Careers #excerpt,
	.Philosophy #excerpt {
		width:  505px;
		margin: -15px -15px 15px -16px;
		border-bottom: 0;
	}
	
	.default #excerpt {
		margin-top: -5px;
		width:  495px;
	}
	
		#content #excerpt h2, #content #excerpt h2 a, #content #excerpt h1, #content #excerpt h1 a {
			/*color: #F8FFD2;
			font-size: 20px;
			text-shadow: #333 2px 2px 2px;
			margin: 5px 0 5px 0;
			clear: both;*/
			background: url(../images/home_box_h2_bg.gif) repeat-x;
			width:  100%;
			height: 35px;
			margin: -10px;
			padding: 8px 10px;
			font-size: 15px;
			vertical-align: middle;
			color: #323F4D;			
		}
		
		#excerpt h1 a:hover {
			background: none;
		}
		
		#content #excerpt p {
			color: #373530;
			font-size: 1.1em;
			line-height: 1.4em;
			clear: left;
		}
		
		#content #excerpt .copy {
			margin-right: 150px;
		}
		
		#content #excerpt a {
			color: #0082B3;
		}
		
	#content #excerpt p.address {
		display: inline;
		float: left;
		margin: 10px 0 0 0;
		width: 100%;
		clear: left;
	}
	
	#content #excerpt a#open_map {
		float: left;
		display: inline;
		clear: left;
		padding: 0 4px 0 20px;
		margin: 3px 0 10px 0;
		background: transparent url(../images/button_open_map.gif) 0 0 no-repeat;
		line-height: 17px;
		color: #198DBD;
		width: 70px;
	}
		
	#story {
			position: relative;
			width: 505px;
			float: left;
			display: inline;
			overflow: hidden;
			margin: 25px 10px 0;
			border-right: 1px solid #BFBFBF;
			border-left: 1px solid #BFBFBF;
			border-bottom: 1px solid #BFBFBF;
			padding: 15px 5px 15px 15px;
			background: #fff;
			min-height: 100%;
			height: 100%;
	}
	
	#story em {
		font-style: normal;
		font-weight: bold;
		color: #000000;
	}
	
	.list #story {
		margin: -7px 0 0;
		background: none;
		border: none;
		width: 515px;
	}

	#content #side {
		float: right;
		display: inline;
		width: 190px;
		margin: 5px 10px 10px 10px;
		padding: 15px 0;
		height: 100%;
		min-height: 100%;
		background: #fff;
		font-size: 0.9em;
	}
		
		#side ul {
			padding: 0;
			margin: 10px 0 0 15px;
			border: 0;
			list-style: none;
		}
		
		#side ul li {
			margin: 3px 0;
			border: 0;
			width: 158px;
		}
		
		#side ul li ul {
			margin: 0;
		}
	
		#side ul li ul li a {
			padding-left: 15px;
		}
		
		#side ul li a,
		#side ul li.active ul li a {
			padding: 3px 8px;
			line-height: 12px;
			background: #F2F5F7;
			border: 1px solid #F2F5F7;
			font-size: 12px;
		}
		
		/*	body.AboutUs #side ul {
				display: block;
			}*/
			
		#side ul li a:hover,
		#side ul li.active a {
			background: #DDE6EB;
			border: 1px solid #CAD2D8;
		}

		#side ul li a {
			padding: 5px;
			display: block;
		}
		
		#side h3 {
			font-weight: bold;
			margin: 10px 15px 0.5em;
			padding: .5em 0;
			font-size: 1.0em;
			color: #fff;
			background: #198DBD;
			text-align: center;
		}
		
		#side ul.upcoming {
			padding: 0;
			margin: 0 15px;
			border: 0;
		}
		
		#side ul.upcoming li {
			margin: 3px 0;
			border: 0;
			width: 158px;
		}
		
		#side ul.upcoming li a {
			padding: 3px 8px;
			line-height: 12px;
			background: #F2F5F7;
			border: 1px solid #F2F5F7;
			font-size: 10px;
		}
		
		#side ul.upcoming li a p {
			margin: 0;
			line-height: 14px;
		}
		
		#side ul.upcoming li a p.date {
			color: #5E3333;
			font-weight: bold;
			font-size: 10px;
		}
		
		#side ul.upcoming li a:hover {
			background: #DDE6EB;
			border: 1px solid #CAD2D8;
		}
		

#footer {
	clear: both;
	color: #C3DCEA;
	font-size: .8em;
	margin: 0 auto;
	padding: 0;
	background: #1D6089 url(../images/footer_bg.gif) top left repeat-x;
	overflow: hidden;
	width: 760px;
	height: 41px;
}

#footer p.copy {
	display: inline;
	float: left;
	height: 100%;
	padding: 15px 15px 0 35px;
	background: #1C5577 url(../images/footer_copy_bg.gif) top left no-repeat;
}

#footer p.right {
	float: right;
	color: #154263;
	padding: 15px;
}

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

#footer p.address {
	display: none;
}

#container {
	padding: 10px;
}

/*******************************************************************
*************    Section Specific                        ***********
*******************************************************************/

body.default { }

	body.default #content,
	body.AboutUs #content {
		background-image: url(../images/content_bg.gif);
	}

	body.default #story,
	body.AboutUs #story {
		width: 530px;
		background: none;
		border: 0;
		margin: 0;
	}
	
	/*body.Team #content,
	body.Careers #content,
	body.Partners #content,
	body.Philosophy #content {
		background: url(../images/content_bg_interior.gif) repeat-y;
	}*/
	
	body.Team #story,
	body.Careers #story,
	body.Partners #story,
	body.Philosophy #story {
		width: 505px;
		background: #fff;
		margin: 25px 10px 0;
		border-right: 1px solid #BFBFBF;
		border-left: 1px solid #BFBFBF;
		border-bottom: 1px solid #BFBFBF;		
	}

  .split.two {
		width: 240px;
		margin: 0 15px 15px 0;
		width: auto;
	}
	
	.custom {
		margin-right: 35px;
	}
	
	.split.coaching {
		margin-right: 0;
  }

	.split p.intro {
		font-size: 80%;
		margin-top: 1em;
		display: block;
	}

	.split a {
		float: left;
		display: inline;
		outline: 0;
		background: #fff;
		width: 230px;
		color: #000;
		margin: 0;
		text-decoration: none;
		padding: 10px;
		border: 1px solid #BFBFBF;
		height: 174px;
		position: relative;
	}
	
	#content .split a:hover {
		color: #000;
		background: #fff;
	}
	
	.split.full a {
		width: 495px;
		height: 154px;
	}
	
	#content .split a h2 {
		background: url(../images/home_box_h2_bg.gif) repeat-x;
		height: 35px;
		margin: -10px;
		padding: 8px 10px;
		font-size: 13px;
		vertical-align: middle;
		color: #323F4D;
	}
	
	.split a p {
		font-size: 1em;
	}
	
	body.default .split.full a,
	body.default #story .split.full a:hover {
		background: #ffffff url(../images/photos/home_seminars.jpg) 263px 36px no-repeat;
	}
	
	body.AboutUs .split.full a,
	body.AboutUs #story .split.full a:hover {
		background: #ffffff url(../images/photos/about_executive.jpg) 265px 36px no-repeat;
	}
	
	#content .split.full a p {
		float: left;
		left: 15px;
		width: 250px;
	}
	
	.split a span {
		display: inline;
		position: absolute;
	  color: #007ABE;
		bottom: 15px;
		left: 10px;
		font-size: 10px;
		line-height: 16px;
		outline: none;
		padding-right: 12px;
		cursor: pointer;
	  background: transparent url(../images/bullet_arrow_blue.gif) 97% 50% no-repeat;	
	}
	
	#content .split a:hover span {
		color: #fff;
		background: #CF7419 url(../images/bullet_arrow_orange.gif) 97% 50% no-repeat;
	}


	.split a:hover {
		border: 1px solid #999999;
	}
	
body.Seminars { }


	#seminar {
		list-style: none;
		margin: 10px 0 0 0;
		padding: 0;
	}
	
	body.Seminars ol#seminar {
		margin: 10px 0 0 0;
	}
	
	.list #seminar li {
		background: #fff url(../images/seminar_list_bg.gif) top right repeat-y;
		border: 1px solid #C0BFBF;
		margin: 10px 0;
		list-style: none;
		clear: both;
		padding: 0;
		width: 515px;
		position: relative;
		overflow: hidden;
	}
	
	.list #seminar li.Consulting {
		display: none;
	}
	
	
	body.Seminar #story #seminar ul li {
		width: auto;
		border: 1px solid #999;
		overflow: auto;
	} 
	
	
	#seminar ul.meta li {
		width: auto;
		clear: none;
	}
	
	#seminar ul.see_also li {
		width: 300px;
		border: 0;
		margin: 0;
		background: none;
	}
	
	#seminar li p {
		margin: 0em 170px 0.5em 0.8em;
		width: 340px;
	}
	
	#seminar li h3 a {
		display: block;
		margin: 10px 165px 0.5em 10px;
		font-size: 15px;
		color: #13589E;
	}
	
	#story #seminar li h3 a:hover {
		background: #fff;
		color: #CF7419;
	}
	
	#seminar li h5	{
		width: auto;
		display: inline;
		margin: 0 6px;
	}
	
	#seminar li h5 a {
		line-height: 15px;
/*		text-indent: -9999px;*/
		outline: none;
		float: left;
		clear: left;
		display: inline;
		margin: 0 0 10px 10px;
		width: auto;
	}
	
	#seminar li h5.more a {
		float: left;
		display: inline;
		margin: 0px 0 10px 10px;
		color: #007CC1;
		padding: 0 1.25em 0 .25em;
		font-size: 11px;
		line-height: 16px;
		outline: none;
		background: #ffffff url(../images/bullet_arrow_blue.gif) 97% 50% no-repeat;
	}
	
	#seminar li h5.more a:hover {
		color: #ffffff;
		background: #CF7419 url(../images/bullet_arrow_orange.gif) 97% 50% no-repeat;
	}
	
	#seminar .print,
	#seminar .cal,
	#seminar .pdf {
		height: 30px;
		width: 146px;
		float: left;
		display: inline;
		margin: -15px 0 5px 0;
		position: relative;
	}
	
	#seminar .print a,
	#seminar .pdf a {
		background: url(../images/button_print.gif) 0 0 no-repeat;
		width: 127px;
		display: inline;
		line-height: 24px;
		padding-left: 25px;
		float: left;
		font-weight: bold;
		color: #198DBD;
		margin: 10px 0 0 0;
	}
	
	#seminar .pdf a {
		background-image:  url(../images/button_pdf.gif);
	}
	
	#seminar .cal a {
		background: url(../images/button_calendar.gif) 0 0 no-repeat;
		width: 163px;
		display: inline;
		line-height: 24px;
		float: left;
		font-weight: bold;
		color: #198DBD;
		margin: 10px 0 0 10px;
		padding-left: 25px;
		outline: none;
		cursor: pointer;
	}
	
	#seminar .cal #cal_popup {
		display: none;
		border: 1px solid #ccc;
		background: #f8f8f8;
		position: absolute;
		top: -1px;
		left: -1px;
		width: 160px;
		height: auto;
		font-size: 12px;
	}
	
	#seminar .cal #cal_popup h2 {
		background: url(../images/icons/cal.gif) 7px 5px no-repeat;
		display: inline;
		line-height: 23px;
		float: left;
		font-weight: bold;
		color: #7E2F0C;
		margin: 10px 0 0 10px;
		padding-left: 25px;
		font-size: 12px;
		border-bottom: 1px solid #cccccc;
		width: 110px;
	}
	
	#seminar .cal #cal_popup ul {
		width: auto;
		list-style: none;
		padding: 0;
		margin: 0 0 10px 0;
	}
	#seminar .cal #cal_popup li {
		float: none;
		clear: left;
		background: none;
		padding: 0;
	}
	#seminar .cal #cal_popup li a {
		float: none;
		display: block;
		background: none;
		padding: 0;
		clear: left;
		width: 110px;
		margin: 2px 10px;
		font-size: 10px;
	}
	
	#seminar .cal #cal_popup a#cal_close {
		position: absolute;
		top: 3px;
		right: 3px;
		width: 14px;
		height: 14px;
		background: url(../images/cal_close.gif) 0 0 no-repeat;
		text-indent: -9999px;
		margin: 0;
		padding: 0;
	}
	
	#seminar .cal #cal_popup li a:hover {
		color: #247FB5;
	}
	
	#seminar .cal #cal_popup li#outlook a {
		background: url(../images/icons/outlook.gif) 7px 50% no-repeat;
		padding-left: 26px;
	}
	
	#seminar .cal #cal_popup li#ical a {
		background: url(../images/icons/ical.gif) 7px 50% no-repeat;
		padding-left: 26px;
	}
	
	#seminar .cal #cal_popup li#google a {
		background: url(../images/icons/gcal.gif) 7px 50% no-repeat;
		padding-left: 26px;
	}
	
	/*.skills {
		position: absolute;
		bottom: -50px;
		right: 20px;
		width: 124px;
		min-height: 90px;
		max-height: 150px;
		margin: 0;
		padding: 0 3px;
		background: #f8f8f8;
		border: 1px solid #c9c9c9;
	}*/
	
		.skills {
			position: absolute;
			bottom: -33px;
			right: 20px;
			width: 126px;
			/*height: 130px;*/
			margin: 0;
			padding: 0 3px;
			background: transparent url(../images/skills_bg.gif) 0 0 no-repeat;
		}

#excerpt div.skills {
	position: relative;
	right: 0;
	top: 0;
	float: right;
	background: none;
	padding: 0;
	margin: 0;
}

		body.CoachingConsulting .skills,
		body.PrivatePrograms .skills {
			position: relative;
			float:  right;
			padding-top: 10px;
			margin:  0;
			bottom: auto;
			right:  auto;
			height: 100px;
			background: transparent url(../images/skills_bg_cc.gif) 0 0 no-repeat;
		}
		
		body.CoachingConsulting .list .skills,
		body.PrivatePrograms .list .skills {
			position: absolute;
			right:  0px;
			top: 0;
		}
	
	.list .skills {
		position: absolute;
		top: 0;
		right: 0;
		bottom: auto;
		width: 150px;
		height: 100%;
		float: right;
		display: inline;
		margin: 0;
		padding: 0 3px;
		background: none;
		border: 0;
		min-height: none;
		max-height: none;
	}
	
	body.CoachingConsulting .list .skills {
		background: none;
		height: auto;
	}
	
	.list h4 {
		clear: both;
		margin: 0 10px;
		font-size: 11px;
		background: url(../images/hr_bg.gif) -200px 100% no-repeat;
	}

	#content .skills ul,
	#content .skills li {
		padding: 0;
		width: 134px;
		display: block;
		clear: both;
		color: #13589E;
		background: none;
		border: 0;
	}

	#content .skills h4 {
		font-size: 10px;
		color: #203442;
		text-align: left;
		float: left;
		margin: 0 0 5px 0;
		padding: 7px 5px 3px 5px;
		border-bottom: 1px solid #c9c9c9;
		width: 135px;
	}

	#content .skills #skills_top {
		font-size: 10px;
		color: #203442;
		text-align: left;
		float: left;
		display: inline;
		/*margin: -22px 5px 0 -4px;*/
		border:0;
		width: auto;
		position: relative;
	}
	
	#content .skills #skills_top h4 {
		width: auto;
		border: 0;
	}

	#content .skills li {
		width: 110px;
		border: 0;
		display: block;
		background: url(../images/skill_icon.png) 1px 1px no-repeat;
		padding: 3px 0 0 27px;
		position: relative;
		height: 22px;
		margin: 0px 0 0px 5px;
		color: #0068B3;
		font-size: 10px;
	}
	
	#content .skills li.Communicate { background-image: url(../images/skills/communicate.gif); }
	#content .skills li.Plan { background-image: url(../images/skills/plan.gif); }
	#content .skills li.Lead { background-image: url(../images/skills/lead.gif); }
	#content .skills li.Goals { background-image: url(../images/skills/goals.gif); }
	#content .skills li.Staff { background-image: url(../images/skills/staff.gif); }
	#content .skills li.Organize { background-image: url(../images/skills/organize.gif); }
	#content .skills li.Track { background-image: url(../images/skills/track.gif); }
	
	#content .Communicate li { background-image: url(../images/skills/communicate.gif); padding-left: 30px;}
	#content .Plan li { background-image: url(../images/skills/plan.gif); padding-left: 30px; }
	#content .Lead li { background-image: url(../images/skills/lead.gif); padding-left: 30px; }
	#content .Goals li { background-image: url(../images/skills/goals.gif); padding-left: 30px; }
	#content .Staff li { background-image: url(../images/skills/staff.gif); padding-left: 30px; }
	#content .Organize li { background-image: url(../images/skills/organize.gif); padding-left: 30px; }
	#content .Track li { background-image: url(../images/skills/track.gif); padding-left: 30px; }
	
	#content .skills li a {
		font-size: 10px;
		text-decoration: none;
		float: left;
		color: #0068B3 !important;
	}

	#content .skills li div {
		border: 1px solid #0068B3;
		height: 3px;
		font-size: 0px;
		width: 85px;
		position: relative;
		clear: left;
		background: #C7E5F6;
	}
	
	#content .list .skills li div {
		width: 95px;
	}


	#content .skills li div span {
		display: block;
		height: 3px;
		border: 0 solid #fff;
		background: #0068B3;
		text-indent: -9999px;
		line-height: 1px;
	}
	
	#story ul.meta {
		list-style: none;
		width: auto;
		background: #DFE6EA;
		margin: 0px 0 8px 10px;
		padding: 3px 5px;
		float: left;
		display: inline;
		border: 0;
	}
	
	#story ul.meta li {
		float: left;
		display: inline;
		list-style: none;
		color: #901C00;
		margin: 0;
		padding: 1px 5px;
		border: 0;
		border-right: 1px solid #ccc;
		line-height: 15px;
		background: none;
	}
	
	#story ul.meta li.registration {
		border-right: 0;
	}
	
	#story ul.meta li.location {
		border-right: 0;
	}
	
	#story #excerpt ul.meta li.location {
		border-right: 1px solid #ccc;
	}
	
	#story #excerpt ul.meta {
		background: none;
		margin: 5px 0;
		padding: 2px 0;
	}
	
	#story #excerpt ul.meta li {
		padding: 0 6px;
		line-height: 1.0em;
	}
	
	#story #excerpt ul.meta li.date {
		padding-left: 0;
	}
	
	
	
/*********************************************************
                 Coaching and Consulting
*********************************************************/

body.CoachingConsulting #story .split a {
	border: 0;
}

body.CoachingConsulting #story .split.three {
	margin: 0;
}

body.CoachingConsulting #story .split.three a {
	width: 140px;
	height: 140px;
  margin: 0 8px 7px 0;
	padding: 10px;
	background: url(../images/CoachingConsulting/CoachingConsultingProgram1.jpg) 0 0 no-repeat;
	position: relative;
}

body.CoachingConsulting #story .split.three a span {
	position: absolute;
	width: 150px;
	bottom: 15px;
	left: 10px;
	color: #fff;
	background: none;
}


/*********************************************************
                    About Us                              
*********************************************************/

body.AboutUs.Team #story p {
	float: left;
}

body.AboutUs.Team #story a img,
body.AboutUs.Team #story img {
	float: left;
	margin: 0;
	border: 0;
}

body.AboutUs.Team #story a img {
	padding: 0;
	margin: 0;
	border: 0;
}

#story h2 {
	color: #13589E;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 0.5em;
}

#story h3 {
	clear: left;
	color: #13589E;
	font-size: 12px;
}

body.AboutUs.Team #story #excerpt p {
	float: none;
}

body.AboutUs.Team div.bio {
	margin: 10px 15px 0 170px;
	color: #636667;
	width: 305px;
}

body.AboutUs.Team div.bio p {
	float: none;
}

	
/*********************************************************
                 YAHOO CALENDAR
*********************************************************/

/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */
/* Container Styles */
#calendar {
	text-align: center;
	position: relative;
}


.calcontainer {*height:1%;} /* IE */
.calcontainer:after {content:'.';clear:both;display:block;visibility:hidden;height:0;} /* others */

.calbordered {
	padding:0px;
	background-color:#F7F9FB;
	border:1px solid #445555;
	text-align: center;
	margin: 0 auto;
	width: 160px;
}

.calbordered .title {
	font:73% Arial,Helvetica,sans-serif;
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
	height:auto;
	width:304px;
	position:relative;
}

.title .close-icon {
	position:absolute;
	right:0;
	top:0;
	border:none;
}

.cal2up {
	float:left;
}

.calnavleft {
	float: left;
	margin: 0 0 0 3px;
}

.calnavright {
	float: right;
	margin: 0 3px 0 0;
}

/* Calendar element styles */

.calendar {
	font:73% Arial,Helvetica,sans-serif;
	text-align:center;
	border-spacing:0;
}

td.calcell {
	width:25px;
	height:1.2em;
	font-size: 12px;
	border:1px solid #E0E0E0;
	background-color:#FFF;
	color: #000000;
}

.calendar.wait td.calcell {
	color:#000000;
	background-color:#CCC;
}

.calendar.wait td.calcell a {
	color:#000000;
	font-style:italic;
}

td.calcell a {
	color:#000000;
	text-decoration:none;
}

td.calcell.today {
	border:1px solid #333;
}

td.calcell.oom {
	cursor:default;
	color:#95AEC2;
	background-color:#fff;
	border:1px solid #E0E0E0;
}

td.calcell.selected {
	color:#003DB8;
	background-color:#FFF19F;
	border:1px solid #FF9900;
}

td.calcell.calcellhover {
	cursor:pointer;
	color:#94A2AA;
	background-color:#D6E0E7;
	border:1px solid #94A2AA;
}

td.calcell.calcellhover a {
	color: #94A2AA !important;
}

/* Added to perform some correction for Opera 8.5
   hover redraw bug */
table:hover {
	background-color:#FFF;
}

td.calcell.calcellhover a {
	color:#FFF;
}

td.calcell.restricted {
	text-decoration:line-through;
}

td.calcell.previous {
	color:#CCC;
}

td.calcell.highlight1 { background-color:#CCFF99; }
td.calcell.highlight2 { background-color:#007ABE;  }
td.calcell.highlight3 { background-color:#FFCCCC; }
td.calcell.highlight4 { background-color:#CCFF99; }
#content td.calcell.highlight2 a {
	color: #7896A2 !important;	
}



.calhead {
	vertical-align:middle;
	height: 19px;
	background: transparent url(../images/calendar/cal_head_bg.gif) 0 50% repeat-x;
}

.calheader {
	position:relative;
	width:100%;
	height: 12px;
	padding: 3px 0;
	font-size: 11px;
	color: #ffffff;

}

td.calcell.highlight2 {
	background: #D6E0E7 !important;
}

td.calcell.highlight2 a {
	font-weight: bold;
	color: #000 !important;
	background: #D6E0E7;
}

.calweekdaycell {
	background:#C9C9C9;
	font-size: 9px;
	color: #ffffff;
	line-height: 11px;
	font-weight:normal;
	border-top: 1px solid #B2B3B3;
	border-bottom: 1px solid #B2B3B3;
}

.calfoot {
	background-color:#EEE;
}

.calrowhead, .calrowfoot {
	color:#666;
	font-size:9px;
	font-style:italic;
	font-weight:normal;
	width:15px;
}

.calrowhead {
	border-right-width:2px;
}

/****************************************************************

Custom Programs CSS

****************************************************************/

ul#leriot_cp_tags { }

	ul#leriot_cp_tags,
	ul#leriot_cp_tags li,
	ul#leriot_cp_tags li a {
		float: left;
		display: inline;
		width: auto;
		list-style: none;
		background: none;
		padding: 0;
		border: 0;
	 }
	
	ul#leriot_cp_tags {
		width: 518px;
		margin: 0;
		padding: 0 0 0 0px;
		background: #80BFD7 url(../images/cp_tab_bg.gif) 0 0 repeat-x;
	}

	ul#leriot_cp_tags li a {
		padding: 3px 12px;
		background: #80BFD7 url(../images/cp_tab_bg.gif) top right no-repeat;
		text-decoration: none;
		color: #fff;
		line-height: 20px;
		font-size: 11px;
		outline: none;
	}
	
	ul#leriot_cp_tags li.Lead a {
		background: none;
	}
	
	#content ul#leriot_cp_tags li a:hover {
		background: #80BFD7 url(../images/cp_tab_active.gif) top right repeat-x;
	}
	
	ul#leriot_cp_tags li a.active {
		background: #279BC6 url(../images/cp_tab_active.gif) top right repeat-x;
		color: #fff;
	}
	
	#content ul#leriot_cp_tags li a.active:hover {
		background: #279BC6 url(../images/cp_tab_active.gif) top right repeat-x;
		color: #fff;
	}
	
div#ajax_tag_desc {
	margin: 0;
	height: 125px;
	position: relative;
	padding: 0;
	background: #C4DAE4 url(../images/PrivatePrograms/PrivateProgramsIcons.jpg) 0 0 no-repeat;
	border-top: 3px solid #52A3C4;
}

	div#ajax_tag_desc .ajax_img {
		position: absolute;
		top: 0;
		left: 0;
		width: 143px;
		height: 125px;
		background: url(../images/PrivatePrograms/Leriot.jpg);
	}
	
	div#ajax_tag_desc #Plan {
		background: url(../images/PrivatePrograms/Plan.jpg);
	}
	
	div#ajax_tag_desc #Communicate {
		background: url(../images/PrivatePrograms/Communicate.jpg);
	}
	
	div#ajax_tag_desc #Organize {
		background: url(../images/PrivatePrograms/Organize.jpg);
	}
	
	div#ajax_tag_desc #Communicate {
		background: url(../images/PrivatePrograms/Communicate.jpg);
	}
	
	div#ajax_tag_desc #Build-Staff {
		background: url(../images/PrivatePrograms/Staff.jpg);
	}
	
	div#ajax_tag_desc #Set-Goals {
		background: url(../images/PrivatePrograms/Goals.jpg);
	}
	
	div#ajax_tag_desc #Track-Results {
		background: url(../images/PrivatePrograms/Track.jpg);
	}
	
	div#ajax_tag_desc #Lead {
		background: url(../images/PrivatePrograms/Lead.jpg);
	}
	
	
	
	div#ajax_tag_desc p {
		padding: 15px 15px 15px 160px;
		color: #194051;
		line-height: 16px;
		width: auto;
	}
	
	#custom_programs_list {
		margin: 0;
		padding: 0;
		width: 518px;
		height: 400px;
		overflow: auto;
		clear: both;
		background: url(../images/PrivatePrograms/cp_gradient.gif) 0 125px repeat-x;
	}
	
	#custom_programs_list h4 {
		border-bottom: 1px solid #C2D3DB;
		margin: 15px 15px .5em 15px;
		padding: 3px 6px;
		font-size: 12px;
		background: none;
	}
	
	#custom_programs_list ul {
		
		margin: 5px 15px 50px;
		padding: 0;
		width: 470px;
		border: 0;
		position: relative;
	}
	
	#content #custom_programs_list li a,
	#content #custom_programs_list li {
		color: #198DBD;
		list-style: none;
		padding: 3px;
		background: none;
	}
	
	#content #custom_programs_list li a:hover {
		color:#ffffff;
		background: #CF7419;
	}
	
	#custom_programs_list li {
		width: 48%;
		border: 0;
		float: left;
		display: inline;
		clear: none;
		padding: 0;
	}
	
/******************************************************************
       Upcoming Seminars Table
******************************************************************/
/*
table { }

	table.upcoming {
		padding: 0;
		margin: 0 15px;
		border-collapse: collapse;
	}
	
	table.upcoming caption {
		font-weight: bold;
		margin: 0.5em 15px;
		padding: .5em 0;
		font-size: 0.8em;
		color: #fff;
		background: #198DBD;
	}
	
	table.upcoming td {
		padding: 3px 5px;
		font-size: 10px;
		vertical-align: top;
		border-bottom: 1px solid #efefef;
	}
	
	table.upcoming th {
		text-align: center;
		font-size: 11px;
		border-bottom: 1px solid #999;
	}
	
	table.upcoming td.date {
		width: 50px;
		font-size: 10px;
		text-align: right;
	}
	
*/
