
/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		min-width: 1200px;
	}

	body.left-sidebar
	{
	}

		body.left-sidebar #sidebar
		{
			margin-right: 1.5em;
		}

	body.right-sidebar
	{
	}

		body.right-sidebar #sidebar
		{
			margin-left: 1.5em;
		}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	.featureNews h2
	{
		font-size: 1em;
	border-bottom:1px solid #DBDBDB;
	padding-bottom:10px;
	margin-bottom:10px;
	letter-spacing:0px;
	}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{
		padding: 0.5em 0 0 0;
		height: 13em;
	}

		body.homepage #header-wrapper
		{
			height: 18em;
		}
	
	#banner-wrapper
	{
	}
	
	#main-wrapper
	{
	}

		#main-wrapper .main-wrapper-style1,
		#main-wrapper .main-wrapper-style2,
		#main-wrapper .main-wrapper-style3
		{
			padding: 2em 0;
		}
	
	#footer-wrapper
	{
		padding: 2.5em 0 2.5em 0;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		position: relative;
		padding: 0em;
	}

		#header .inner
		{
			position: relative;
			height: 5.5em;
			
		}
	
		#header h1 {
			color: #FFFFFF;
			font-size: 1.5em;
			left: 0;
			margin-left: -5px;
			margin-top: -0.65em;
			position: absolute;
			top: 30%;
		}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		position: absolute;
		right: 0em;
		top: 0;
		line-height: 5.5em;
	}
	
		#nav > ul > li
		{
			float: left;
			padding: 0 0em 0 0em;
		}
		
			#nav > ul > li > a,
			#nav > ul > li > span
			{
				color: #fff;
				text-decoration: none;
				text-transform: uppercase;
				font-weight: bold;
				font-size: 0.9em;
				letter-spacing: 0em;
				padding: 1em 1.2em;
				outline: 0;
				background:#242424;
				font-family: Arial,sans-serif;
			}
			
			#nav > ul > li.staffandpartnerslogin > a,
			#nav > ul > li.staffandpartnerslogin > span
			{
				color: #D3BDD9;
				text-decoration: none;
				text-transform: uppercase;
				font-weight: bold;
				font-size: 0.9em;
				letter-spacing: 0em;
				padding: 1em 1.2em;
				outline: 0;
				background:#6C207F;
				font-family: Arial,sans-serif;
			}

				#nav > ul > li.active > a,
				#nav > ul > li.current_page_item > a,
				#nav > ul > li.active > span,
				#nav > ul > li.current_page_item > span
				{
					background: #242424;
					
				}

			#nav > ul > li:last-child
			{
				padding-right: 0;
			}

		#nav > ul > li > ul
		{
			display: none;
		}
		
		
		
/*********************************************************************************/
/* Nav 2 - Main nav                                                                          */
/*********************************************************************************/	
		
		
		
		#nav2
		{
			position: absolute;
			top: 0;
			line-height: 5.5em;
			margin-top:-63px;
		}
		
		#nav2 ul {
			overflow:hidden;
		}
	
		#nav2 > ul > li
		{
			float: left;
			padding: 0 0em 0 0em;
		}
		
		#nav2 li a, #nav2 li.staffandpartnerslogin a
	 	{
			padding:14px 45px;
			float: left; height: 45px; margin-top: 18px;  line-height: 44px; text-align: center;
		}

		 #nav2 li.staffandpartnerslogin
	 	{
			display:inline;
		}
		
		.loggedout #nav2 li.staffandpartnerslogin
	 	{
			display:none;
		}
		
		.loggedout #nav2 li a
	 	{
			padding:0 45px;
		}
		
				#nav2 li.navyouth a {
		width: 103px; 
		padding: 0px 28px;
		color:#24AFBD;
		}
		
		
		
		#nav2 > ul > li.active > a,
				#nav2 > ul > li.active.navyouth > span
				{
					background: #24AFBD;
					color:#fff;
					
				}
				
				
				
				
		
		#nav2 li.navcareers a {
    color: #EA466F;
    padding: 0 24px;
    width: 131px;
}
#nav2 li.navadvice a {
			width: 147px;
padding: 0px 28px;
color:#E592BF;
		}
		#nav2 li.navservices a {
			width: 143px;
padding: 0px 26px;
color:#F29965;
		}
		#nav2 li.navstaff a {
			width: 40px;
