/* Start of CMSMS style sheet 'wba :: darkGreen and Walkthroughs' */
/* wba ::  colours for, hey, the darkGreen pages*/


/*transitions between header and content */

#transitionTop{
height:17px;
background:url(uploads/images/greenTransitionTop.jpg) no-repeat;
}

#transitionBottom{
height:50px;
background:url(uploads/images/transitions/homeBottom.gif) no-repeat;
border:0px dotted orange;
clear:both;
}


#content{
border:1px solid #A2CCC6;
background-color:#A2CCC6;
}


#subContent{
background-color:#27695F;
}

{* walkthrough gubbins *}

#walkthroughMenu {
	padding-left:5px;
padding-right:0px;
	margin:0;
	padding-bottom:0px;
}

#walkthroughMenu a,#walkthroughMenu a:visited{
	display:block;
	padding-left:25px;
	padding-bottom:3px;
	width:210px;
	font-weight:bold;
	background:url(uploads/images/walkThroughs/wtVideoIcon.gif) no-repeat;
	color:#1c6b60;
	float:left;
}

#walkthroughMenu a:hover{
	color:white;
}

#walkthroughMenu a.currentSection{
	color:white;
	background:url(uploads/images/walkThroughs/wtVideoIconCurrent.gif) no-repeat;
}

#walkthroughMenu h2{
	margin:0;
	padding:10px;
	clear:left;
	border:0px dotted pink;
	text-align:center;
	color:#353535;
	font-size:2em;
}

#WTsubContent{
	background-color:#A2CCC6;
	padding-left:36px;
	padding-right:35px;
}


#walkThroughNav{
	margin-top:0px;
	margin-left:5px;
	background-color:#248C7F;
}

#walkThroughNav a, #walkThroughNav a:visited{
	display:block;
	width:120px;
	height:30px;
	font-weight:bold;
	font-size:0.9em;
	text-decoration:none;
	color:#fff;
	background:url(uploads/images/nav/WTnotActive.png) no-repeat;
	padding-left:24px;
	padding-top:5px;
	float:left;
}


#walkThroughNav a:hover{
	background:url(uploads/images/nav/WTactive.png) no-repeat;
	color: #000;
}

#walkThroughNav a.active{
	background:url(uploads/images/nav/WTactive.png) no-repeat;
	color: #fff;
}


#walkThroughNav.wtNavFWP a, #walkThroughNav.wtNavFWP a:visited{
	display:block;
	width:156px;
	background:url(uploads/images/nav/WTnotActive160.png) no-repeat;
	height:30px;
}

#walkThroughNav.wtNavFWP a:hover{
	background:url(uploads/images/nav/WTactive160.png) no-repeat;
	color: #000;
}

#walkThroughNav.wtNavFWP a.active, #walkThroughNav.wtNavFWP a:visited.active{
	background:url(uploads/images/nav/WTactive160.png) no-repeat;
	color: #fff;
}


div.walkThroughCol{
width:137px;
padding-right:7px;
float:left;
font-size:0.9em;
color:#042723;
background-color:inherit;
}

#walkThroughNav.wtNavFWP div.walkThroughCol{
width:168px;
}

div.wtColWide{
width:157px;
padding-right:23px;
}
/* End of 'wba :: darkGreen and Walkthroughs' */

