/*
Global Style Sheet

Version:   1.0
Author:    Gary Stanton - Simian Enterprises
Email:     gary@simianenterprises.co.uk
Website:   http://www.simianenterprises.co.uk
*/


/* Import other style sheets */
@import url(/css/admin/formStyles.css);
@import url(/css/admin/tableStyles.css);
@import url(textStyles.css);
@import url(styleAdjusters.css);

/* Reset styles */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

strong {
	font-weight: bold !important;
}

:focus {
	outline: 0;
}
body {
	color: black;
	font-size: 0.6251em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Quotes */

blockquote {
	display: block;
	font-size: 2em;
	line-height: 1.2em;	
	font-family: Georgia, "Times New Roman", Times, serif;	
	width: 350px;
	color: #627c82;
	position: relative;
	margin: auto;
	text-align: center;
	background-image: url(/img/structure/pageLayout/quote66.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 30px;	
	float: left;
}

blockquote p {
     display: block;
     background-image: url(/img/structure/pageLayout/quote99.gif);
     background-repeat: no-repeat;
     background-position: bottom right;
	 margin: 0px !important;
	 padding: 0px !important;
}

#testimonials blockquote {
	display: block;
	font-size: 1.2em;
	width: auto;
	color: #627c82;
	text-align: left;
	background-image: none;
	text-indent: 0px;	
	float: left;
	font-weight: bold;
	padding-bottom: 2em;
}

#testimonials blockquote p {
     background-image: none;
}

/* Addresses */
div.vcard {
	width: 85%;
	display: block;
	float: left;
	margin-right: 3em;
	margin-bottom: 3em;
}

div.vcard p {
	float: none !important;
}

div.vcard p.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 7em;
	padding: 0px;
	border-bottom: 1px solid;
}

/* Photograph styles */
#pressCentre ul.photographs {
	float: left;
	width: 100%;
	margin-bottom: 1.5em;
	margin-top: 1em;
}

#pressCentre ul.photographs li {
	margin-right: 1em;
	border: 1px solid black;
	float: left;
}


/* Link styles */
a {
	color: #185a89;
	text-decoration: none;
}

a:hover {
	color: #78B0D0;
	text-decoration: underline;
}


/* Website styles */
html {
	height: 100%;
}

body {
	background-color: #ffffff;
	height: 100%;
	color: #939393;
}

#logo {
	position: relative;
	left: 50%;
	margin-left: -470px;
	margin-top: 30px;
	float: left;
}

#logoPrint {
	display: none;
}

#header {
	background-color: #eaeeed;
	width: 100%;
	height: 144px;
	text-align: left;
	margin: auto;
}


h1 {
	text-align: center;
	color: #627c82;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 1.1em;
	margin-top: 15px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2em;
	color: #627c82;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 10em;
	width: 90%;
	padding: 0px;
	border-bottom: 1px solid;
	font-size: 1.4em;
}

.darkBG h2 {
	color: #ffffff !important;
}


/* Search Bar */
#frmSearch {
	position: relative;
	left: 50%;
	margin-left: -190px;
	margin-top: 96px;
	float: left;
	width: 190px;
}

#frmSearch fieldset {
	background: none;
	border: 0px;
	margin: 0px;
}

#frmSearch fieldset legend {
	display: none;
}

#frmSearch fieldset ol {
	padding: 0px;
}

#frmSearch fieldset li {
	padding: 0px;
}

#frmSearch fieldset label {
	background: url(/img/structure/icons/iconSearch.gif) no-repeat 0em 0.5em;
	text-indent: -9000px;
	width: 1em;
	float: left;
	height: 1.55em;	
	font-size: 1.1em;
	margin-right: 0px;
}

#frmSearch fieldset input {
	float: left;
	border: 1px solid #9d9d9d;
	font-size: 1.1em;
	height: 1.55em;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 3em 0 0.4em;
	padding: 0.2em 0 0 0.5em;
	width: 12em;
}

#frmSearch fieldset button {
	position: absolute;
	top: 0px;
	right: -6px;
	border: 1px solid #9d9d9d;
	font-size: 1.1em;
	height: 1.9em;
	width: 2.4em;
	padding-top: 2px;
	padding-left: 3px;	
	display: block;
	cursor: pointer;
	margin-left: 20px;
}

#frmSearch fieldset button:hover {
	border: 1px solid #78B0D0;
}

#frmSearch fieldset ol li a {
	display: block;
	float: right;
	border-bottom: 1px solid black;
	text-align: right;
	font-size: 1.1em;
	margin: 0.5em 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-decoration: none;
	color: #000000;
}

#frmSearch fieldset ol li a:hover {
	color: #78B0D0;	
	border-bottom: 2px solid #78B0D0;
}


/* Navigation styles */
#navigation {
	background-image: url(/img/structure/pageLayout/navbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 45px;
	width: 100%;
	color: #FFFFFF;
	font-size: 1.2em;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navigation ul {
	position: relative;
	left: 50%;
	margin-left: -480px;
	float: left;
	height: 45px;
}

#navigation ul li {
	float: left;
}

