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

	Appoint Global Style Sheet

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


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

Colours Used:

Dark Red: #ab0000

Dark Grey: #6a6a6a

Black: #000

White: #fff

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



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

General Styles

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

* {margin: 0; padding: 0}

html {border-top: 11px solid #000;}

body {margin: 0 auto; font-family: Arial, Helvetica, sans-serif; width: 750px; font-size: 12px;}

ul {list-style: none;}

a {text-decoration: none; color: #000;}

a:hover {text-decoration: underline;}

.red {
	color: #ab0000;
	}
	
cite {
	color: #ab0000;
	}


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

Branding

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

#branding {float: left; width: 250px;}

#branding h1 {background: url(slices/appoint_branding.gif) top left no-repeat; text-indent: -5000px; height: 110px;}


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

Primary Navigation

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

#primary_navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 500px; 
	float: left; 
	margin: 66px 0 0 0; 
	font-weight: normal; 
	border-top: 4px solid #000;
	}

#primary_navigation li {
	background: url(slices/main_nav_off_slice.gif) repeat-x top left;
	text-align: center;
	float: left;
	margin: 2px 0 0 2px; display: block;
	}

#primary_navigation a {
	color: #fff; 
	display: block; 
	width: 81px; 
	height: 32px; 
	padding: 5px 0 0 0;
	}

#primary_navigation a:hover, #primary_navigation a.active {
	background: url(slices/main_nav_active_slice.gif) top left repeat-x; 
	text-decoration: none; 
	padding: 9px 0 0 0; 
	height: 28px;
	}





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

Main Content

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

#main_content {clear: left;}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	clear: left;
	color: #ab0000;
	}

.small_column {width: 250px; float: left;}

#large_column {width: 500px; float: left;}

#large_column_programs {width: 500px; float: left; padding-bottom: 20px;}

form#submit_email_form {width: 249px; float: left;}

form#contact_form {width: 499px; float: left;}

#large_column_programs ul {
	padding: 5px 10px 10px 25px;
	line-height: 1.5em;
	list-style-type: disc;
	}
	
#large_column_programs ol {
	padding: 10px 10px 10px 105px;
	line-height: 1.5em;
	}	

#large_column_programs ol li {
	padding: 0 0 10px 20px;
	}

#large_column_programs h3 {
	font-size: 12px;
	padding: 5px 10px 10px 12px;
	}

.small_column img {
	padding-left: 10px;
	}
	
p {
	padding: 5px 10px 10px 12px;
	line-height: 1.5em;
	}
	
p a {
	color: #ab0000;
	}
	
p a span {
	color: #000;
	}
	
h3.headline {
	padding: 5px 10px 10px 12px;
	}
	
.pageturn {
	background: url(slices/latest_jobs_pageturn.gif) top left no-repeat;
	display: block;
	height: 29px;
	padding: 10px 0 0 130px;
	margin: 0;
	border-right: none;
	color: #ab0000;
	}
	
.pageturn span {
	color: #000;
	}
	
#about_us_list {
	list-style-type: disc;
	padding: 5px 10px 10px 12px;
	line-height: 1.5em;
	margin: 0 0 0 12px;
	color: #ab0000;
	}
	
#about_us_list span {
	color: #000;
	}
	
#current_programs_list {
	padding: 5px 10px 10px 12px;
	line-height: 1.5em;
	}

#current_programs_list span {
	color: #ab0000;
	}
	
.more_info_content {
	border-right: 1px solid #000;
	}
	
.clear {
	clear: both;
	}
	
.float_left {
	float: left;	
	}

.float_right {
	float: right;
	}


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

Submit Email Form

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

#submit_email_form {
	padding-bottom: 10px;
	}

.form_label {
	background-color: #000; 
	color: #fff; 
	float: left; 
	padding: 3px 0 3px 10px; 
	clear: left; 
	width: 60px; 
	margin: 0 0 8px 10px;
	}
	
.form_input {
	width: 150px;
	float: left;
	margin: 0 0 8px 8px;
	}

.form_submit {
	clear: left; 
	float: left;
	margin: 0 0 0 100px;
	}


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

Select A Program Form

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

#select_a_program {
	margin: 5px 10px 10px 12px;
	}
	
select {
	float: left;
	margin: 10px 0 0 0;
	}
	
.form_submit_select {
	clear: none;
	float: left;
	margin: 10px 0 0 10px;
	}


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

Contact Form

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

#contact_form {
	margin: 10px 0 20px 0;
	}

#contact_form .form_label {
	background-color: #000; 
	color: #fff; 
	float: left; 
	padding: 3px 0 3px 12px; 
	clear: left; 
	width: 130px; 
	margin: 0 0 8px 0;
	}
	
#contact_form .form_input {
	float: left;
	margin: 0 0 8px 8px;
	}

#contact_form .form_select {
	float: left; 
	margin: 0 0 8px 8px;
	}

#contact_form .form_submit {
	clear: left; 
	margin: 0 0 0 146px;
	width: 130px;
	}
	
#contact_form .form_submit_large {
	float: left;
	clear: left; 
	margin: 0 0 0 146px;
	width: 130px;
	}
	
#contact_form .form_textarea {
	float: left;
	margin: 0 0 8px 8px;
	}



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

TABLES

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

