﻿#main h1
{
	border: none;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0;
	padding: 4px 0 0 6px;
	text-align: left;
	color: #000;	
}

#main .key-questions
{
	height: 116px; 
	margin: 0 0 10px 0;
	padding: 4px 0 0 6px;
	color: #000;	
}
#main .key-questions li 
{
	padding: 0 0 4px 2px; 
	font-weight: bold;
	/* reset the global li styles */
	list-style-type: none;
	margin: 0;
	line-height: 1.3em;
}

.segment
{
	position: relative;
	padding-bottom: 10px;
}

.segment h2,
.segment ul
{
	margin-left: 10px;
}

.gather-organise h1,
.gather-organise .key-questions
{
	background-color: #FF862B;
}
.gather-organise
{
	border: solid 1px #FF862B;
}

.identify h1,
.identify .key-questions
{
	background-color: #FEE413;
}
.identify
{
	border: solid 1px #FEE413;
}

.generate h1, 
.generate .key-questions
{
	background-color: #79D550;
}
.generate 
{
	border: solid 1px #79D550;
}

.decide h1,
.decide .key-questions
{
	background-color: #04C2FF;
}
.decide
{
	border: solid 1px #04C2FF;
}

.implement h1,
.implement .key-questions
{
	background-color: #118BD8;
}
.implement
{
	border: solid 1px #118BD8;
}

.evaluate h1,
.evaluate .key-questions
{
	background-color: #8750AE;
}
.evaluate
{
	border: solid 1px #8750AE;
}

.communicate h1,
.communicate .key-questions
{
	background-color: #CF52AD;
}
.communicate
{
	border: solid 1px #CF52AD;
}

.learn-from-experience h1,
.learn-from-experience .key-questions
{
	background-color: #F32D2C;
}
.learn-from-experience
{
	border: solid 1px #F32D2C;
}

.wheel
{
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
	height: 150px;
	cursor: pointer;
}

.wheel img
{
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}