#navigation ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 15px 18px;
	display: block;
	height: 15px;
}

#navigation ul li a:hover {
	background-image: url(/img/structure/pageLayout/navbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#navigation ul li a.active {
	background-image: url(/img/structure/pageLayout/navbgActive.gif);
	background-position: bottom;
	height: 25px;
}

/* Postit note - homepage */
#frontPage #postit {
	width: 276px;
	height: 252px;
	background-image: url(/img/structure/pageLayout/postit.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 50%;
	margin-right: -485px;
	float: right;
	top: 0px;
}

/* Postit note - sub page */
#postit {
	width: 278px;
	height: 276px;
	background-image: url(/img/structure/pageLayout/postitfk.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 50%;
	margin-right: -470px;
	top: 0px;
}

/* Banner styles */
#frontPage .banner {
	text-align: left;
	background-image: url(/img/structure/pageLayout/banner.jpg);
	background-repeat: no-repeat;
	padding-top: 255px;
}

#frontPage h1 {
	text-align: left;
}

#frontPage .banner > p {
	
}

#frontPage blockquote {
	margin: 0.75em 75px;
	padding-bottom: 1.5em;
}

/* bulletpoints */
.bulletPoints h2 {
	padding-left: 110px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 1.5em;
	height: 100px;
	float: left;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.bulletPoints p {
	margin-left: 110px;
	margin-bottom: 1.5em;
	margin-top: -90px;
	width: 330px;
}

.layout1.bulletPoints div {
	margin-left: 110px;
	margin-bottom: 1.5em;
	margin-top: -80px;
	float: left;
}

.layout1.bulletPoints p {
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	float: left;
	line-height: 2em;
	width: 800px;
}

h2.iconWorld {
	background-image: url(/img/structure/pageLayout/iconWorld.jpg);
}

h2.iconSafe {
	background-image: url(/img/structure/pageLayout/iconSafe.jpg);
}

h2.iconSpeaker {
	background-image: url(/img/structure/pageLayout/iconSpeaker.jpg);
}

h2.iconExclaimation {
	background-image: url(/img/structure/pageLayout/iconExclaimation.jpg);
}

h2.iconUnderstanding {
	background-image: url(/img/structure/pageLayout/iconUnderstanding.jpg);
}

h2.iconUnique {
	background-image: url(/img/structure/pageLayout/iconUnique.jpg);
}

h2.iconRelevant {
	background-image: url(/img/structure/pageLayout/iconRelevant.jpg);
}

h2.iconTheatre {
	background-image: url(/img/structure/pageLayout/iconTheatre.jpg);
}

h2.iconExperiential {
	background-image: url(/img/structure/pageLayout/iconExperiential.jpg);
}

#breadCrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #554d49;
	width: 740px;
	position: absolute;
	top: 13.3em;
	margin: 18px -475px 6px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #9d9d9d;
	right: 50%;
}
	
	

/* Search Page Styles */
.searchBasic div {
	margin-top: 1em;		
}

.searchBasic div p {
	margin-bottom: 0.4em;		
}

.searchBasic dt {
	font-size: 1.4em;
	margin-top: 1em;
}

.searchBasic dt img {
	vertical-align: top;
	padding-right: 0.6em;
}

.searchBasic dd {
	margin-top: -32px;
	margin-bottom: 	2.5em;
	margin-left: 63px;
	font-size: 1.1em;
	line-height: 1.4em;
}
	

/* Training Course styles */
#course h1 {
	text-align: left;
	padding: 0px;
	float: none;
	clear: both;
	top: 285px;
	position: absolute;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#course h2 {
	margin-top: 45px;
	margin-bottom: 2em;
}

#course .courseContent p {
	margin-top: 2em;
}

#course .courseContent ul li {
	list-style-type: circle;
	margin-left: 15px;
}

#printOptions {
	position: absolute;
	top: 295px;
	left: 50%;
	margin-left: 261px;
	float: left;
	text-align: right;
	line-height: 2.2em;
}

#printOptions #printLink {
	background-image: url(/img/elements/icons/printer.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 24px;
	padding-top: 5px;
	padding-bottom: 5px;	
}

#printOptions #PDFLink {
	background-image: url(/img/elements/icons/pdf.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Mailing list styles */
#frmSubscribeToList fieldset {
	border: none;
	background: none;
}	
	
	#frmSubscribeToList fieldset legend {
		display: none;
	}
	
	#frmSubscribeToList fieldset label {
		width: 5em;
	}
	
	#frmSubscribeToList fieldset li {
		float: left;
		clear: none;
		width: 13.5em;
	}
	
	#frmSubscribeToList fieldset input {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.1em;
		font-weight: bold;
	}
	
	#frmSubscribeToList fieldset button {
		margin-top: 1.45em;
		height: 1.8em;
		padding-top: 0px;
	}
	
	#subscribeResponse {
		clear: both;
		margin-bottom: 20px;
		width: 100%;
		float: left;
	}

	#subscribeResponse strong {
		color: #CC0000;
	}	
	
	#subscribeResponse strong.green {
		color: #00CC00;
	}	
	
	.facebox {
		font-size: 1.2em;
		line-height: 1.6em;
	}

	.facebox #frmSubscribeToList fieldset li {
		width: 11.5em;	
	}

	.facebox #frmSubscribeToList fieldset input {
		width: 10.5em;	
	}	
	
	.facebox #subscribeResponse {
		width: 75%;
		margin-right: 2em;
	}	
	
