/* COLOURS
	#D4E155: Border green
	#8DD8F8: Left Background blue 
	#E3F0F8: Module background blue
	#00B2FF: Light title blue
	#0084CB: Darker title blue
	#F0582A: Title font bold (red)
	#789ABC: Link blue
	#BA4646: Link hover red
	#E86B33: BeTheBoss orange
*/


/* Basic & Generics */
.clear {clear:both;}
.right {float:right;}
.left {float:left;}
.orange {color:#E86B33;}
.light-blue {color:#00B2FF;}
.centered {text-align:center;}
.small{font-size:0.9em;}
.smaller{font-size:0.7em;}

a, a:visited {color:#789ABC;}
a:hover {color:#BA4646;}
a img {border:none;}

p {
	font-size:1em;
	margin-bottom:10px;
	line-height:1.5;
}

h1 {
	position:absolute; 
	left:-1000px;
	top: -1000px;
}

h2, h3, h4 {
	color:#0084CB;
	font-weight:normal;	
}

h2{
	font-size:2.3em;
	margin-bottom:15px;
	font-weight:normal;
	line-height:1.3;
}
h2 strong{
	color:#F0582A;
}

h3 {
	font-size:1.2em;
	margin-bottom:15px;
}

h4 {
	font-size:1.1em;
	margin-bottom:4px;
}

li {
	list-style:none;
	margin-bottom:5px;
}

ol li {
	list-style: decimal;
	margin-left:20px;
}

ul.redDots li{
	list-style-image:url(../_images/redDot.gif);
	margin-left:20px;
	padding-left:3px;
}

ul.orangeDots li{
	list-style-image:url(../_images/orangeDot.gif);
	margin-left:20px;
	padding-left:3px;
}

dt {
	font-weight:bold;
	float:left;
	clear:both;
	width:30px;
}

dd {
	float:left;
	display:block;
	margin-bottom:10px;
	width:450px;
}

div.hr {
	background:url(../_images/divider.gif) no-repeat;
	height:30px;
}
div.hr hr {
	display:none;
}

blockquote p {
	margin-bottom:0;
}

/* FORMS */
fieldset {
	border:none;
	padding:20px 0px 0;
}

.formField label, .formField input, .formField textarea{
	float:left;	
	display:inline;
	padding:5px 4px;
}

.formField label {
	width:150px;
	text-align:right;
	margin-right:20px;
	margin-bottom:20px;
	font-size:1em;

}

.formField input, .formField textarea {
	width:250px;
	border:1px solid #CCC;
	color:#777;
	font-family:"Lucida Sans",verdana,arial,serif,times;
}

.formButton input.submit {
	margin:30px 40px 0;
	float:right;
	background:#fff url(../_images/submit_bg.jpg) bottom right no-repeat;
	border:1px solid #CCC;
	border-right:none;
	border-bottom:none;
	text-transform:uppercase;
	padding:4px 10px;}
}

.formError {
	color:#0084CB;
}
.formField .error {
	text-align:right;
	color:#D35050;
	margin:10px 47px 5px 0;
}


/* CONTACT TEXT */
#headerBottomRight p, #headerBottomRight a{
	color:#FFF;
	font-weight:bold;
	font-size:1.1em;
}


/* NAVIGATION */
#crumbtrail {
	font-size:0.9em;
}

#leftNav ul {
	padding-top:30px;
	list-style:none;
}
#leftNav li {
	margin-left:15px;
	display:block;
	clear:both;
}
#leftNav a{
	margin-top:8px;
	padding:1px 0 1px 25px;
	float:left;
	font-weight:bold;
	text-decoration:none;
	font-size:1.05em;
	color:#0066A7;
	background:url(../_images/bullet.gif) top left no-repeat;
}

#leftNav a:hover, #leftNav li.selected a{
	color:#0066A7;
	background:url(../_images/bulletSelected.gif) top left no-repeat;
	margin-top:8px;
}

#leftNav li ul{
	padding-top:10px !important;
}
#leftNav li ul, #leftNav li ul li{
	margin:0 !important;	
}
#leftNav li ul a {
	margin:0 !important;
	font-weight:normal;
	font-size:1.1em;
	background-image:none !important;
	/*url(../_images/blueEmptyDot.gif) 4px 4px no-repeat !important;*/
}

#leftNav li ul li.selected a{
	/*background:url(../_images/blueDot.gif) 4px 4px no-repeat !important;*/
	color:#BA4646;
	margin:0;
}
#leftNav li ul a:hover{
	/*background:url(../_images/redDot.gif) 4px 4px no-repeat !important;*/
	color:#BA4646;
	margin:0;
}

/* Home page */

