html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#E4E4E4;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.spacer	{
	width:670px;
	height:1px;
	float:left;
}

p	{
	font-size:90%;
	
}
sup {
	height: 0;
	line-height: 1;
	position: relative;
	top: -0.6em;
	vertical-align: baseline !important;
	vertical-align: bottom;
}

.bold {
	font-weight:bold;
}

strong {
	font-weight:bold;
}

/*-------------------------------------- Main Wrap */

#main_wrap	{
	width:980px;
	height:auto;
	margin:0px auto;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 5px #333; /* Safari and Chrome */
	box-shadow: 0px 0px 5px #333; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}

/* HEADER */

#header	{
	width:980px;
	height:110px;
	margin:0px 0px 0px 0px;
	float:left;
	background-color: #154365;
}

#logo	{
	width:292px;
	height:91px;
	float:right;
	margin:10px 20px 0px 0px;
}

#page_title	{
	width:473px;
	height:96px;
	position:absolute;
	top:-110px;
	left:0px;
}



/* -------------------------------------------------BANNER */

#banner {
	width:980px;
	height:520px;
	margin:0px 0px 0px 0px;
	float:left;
	color:#CCF1FF;
}

a.banner_calendar {
	display:block;
	height:18px;
	width:270px;
	position:absolute;
	top:173px;
	left:340px;
}


/* -------------------------------------------------------NAV */

#nav	{
	width:980px;
	height:40px;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/nav/nav_bg.jpg) repeat-x;
}

#nav ul	{
	margin-left:30px;
}

#nav ul li	{
	float:left;
	position:relative;
	list-style:none;
}

#nav ul li a	{
	display:block;
	height:40px;
	float:left;
}

#nav ul li.nav_home a	{
	background:url(../assets/nav/nav_home_on.jpg) no-repeat;
}

#nav ul li.nav_leadership a	{
	background:url(../assets/nav/nav_leadership_on.jpg) no-repeat;
}

#nav ul li.nav_teams a	{
	background:url(../assets/nav/nav_teams_on.jpg) no-repeat;
}

#nav ul li.nav_experiential a	{
	background:url(../assets/nav/nav_experiential_on.jpg) no-repeat;
}

#nav ul li.nav_about a	{
	background:url(../assets/nav/nav_about_on.jpg) no-repeat;
}

#nav ul li.nav_programmes a	{
	background:url(../assets/nav/nav_programmes_on.jpg) no-repeat;
}

#nav ul li.nav_reserve a	{
	background:url(../assets/nav/nav_reserve_on.jpg) no-repeat;
}

#nav ul li.nav_blog a	{
	background:url(../assets/nav/nav_blog_on.jpg) no-repeat;
}

#nav ul li.nav_articles a	{
	background:url(../assets/nav/nav_articles_on.jpg) no-repeat;
}

#nav ul li.nav_contact a	{
	background:url(../assets/nav/nav_contact_on.jpg) no-repeat;
}

#nav ul li a:hover img	{
	visibility:hidden;
}

#nav ul ul	{
	position:absolute;
	visibility:hidden;
	top:40px;
	left:0px;
	margin:0px 0px 0px 0px;
}

#nav ul ul li	{
	background:none;
}

#nav ul li:hover ul	{
	visibility:visible;
	z-index:5;
}

#nav ul li ul li a	{
	display:block;
	width:188px;
	height:30px;
	float:left;
}

#nav ul li ul li.open a	{
	background:url(../assets/nav/open_programmes_on.jpg) no-repeat;
}

#nav ul li ul li.customised a	{
	background:url(../assets/nav/customised_programmes_on.jpg) no-repeat;
}


#nav ul li ul li.executive a	{
	background:url(../assets/nav/executive_coaching_on.jpg) no-repeat;
}


#nav ul li ul li.specialist a	{
	background:url(../assets/nav/specialist_workshops_on.jpg) no-repeat;
}

#nav ul li ul li.venues a	{
	background:url(../assets/nav/our_venues_on.jpg) no-repeat;
}

#nav ul li ul li.threesixty a	{
	background:url(../assets/nav/360_on.jpg) no-repeat;
}

#nav ul li ul li.nav_values a	{
	background:url(../assets/nav/values_on.jpg) no-repeat;
}