/* Footer styles */
#footer {
	background-image: url(/img/structure/pageLayout/footerbg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #FFFFFF;
	margin: auto;
	clear: both;
	font-size: 1em;
	line-height: 1.5em;
	width: 100%;
	height: 125px;
}

#footer a {
	color: #CCCCEE;
}

#footer p.vcard {
	float: left;	
}

#footer p#siteDesign {
	float: right;
	vertical-align: middle;
}

#footer ul {
	width: 950px;
	float: left;
}

#footer ul li {
	width: 191px;
	height: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: 500;
	float: left;
	padding-left: 75px;
	padding-top: 35px;
	margin-left: 50px;
	text-align: left;
}

#footer ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.4em;
	position: relative;
	top: -6px;
	color: #CCCCEE;
	padding-top: 35px;
	padding-right: 70px;
}

#footer ul li#footerRSS {
	background-image: url(/img/structure/pageLayout/footerIcon_rss.gif);
	background-repeat: no-repeat;
}

#footer ul li#footerNewsletter {
	background-image: url(/img/structure/pageLayout/footerIcon_newsletter.gif);
	background-repeat: no-repeat;
}

#footer ul li#footerBlog {
	background-image: url(/img/structure/pageLayout/footerIcon_blog.gif);
	background-repeat: no-repeat;
	margin-left: 80px;
	width: 161px;	
}

div.contactForm {
	width: 50%;
	margin: auto;
}

#frmContact {
	clear: both;
}

.layout2-2 #frmContact {
	font-size: 12px;
	width: 80%;
	float: right;
}

/* Blog Styles */
dl.blog dt {
	margin-top: 1.5em;
}

dl.blog dd {
	font-size: 0.8em;
}

.blogPostBody {
	padding-top: 3em;
}

.blogPostBody h2 {
	margin-top: 1.5em;
	font-size: 1.5em;
}

.blogPostBody h3 {
	margin-top: 1.5em;
	width: 100%;
	border: none;
	margin-bottom: 1em;
}

.blogPostBody p {
	margin-bottom: 1.2em;
}

/* Column definitions */

.layout {
	width: 100%;
	clear: both;
	text-align: justify;
	padding: 0px;
	margin: 0px;
	float: left;
}

.text li {
	list-style: circle;
	margin-left: 2em;
}

.layout1 {
	width: 950px;
	margin: 0px auto;
	clear: both;
	font-size: 1.2em;
	line-height: 1.8em;	
	display: block;
}

.layout2-1 {
	width: 470px;
	float: left;
	clear: both;
	position: relative;
	left: 50%;
	margin-left: -475px;
	font-size: 1.2em;
	line-height: 1.5em;		
}


.layout2-2 {
	width: 470px;
	float: left;
	position: relative;
	left: 50%;
	font-size: 1.2em;
	line-height: 1.5em;	
}

.layout2-2.redCarpet {
	background-image: url(/img/structure/pageLayout/actorsImage.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 100px;
}

.layout2-2.proposition {
	background-image: url(/img/structure/pageLayout/proposition.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 350px;
}

.layout2-2.topMargin {
	margin-top: 5.5em;
}

.layout2-1 img {
	float: left;
}

.layout1.padded {
	margin-bottom: 1.5em;
}

.layout1.thin {
	width: 830px !important;
}

.layout2-1.padded, .layout2-2.padded {
	width: 440px !important;
}

.layout2-1.thin {
	width: 350px !important;
	padding-left: 60px;
}

.layout2-2.thin {
	width: 350px !important;
	padding-right: 60px;
}

.layout2-1 p, .layout2-2 p {
	float: left;
	padding-top: 1em;
	padding-bottom: 1em;
}


.layout2-2 img {
	float: left;
}

.layout3-1 {
	width: 317px;
	float: left;
	clear: both;
	position: relative;
	left: 50%;
	margin-left: -475px;
}

.layout3-2 {
	width: 316px;
	float: left;
}

.layout3-3 {
	width: 317px;
	float: left;
}


.border-top {
	border-top: 1px solid #9d9d9d;
}

.border-left {
	border-left: 1px solid #9d9d9d;
	margin-right: -1px;
}

.border-bottom {
	border-bottom: 1px solid #9d9d9d;
}

.border-right {
	border-right: 1px solid #9d9d9d;
	margin-left: -1px;	
}

.borderLgt-top {
	border-top: 1px solid #FFFFFF;
}

.borderLgt-left {
	border-left: 1px solid #FFFFFF;
	margin-right: -1px;
}

.borderLgt-bottom {
	border-bottom: 1px solid #FFFFFF;
}

.borderLgt-right {
	border-right: 1px solid #FFFFFF;
	margin-left: -1px;	
}