#homepageFooter{
	padding:5px 0 0 10px;
	
}

#homepageFooter img {
	margin-right:10px;
	vertical-align:top;
}
#homepageFooter img.top {
	margin-right:20px;
	margin-bottom:5px;
}
#homepageFooter img.news {
	margin-left:55px;
}

#schoolTypes .schoolType {
	float:left;
	margin:10px 20px 10px 0;
	text-align:center;
}

#schoolTypes .schoolType img {
	width:150px;
}

#schoolTypes .schoolType h3 a {
	color: #0084CB;
	text-decoration:none;
	
}
#schoolTypes .schoolType h3{
	margin-bottom:5px;
}

/* ODD MODULES */

.whatsinthebox h3 {
	font-size:1.8em;
	color:#E86B33;
}
.whatsinthebox ul{
	padding-top:5px;
}
.whatsinthebox li {
	font-weight:bold;
	margin-left:20px;
	list-style-image:url(../_images/orangeBullet.gif);
}
.whatsinthebox .BeTheBoss{
	padding:10px 10px 10px 30px;
	background:url(../_images/products/betheboss.gif) 40px right no-repeat;
	min-height:187px;
	height:auto !important;
  	height:187px;
	
}

#testimonials blockquote .quoteAuthor{
	font-style:normal;
	font-weight:bold;
}

#testimonials .module2TopRight, #testimonials .module5TopRight{
	margin-bottom:20px;	
} 

/* COURSE MODULES */

.productModuleBottomLeft h2{
	position:absolute;
	left:-1000px;
	top:-1000px;
}
.introduction{
	
	margin-bottom:15px;
	color:#0084CB;
}
.campaignModule {
	background:url(../_images/logos/box/campaign.gif) no-repeat;	
	margin-bottom:20px;
}
.campaignModule strong{
	color:#0066A7;
}

.communicateModule {
	background:url(../_images/logos/box/communicate.gif) no-repeat;	
	margin-bottom:20px;
}
.communicateModule strong{
	color:#0066A7/*#5C2E91;*/
}

.dragonsModule {
	background:url(../_images/logos/box/dragons.gif) no-repeat;	
	margin-bottom:20px;
}
.dragonsModule strong{
	color:#0066A7;/*#DC661E;*/
}

.earthModule {
	background:url(../_images/logos/box/earth.gif) no-repeat;	
	margin-bottom:20px;
}
.earthModule strong{
	color:#0066A7; /*#8DB74F;*/
}

.moviemakerModule {
	background:url(../_images/logos/box/moviemaker.gif) no-repeat;
	margin-bottom:20px;	
}
.moviemakerModule strong{
	color:#0066A7; /*#00A4E0;*/
}

.newsModule {
	background:url(../_images/logos/box/news.gif) no-repeat;	
	margin-bottom:20px;
}
.newsModule strong{
	color:#0066A7 /*#B82837;*/
}

.curriculum{
	/*background:url(../_images/curriculumLinks.jpg) 35px right no-repeat;
	min-height:200px;
	height:auto !important;
  	height:200px; */
	
	
}
.curriculum li {
	list-style:disc;
	margin-left:20px;
	padding-left:10px;
}


/* page specific */

#aboutUs h2, #primarySchools h2, #universities h2, #secondarySchools h2, #freeProgramme h2 {
	color:#00B2FF;
	font-size:2.6em;
	margin-bottom:10px;	
}
#aboutUs h3, #primarySchools h3, #universities h3, #secondarySchools h3, #freeProgramme h3 {
	font-size:2.3em;
}

#whySpeakeasy h3 {
	font-size:2em;	
}

#whySpeakeasy #happyToHelp {
	text-align:center;
	color:#0084CB;
	font-size:1.1em;
}

#whySpeakeasy #happyToHelp p {
	line-height:1.4;
}

#whySpeakeasy #happyToHelp strong {
	color:#E86B33;
	
}

#OurTeamGlobule h3 {
	font-size:1.8em;
	line-height:1.3;
}
#OurTeamGlobule p {
	color:#0084CB;
}

#primarySchools h4 {
	font-size:1.4em;
}

.clickHere {
	background:url(../_images/clickHereTop.gif) top left no-repeat;
	width:114px;
}
.clickHere p{
	background:url(../_images/clickHereBottom.gif) bottom left no-repeat;
	margin-bottom:0;
	font-size:1.2em;
	padding:.2em 0;
}

.clickHere a {
	color:#E86B33 !important;
	text-decoration:none !important;
	
}
.clickHere a:hover {
	color:#0084CB !important;
}

#freeProgramme .clickHereContainer {
	margin-top:15px;
	font-size:1.3em;
	text-align:center;
}