#nav ul li ul li.boarddevelopment a	{
	background:url(../assets/nav/board_on.jpg) no-repeat;
}

#nav ul li ul li.nav_about_us a	{
	background:url(../assets/nav/about_us_drop_on.jpg) no-repeat;
}

#nav ul li ul li.nav_development a	{
	background:url(../assets/nav/lead_develop_on.jpg) no-repeat;
}

/* ---------------------------------------------------- SOCIAL */

#social	{
	width:225px;
	height:auto;
	float:left;
	margin:0px 0px 10px 2px;
}

#social_fb	{
	width:105px;
	height:25px;
	float:left;
	margin:0px 0px 5px 0px;
}

#social_twitter	{
	width:105px;
	height:25px;
	float:left;
	margin:0px 0px 5px 5px;
}

#social_linkedin	{
	width:105px;
	height:25px;
	float:left;
	margin:0px 0px 0px 5px;
}

#social_google	{
	width:105px;
	height:25px;
	float:left;
	margin:0px 0px 0px 0px;
}

/* ----------------------------------------------------CONTENT */

#content	{
	width:980px;
	height:auto;
	margin:30px 0px 0px 0px;
	float:left;
	/*border:1px solid #00C;*/
	background-position:bottom;
	background-repeat:no-repeat;

}

#content_left	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 0px 30px;
	position:relative;
	/*border:1px solid #F00;*/
	/*background-image:url(../assets/home/leadership-through-experience-training-image2.jpg);
	background-position:top;
	background-repeat:no-repeat;*/
}

#content_left h1	{
	font-size:170%;
	color:#144365;
}

#content_right	{
	width:232px;
	height:auto;
	float:right;
	margin:0px 25px 20px 0px;
	/*border:1px solid #0F0;*/
}

#content_right a img	{
	margin-bottom:3px;
}

#reserve_prog {
	width:232px;
	height:284px;
	float:left;
	margin:0px 0px 10px 0px;
	background:url(../assets/contentRight/reserve-programme-bg.png) no-repeat;
}

#reserve_course {
	width:232px;
	height:284px;
	float:left;
	margin:0px 0px 10px 0px;
	background:url(../assets/contentRight/reserve-course-bg.png) no-repeat;
}

#reserve_form_wrap	{
	width:200px;
	height:180px;
	float:left;
	margin:60px 0px 0px 14px;
}

#reserve_calendar	{
	width:160px;
	height:30px;
	float:left;
	margin:-5px 0px 0px 0px;
}

#reserve_calendar a {
	display:block;
	width:160px;
	height:30px;
}

.res_form_section_select	{
	width:200px;
	height:auto;
	float:left;
	margin:0px 0px 7px 0px;
}

.res_form_section_text	{
	width:200px;
	height:auto;
	float:left;
	margin:0px 0px 3px 0px;
}

.res_form_section_text p	{
	font-size:90%;
	color:#144365;
	font-weight:bold;
}

.res_selects	{
	width:200px;
	border:1px solid #999;
	color:#333;
	padding:3px;
}

/* ----------------------------------------------------------------------FOOTER */

#footer_top	{
	width:980px;
	height:280px;
	margin:0px 0px 0px 0px;
	float:left;
	background-color:#CEE0EC;
}

#three_stripes_wrap	{
	height:92px;
	width:390px;
	float:left;
	margin:30px 0px 0px 30px;
	background:url(../assets/footer/three-stripes.jpg) no-repeat;
}

#three_stripes_text	{
	width:295px;
	height:auto;
	float:right;
	line-height:1.3;
	font-weight:bold;
	font-size:95%;
	margin:0px 0px 0px 0px;
}

#three_stripes_text h2	{
	font-size:95%;
}

#footer_top_quote	{
	width:454px;
	height:100px;
	float:right;
	margin:30px 30px 0px 0px;
}

#footer_strip	{
	width:920px;
	height:2px;
	float:left;
	background-color:#8AC1DD;
	margin:30px 0px 0px 30px;
}

#footer_pics	{
	width:310px;
	height:71px;
	float:left;
	margin:25px 0px 0px 30px;
}

#footer_pics img	{
	margin-right:3px;
}

