.subnav ul.thinkingNav {
	margin: 0 0 15px 0;
}
.subnav ul.thinkingNav li {
	font-size: 0.75em;
	margin: 1px 0;
	padding: 2px 0;
	float: none;
}

/* THINKING THICKBOX */

#TB_window {
	background: url(/i/lens_frame.gif) 100px 25px no-repeat;
	height: 411px;
	width: 602px;
}
#TB_ajaxContent {
	width: 365px;
	margin-left: 15px;
	padding: 0 15px;
}
#processContent {
	padding-top: 8px;
}
#TB_ajaxContent h3 {
	margin: 20px 0 40px 0;
}
#TB_ajaxContent h4 {
	margin-left: 0;
}
#TB_ajaxContent ul {
	list-style-position: inside;
}
#TB_ajaxContent li {
	margin-bottom: 3px;
	text-indent: -15px;
	margin-left: 15px;
	line-height: 1.6em;
}
#TB_ajaxContent p {
	width: 210px;
	margin-bottom: 5px;
}


/* THINKING ACCORDION */

.thinking {
	border-top: 1px solid #6D8D23;
}

.thinkingModule {
	width: 675px;
	clear: both;
}
.thinkingModule .left p {
	width: 350px;
	float: left;
	line-height: 1.8em;
	margin-right: 25px;
}
.thinkingModule .left img {
	width: 300px;
	float: left;
}

.thinking ul.thinkingNav {
	position: relative;
	padding: 20px 0;
	height: 100px;
	list-style: none;
}
.thinking ul.thinkingNav li {
	float: left;
	height: 76px;
	width: 115px;
	margin-right: 71px;
}
.thinking ul.thinkingNav li.Process {
	margin-right: 0;
}
.thinking ul.thinkingNav li a {
	height: 76px;
	width: 115px;
	background: url(../i/thinkingNav.jpg) no-repeat;
	display: block;
}
.thinking ul.thinkingNav li a span {
	position: absolute;
	text-align: center;
	top: 105px;
	width: 119px;
	text-transform: uppercase;
	font-size: 0.75em;
	color: #666;
}
.thinking ul.thinkingNav li.on a span, .thinking ul.thinkingNav li:hover a span, .thinking ul.thinkingNav li a:hover span {
	color: #d9531e;
}

.thinking ul.thinkingNav li.Training a {
	background-position: -115px 0px;
}
.thinking ul.thinkingNav li.Events a {
	background-position: -230px 0px;
}
.thinking ul.thinkingNav li.Process a {
	background-position: -345px 0px;
}

.thinking ul.thinkingNav li.Philosophy.on a {
	background-position: 0px -76px;
}
.thinking ul.thinkingNav li.Training.on a {
	background-position: -115px -76px;
}
.thinking ul.thinkingNav li.Events.on a {
	background-position: -230px -76px;
}
.thinking ul.thinkingNav li.Process.on a {
	background-position: -345px -76px;
}

.thinking ul.thinkingNav li.on a {
	background-position-y: -76px;
}
.thinking ul.thinkingNav li a:hover {
	background-position-y: -76px;
}
.thinkingModule, .processModule {
	display: none;
}

/* PROCESS MODEL */

.thinking h3 {
	font-size: 1.4em;
	color: #d9531e;
	
}
.processModule h4 {
	margin: 0 0 15px 0;
	color: #d9531e;
	font-weight: normal;
	font-size: 1.1em;
}
.processModule p {
	font-size: 0.8em;
}

.processModule {
	position: relative;
	background: url(../i/process_frame.png) no-repeat;
	float: left;
	width: 521px;
	height: 109px;
	padding: 15px;
	left: -75px;
	margin-right: -80px;
	top: 4px;
}

ul.processNav {
	position: relative;
	height: 250px;
	width: 200px;
	list-style: none;
	float: left;
	left: -15px;
}
ul.processNav li {
	float: left;
	width: 76px;
	position: absolute;
}
ul.processNav li a {
	width: 76px;
	background: url(../i/process_nav.png) no-repeat;
	display: block;
}
ul.processNav li a span {
	position: absolute;
	text-indent: -20000px;
}