padding: 0px 28px;
		}
		#nav2 li.navpartners a {
			width: 70px;
padding: 0px 29px;
		}
		
		#sidebar .button-icon
		{
			padding: 0.6em 47px 0.6em 3em;
		}
		
			#nav2 > ul > li > a,
			#nav2 > ul > li > span
			{
				color: #fff;
				text-decoration: none;
				text-transform: uppercase;
				font-weight: bold;
				font-size: 1em;
				letter-spacing: 0em;
				padding: 1em 1.2em;
				outline: 0;
				background:#333333;
				font-family: Arial,sans-serif;
			}
			
			#nav2 > ul > li.navstaff > a,
			#nav2 > ul > li.navstaff > span
			{
				color: #D3BDD9;
				background:#55036A;
			}
			
			#nav2 > ul > li.navpartners > a,
			#nav2 > ul > li.navpartners > span
			{
				color: #D3BDD9;
				background:#55036A;
			}

				#nav2 > ul > li.active > a,
				#nav2 > ul > li.current_page_item > a,
				#nav2 > ul > li.active > span,
				#nav2 > ul > li.current_page_item > span
				{
					background: #333333;
					
				}
				
				#nav2 > ul > li a:hover
				{
					background: #444444;
					
				}
				#nav2 > ul > li.staffandpartnerslogin a:hover
				{
					background: #630979;
					
				}

			#nav2 > ul > li:last-child
			{
				padding-right: 0;
			}

		#nav2 > ul > li > ul
		{
			display: none;
		}
		
		
		
		
		
		

	.dropotron
	{
		position: relative;
		background-image: -moz-linear-gradient(top, rgba(38,38,38,0.95), rgba(59,59,59,0.95));
		background-image: -webkit-linear-gradient(top, rgba(38,38,38,0.95), rgba(59,59,59,0.95));
		background-image: -o-linear-gradient(top, rgba(38,38,38,0.95), rgba(59,59,59,0.95));
		background-image: -ms-linear-gradient(top, rgba(38,38,38,0.95), rgba(59,59,59,0.95));
		background-image: linear-gradient(top, rgba(38,38,38,0.95), rgba(59,59,59,0.95));
		border-radius: 8px;
		box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.5), inset 0px 0px 0px 2px rgba(255,255,255,0.075), inset 0px 2px 1px 0px rgba(255,255,255,0.2), 0px 4px 4px 0px rgba(0,0,0,0.5);
		text-shadow: -1px -1px 0 rgba(0,0,0,1);
		padding: 1.5em;
		line-height: 2.5em;
		min-width: 15em;
	}

		.dropotron-level-0
		{
			border-top-left-radius: 0;
			border-top-right-radius: 0;
			margin-top: -2px;
			box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.5), inset 0px 0px 0px 2px rgba(255,255,255,0.075), 0px 4px 4px 0px rgba(0,0,0,0.5);
		}
		
		.dropotron a,
		.dropotron span
		{
			color: #aaa;
			text-decoration: none;
			text-transform: uppercase;
			font-weight: 800;
			font-size: 0.8em;
			letter-spacing: 0.075em;
			outline: 0;
		}
		
		.dropotron li:hover > a,
		.dropotron li:hover > span
		{
			color: #fff;
		}
		
/*********************************************************************************/
/* NAV3 Sub menu                                                                       */
/*********************************************************************************/	
	
#nav3 {
width:	1200px;
float:left;	
}



#nav3 ul {
list-style: none outside none;	
float:left;
	
}

#nav3 ul li:first-child {
	padding-left:16px;
}

#nav3 ul li {
float:left;	
display:block;
padding:10px 0 10px 10px;
}

#nav3 ul li a {
text-decoration:none;
font-weight:bold;
padding:0 0px 0 10px;
}

#nav3 ul li:first-child a {
padding:0 0px 0 0px;
}



#nav3 ul li a:hover {
text-decoration:underline;
}
		

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

#banner
{
float: right;
margin: 0 20px;
overflow: hidden;
padding: 0 0 0;
width: 1200px;
}
	
		#banner h2
		{
		}
		
		#banner p
		{
			float: left;
			text-align: right;
			width: 60%;
			line-height: 1.5em;
		}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
	}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
	}
	
/*********************************************************************************/
/* Home Banners                                                                  */
/*********************************************************************************/