#google_translate_element	{
	width:337px;
	height:41px;
	float:right;
	margin:22px 23px 0px 0px;
	background:url(../assets/footer/translate-box.jpg) no-repeat;
	padding:35px 0px 0px 17px;
}

#ltei_social_box	{
	width:255px;
	height:76px;
	float:right;
	margin:22px 0px 0px 0px;
	background:url(../assets/footer/ltei-social-box.jpg) no-repeat;

}

#ltei_social_box a.twitter {
	display:block;
	width:76px;
	height:24px;
	float:left;
	margin:40px 0px 0px 8px;
}

#ltei_social_box a.facebook {
	display:block;
	width:76px;
	height:24px;
	float:left;
	margin:40px 0px 0px 3px;
}

#ltei_social_box a.linkedin {
	display:block;
	width:76px;
	height:24px;
	float:left;
	margin:40px 0px 0px 1px;
}


#footer_bottom	{
	width:980px;
	height:80px;
	margin:0px 0px 0px 0px;
	float:left;
	background-color:#8AC1DD;
	background-image:url(../assets/footer/footer-swish.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

#footer_bottom_left	{
	width:400px;
	height:auto;
	float:left;
	margin:12px 0px 0px 30px;
	color:#fff;
	line-height:1.3;
}

#footer_bottom_left a	{
	color:#fff;
	text-decoration:none;
}

#footer_bottom_left a:hover	{
	text-decoration:underline;
}

#footer_bottom_right	{
	width:400px;
	height:auto;
	float:right;
	margin:0px 30px 0px 0px;
	line-height:1.5;
	text-align:right;
	padding-top:9px;
}

#footer_bottom_right p	{
	color:#FFF;
}

#footer_bottom_right a	{
	color:#fff;
}

/* --------------------------------------------------------------HOME */
#content_left_home	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 0px 30px;
	position:relative;
	/*border:1px solid #F00;*/
	background-image:url(../assets/home/leadership-through-experience-training-image.jpg);
	background-position:top;
	background-repeat:no-repeat;
}


#content_left_home h1	{
	font-size:120%;
	color:#154365;
	font-weight:bold;
}

#content_left_home h3	{
	font-size:100%;
	color:#154365;
	font-weight:bold;
	font-style:italic;
}

#home_banner	{
	width:980px;
	height:520px;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/home/banner_bg.jpg) no-repeat;
	position:relative;
}

.home_page_txt	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 25px 0px;
	line-height:1.5;
	/*text-align:justify;*/
	
}

.home_page_txt p	{
	color:#144365;
}

.home_page_txt h3	{
	font-size:130%;
	color:#144365;
}

.home_page_txt a	{
	color:#144365;
}

#home_spider_image	{
	width:980px;
	height:auto;
	margin:0px 0px 0px 0px;
	float:left;
	background-color:#CEE0EC;
	padding-bottom:15px;
	padding-top:15px;
}

#home_spider_image img	{
	float:right;
	margin:20px 50px 0px 0px;
}

#home_testimonials_wrap	{
	width:530px;
	height:auto;
	float:left;
	margin:20px 20px 0px 25px;
}

.home_testimonial	{
	width:530px;
	height:auto;
	float:left;
	margin:0px 0px 10px 0px;
	color:#263571;
	font-size:70%;
	line-height:1.3;
	font-style:italic;
	font-family:Verdana, Geneva, sans-serif;
}


/* ---------------------------------------------------------- LEADERSHIP */

#content_left_leadership	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 0px 30px;
	position:relative;
	/*border:1px solid #F00;*/
	background-image:url(../assets/leadership/leadership-through-experience-leadership-image2.jpg);
	background-position:top;
	background-repeat:no-repeat;
}


#content_left_leadership h1	{
	font-size:100%;
	color:#154365;
	font-weight:bold;
}

#leadership_banner	{
	width:980px;
	height:520px;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/leadership/banner_bg.jpg) no-repeat;
	position:relative;
}

.leadership_page_txt	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 25px 0px;
	line-height:24px;
	
}

.leadership_page_txt p	{
	color:#144365;
}

/* ---------------------------------------------------------- TEAMS */

#content_left_teams	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 0px 30px;
	position:relative;
	/*border:1px solid #F00;*/
	background-image:url(../assets/teams/petronius-arbiter.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}