#freeProgramme .orange{
	margin-top:15px;
	font-size:1.3em !important;
	text-align:center;
	margin-bottom:0;
}

.demo .clickHere p{
	font-size:1em;
	text-align:center;
}


#primaryKeyFeatures {
	margin-bottom:10px;
}
#primaryKeyFeatures h3 {
	margin-bottom:5px;
	font-size:1.8em;
}
#primaryKeyFeatures li{
	margin-bottom:2px;
	margin-left:17px;
}

.legal {
	margin-top:20px;
	margin-bottom:0;
	font-size:0.7em;
	color:#666;
}

#primaryBeTheBoss {
	background:url(../_images/logos/btbPrimaryCircles.gif) top right no-repeat;
	height:1%;
}

#secondaryBeTheBoss {
	background:url(../_images/logos/btbSecondaryCircles.gif) top right no-repeat;
	height:1%;
}

.whatsInBox li, .whatsInBox p {
	font-size:0.8em;
}

#universityQuotes h3 {
	font-size:1.8em;
}

#universityQuotes blockquote {
	margin-bottom:8px;
	font-size:0.9em;
}

#universities .introduction {
	margin-top:15px;
}

#contactUs strong {
	font-size:1.2em;
	color:#0084CB;
}
#secondarySchools h3 strong {
	font-weight:normal;
	color:#00B2FF;
}

#secondarySchools .or {
	margin:100px 10px 0;
	font-size:1.8em;
	color:#00B2FF;
}

#secondarySchools .deliverance p, #freeProgramme .deliverance p{
	font-size:0.9em;
	line-height:1.3;
}
#secondarySchools .deliverance h3, #freeProgramme .deliverance h3 {
	margin-bottom:5px;
}



.videoBox {
	width: 173px;
	background:url(../_images/modules/videoBoxTop.gif) top left no-repeat;
	text-align:center;
	float:left;
	margin:0 0px 20px;
}

.videoBox h3 {
	padding:2px 10px 0;
	margin:0;
} 
.videoBox h3 a {
	color:#FFF !important;
	text-decoration:none;
}
.videoBoxContent {
	text-align:left;
	background:url(../_images/modules/videoBoxMiddle.gif) repeat-y;
	padding:10px 20px 1px;
	font-size:0.8em;
	line-height:1.2;
	min-height:160px;
  	height:auto !important;
  	height:160px;
	
}
.videoBoxContent img {
	padding:2px;
	border:1px solid #0084CB;
	margin-bottom:5px;
}

.videoBoxPlay {
	background:url(../_images/modules/videoBoxPlay.gif) no-repeat;
	min-height:30px;
	height:auto !important;
  	height:30px;
	
	text-align:left;
	padding:12px 20px;
}
.videoBoxPlay p {
	margin:0;
	font-style:italic;
	
}
.videoBoxPlay p a {
	color:#FFF !important;
	text-decoration:none;
}


.videoBoxBottom {
	background:url(../_images/modules/videoBoxBottom.gif) bottom left no-repeat;
	padding-bottom:12px;
}

.videoContainer {
	margin-top:20px;
}

#teacherZone table.agenda thead{
	display:none;
}

#teacherZone table.agenda td {
	vertical-align:top;
	padding:3px 15px;
}

#teacherZone table.leaders {
	border-collapse:collapse;	
}

#teacherZone table.leaders thead th {
	color:#0084CB;
	text-align:left;
	border-bottom:1px solid #0084CB;
}

#teacherZone table.leaders td, #teacherZone table.leaders th {
	vertical-align:top;
	padding:10px 2px;
}
#teacherZone table.leaders td{
	border-bottom:1px solid #EEE;
}

/* Ambassadors */
#ambassadors {
	padding-top:5px !important;
}

	#ambassadors img.visit-your-school {
		background:url(..) no-repeat right top;
		float:right;
		margin-bottom:0;
	}
	
	#ambassadors h2 {
		margin-top:15px;
		line-height:1.1;
	}
		#ambassadors h2 .light-blue{
			font-size:0.9em;
		}
		#ambassadors h2 .bigger{
			font-size:1.2em;
		}
	
	#ambassadors .ambassadors .module2Content{
		padding:15px 0 0;
	}
	
	
	
	#ambassadors .ambassadors .ambassador {
		padding: 5px 15px;
		border-bottom:5px solid #A7DDE9;
		clear:both;
		min-height:195px;
		height:auto !important;
  		height:195px;
	}
	
	#ambassadors .ambassadors .ambassador.last{
		border:none;
	}
	
		#ambassadors .ambassadors .ambassador h4{
			font-size:1.6em;
		}