.homebanners {
margin-top:0	
}
.homebannerssection .row > * {
padding-left: 0;
padding-right: 0px;
padding-top: 6px;
}

.homebannerssection .row:first-child {
    padding-left: 6px;
}

.homebannerssection .row {
margin-left: 0;
margin-top: -30px;	
}
.homebannerssection {
background: transparent none repeat scroll 0 0;
}

.homebannerssection section {
background:#333333;	
}

.bannercontent {
		padding:17px 10px 20px;
		min-height:	150px;
		}
		
		
		.bannercontent header.second {
		margin-bottom:10px;	
		min-height:110px;
		}
		
		#nav {
    line-height: 3em;
    position: absolute;
    right: 0;
    top: 20px;
}

#nav > ul > li > a, #nav > ul > li > span {
    background: none repeat scroll 0 0 #242424;
    color: #FFFFFF;
    display: block;
    font-family: Arial,sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    height: 44px;
    letter-spacing: 0;
    outline: 0 none;
    padding: 0 1em;
    text-decoration: none;
    text-transform: uppercase;
}

#nav > ul > li.staffandpartnerslogin > a, #nav > ul > li.staffandpartnerslogin > span {
    background: none repeat scroll 0 0 #6C207F;
    color: #D3BDD9;
    font-family: Arial,sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 0;
    outline: 0 none;
    padding: 0 1em;
    text-decoration: none;
    text-transform: uppercase;
}

ul, li {
    padding: 0;  
    margin: 0;
}

#nav3 .more1400 {
display:none;	
}

#morenav .more1400 {
display:block;
padding-top:20px;
padding-bottom:20px;	
}



#morenav .more1400.last {
border-bottom:0px #ffffff;	
}

#morenav {
margin-left:800px;	
}

.homepage .landing {
margin-bottom: 20px;
padding: 0 25px 70px 0;
}

.homepage .landing section {
/*background: #333 none repeat scroll 0 0;
box-shadow: 12px 12px rgba(0, 0, 0, 0.2);*/
}

.homepage .landing header {
min-height: 59px;
padding: 15px 20px;
}

.landing section {
-moz-box-shadow: 5px 5px rgba(0,0,0,0.2);
-webkit-box-shadow: 5px 5px rgba(0,0,0,0.2);
box-shadow: 5px 5px rgba(0,0,0,0.2);	
background:#FFF;
}

.landing {
	padding:0 5px 10px 0;
	margin-bottom:20px;	
}

.landing header {
padding:15px 20px;
min-height:89px;	
}

.landingbanners .\34u {
width:25%;	
}



.breadcrumb ul {
border-bottom:1px solid #cccccc;	
padding:0px 0px 11px 0px;
float:left;
width:100%;
}

.breadcrumb ul li {
float:left;	
font-weight:bold;
font-size:13px;
padding:0 0 0 16px;
}



.breadcrumb ul li a {
font-weight:normal;

text-decoration:none;
font-size:13px;
}



.breadcrumb ul li a:hover {
text-decoration:underline;
}

.breadcrumb {
    position: relative;
}

.breadcrumb > div > div {
    position: absolute;
    right: 0;
}

.breadcrumb > div > div img {
    border: medium none;
    height: auto;
    width: 28px;
}

.noleftmenu .\39u {
	width:100%;
}

.noleftmenu .\38u {
	width:75%;
}

.noleftmenu.norightbar .\38u {
	width:100%;
}

.noleftmenu .\34u {
	width:25%;
}

.norightsidebar .\38u {
width:100%;	
}

.row + .row > * {
    padding-top: 35px;
}

.row + .row.breadcrumb > * {
padding-top:11px;	
}

.row + .row .displayleftmenu {
padding-top:0px;	
}

.displayleftmenu header h2 a {
	text-decoration:none;
	
	font-size:12px;
	line-height:14px;
	letter-spacing:0.04em;
}

.displayleftmenu header {
padding:2px 16px 7px;	
margin-bottom:0px;
}

.displayleftmenu ul li {
padding:0 16px;	
}

.displayleftmenu ul ul{
padding:0 0 0 0px;	
}

.displayleftmenu ul li a, .displayleftmenu ul li span {
text-decoration:none;
padding:9px 0;
display:block;
font-size:12px;
	line-height:20px;
	letter-spacing:0.04em;
	
}