#content_left_teams h1	{
	font-size:120%;
	color:#144365;
	font-weight:bold;
}

#teams_banner	{
	width:980px;
	height:520px;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/teams/banner_bg.jpg) no-repeat;
	position:relative;
}

.teams_page_txt	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 25px 0px;
	line-height:1.5;
	
}

.teams_page_txt p	{
	color:#144365;
}

/* ---------------------------------------------------------- EXPERIENTIAL LEARNING */

#content_left_experiential	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 0px 30px;
	position:relative;
	/*border:1px solid #F00;*/
	background-image:url(../assets/experiential/experiential-learning-top-image.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}


#content_left_experiential h1	{
	font-size:120%;
	color:#144365;
	font-weight:bold;
}

#experiential_banner	{
	width:980px;
	height:520px;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/experiential/banner_bg.jpg) no-repeat;
	position:relative;
}

.experiential_page_txt	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 25px 0px;
	line-height:1.5;
	
}

.experiential_page_txt p	{
	color:#144365;
}

/* ---------------------------------------------------------- ABOUT US */

#content_left_about	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 0px 30px;
	position:relative;
	/*border:1px solid #F00;*/
	background-image:url(../assets/about/about-leadership-through-experience-top-image.jpg);
	background-position:top;
	background-repeat:no-repeat;
}


#content_left_about h1	{
	font-size:120%;
	color:#144365;
	font-weight:bold;
}

#about_banner	{
	width:980px;
	height:520px;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/about/banner_bg.jpg) no-repeat;
	position:relative;
}

.about_page_txt	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
	line-height:1.5;
}

.about_page_txt_small	{
	width:640px;
	height:auto;
	float:left;
	margin:0px 0px 25px 30px;
	line-height:1.5;
}

.about_page_txt p	{
	color:#144365;
}

.about_page_txt_small p	{
	color:#144365;
}

.about_page_txt h4	{
	color:#144365;
	font-size:120%;
	font-weight:bold;
	padding-bottom:15px;
}

.about_page_txt_small h5	{
	color:#A74C97;
	font-size:90%;
	font-weight:bold;
	padding:20px 0px 10px 0px;
}

.about_page_txt_small a	{
	color:#144365;
}



/* ---------------------------------------------------------- PROGRAMMES */

#content_left_programmes	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 0px 30px;
	position:relative;
	/*border:1px solid #F00;*/
	background-image:url(../assets/programmes/programmes-top-image.jpg);
	background-position:top;
	background-repeat:no-repeat;
}


#content_left_programmes h1	{
	font-size:120%;
	color:#144365;
	font-weight:bold;
}

#programmes_banner	{
	width:980px;
	height:520px;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/programmes/banner_bg.jpg) no-repeat;
	position:relative;
}

.programmes_page_txt	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 25px 0px;
	line-height:1.5;
	
}

.programmes_page_txt p	{
	color:#144365;
}

.programmes_page_txt a	{
	color:#144365;
}

#calendar_link {
	width: 228px;
	height: 100px;
	float: left;
	margin:0px 0px 10px 0px;
	background: url(../calander/calendar-link.jpg);
	border-radius: 3px;
}

#calendar_link a {
	display: block;
	width: 100%;
	height: 100%;
}

#brochure_link {
	width: 228px;
	height: 100px;
	float: left;
	margin:0px 0px 10px 0px;
	background: url(../calander/brochure-link.jpg);
	border-radius: 3px;
}

#brochure_link a {
	display: block;
	width: 100%;
	height: 100%;
}

.programmes_menu_top	{
	width:232px;
	height:3px;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/programmes/programme_menu_bg_top.png) no-repeat;
}

.programmes_menu_bottom	{
	width:232px;
	height:6px;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/programmes/programme_menu_bg_bottom.png) no-repeat;
}

.programmes_menu	{
	width:232px;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/programmes/programme_menu_bg.png) repeat-y;
}

.programme_section_title	{
	width:225px;
	height:40px;
	float:left;
	margin:0px 0px 0px 3px;
}

.programme_section_content_wrap	{
	width:231px;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
	line-height:1.4;
}

.programme_section_content	{
	width:205px;
	height:auto;
	float:left;
	margin:0px 0px 0px 3px;
	background-image:url(../assets/programmes/swish_bg.jpg);
	background-repeat:no-repeat;
	background-position:0px 20px;
	padding:10px 20px 10px 10px;
}