table {
	clear: left;
	width: 490px;
	}
	
table a.read_more {
	color: #ab0000;
	font-weight: normal;
	}
	
table a.read_more span {
	color: #000;
	font-size: 10px;
	}
	
th {
	text-align: left;
	background: #F4DEDF;
	padding: 20px 0 7px 10px;
	}
	
th.ref {
	background: #ddd;
	}
	
td, th {
	border: 1px solid #000;
	}
	
td {
	padding: 6px 0 7px 10px;
	font-weight: bold;
	vertical-align: top;
	line-height: 1.5em;
	}
	
td.jobtitle {
	width: 171px;
	}
	
td.salary {
	width: 103px;
	}

td.ref a {
	text-decoration: underline;
	font-weight: normal;
	}
	
td.ref a:hover {
	text-decoration: none;
	}
	
#table_navigation {
	margin: 10px 0 0 10px;
	width: 490px;
	}
	
#table_navigation p, #table_navigation a {
	padding: 0;
	line-height: 1em;}
	
#previous_page, #visible_results, #next_page {
	float: left;
	width: 155px;
	}
	
#previous_page, #next_page, #search_again a {
	color: #ab0000;
	}
	
#previous_page span, #next_page span {
	color: #000;
	}
	
#next_page {
	text-align: right;
	}
	
#visible_results {
	text-align: center;
	}

#search_again {
	clear: left;
	float: left;
	margin: 8px 0 0 0;
	width: 465px;
	text-align: right;
	}
	
#search_again span {
	color: #000;
	}


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

H2 Main Image

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

h2.main_image {
	height: 124px;
	text-indent: -5000px; 
	width: 500px;
	}

h2#discussion {
	background: url(slices/discussion.jpg) top left no-repeat;
	}
	
h2#innovate {
	background: url(slices/innovate.jpg) top left no-repeat;
	}
	
h2#BuildingHighPerformingTeamWorkshops {
	background: url(slices/BuildingHighPerformingTeamWorkshops.jpg) top left no-repeat;
	}
	
h2#PleaseSelectaProgram {
	background: url(slices/discussion.jpg) top left no-repeat;
	}
	
h2#BetterBacks {
	background: url(slices/BetterBacks.jpg) top left no-repeat;
	}
	
h2#NewWaysofWorking {
	background: url(slices/NewWaysofWorking.jpg) top left no-repeat;
	}
	
h2#WellbeingatWork, h2#TantalizingTaiChi, h2#MOTHealthCheck {
	background: url(slices/WellbeingatWork.jpg) top left no-repeat;
	}
	
h2#EmergingManagersProgramme {
	background: url(slices/EmergingManagersProgramme.jpg) top left no-repeat;
	}
	
h2#ManagingMultiplePriorities {
	background: url(slices/ManagingMultiplePriorities.jpg) top left no-repeat;
	}
	
h2#LeadershipDevelopmentProgramme, h2#InspirationalYoga {
	background: url(slices/LeadershipDevelopmentProgramme.jpg) top left no-repeat;
	}
	
h2#CustomerCare, h2#PerfectPilates {
	background: url(slices/CustomerCare.jpg) top left no-repeat;
	}
	
h2#ProjectManagement {
	background: url(slices/ProjectManagement.jpg) top left no-repeat;
	}
	
h2#InfluencingandNegotiatingforResults {
	background: url(slices/InfluencingandNegotiatingforResults.jpg) top left no-repeat;
	}
	
h2#BreakthroughPersonalPerformance {
	background: url(slices/BreakthroughPersonalPerformance.jpg) top left no-repeat;
	}
	
h2#HealthFitnessandWellbeingforPowerfulProductivity {
	background: url(slices/HealthFitnessandWellbeingforPowerfulProductivity.jpg) top left no-repeat;
	}

h2#PositivePosture {
	background: url(slices/PositivePosture.jpg) top left no-repeat;
	}
	
h2#contact {
	background: url(slices/contact.jpg) top left no-repeat;
	}



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

H2 large Column Header

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

h2.large_column_header {
	padding: 11px 0 5px 12px;
	}
	
h2#header_fullwidth {
	background: url(slices/h2_background_large_empty.gif) top left no-repeat;
	}


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

H2 Small Column Header

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

.standard_column_header {
	padding: 11px 0 5px 12px;
	background: url(slices/h2_standard_column.gif) top left no-repeat;
	}


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

Secondary Navigation

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

#navigation_separator {
	float: left;
	width: 750px;
	border-top: 3px solid #000;
	}

#secondary_navigation {
	float: left;
	padding: 10px 0 0 0;
	font-size: 11px;
	width: 750px;
	}
	
#secondary_navigation li {
	border-left: 1px solid #000;
	float: left;
	width: 112px;
	padding: 0 0 0 12px;
	}
	


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

Copyright

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

#copyright {
	clear: left;
	padding: 20px 0 0 0;
	height: 120px;
	font-size: 10px;
	}
	
#copyright_details {
	float: left;
	padding: 5px 25px 0 0;
	margin: 0;
	border-top: 1px solid #000;
	}

#design_by_details {
	float: right;
	padding: 5px 0px 0 50px;
	margin: 0;
	border-top: 1px solid #000;
	}
	
#design_by_details a {
	color: #ab0000;
	}