ul.processNav .one a {
	height: 50px;
}
ul.processNav .one {
	left: 0;
	top: 0;
	z-index: 10;
}

ul.processNav .two a {
	height: 59px;
	background-position: 0px -50px;
}
ul.processNav .two {
	left: 0;
	top: 52px;
	z-index: 9;
}

ul.processNav .three a {
	height: 82px;
	background-position: 0px -109px;
}
ul.processNav .three {
	left: 62px;
	top: 60px;
	z-index: 8;
}

ul.processNav .four a {
	height: 57px;
	background-position: 0px -191px;
}
ul.processNav .four {
	left: 62px;
	top: 147px;
	z-index: 7;
}

ul.processNav .five a {
	height: 152px;
	background-position: 0px -248px;
}
ul.processNav .five {
	left: 123px;
	top: 143px;
	z-index: 6;
}

ul.processNav li.Training a {
	background-position: -115px 0px;
}
ul.processNav li.Events a {
	background-position: -230px 0px;
}
ul.processNav li.Process a {
	background-position: -345px 0px;
}

ul.processNav li.one a:hover, ul.processNav li.one.on a {
	background-position: -76px 0px ;
}
ul.processNav li.two a:hover, ul.processNav li.two.on a {
	background-position: -76px -50px;
}
ul.processNav li.three a:hover, ul.processNav li.three.on a {
	background-position: -76px -109px;
}
ul.processNav li.four a:hover, ul.processNav li.four.on a {
	background-position: -76px -191px;
}
ul.processNav li.five a:hover, ul.processNav li.five.on a {
	background-position: -76px -248px;
}

ul.processNav li.on a {
	background-position-x: -76px;
}
ul.processNav li a:hover {
	background-position-x: -76px;
}


#processModel {
	text-align: center;
	position: relative;
	height: 180px;
	float: left;
	width: 300px;
	margin-right: 20px;
	border-right: 1px solid #6d8d23;
}
#processIntro, #processAlignment, #processProcess, #processPeople {
	display:none;
}
#processIntro.on, #processAlignment.on, #processProcess.on, #processPeople.on {
	display:block;
}


#processModel #brain a {
	background: url(/i/thinking_process_model.png) top left no-repeat;
	position: absolute;
	top: 0;
	left: 0px;
	width: 179px;
	height: 181px;
	overflow: auto;
	z-index: 110;
}

#processText {
	float: left;
	width: 125px;
}

#modelNav {
	position: absolute;
	top: 20px;
	left: 150px;
	width: 133px;
	height: 142px;
	overflow: hidden;
}
#modelNav ul {
	list-style: none;
	z-index: 100;
}
#modelNav ul li {
	width: 133px;
	height: 47px;
	margin: 0;
}
#modelNav #modelProcess {
	height: 48px;
}
#modelAlignment a, #modelProcess a, #modelPeople a {
	width: 133px;
	height: 47px;
	background: url(/i/thinking_process_model_nav.png) no-repeat;
	position: relative;
	display: block;
}
#modelAlignment a, #modelAlignment.on a, #modelAlignment.on a:hover, #modelAlignment.on:hover a, #modelAlignment.off a:hover, #modelAlignment.off:hover a {
	background-position: 0 0;
}
#modelProcess a, #modelProcess.on a, #modelProcess.on a:hover, #modelProcess.on:hover a, #modelProcess.off a:hover, #modelProcess.off:hover a {
	height: 48px;
	background-position: 0 -47px;
}
#modelPeople a, #modelPeople.on a, #modelPeople.on a:hover, #modelPeople.on:hover a, #modelPeople.off a:hover, #modelPeople.off:hover a {
	background-position: 0 -95px;
}

#modelAlignment a:hover, #modelAlignment:hover a, #modelAlignment.off a {
	background-position: -133px 0;
}
#modelProcess a:hover, #modelProcess:hover a, #modelProcess.off a {
	background-position: -133px -47px;
}
#modelPeople a:hover, #modelPeople:hover a, #modelPeople.off a {
	background-position: -133px -95px;
}

#modelNav a span, #brain a span {
	position: absolute;
	left: -20000px;
}