.programme_section_content a	{
	font-size:100%;
	text-decoration:none;
	color:#144365;
	font-weight:bold;
	line-height:1.8;
}

.programme_section_content a:hover	{
	text-decoration:underline;
}

.programme_section_content p	{
	font-size:75%;
	color:#144365;
}

.programme_section_content h2	{
	font-size:75%;
	color:#144365;
}

/* ---------------------------------------------------------- OPEN PROGRAMMES */

#open_programmes_banner	{
	width:980px;
	height:520px;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/open_programmes/banner_bg.jpg) no-repeat;
	position:relative;
}

a.banner_atl {
	display:block;
	height:30px;
	width:80px;
	position:absolute;
	top:240px;
	left:160px;
}

a.banner_slp {
	display:block;
	height:18px;
	width:150px;
	position:absolute;
	top:400px;
	left:350px;
}

a.banner_lte {
	display:block;
	height:30px;
	width:90px;
	position:absolute;
	top:373px;
	left:235px;
}

a.banner_cip {
	display:block;
	height:30px;
	width:90px;
	position:absolute;
	top:293px;
	left:515px;
}
/* ---------------------------------------------------------- INDIVIDUAL PROGRAM */

#content_left_programme	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 0px 30px;
	position:relative;
	/*border:1px solid #F00;*/
	/*background-image:url(../assets/leadership/leadership-through-experience-leadership-image.jpg);
	background-position:top;
	background-repeat:no-repeat;*/
}


#content_left_programme h1	{
	font-size:130%;
	color:#144365;
	font-weight:bold;
}

#programme_banner	{
	width:980px;
	height:520px;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/blank.jpg) no-repeat;
	position:relative;
}

.programme_page_txt	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 25px 0px;
	line-height:1.5;
}

.programme_page_txt ul	{
	list-style:disc;
	padding-left:15px;
	color:#144365;
}

.programme_page_txt ul li	{
	font-size:90%;
}

.programme_page_txt p	{
	color:#144365;
}

.programme_page_txt a	{
	color:#144365;
}

.venue_images	{
	width:232px;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/programme/venue_images_bg.png) repeat-y;
	text-align:center;
}

.venue_images_top	{
	width:232px;
	height:3px;
	float:left;
	margin:7px 0px 0px 0px;
	background:url(../assets/programme/venue_images_top.png) no-repeat;
}

.venue_images_bottom	{
	width:232px;
	height:3px;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/programme/venue_images_bottom.png) no-repeat;
}

.venue_images_title	{
	width:225px;
	height:40px;
	float:left;
	margin:0px 0px 8px 3px;
}

.venue_section	{
	width:225px;
	height:auto;
	float:left;
	margin:0px 0px 3px 3px;
	text-align:center;
}

.venue_section p	{
	font-size:60%;
	color:#144365;
}

.venue_section a	{
	text-decoration:none;
	color:#144365;
}

.venue_section a:hover	{
	text-decoration:underline;
}

.venue_section img	{
	padding-bottom:3px;
}

#lte_title {
	width:473px;
	height:96px;
	position:absolute;
	top:-110px;
	left:0px;
	background:url(../assets/lte_programme/lte_title.jpg);
}
/* ---------------------------------------------------------- RESERVE A PROGRAMME */

#content_left_reserve	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 0px 30px;
	position:relative;
	/*border:1px solid #F00;*/
}


#content_left_reserve h1	{
	font-size:120%;
	color:#144365;
	font-weight:bold;
}

#reserve_banner	{
	width:980px;
	height:520px;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/reserve/banner_bg.jpg) no-repeat;
	position:relative;
}

.reserve_page_txt	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 25px 0px;
	line-height:1.5;
	
}

.reserve_page_txt p	{
	color:#144365;
}

.reserve_programm_details_box	{
	width:300px;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
	line-height:1.5;
	font-weight:bold;
	color:#974c97;
}

.choose_another	{
	width:200;
	height:auto;
	float:right;
	margin:0px 0px 0px 0px;
	line-height:1.5;
	font-weight:bold;
	color:#974c97;
}

