.Accordion {
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
	overflow: hidden;
}
.AccordionPanelTab {
	color: #ccc;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-color: #CCC;
}
.AccordionPanelTab h3 {
	margin: 0;
	padding: 2px 2px 4px 36px;
	font-size: 120%;
	background-image: url(/_images/btn_arrow_down_orange.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	text-align: center;
}
.AccordionPanelContent {
	overflow: auto;
	height: 300px;
	font-size: 90%;
	line-height: 140%;
	background-color: #CFC;
}
.AccordionPanelContent ul { margin: 0;	padding: 1.375em; }
.AccordionPanelTabHover { color: #fff; }
.AccordionPanelClosed .AccordionPanelTab h3 {
	background-image: url(/_images/btn_arrow_right_blue.png);
	background-repeat: no-repeat;
	background-position: left 50%;
}
.AccordionPanelContent div { margin: 5px 8px; }
.AccordionPanelContent1 {
	overflow: auto;
	height: 300px;
	font-size: 110%;
	line-height: 180%;
	background-image: url(/_images/Panel07BestResults.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}
.AccordionPanelContent2 {
	overflow: auto;
	height: 300px;
	font-size: 110%;
	line-height: 140%;
	background-color: #FFF;
	background-image: url(/_images/Panel02People.jpg);
	padding-right: 50px;
	padding-left: 350px;
}
.AccordionPanelContent3 {
	overflow: auto;
	height: 300px;
	font-size: 110%;
	line-height: 140%;
	background-color: #FFF;
	background-image: url(/_images/Panel03Materials.jpg);
	padding-right: 500px;
	padding-left: 20px;
}
.AccordionPanelContent4 {
	overflow: auto;
	height: 300px;
	font-size: 110%;
	line-height: 140%;
	background-color: #FFF;
	padding-right: 20px;
	padding-left: 250px;
	background-image: url(/_images/Panel04LearningExperience.jpg);
	background-repeat: no-repeat;
}
.AccordionPanelContent5 {
	overflow: auto;
	height: 300px;
	font-size: 110%;
	line-height: 140%;
	background-color: #FFF;
	background-image: url(/_images/Panel05SkillsKnowledge.jpg);
	padding-right: 20px;
	padding-left: 400px;
}
.AccordionPanelContent6 {
	overflow: auto;
	height: 300px;
	font-size: 110%;
	line-height: 140%;
	background-color: #FFF;
	background-image: url(/_images/Panel06CoachingProgrammes.jpg);
	padding-left: 270px;
	padding-right: 20px;
}
.AccordionPanelContent7 {
	overflow: auto;
	height: 300px;
	font-size: 110%;
	line-height: 140%;
	background-image: url(/_images/Panel07WhyBest.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	padding-left: 30px;
	padding-right: 450px;
}
#sprytrigger1 strong {
	font-size: 24px;
}