.displayleftmenu ul li a:hover {
text-decoration:underline;	
}

.displayleftmenu header h2 {
	margin-bottom:0px;
	line-height:0.6em;
}

.displayleftmenu ul li.last a {
border-bottom:0px !important;	
}

.displayleftmenu ul li.expanded a {
    font-weight: bold;
}

.displayleftmenu ul li.expanded li a {
    font-weight: normal;
}

a .ftitle {
    font-size: 26px;
}

.featureText .button-icon:before {
    margin-left: 2.9em;
}

#navMore {
display:none;	
}

.checkout .button-icon:before {
    margin-left: 2.9em;
}

/*********************************************************************************/
/* YOUTH page specific css colours and images*/
/*********************************************************************************/

.youth .displayleftmenu ul {background:#c9e4e7;	}
.youth #nav3 ul li.current a {color: #d3eff2 !important;}
.youth .displayleftmenu ul li a {border-bottom:1px solid #a4c8cc;	color: #135d64;	}
.youth .displayleftmenu ul li.expanded li a {border-bottom:1px solid #a4c8cc;	color: #135d64;	}
.youth .displayleftmenu ul li.expanded {background:url("../images/leftmenuexpandedyouth.gif") no-repeat 90% 15px transparent;}
.youth .displayleftmenu ul ul li.current {background:url("../images/leftmenucurrentyouth.gif") no-repeat 0% 15px transparent;}
.youth .displayleftmenu ul li.expanded a{color: #0c373c;	}
.youth .displayleftmenu ul li.current > a{font-weight:bold;color: #0c373c;	}
.youth .displayleftmenu ul ul li.current a{font-weight:normal;color: #135d64;	}
.youth .displayleftmenu header h2 a {color: #135d64;	}
.youth .displayleftmenu header {background:#6ec1c9;}
.youth .breadcrumb ul {border-bottom:1px solid #24AFBD;	}
.youth .breadcrumb ul li a {color:#24AFBD;background:url("../images/breadcrumbyouth.gif") no-repeat 100% 3px transparent;padding-right:20px;}
.youth .breadcrumb ul li {color:#24AFBD;}
.youth #morenav ul:before {content: url('../images/pointer_blue.png');}
.youth #nav2 li.navyouth a {background: #24AFBD;color:#fff;}
.youth #nav3 ul li a {color: #126166;border-left:2px solid #126166;}
.youth #nav3 ul li:first-child a {color: #126166;border-left:0px solid #126166;}
.youth #nav3 {background: none repeat scroll 0% 0% rgb(36, 175, 189);}
.youth #morenav .more1400 {border-bottom:1px solid #3FCAD8;}

/*********************************************************************************/
/* CAREERS page specific css colours and images*/
/*********************************************************************************/

.careers .displayleftmenu ul {background:#EED6DC;	}
.careers #nav3 ul li.current a {color: #d3eff2 !important;}
.careers .displayleftmenu ul li a {border-bottom:1px solid #DFB1BD;	color: #752337;	}
.careers .displayleftmenu ul li.expanded li a {border-bottom:1px solid #DFB1BD;	color: #752337;	}
.careers .displayleftmenu ul li.expanded {background:url("../images/leftmenuexpandedcareers.gif") no-repeat 90% 15px transparent;}
.careers .displayleftmenu ul ul li.current {background:url("../images/leftmenucurrentcareers.gif") no-repeat 0% 15px transparent;}
.careers .displayleftmenu ul li.expanded a{color: #752337;	}

.careers .displayleftmenu ul li.current > a{font-weight:bold;color: #520C1C;	}
.careers .displayleftmenu ul ul li.current a{font-weight:normal;color: #752337;	}
.careers .displayleftmenu header h2 a {color: #752337;	}
.careers .displayleftmenu header {background:#EC7090;}
.careers .breadcrumb ul {border-bottom:1px solid #EA466F;	}
.careers .breadcrumb ul li a {color:#EA466F;background:url("../images/breadcrumbcareers.gif") no-repeat 100% 3px transparent;padding-right:20px;}
.careers .breadcrumb ul li {color:#EA466F;}
.careers #morenav ul:before {content: url('../images/pointer_red.png');}
.careers #nav2 li.navcareers a {background: #EA466F;color:#fff;}
.careers #nav3 ul li a {color: #752337;border-left:2px solid #752337;}
.careers #nav3 ul li:first-child a {color: #752337;border-left:0px solid #752337;}
.careers #nav3 {background: none repeat scroll 0% 0% #EA466F;}
.careers #morenav .more1400 {border-bottom:1px solid #F6A0B6;}


/*********************************************************************************/
/* ADVICE page specific css colours and images*/
/*********************************************************************************/

.advice .displayleftmenu ul {background:#F4EAF0;	}
.advice #nav3 ul li.current a {color: #d3eff2 !important;}
.advice .displayleftmenu ul li a {border-bottom:1px solid #EDDDE6;	color: #97396E;	}
.advice .displayleftmenu ul li.expanded li a {border-bottom:1px solid #EDDDE6;	color: #97396E;	}
.advice .displayleftmenu ul li.expanded {background:url("../images/leftmenuexpandedadvice.gif") no-repeat 90% 15px transparent;}
.advice .displayleftmenu ul ul li.current {background:url("../images/leftmenucurrentadvice.gif") no-repeat 0% 15px transparent;}
.advice .displayleftmenu ul li.expanded a{color: #0c373c;	}
.advice .displayleftmenu ul li.current > a{font-weight:bold;color: #97396E;	}
.advice .displayleftmenu ul ul li.current a{font-weight:normal;color: #97396E;	}
.advice .displayleftmenu header h2 a {color: #97396E;	}
.advice .displayleftmenu header {background:#E5C1D5;}
.advice .breadcrumb ul {border-bottom:1px solid #E592BF;	}
.advice .breadcrumb ul li a {color:#DC80B4;background:url("../images/breadcrumbadvice.gif") no-repeat 100% 3px transparent;padding-right:20px;}
.advice .breadcrumb ul li {color:#DC80B4;}
.advice #morenav ul:before {content: url('../images/pointer_pink.png');}
.advice #nav2 li.navadvice a {background: #E592BF;color:#fff;}
.advice #nav3 ul li a {color: #97396E;border-left:2px solid #97396E;}
.advice #nav3 ul li:first-child a {color: #97396E;border-left:0px solid #97396E;}
.advice #nav3 {background: none repeat scroll 0% 0% #E592BF;}
.advice #morenav .more1400 {border-bottom:1px solid #F5BBDC;}


/*********************************************************************************/
/* SERVICES page specific css colours and images*/
/*********************************************************************************/

.services .displayleftmenu ul {background:#FAE9E0;	}
.services #nav3 ul li.current a {color: #d3eff2 !important;}
.services .displayleftmenu ul li a {border-bottom:1px solid #F3D0BD;	color: #8B3607;	}
.services .displayleftmenu ul li.expanded li a {border-bottom:1px solid #F3D0BD;	color: #8B3607;	}
.services .displayleftmenu ul li.expanded {background:url("../images/leftmenuexpandedservices.gif") no-repeat 90% 15px transparent;}
.services .displayleftmenu ul ul li.current {background:url("../images/leftmenucurrentservices.gif") no-repeat 0% 15px transparent;}
.services .displayleftmenu ul li.expanded a{color: #481D06;	}
.services .displayleftmenu ul li.current > a{font-weight:bold;color: #481D06;	}
.services .displayleftmenu ul ul li.current a{font-weight:normal;color: #8B3607;	}
.services .displayleftmenu header h2 a {color: #8B3607;	}
.services .displayleftmenu header {background:#FCB086;}
.services .breadcrumb ul {border-bottom:1px solid #F29965;	}
.services .breadcrumb ul li a {color:#F29965;background:url("../images/breadcrumbservices.gif") no-repeat 100% 3px transparent;padding-right:20px;}
.services .breadcrumb ul li {color:#F29965;}
.services #morenav ul:before {content: url('../images/pointer_orange.png');}
.services #nav2 li.navservices a {background: #F29965;color:#fff;}
.services #nav3 ul li a {color: #8B3607;border-left:2px solid #8B3607;}
.services #nav3 ul li:first-child a {color: #8B3607;border-left:0px solid #8B3607;}
.services #nav3 {background: none repeat scroll 0% 0% #F29965;}
.services #morenav .more1400 {border-bottom:1px solid #F5BBDC;}


/*********************************************************************************/
/* STAFF / PARTNERS page specific css colours and images*/
/*********************************************************************************/

.staff .displayleftmenu ul {background:#E8D8EC;	}
.staff #nav3 ul li.current a {color: #d3eff2 !important;}
.staff .displayleftmenu ul li a {border-bottom:1px solid #D5B3DD;	color: #55036A;	}
.staff .displayleftmenu ul li.expanded li a {border-bottom:1px solid #D5B3DD;	color: #55036A;	}
.staff .displayleftmenu ul li.expanded {background:url("../images/leftmenuexpandedstaff.gif") no-repeat 90% 15px transparent;}
.staff .displayleftmenu ul ul li.current {background:url("../images/leftmenucurrentstaff.gif") no-repeat 0% 15px transparent;}
.staff .displayleftmenu ul li.expanded a{color: #55036A;	}
.staff .displayleftmenu ul li.current > a{font-weight:bold;color: #55036A;	}
.staff .displayleftmenu ul ul li.current a{font-weight:normal;color: #55036A;	}
.staff .displayleftmenu header h2 a {color: #55036A;	}
.staff .displayleftmenu header {background:#C597D1;}
.staff .breadcrumb ul {border-bottom:1px solid #6C207F;	}
.staff .breadcrumb ul li a {color:#6C207F;background:url("../images/breadcrumbstaff.gif") no-repeat 100% 3px transparent;padding-right:20px;}
.staff .breadcrumb ul li {color:#6C207F;}
.staff #morenav ul:before {content: url('../images/pointer_purple.png');}
.staff #nav2 li.navstaff a {background: #6C207F;color:#fff;}
.staff #nav3 ul li a {color: #D3BDD9;border-left:2px solid #D3BDD9;}
.staff #nav3 ul li:first-child a {color: #D3BDD9;border-left:0px solid #D3BDD9;}
.staff #nav3 {background: none repeat scroll 0% 0% #6C207F;}
.staff #morenav .more1400 {border-bottom:1px solid #AC5AC0;}

.partners .displayleftmenu ul {background:#E8D8EC;	}
.partners #nav3 ul li.current a {color: #d3eff2 !important;}
.partners .displayleftmenu ul li a {border-bottom:1px solid #D5B3DD;	color: #55036A;	}
.partners .displayleftmenu ul li.expanded li a {border-bottom:1px solid #D5B3DD;	color: #55036A;	}
.partners .displayleftmenu ul li.expanded {background:url("../images/leftmenuexpandedstaff.gif") no-repeat 90% 15px transparent;}
.partners .displayleftmenu ul ul li.current {background:url("../images/leftmenucurrentstaff.gif") no-repeat 0% 15px transparent;}
.partners .displayleftmenu ul li.expanded a{color: #55036A;	}
.partners .displayleftmenu ul li.current > a{font-weight:bold;color: #55036A;	}
.partners .displayleftmenu ul ul li.current a{font-weight:normal;color: #55036A;	}
.partners .displayleftmenu header h2 a {color: #55036A;	}
.partners .displayleftmenu header {background:#C597D1;}
.partners .breadcrumb ul {border-bottom:1px solid #6C207F;	}
.partners .breadcrumb ul li a {color:#6C207F;background:url("../images/breadcrumbstaff.gif") no-repeat 100% 3px transparent;padding-right:20px;}
.partners .breadcrumb ul li {color:#6C207F;}
.partners #morenav ul:before {content: url('../images/pointer_purple.png');}
.partners #nav2 li.navpartners a {background: #6C207F;color:#fff;}
.partners #nav3 ul li a {color: #D3BDD9;border-left:2px solid #D3BDD9;}
.partners #nav3 ul li:first-child a {color: #D3BDD9;border-left:0px solid #D3BDD9;}
.partners #nav3 {background: none repeat scroll 0% 0% #6C207F;}
.partners #morenav .more1400 {border-bottom:1px solid #AC5AC0;}

/*********************************************************************************/
/* GENERAL page specific css colours and images*/
/*********************************************************************************/

.general .displayleftmenu ul {background:#E8D8EC;	}
.general #nav3 ul li.current a {color: #d3eff2 !important;}
.general .displayleftmenu ul li a {border-bottom:1px solid #D5B3DD;	color: #55036A;	}
.general .displayleftmenu ul li.expanded li a {border-bottom:1px solid #D5B3DD;	color: #55036A;	}
.general .displayleftmenu ul li.expanded {background:url("../images/leftmenuexpandedstaff.gif") no-repeat 90% 15px transparent;}
.general .displayleftmenu ul ul li.current {background:url("../images/leftmenucurrentstaff.gif") no-repeat 0% 15px transparent;}
.general .displayleftmenu ul li.expanded a{color: #55036A;	}
.general .displayleftmenu ul li.current > a{font-weight:bold;color: #55036A;	}
.general .displayleftmenu ul ul li.current a{font-weight:normal;color: #55036A;	}
.general .displayleftmenu header h2 a {color: #55036A;	}
.general .displayleftmenu header {background:#C597D1;}
.general .breadcrumb ul {border-bottom:1px solid #6C207F;	}
.general .breadcrumb ul li a {color:#6C207F;background:url("../images/breadcrumbstaff.gif") no-repeat 100% 3px transparent;padding-right:20px;}
.general .breadcrumb ul li {color:#6C207F;}
.general #morenav ul:before {content: url('../images/pointer_purple.png');}
.general #nav3 ul li a {color: #D3BDD9;border-left:2px solid #D3BDD9;}
.general #nav3 ul li:first-child a {color: #D3BDD9;border-left:0px solid #D3BDD9;}
.general #nav3 {background: none repeat scroll 0% 0% #6C207F;}
.general #morenav .more1400 {border-bottom:1px solid #AC5AC0;}

/*********************************************************************************/
/* ADMIN page specific css colours and images*/
/*********************************************************************************/

.admin .displayleftmenu ul {background:#E8D8EC;	}
.admin #nav3 ul li.current a {color: #d3eff2 !important;}
.admin .displayleftmenu ul li a {border-bottom:1px solid #D5B3DD;	color: #55036A;	}
.admin .displayleftmenu ul li.expanded li a {border-bottom:1px solid #D5B3DD;	color: #55036A;	}
.admin .displayleftmenu ul li.expanded li span {border-bottom:1px solid #D5B3DD;	}
.admin .displayleftmenu ul li.expanded {background:url("../images/leftmenuexpandedstaff.gif") no-repeat 90% 15px transparent;}
.admin .displayleftmenu ul ul li.current {background:url("../images/leftmenucurrentstaff.gif") no-repeat 0% 15px transparent;}
.admin .displayleftmenu ul li.expanded a{color: #55036A;	}
.admin .displayleftmenu ul li.current > a{font-weight:bold;color: #55036A;	}
.admin .displayleftmenu ul ul li.current a{font-weight:normal;color: #55036A;	}
.admin .displayleftmenu header h2 a {color: #55036A;	}
.admin .displayleftmenu header {background:#C597D1;}
.admin .breadcrumb ul {border-bottom:1px solid #6C207F;	}
.admin .breadcrumb ul li a {color:#6C207F;background:url("../images/breadcrumbstaff.gif") no-repeat 100% 3px transparent;padding-right:20px;}
.admin .breadcrumb ul li {color:#6C207F;}
.admin #morenav ul:before {content: url('../images/pointer_purple.png');}
.admin #nav3 ul li a {color: #D3BDD9;border-left:2px solid #D3BDD9;}
.admin #nav3 ul li:first-child a {color: #D3BDD9;border-left:0px solid #D3BDD9;}
.admin #nav3 {background: none repeat scroll 0% 0% #6C207F;}
.admin #morenav .more1400 {border-bottom:1px solid #AC5AC0;}


#nav3 ul li a {color: #D3BDD9;border-left:2px solid #D3BDD9;}
#nav3 ul li:first-child a {color: #D3BDD9;border-left:0px solid #D3BDD9;}
#nav3 {background: none repeat scroll 0% 0% #6C207F;}
.breadcrumb ul {border-bottom:1px solid #6C207F;	}
.breadcrumb ul li a {color:#6C207F;background:url("../images/breadcrumbstaff.gif") no-repeat 100% 3px transparent;padding-right:20px;}
.breadcrumb ul li {color:#6C207F;}
.content a {
    color: #6C207F;
}
.content h1 {
    color: #6C207F;
}



.\32 u{width:18.6666666667%}
.\35 u{width:40.6666666667%}

.loggedIn #header-wrapper {
		height:17.25em;
	}


#twitter-widget-0 {
width:263px;
}