#reserve_box	{
	width:232px;
	height:284px;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/contentRight/reserve-programme-bg.png) no-repeat;
}

#reserve_box_course	{
	width:232px;
	height:284px;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/contentRight/reserve-programme-bg.png) no-repeat;
}


/* ---------------------------------------------------------- ARTICLES */

.articles_wrap	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 20px 0px;
	padding-bottom:20px;
	border-bottom:2px solid #144365;
}

.articles_image	{
	width:223px;
	height:auto;
	float:left;
	margin:0px 0px 0px 0xp;
	-webkit-box-shadow: 0px 0px 3px #333; /* Safari and Chrome */
	box-shadow: 0px 0px 3px #333; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}

.articles_text_wrap	{
	width:400px;
	height:auto;
	float:left;
	margin:0px 0px 0px 30px;
}

.articles_date	{
	width:400px;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
}

.articles_date p	{
	color:#974c97;
	font-weight:bold;
}

.articles_title	{
	width:400px;
	height:auto;
	float:left;
	margin:15px 0px 0px 0px;
}

.articles_title h2	{
	color:#144365;
	font-weight:bold;
	font-size:130%;
}

.articles_text	{
	width:400px;
	height:auto;
	float:left;
	margin:15px 0px 0px 0px;
	line-height:1.5;
	color:#144365;
}

.articles_text a	{
	color: #144365;
	text-decoration:underline;
}

/* --------------------------------------------------------- BLOG */

.blog_wrap		{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 30px 0px;
	padding-bottom:20px;
	border-bottom:2px solid #144365;
	
}

.blog_date	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 10px 0px;
}

.blog_date p	{
	color:#974c97;
	font-weight:bold;
	font-size:75%;
}

.blog_title	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 20px 0px;
}

.blog_title h2	{
	color:#144365;
	font-weight:bold;
	font-size:160%;
}

.blog_text	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
	line-height:1.4;
	color:#144365;
}

#more_blog	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 20px 0px;
}

#more_blog a	{
	color:#144365;
	font-weight:bold;
	font-size:100%;
}

/* --------------------------------------------------------- ARTICLE */

.article_date	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 10px 0px;
}

.article_title	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 20px 0px;
}

.article_text	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 20px 0px;
	line-height:1.5;
	color:#144365;
}

.article_date p	{
	color:#974c97;
	font-weight:bold;
}

.article_title h2	{
	color:#144365;
	font-weight:bold;
	font-size:160%;
}

#article_content_right	{
	width:223px;
	height:auto;
	float:right;
	margin:0px 30px 0px 0px;
}

.article_image	{
	width:223px;
	height:auto;
	float:left;
	margin:0px 0px 20px 0px;
	-webkit-box-shadow: 0px 0px 3px #333; /* Safari and Chrome */
	box-shadow: 0px 0px 3px #333; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}

/* ------------------------------------------------------ CONTACT US */

#form_wrap	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 20px 0px;
	border-bottom:2px solid #154365;
}

/* ------------------------------------------------------ VENUES */

#content_left_venues	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 0px 30px;
	position:relative;
	/*background-image:url(../assets/about/about-leadership-through-experience-image.jpg);
	background-position:top;
	background-repeat:no-repeat;*/
}

.venue_page_wrap	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 30px 0px;
	padding-bottom:20px;
	border-bottom:2px solid #154369;
}

.venue_page_image	{
	width:282px;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
	text-align:center;
}

.venue_page_image p	{
	color:#154365;
	font-size:80%;
	line-height:1.5;
}

.venues_page_txt	{
	width:350px;
	height:auto;
	float:left;
	margin:0px 0px 15px 25px;
	line-height:1.5;
}

#content_left_venues h1	{
	font-size:120%;
	color:#144365;
	font-weight:bold;
}

#venues_banner	{
	width:980px;
	height:520px;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/about/banner_bg.jpg) no-repeat;
	position:relative;
}

.venues_page_txt p	{
	color:#144365;
}

.venues_page_txt h4	{
	color:#144365;
	font-size:100%;
	font-weight:bold;
}

/* ------------------------------------------------------ TERMS AND CONDITIONS */

#content_left_terms	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 0px 30px;
	position:relative;
	/*border:1px solid #F00;*/
	/*background-image:url(../assets/about/about-leadership-through-experience-image.jpg);
	background-position:top;
	background-repeat:no-repeat;*/
}


#content_left_terms h1	{
	font-size:120%;
	color:#144365;
	font-weight:bold;
}

#terms_banner	{
	width:980px;
	height:520px;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/about/banner_bg.jpg) no-repeat;
	position:relative;
}

.terms_page_txt	{
	width:920px;
	height:auto;
	float:left;
	margin:0px 0px 15px 0px;
	line-height:1.5;
}

.terms_page_txt p	{
	color:#144365;
}

/* --------------------------------------------------------------- COACHING */

#coaching_banner	{
	width:980px;
	height:520px;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/coaching/banner_bg.jpg) no-repeat;
	position:relative;
}

#coaching_title	{

	width:473px;
	height:96px;
	position:absolute;
	top:-110px;
	left:0px;
	background:url(../assets/coaching/coaching_title.jpg) no-repeat;

}

/* ---------------------------------------------------------- STRATEGIC PARTNERS */

#content_left_strategic	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 0px 30px;
	position:relative;
	/*border:1px solid #F00;*/
	/*background-image:url(../assets/about/about-leadership-through-experience-top-image.jpg);
	background-position:top;
	background-repeat:no-repeat;*/
}


#content_left_strategic h1	{
	font-size:120%;
	color:#144365;
	font-weight:bold;
}

#strategic_banner	{
	width:980px;
	height:520px;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/about/banner_bg.jpg) no-repeat;
	position:relative;
}

.strategic_page_txt	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 25px 0px;
	line-height:1.5;
	
}

.strategic_page_txt p	{
	color:#144365;
}

.strategic_wrap	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 30px 0px;
	padding-bottom:20px;
	border-bottom:2px solid #154369;
}

.strategic_image	{
	width:150px;
	height:auto;
	float:left;
	margin:0px 0px 0px 0px;
	text-align:center;

}

.strategic_txt	{
	width:490px;
	height:auto;
	float:left;
	margin:0px 0px 15px 25px;
	line-height:1.5;
}

.strategic_txt p	{
	color:#144365;
}

.strategic_txt a	{
	color:#144365;
}

/* -------------------------------------------------------------- PROGRAMME DIRECTOR */

#content_left_george	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 0px 30px;
	position:relative;
	/*border:1px solid #F00;*/
	/*background-image:url(../assets/george/george-telfer-top-image.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;*/
}


#content_left_george h1	{
	font-size:120%;
	color:#144365;
	font-weight:bold;
}

#george_banner	{
	width:980px;
	height:520px;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/about/banner_bg.jpg) no-repeat;
	position:relative;
}

.george_page_txt	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 25px 0px;
	line-height:1.5;
	
}

.george_page_txt p	{
	color:#144365;
}

/* ------------------------------------------------------------------- BOARD DEVELOPMENT */

#content_left_board	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 0px 30px;
	position:relative;
	/*border:1px solid #F00;*/
	/*background-image:url(../assets/george/george-telfer-top-image.jpg);
	background-position:0px -20px;
	background-repeat:no-repeat;*/
}


#content_left_board h1	{
	font-size:120%;
	color:#144365;
	font-weight:bold;
}

#board_banner	{
	width:980px;
	height:520px;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/board_development/banner_bg.jpg) no-repeat;
	position:relative;
}

.board_page_txt	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 25px 0px;
	line-height:1.5;
	
}

.board_page_txt p	{
	color:#144365;
}

.board_page_txt a	{
	color:#144365;
}

/* ------------------------------------------------------------------------- CAREERS */

#content_left_careers	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 0px 30px;
	position:relative;
	/*border:1px solid #F00;*/
	/*background-image:url(../assets/about/about-leadership-through-experience-top-image.jpg);
	background-position:top;
	background-repeat:no-repeat;*/
}


#content_left_careers h1	{
	font-size:120%;
	color:#144365;
	font-weight:bold;
}

#careers_banner	{
	width:980px;
	height:520px;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/about/banner_bg.jpg) no-repeat;
	position:relative;
}

.careers_page_txt	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 20px 0px;
	line-height:1.5;
}

.careers_page_txt p	{
	color:#154365;
}

.careers_page_txt a	{
	color:#154365;
}

.careers_page_txt ul	{
	list-style:disc;
	color:#154365;
	padding:15px 0px 0px 20px;
}

.careers_page_txt ul li	{
	font-size:90%;
	padding:10px 0px 0px 0px;
}

/* --------------------------------------------------------------------------- OUR VALUES */

#content_left_values	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 0px 30px;
	position:relative;
	/*border:1px solid #F00;*/
	/*background-image:url(../assets/core_values/core-values-top-image.jpg);
	background-position:top;
	background-repeat:no-repeat;*/
}


#content_left_values h1	{
	font-size:120%;
	color:#144365;
	font-weight:bold;
}

#values_banner	{
	width:980px;
	height:520px;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/about/banner_bg.jpg) no-repeat;
	position:relative;
}

.values_page_txt	{
	width:670px;
	height:auto;
	float:left;
	margin:0px 0px 20px 0px;
	line-height:1.5;
}

.values_page_txt p	{
	color:#154365;
}

.values_page_txt a	{
	color:#154365;
}

/* ---------------------------------------------------------------------------- LTE Programme */

#lte_banner {
	width:980px;
	height:520px;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/lte_programme/banner_bg.jpg) no-repeat;
	position:relative;
}

/* ---------------------------------------------------------------------------- AtL Programme */

#atl_banner {
	width:980px;
	height:520px;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/atl_programme/banner_bg.jpg) no-repeat;
	position:relative;
}

/* ---------------------------------------------------------------------------- SLP Programme */

#slp_banner {
	width:980px;
	height:520px;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/senior_leadership/banner_bg.jpg) no-repeat;
	position:relative;
}

/* ---------------------------------------------------------------------------- CIP Programme */

#cip_banner {
	width:980px;
	height:520px;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/cip_programme/banner_bg.jpg) no-repeat;
	position:relative;
}

/* ------------------------------------------------------------------------------ CUSTOMISED PROGRAMMES */

#customised_banner	{
	width:980px;
	height:520px;
	float:left;
	margin:0px 0px 0px 0px;
	background:url(../assets/customised_programmes/banner_bg.jpg) no-repeat;
	position:relative;
}

/******************************************************** COOKIE BANNER */

#cookie_info {
	width: 96%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	background-color: #A74D97;
	color: #000;
	padding: 12px 2%;
	line-height: 1.2;
	display: none;
}

#cookie_text {
	width: 78%;
	height: auto;
	float: left;
	margin: 9px 0px 0px 0px;
}


#cookie_text p {
	color: #fff;
}

#cookie_info a {
	color: #fff;
}

button#cookie_ok {
	width: 20%;
	height: auto;
	float: right;
	color: #fff;
	background-color: #333;
	border: none;
	padding: 10px 0px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	font-size: 0.9em;
	text-align: center;

}

button#cookie_ok:hover {
	background-color: #000;
}

#content_left p.policy_title {
	font-size: 1.8em;
	color: #154365;
	font-weight: 700;
	margin-bottom: 14px;
	margin-top: 45px;
}

#content_left p.policy_title:first-of-type {
	margin-top: 0px;
}

p.policy_txt {
	font-size: 1.05em;
	line-height: 1.3;
	margin-bottom: 20px;
	color: #666;
}

ul.policy {
	margin: 20px 0px 20px 3%;
	list-style: disc;
	font-size: 1.05em;
	line-height: 1.3;
	color: #666;
}

ul.policy li {
	margin-bottom: 10px;
	overflow: hidden;
}

ul.policy li a {
	margin-left: 0px;
	color: #154365;
}

table.cookies {
	width: 100%;
	margin: 30px 0px 30px 0px;
	text-align: left;
	border: 1px solid #ccc;
	float: left;
	color: #666;
}

table.cookies thead {
	border-bottom: 1px solid  #ccc;
}


table.cookies th {
	padding: 10px;
}

table.cookies td {
	padding: 10px;
}

table.cookies td p {
	margin-bottom: 20px;
	line-height: 1.3;
}


table.cookies tr {
	margin: 20px 0px;
}

td#col1 {
	width: 22%;
	padding: 20px 1%;
}

td#col2 {
	width: 22%;
	padding: 20px 1%;
}

td#col3 {
	width: 56%;
	padding: 20px 1%;
}