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

	*,
*:after,
*:before {
    box-sizing: content-box;
}

.cookieconsent-button-wrap button:nth-child(2) {
background:#a4e59b;
}
.cookieconsent-button-wrap button:nth-child(1) {
background:#eee;
}

.webChatFeature {
	display:none;
}

	body
	{
		font-family: Arial,sans-serif;
		font-size: 10.75pt;
		line-height: 1.85em;
		color: #555;
		background: url('../images/bg02.jpg');
	}
	
	a
	{
		color: #3A8EB5;
		text-decoration: underline;
	}

em {
font-style:italic;	
}
	
		a:hover
		{
			text-decoration: none;
		}
	
	h1, h2, h3, h4, h5, h6
	{
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 0.04em;
		color: #474747;
		margin: 0 0 1em 0;
		font-family: Arial,sans-serif;
	}

    .content h2, .content h3, .content h4, .content h5, .content h6
	{
		text-transform: none;
		font-weight: bold;
		letter-spacing: 0.02em;
		margin: 0 0 0.5em 0;
		font-family: Arial,sans-serif;
	}

	.content p {
	margin-bottom:0.8em;	
	}

.\31 2u .image-full {
	display:none;
}
.\31 2u .\34 u .image-full {
	display:block;
}
	
	.content ul {
	list-style:disc outside none;	
	}

.content ul li { list-style: disc; }
.content ul li li { list-style: circle; }
.content ul li li li { list-style: square; }
	
	.content .displayleftmenu ul {
	list-style:none outside none;	
	}

.content .displayleftmenu ul li {
	list-style:none outside none;	
	}

.content .displayleftmenu ul li li {
	list-style:none outside none;	
	}
	
	.content ul li {
	margin:0 0 0 15px;	
	}
		
	.content .displayleftmenu ul li {
	margin:0 0 0 0px;	
	}
	
	#banner h2 {
		font-family: Arial,sans-serif;
		font-size: 1.8em;

	}
	
	#banner h2 strong {
		font-family: Arial,sans-serif;
	}
	
	a.button {
		font-family: Arial,sans-serif;
	}
	
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
	{
		color: inherit;
		text-decoration: none;
		outline: 0;
	}

	h2
	{
		font-size: 2em;
		margin: 0 0 1.5em 0;
		line-height: 1em;
	}
	
		h2.icon
		{
			line-height: 48px;
		}

			h2.icon:before
			{
				content: '';
				width: 48px;
				height: 48px;
				display: inline-block;
				background: url('../images/icons.png');
				float: left;
				margin-right: 0.5em;
			}

			h2.icon-news:before
			{
				background-position: 0px -30px;
			}

			h2.icon-paper:before
			{
				background-position: -56px -30px;
				width: 32px;
			}

	h3
	{
		font-size: 1.25em;
		margin-top: 2em;
	}

	strong
	{
		color: #474747;
	font-weight:bold;
	}

	form
	{
	}
	
		
		form select,
		form textarea
		{
			-webkit-appearance: none;
		}
			
	br.clear
	{
		clear: both;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}
	
	section,
	article
	{
		margin-bottom: 5em;
	}
	
	section > :last-child,
	article > :last-child
	{
		margin-bottom: 0;
	}

	section:last-child,
	article:last-child
	{
		margin-bottom: 0;
	}

	dl.contact
	{
	}
	
		dl.contact dt
		{
			display: block;
			text-transform: uppercase;
			font-weight: 700;
			letter-spacing: 0.065em;
			font-size: 0.9em;
			color: #696969;
			float: left;
			width: 6em;
		}
		
		dl.contact dd
		{
			margin: 0 0 1em 6em;
		}

	.image
	{
		display: inline-block;
	}
	
		.image img
		{
			display: block;
			width: 100%;
			border-radius: 0px;
		}
		
		.homebanners .image img {
		margin-bottom:6px;	
		}

	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2.5em 0;
		clear:both;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2.5em 0;
	}

		.image-centered img
		{
			margin: 0 auto;
			width: auto;
		}

	.button {
		background: #242424;
		color: #FFFFFF !important;
		display: inline-block;
		font-size: 0.95em;
		font-weight: 500;
		letter-spacing: 0.075em;
		outline: 0 none;
		padding: 0.6em 2em;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		padding-right: 32px;
	}
	
		.button:hover
		{
			background: #666666;
		}
	
		.button:active
		{
			background-image: -moz-linear-gradient(top, #23749f, #2b81a6);
			background-image: -webkit-linear-gradient(top, #23749f, #2b81a6);
			background-image: -o-linear-gradient(top, #23749f, #2b81a6);
			background-image: -ms-linear-gradient(top, #23749f, #2b81a6);
			background-image: linear-gradient(top, #23749f, #2b81a6);
		}
	
		.button-icon
		{
			position: relative;
			padding: 0.6em 47px 0.6em 2em;
		}
		
		
		
			.button-icon:after
			{
				content: '';
				display: inline-block;
				width: 32px;
				height: 32px;
				background: url('../images/buttonarrow.gif') no-repeat 0 0;
				position: absolute;
				top: 50%;
				margin-top: -8px;
				right: 0.5em;
				z-index:1;
			}
			
			#sidebar .button-icon:after
			{
				background: url('../images/sidebarbuttonarrow.gif') no-repeat 0 0;
			}
			
			.button-icon:before
			{
				content: '';
				display: inline;
				width: 32px;
				
				margin-left: 0.25em;
			}
			
			.button-icon-check:after
			{
				background-position: 0px 0px;
			}
			
			.button-icon-rarrow:after
			{
				background-position: 0px 0px;
			}
			
			.button-icon-info:after
			{
				background-position: 0px 0px;
			}
			
			.button-icon-paper:after
			{
				background-position: -96px 0px;
			}
	
		.button-medium
		{
			font-size: 1.25em;
			padding: 1em 2.25em 1em 2.25em;
		}

		.button-big
		{
			font-size: 1.5em;
			padding: 1em 2.25em 1em 2.25em;
		}

		.button-alt
		{
			background: #3a3a3a;
			background-image: -moz-linear-gradient(top, #525252, #3a3a3a);
			background-image: -webkit-linear-gradient(top, #525252, #3a3a3a);
			background-image: -o-linear-gradient(top, #525252, #3a3a3a);
			background-image: -ms-linear-gradient(top, #525252, #3a3a3a);
			background-image: linear-gradient(top, #525252, #3a3a3a);
			box-shadow: inset 0px 0px 0px 1px #3a3a3a, inset 0px 2px 1px 0px #a8a8a8;
		}

			.button-alt:hover
			{
				background-image: -moz-linear-gradient(top, #626262, #3a3a3a);
				background-image: -webkit-linear-gradient(top, #626262, #3a3a3a);
				background-image: -o-linear-gradient(top, #626262, #3a3a3a);
				background-image: -ms-linear-gradient(top, #626262, #3a3a3a);
				background-image: linear-gradient(top, #626262, #3a3a3a);
			}

			.button-alt:active
			{
				background-image: -moz-linear-gradient(top, #3a3a3a, #424242);
				background-image: -webkit-linear-gradient(top, #3a3a3a, #424242);
				background-image: -o-linear-gradient(top, #3a3a3a, #424242);
				background-image: -ms-linear-gradient(top, #3a3a3a, #424242);
				background-image: linear-gradient(top, #3a3a3a, #424242);
			}

	ul.style1
	{
	}
	
	ul.style2
	{
	}
	
		ul.style2 li
		{
			border-top: solid 1px #eee;
			padding: 0.55em 0 0.55em 0;
		}
		
			ul.style2 li:first-child
			{
				border-top: 0;
				padding-top: 0;
			}
			
	ol.style1
	{
	}

	.byline
	{
		display: block;
		font-weight: 700;
		letter-spacing: 0em;
		font-size: 15px;
		color: #999999;
	}

#searchFormContainer .jscategories .\36u:nth-child(3) label:nth-child(8) {
display:none;	
}

.contourMessageOnSubmit {
	font-weight:bold;
	}

.bannercontent .byline
	{

		font-size: 13px;

	}

		.byline strong
		{
			color: #474747;
			font-weight: 500;
		}

	.date
	{
		display: block;
		text-transform: uppercase;
		font-weight: 700;
		letter-spacing: 0.065em;
		font-size: 0.9em;
		color: #696969;
		margin: 0 0 0.25em 0;
	}
	
	header
	{
		margin: 0 0 2em 0;
	}

.landingbanners header {
	margin-bottom:0px;
	}
	
		header h2, header h3
		{
			margin: 0 0 0.45em 0;
		}
		
		header .byline
		{
			margin: 0;
		}

	footer

	{
		margin: 0.5em 0 0 0;
	}
	
	header.major
	{
		border-bottom: solid 1px #dbdbdb;
		margin: 0 0 1em 0;
	}
	
		header.major:after
		{
			content: '';
			display: block;
			border-top: solid 0px #dbdbdb;
			height: 8px;
		}

		header.major h2, 
		header.major h3
		{
			margin: 0 0 0.5em 0;
		}

		header.major .byline
		{
			margin: 0 0 1.5em 0;
			position: relative;
			top: -1em;
		}
	
	.box-excerpt
	{
		position: relative;
		overflow: hidden;
	}

		.box-excerpt header
		{
			margin: 0 0 1em 0;
		}

		.box-excerpt .image
		{
			margin-bottom: 0;
		}

		.box-excerpt p
		{
			margin-bottom: 0;
		}

	.box-feature1
	{
		text-align: left;
	}
	
		.box-feature1 header.first
		{
		}
	
			.box-feature1 header.first h2
			{
				font-size: 2.5em;
			}
			
			.box-feature1 header.first .byline
			{
				font-size: 1.2em;
			}
			
		.box-feature1 header.second {
			margin: 0 auto 0;
			text-align: center;
		}

			.box-feature1 header.second .byline
			{
				line-height: 1.3em;
			}
		
			.box-feature1 header.second:before {
				content: "";
				height: 14px;
				margin: 0;
				position: relative;
				top: 0;
				width: 64px;
			}

			.box-feature1 header.second-friends:before
			{
				background-position: 0px -80px;
			}

			.box-feature1 header.second-gear:before
			{
				background-position: -64px -80px;
			}

			.box-feature1 header.second-chart:before
			{
				background-position: -128px -80px;
			}
			
	.box-feature2
	{
		text-align: center;
	}
	
	.box-article-list
	{
	}
	
		.box-article-list article
		{
			border-bottom: solid 1px #dbdbdb;
			margin: 0 0 2.75em 0;
			padding: 0 0 2.75em 0;
		}

		.box-article-list article:last-child
		{
			border-bottom: 0;
			margin-bottom: 0;
			padding-bottom: 0;
		}

.landing img {
-webkit-transition: all 0.3s linear;
          transition: all 0.3s linear;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);	
}

.landing a:hover img{
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}

.image-full {
	overflow: hidden;
  position: relative;
  display: inline-block !important;
  vertical-align: top;
}

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

	#banner
	{
		text-align: right;
		
	}
	
		#banner h2
		{
			color: #fff;
			color: rgba(255,255,255,0.75);
					color:#6C207F;
			font-size: 2.3em;
			font-weight: 700;
			line-height: 1.1em;
			margin: 0 0 1.5em 0;
			letter-spacing: 0em;
		}
		
			#banner h2 strong
			{
				font-weight: 500;
				color: inherit;
				font-size:1.4em;
				line-height: 1.05em;
			}
		
			#banner h2:before
			{
				content: '';
				display: block;
				margin: 10px 0 0.5em 0;
			}

			#banner h2:after
			{
				content: '';
				display: block;
				margin: 1.25em 0 10px 0;
			}

		#banner p
		{
			text-transform: uppercase;
			color: #fff;
			color: rgba(255,255,255,0.75);
			font-size: 1.5em;
			font-weight: 700;
			line-height: 1.3em;
			letter-spacing: 0.04em;
		}

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

	#header-wrapper
	{
		background: #fff top center;
		background-size: 100%;
	}
	
	
	
		body.homepage #header-wrapper
		{
			background-size: cover;
		}
	
	#banner-wrapper
	{
	}
	
	#main-wrapper
	{
		background: #F6F6F6;
	}

		#main-wrapper .main-wrapper-style1 .inner,
		#main-wrapper .main-wrapper-style2 .inner,
		#main-wrapper .main-wrapper-style3 .inner
		{
			position: relative;
			z-index: 2;
		}

		#main-wrapper .main-wrapper-style1
		{
			background: url('../images/bg01.jpg');
			position: relative;
			
		}

			#main-wrapper .main-wrapper-style1:before
			{
				content: '';
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background: url('../images/bg03.png');
				background-size: 100% 100%;
				z-index: 1;
			}
	
		#main-wrapper .main-wrapper-style2
		{
		}
	
		#main-wrapper .main-wrapper-style3
		{
			background: url('../images/bg01.jpg');
			position: relative;
			text-shadow: 1px 1px 0 #fff;
		}

			#main-wrapper .main-wrapper-style3:before
			{
				content: '';
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 250px;
				background: url('../images/bg04.png');
				background-size: 100% 100%;
				z-index: 1;
				opacity: 0.25;
			}
	
	#footer-wrapper
	{
		position: relative;
		background: url('../images/bg04.png') top left no-repeat;
		background-size: 100% 250px;
		box-shadow: -2px -3px 19px -10px #111111;
	}
	
		#footer-wrapper:before
		{
			content: '';
			position: absolute;
			display: block;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
			background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
			background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
			background: -ms-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
			background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
			z-index: 1;
		}
	
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		margin-bottom: 0;
	}

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

	#footer
	{
		margin-bottom: 0;
		text-shadow: -1px -1px 0 rgba(0,0,0,1);
		position: relative;
		z-index: 2;
	}
	
		#footer h2
		{
			font-size: 1.35em;
			color: #fff;
		}

		#footer strong
		{
			color: #fff;
		}

		#footer a
		{
			color: #999;
		}

		#footer ul.style2 li
		{
			border-top: solid 1px;
			border-color: #444;
			border-color: rgba(255,255,255,0.075);
		}

			#footer ul.style2 li:first-child
			{
				border-top: 0;
			}

			#footer ul.style2 li a
			{
				text-decoration: none;
			}
		
		#footer .button-alt
		{
			box-shadow: inset 0px 0px 0px 1px #282828, inset 0px 2px 1px 0px #a0a0a0, 0px 4px 6px 0px rgba(0,0,0,0.025);
		}
		
		#footer dl.contact dt
		{
			color: #ddd;
		}

	#copyright
	{
		border-top: solid 1px;
		border-color: #444;
		border-color: rgba(255,255,255,0.075);
		text-align: center;
		margin-top: 2em;
		padding: 3em 0 4em 0;
		color: #555;
	}
	
		#copyright a
		{
			color: #666;
		}
		
		.left {
		float:left;	
		}
		.right {
		float:right;	
		}
		
		#footermail {
			background: url("../images/email.gif") no-repeat scroll 0 4px transparent;
			padding-left: 30px;
		}
		a.scrolltop {
			background: url("../images/uparrow.gif") no-repeat scroll 100% 0 transparent;
			padding-right: 30px;
		}
		#footerfeedback {
			background: url("../images/feedback.gif") no-repeat scroll 3px 4px transparent;
			padding-left: 30px;
		}
		#footerprivacy {
			background: url("../images/privacy.gif") no-repeat scroll 3px 5px transparent;
			padding-left: 30px;
		}
#footertwitter {
			background: url("../images/ychtwitter.png") no-repeat scroll 3px 5px transparent;
			padding-left: 30px;
		}
#findus{
			background: url("../images/findus.gif") no-repeat scroll 3px 5px transparent;
			padding-left: 30px;
		}
		
		#footer {
    text-align: left;
	color:#aaaaaa;
}

#footer a {
    color: #FFFFFF;
    text-decoration: none;
}

.footerbottom {
    background: url("../images/footerdivider.gif") repeat-x scroll 0 0 transparent;
height:5px;
}

#footer .row + .row > * {
    padding-top: 5px;
}

section.box-feature1 {
margin-bottom:0px;	
}

.jobsandcareers h3 {
	color:#FF3366
}

.youthwork h3 {color:#139EAC;}

.jobsandcareers h3 {
	color:#FF3366
}

.adviceandsupport h3 {
	color:#E592BF;
}

.buyourservices h3 {
	color:#F29965;
}

.search {background: none repeat scroll 0 0 #6C207F;
    color: #D3BDD9;
    font-family: Arial, sans-serif;
    font-size: 0.9em;
    font-weight: 500;
    letter-spacing: 0;
    outline: 0 none;
    padding: 1em 1.2em;
    text-decoration: none;
    text-transform: uppercase;
}

.searchbox {
	white-space: nowrap; background: none repeat scroll 0% 0% #d22e59; height: 44px;
}

#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: 500;
    height: 44px;
    letter-spacing: 0;
    outline: 0 none;
    padding: 0 1.2em;
    text-decoration: none;
    text-transform: uppercase;
}

#nav {
    line-height: 3em;
    position: absolute;
    right: 0;
    top: 20px;
}

input.field {
	float:left;
font-family: Arial,sans-serif;width:130px;color:white;font-weight:bold;border: 0px none; margin:0px;padding:0px 10px;background: none repeat scroll 0px 0px #d22e59; position: relative; top: 12px;	
}

input.site-submit {
float:right;
margin-top:5px;	
}

.wrapper-dropdown-5 {
    /* Size & position */
    position: relative;
    width: 200px;
    margin: 10px auto;
    padding: 8px 15px 8px 18px;
 
    /* Styles */
    background: #444444;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-out;
color: #cccccc;
    display: block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
text-align:left;
line-height: 1.85em;
}
 
.wrapper-dropdown-5:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
	z-index:250;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #CCCCCC transparent;
}

.wrapper-dropdown-5 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
 z-index:251;
    /* Styles */
    background: #444444;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    transition: all 0.3s ease-out;
 
    /* Hiding */
    max-height: 0;
    overflow: hidden;
}

.wrapper-dropdown-5 .dropdown li {
    padding: 0 10px ;
}
 
.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #ccc;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #999999;
}
 
.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}
 
.wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}
 
/* Hover state */
 
.wrapper-dropdown-5 .dropdown li:hover a {
    color: #FF3366;
}

/* Active state */
 
.wrapper-dropdown-5.active {
    background: #FF3366;
    box-shadow: none;
    border-bottom: none;
    color: white;
}
 
.wrapper-dropdown-5.active:after {
    border-color: #ffffff transparent;
}
 
.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
}

a.bannerlink {
	color: #D22E59;
    text-decoration: none;
	padding-right:20px;
	background: url("../images/pinklinkarrow.gif") no-repeat scroll 100% 2px transparent;
}

section.footerbottom {
margin:0;
padding:0;	
}

.main-wrapper-style1 section {
margin-bottom: 0;
margin-top: -60px;
}

.homebanners .image-full {

    margin: 0 0 0em;

}

.homepage .landing a h3 {
color:#6C207F;
display: inline;
font-family: Arial,sans-serif;
font-size: 1.1em;
letter-spacing: 0;
padding: 0 18px 0 0;
text-decoration: none;
text-transform: none;
}

.byline p a {

    background: url("../images/pinklinkarrow.gif") no-repeat scroll 100% 2px transparent;
    color: #D22E59;
    padding-right: 20px;
    text-decoration: none;

}

#morenav {
position:absolute;
width:250px;
background:transparent;	
display:none;
top:50px;
line-height:0px;
-moz-box-shadow: 5px 8px 8px -4px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 5px 8px 8px -4px rgba(0, 0, 0, 0.3);
box-shadow: 5px 8px 8px -4px rgba(0, 0, 0, 0.3);
z-index:2;
}

#nav3 {
-moz-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.3);	
}

#morenav li {
float:none;
display:none;	
padding:10px;

}





#morenav li a {
    line-height:1.5em;
    font-weight: bold;
    padding: 0px;
    text-decoration: none;
}



#morenav.navvis {
display:block;	
}

.myaccount, .ctrl {
float:right;	
}

.myaccount {

display:block;
width:130px;
padding:10px;


}


.myaccount a {
font-weight: normal;
text-decoration: none;
text-transform: uppercase;
font-family: Arial,sans-serif;
letter-spacing:0.25px;
padding:5px 15px 5px 5px;
}	



.myaccount a:hover {

color:#104A4E;

}

.ctrl a {

    display: block;
    font-weight: bold;
    padding: 10px 38px 10px 0;
    text-decoration: none;
}



.ctrl a:hover {
    background: url("../images/moreyouthon.gif") no-repeat scroll 83% 18px transparent;
    color: #ffffff;
}

header#landingtitle h1{
color: #ffffff;
font-family: Arial,sans-serif;
font-size: 3em;
font-weight: bold;
margin-top: 0;
padding-left: 20px;
text-transform: none;
}

.careers header#landingtitle h1{
color: #fff;
}
	
.general header#landingtitle h1{
	font-size:2.5em;
		}

.advice header#landingtitle h1{
color: #fff;
font-size: 3em;
		}

.staff header#landingtitle h1{
	font-size:3em;
		color: #ffffff;
		}

.services header#landingtitle h1{
color: #fff;
font-size: 3em;
		}

header#landingtitle {
background: #6c207f none repeat scroll 0 0;
clear: both;
height: 70px;
margin-bottom: 0;
padding-top: 50px;
}

.youth header#landingtitle {
background:rgb(36, 175, 189) none repeat scroll 0 0;
}

.careers header#landingtitle {
background: #ea466f none repeat scroll 0 0;
}


.advice header#landingtitle {
background: #e592bf none repeat scroll 0 0;
}

.services header#landingtitle {
background: #f29965 none repeat scroll 0 0;
}

.staff header#landingtitle {
background: #6c207f none repeat scroll 0 0;
}

.partners header#landingtitle {
background: #6c207f none repeat scroll 0 0;
}

.general header#landingtitle {
background: #6c207f none repeat scroll 0 0;
}

.admin header#landingtitle {
background: #6c207f none repeat scroll 0 0;
}

#landinginfo {
	padding:50px 20px 15px 20px;
	display:none;
}

#landinginfo h2 {
font-size: 1.3em;
    letter-spacing: 0;
    line-height: 1.4em;
    margin-bottom: 5px;	
}

#landinginfo p a {

	color: #126166;

}

.landing a {
	text-decoration:none;
	}

.landing h3 a {
	
	font-family: Arial,sans-serif;
	text-transform:none;	
	font-size: 1em;
	letter-spacing:0;
	display:inline;
	padding:0 18px 0 0;
}

.landing a h3 {
    display: inline;
    font-family: Arial,sans-serif;
    font-size: 1.25em;
    letter-spacing: 0;
    padding: 0 18px 0 0;
    text-decoration: none;
    text-transform: none;
}


#landinginfo h2 {
	font-family: Arial,sans-serif;
	text-transform:none;
}

.featureNews {
background: white none repeat scroll 0 0;
box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
line-height: 1.6em;
margin-bottom: 25px;
min-height: 204px;
padding: 15px 20px;
}

.featureNews h3 {
margin-top:0;
text-transform:none;
}

.featureNews .button-icon {
display:block;
background: #BBBBBB;	
}

.featureNews .button-icon:hover {
display:block;
background: #999999;	
}

.featureNews .newsdate {
	display:block;
}

.featureNews .newstitle {
	display:block;
	font-weight:bold;
	color:#474747;
	font-size:1.1em;
}

.content {
padding:0 0px;	
}

.content span.intro {
 
    display: block;
    margin-bottom: 20px;
    padding-bottom: 15px;
}



.content h1 {
    color: #666666;
    font-family: Arial,sans-serif;
    font-size: 2.5em;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1em;
    margin-bottom: 14px;
    margin-top: 0;
    padding-left: 0;
    text-transform: none;
}

.content .intro p {
	font-family: Arial,sans-serif;
    font-size: 1.3em;
    letter-spacing: 0;
    line-height: 1.4em;
    margin-bottom: 5px;
	color:#666666;	
}



.displayleftmenu {
display:inline;	
	line-height:1.2em;
}

.displayrightbar {
display:inline;	
}

.noleftmenu .displayleftmenu {
display:none;	
}

.norightbar .displayrightbar {
display:none;	
}


.norightbar .\38 u{
width:100%;
}
	
.norightbar .\39 u{
	
}
		
.norightbar .landingbanners .\34 u{

}

.listing {
	background:#ffffff;
	border:1px solid #EEEEEE;
	padding:18px;
	margin-bottom:3px;
	clear:left;
	margin-left:0px;
	float:left;
}
	
.opportunitiesresultslisting .listing {
	background: rgba(0, 0, 0, 0);
    padding-left: 35px;
		}

.listing .sicon {
	float:left;	
	margin:0 15px 0 0;
	width:48px;
	height:50px;
}

.listing .lcontent {
	margin-left: 63px;
    margin-top: -8px;	
}

.listing .ccontent {
	margin-left: 0px;
    margin-top: -8px;	
}

.listing h4 a:hover, .listing h3 a:hover {
    text-decoration:underline;
}

.listing h4 {
	color: #666666;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}
	
.listing h3 {
	font-family: Arial,sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 0.2em;
    text-transform: none;
	color:#666;
}
		
.listing p {
	color:#444444;	
	margin-bottom:0px;
	line-height:20px;
}

.sarticle .sicon {
	background: url('/images/sarticle.gif') no-repeat #CCCCCC;
}
		
.sdownload .sicon {
	background: url('/images/sdownload.gif') no-repeat #CCCCCC;
}
				
.slink .sicon {
	background: url('/images/slink.gif') no-repeat #CCCCCC;
}

.featureGraphic img {
	width:100%;	
	}

.article_pagination_ul {
	margin: 10px 0 0;
    padding: 0 0 20px;	
}
	
ul.article_pagination_ul li {
    color: #999999;
    display: inline;
    font-size: 14px;
    line-height: 18px;
    list-style: none outside none;
    padding: 0 5px 0 0;
}
	
a.article_pagination_link {
    color: #555555;
    text-decoration: none;
}

.featureText {
	background:#ffffff;
	box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
	margin-bottom:15px;
	margin-left:-5px;
	margin-right:5px;
	padding:15px;
}

.casestudyText {
	background:#ffffff;
	padding:15px;
	float:left;
}

.featureCasestudy {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-bottom: 15px;
    margin-left: -5px;
    margin-right: 5px;
	box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
}

.featureCasestudy:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
	
.featureText a {
	text-decoration: none;			
}

.featureCasestudy a {
	text-decoration: none;			
}
		
.featureText span span {
    display: block;
}

.featureCasestudy span span {
    display: block;
}

.featureText a.button {
	display:block;	
	margin-top:10px;
	background:#EEEEEE;
	color:#454545 !important;
}

.featureNews p {
	margin-bottom:0.5em;	
	}
	
.featureNews {
	line-height: 1.6em;
    margin-bottom: 25px;
	}
.featureText .button-icon:after {
    background: url("../images/featurebuttonarrow.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.featureText ul {
	list-style: disc outside none;	
	}

.featureText .button-icon:before {
    margin-left: 0.9em;
}
				
a .ftext {
	color:#454545;
	line-height:22px;
	text-align:center;
}
				
a .ftitle {
	color: #666666;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 5px;
    text-align: center;
}
					
.featureGraphic {
	margin-bottom:15px;	
}

ul.catList {
    clear: both;
    list-style-type: none;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
	float:left;
}

ul.catList li {
    display: block;
    float: left;
    margin-right: 10px;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
	padding:0px;
	margin-bottom:5px;
}

ul.catList a {
    cursor: pointer;
    display: block;
    padding: 0 10px;
    text-decoration: none;
	background: none repeat scroll 0 0 #eeeeee;
}

ul.catList a:hover {
    color:#ffffff;
	background: none repeat scroll 0 0 #cccccc;
}

.article_pagination {
    clear: both;
    padding-top: 1px;
}

.youth #morenav li {border-bottom:1px solid #3FCAD8;		}
.youth #morenav li:first-child {border-bottom:0px solid #3FCAD8;		}
.careers #morenav li {border-bottom:1px solid #F6A0B6;		}
.careers #morenav li:first-child {border-bottom:0px solid #F6A0B6;		}
.advice #morenav li {border-bottom:1px solid #F5BBDC;		}
.advice #morenav li:first-child {border-bottom:0px solid #F5BBDC;		}
.services #morenav li {border-bottom:1px solid #3FCAD8;		}
.services #morenav li:first-child {border-bottom:0px solid #3FCAD8;		}
.staff #morenav li {border-bottom:1px solid #AC5AC0;		}
.staff #morenav li:first-child {border-bottom:0px solid #AC5AC0;		}
.partners #morenav li {border-bottom:1px solid #AC5AC0;		}
.partners #morenav li:first-child {border-bottom:0px solid #AC5AC0;		}
.general #morenav li {border-bottom:1px solid #AC5AC0;		}
.general #morenav .last {border-bottom:0px solid #AC5AC0;		}

/*********************************************************************************/
/* YOUTH Page specific colours and images                                                                       */
/*********************************************************************************/

.youth .myaccount {background:url("../images/myaccountyouth.gif") no-repeat 90% 16px #31BCCA;border-left:1px solid #2796A2;	}
.youth #morenav li a {color: #126166;  }
.youth #morenav li {background: none repeat scroll 0 0 #24AFBD;	}
.youth .myaccount a {color: #126166;}	
.youth .ctrl a {background: url("../images/moreyouth.gif") no-repeat scroll 80% 18px transparent;color: #126166;}
.youth #landinginfo {background: none repeat scroll 0 0 #24AFBD;color: #126166;letter-spacing:0px;}
.youth #landinginfo h2 {color: #126166;}
.youth #landinginfo h2 strong {color: #126166;}
.youth #landinginfo p strong {color: #126166;}
.youth #landinginfo p {margin-bottom:5px;}
.youth #landinginfo p a {color: #126166;}
.youth .landing h3 a {color:#39B7C3;background:url("../images/landingarrowyouth.gif") no-repeat scroll 100% 60% transparent;}
.youth .content span.intro {border-bottom: 2px solid #126166;}
.youth .content h1 {color: #24AFBD;}
.youth h3 {color:#139EAC;}
.youth .content h2 {color: #126166;}
.youth .featureNews h2 {color: #126166;}
.youth .content h2 strong {color: #126166;}
.youth .listing h3 {color:#24AFBD;}
.youth .listing h4 a {color:#126166;}
.youth a.article_pagination_link {color: #24AFBD;}
.youth ul.catList a {background: none repeat scroll 0 0 #C9E4E7;}
.youth ul.catList a:hover {background: none repeat scroll 0 0 #24AFBD;}
.youth a .ftitle {color: #24AFBD;}
.youth .sarticle .sicon {background: url('/images/sarticleyouth.gif') no-repeat #CCCCCC;}		
.youth .sdownload .sicon {background: url('/images/sdownloadyouth.gif') no-repeat #CCCCCC;}
.youth .slink .sicon {background: url('/images/slinkyouth.gif') no-repeat #CCCCCC;}
.youth .featureText.colouredBg {
	background:#24AFBD;
	box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
	margin-bottom:15px;
	margin-left:-5px;
	margin-right:5px;
	padding:15px;
}
.youth .colouredBg a .ftitle {color: #ffffff;}

/*********************************************************************************/
/* CAREERS Page specific colours and images                                                                       */
/*********************************************************************************/

.careers .myaccount {background:url("../images/myaccountcareers.gif") no-repeat 90% 16px #F56389;border-left:1px solid #D9456B;	}
.careers #morenav li a {color: #752337;  }
.careers #morenav li {background: none repeat scroll 0 0 #EA466F;	}
.careers .myaccount a {color: #752337;}	
.careers .ctrl a {background: url("../images/morecareers.gif") no-repeat scroll 80% 18px transparent;color: #752337;}
.careers #landinginfo {background: none repeat scroll 0 0 #EA466F;color: #752337;letter-spacing:0px;}
.careers #landinginfo h2 {color: #752337;}
.careers #landinginfo h2 strong {color: #752337;}
.careers #landinginfo p strong {color: #752337;}
.careers #landinginfo p {margin-bottom:5px;}
.careers #landinginfo p a {color: #752337;}
.careers .landing h3 a {color:#EA466F;background:url("../images/landingarrowcareers.gif") no-repeat scroll 100% 60% transparent;}
.careers .content span.intro {border-bottom: 2px solid #752337;}
.careers .content h1 {color: #EA466F;}
.careers h3 {color:#EA466F;}
.careers .content h2 {color: #752337;}
.careers .content h2 strong {color: #752337;}
.careers .listing h3 {color:#EA466F;}
.careers .listing h4 a {color:#752337;}
.careers a.article_pagination_link {color: #EA466F;}
.careers ul.catList a {background: none repeat scroll 0 0 #EED6DC;}
.careers ul.catList a:hover {background: none repeat scroll 0 0 #EA466F;}
.careers a .ftitle {color: #EA466F;}
.careers .content a {color: #752337;}
.careers .content a.article_pagination_link {}
.careers .\38u .button-icon:after {background: url("../images/pinkbuttonarrow.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);}
.careers .\38u .button:hover {background: none repeat scroll 0 0 #F56389;}
.careers .\38u .button {background: none repeat scroll 0 0 #EA466F;}
.careers .sarticle .sicon {background: url('/images/sarticlecareers.gif') no-repeat #CCCCCC;}		
.careers .sdownload .sicon {background: url('/images/sdownloadcareers.gif') no-repeat #CCCCCC;}
.careers .slink .sicon {background: url('/images/slinkcareers.gif') no-repeat #CCCCCC;}
.careers .featureText.colouredBg {
	background:#EA466F;
	box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
	margin-bottom:15px;
	margin-left:-5px;
	margin-right:5px;
	padding:15px;
}
.careers .colouredBg a .ftitle {color: #ffffff;}

/*********************************************************************************/
/* ADVICE Page specific colours and images                                                                       */
/*********************************************************************************/

.advice .myaccount {background:url("../images/myaccountadvice.gif") no-repeat 90% 16px #F3BDDC;border-left:1px solid #D072A7;	}
.advice #morenav li a {color: #97396E;  }
.advice #morenav li {background: none repeat scroll 0 0 #E592BF;	}
.advice .myaccount a {color: #97396E;}	
.advice .ctrl a {background: url("../images/moreadvice.gif") no-repeat scroll 80% 18px transparent;color: #97396E;}
.advice #landinginfo {background: none repeat scroll 0 0 #E592BF;color: #97396E;letter-spacing:0px;}
.advice #landinginfo h2 {color: #97396E;}
.advice #landinginfo h2 strong {color: #97396E;}
.advice #landinginfo p strong {color: #97396E;}
.advice #landinginfo p {margin-bottom:5px;}
.advice #landinginfo p a {color: #97396E;}
.advice .landing h3 a {color:#DC80B4;background:url("../images/landingarrowadvice.gif") no-repeat scroll 100% 60% transparent;}
.advice .content span.intro {border-bottom: 2px solid #97396E;}
.advice .content h1 {color: #E592BF;}
.advice h3 {color:#DC80B4;}
.advice .content h2 {color: #97396E;}
.advice .content h2 strong {color: #97396E;}
.advice .listing h3 {color:#E592BF;}
.advice .listing h4 a {color:#97396E;}
.advice a.article_pagination_link {color: #E592BF;}
.advice ul.catList a {background: none repeat scroll 0 0 #ECD9F1;}
.advice ul.catList a:hover {background: none repeat scroll 0 0 #E592BF;}
.advice a .ftitle {color: #E592BF;}
.advice .content a {color: #97396E;}
.advice .sarticle .sicon {background: url('/images/sarticleadvice.gif') no-repeat #CCCCCC;}		
.advice .sdownload .sicon {background: url('/images/sdownloadadvice.gif') no-repeat #CCCCCC;}
.advice .slink .sicon {background: url('/images/slinkadvice.gif') no-repeat #CCCCCC;}
.advice .featureText.colouredBg {
	background:#E592BF;
	box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
	margin-bottom:15px;
	margin-left:-5px;
	margin-right:5px;
	padding:15px;
}
.advice .colouredBg a .ftitle {color: #ffffff;}

/*********************************************************************************/
/* SERVICES Page specific colours and images                                                                       */
/*********************************************************************************/

.services .myaccount {background:url("../images/myaccountservices.gif") no-repeat 90% 16px #FCB086;border-left:1px solid #D072A7;	}
.services #morenav li a {color: #9A3E0C;  }
.services #morenav li {background: none repeat scroll 0 0 #F29965;	}
.services .myaccount a {color: #8B3607;}	
.services .ctrl a {background: url("../images/moreservices.gif") no-repeat scroll 80% 18px transparent;color: #8B3607;}
.services #landinginfo {background: none repeat scroll 0 0 #F29965;color: #8B3607;letter-spacing:0px;}
.services #landinginfo h2 {color: #8B3607;}
.services #landinginfo h2 strong {color: #8B3607;}
.services #landinginfo p strong {color: #8B3607;}
.services #landinginfo p {margin-bottom:5px;}
.services #landinginfo p a {color: #8B3607;}
.services .landing h3 a {color:#F29965;background:url("../images/landingarrowservices.gif") no-repeat scroll 100% 60% transparent;}
.services .content span.intro {border-bottom: 2px solid #8B3607;}
.services .content h1 {color: #F29965;}
.services h3 {color:#F29965;}
.services .content h2 {color: #97396E;}
.services .content h2 strong {color: #8B3607;}
.services .listing h3 {color:#F29965;}
.services .listing h4 a {color:#8B3607;}
.services a.article_pagination_link {color: #F29965;}
.services ul.catList a {background: none repeat scroll 0 0 #FBE2D5;}
.services ul.catList a:hover {background: none repeat scroll 0 0 #F29965;}
.services a .ftitle {color: #F29965;}
.services .content a {color: #8B3607;}
		.services .sarticle .sicon {background: url('/images/sarticleservices.gif') no-repeat #CCCCCC;}		
.services .sdownload .sicon {background: url('/images/sdownloadservices.gif') no-repeat #CCCCCC;}
.services .slink .sicon {background: url('/images/slinkservices.gif') no-repeat #CCCCCC;}
.services .featureText.colouredBg {
	background:#F29965;
	box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
	margin-bottom:15px;
	margin-left:-5px;
	margin-right:5px;
	padding:15px;
}
.services .colouredBg a .ftitle {color: #ffffff;}

/*********************************************************************************/
/* STAFF AND PARTNERS Page specific colours and images                                                                       */
/*********************************************************************************/

.staff .myaccount {background:url("../images/myaccountstaff.gif") no-repeat 90% 16px #87279F;border-left:1px solid #9722B4;	}
.staff #morenav li a {color: #D3BDD9;  }
.staff #morenav li {background: none repeat scroll 0 0 #6C207F;	}
.staff .myaccount a {color: #D3BDD9;}	
.staff .ctrl a {background: url("../images/morestaff.gif") no-repeat scroll 80% 18px transparent;color: #D3BDD9;}
.staff #landinginfo {background: none repeat scroll 0 0 #6C207F;color: #D3BDD9;letter-spacing:0px;}
.staff #landinginfo h2 {color: #D3BDD9;}
.staff #landinginfo h2 strong {color: #D3BDD9;}
.staff #landinginfo p strong {color: #D3BDD9;}
.staff #landinginfo p {margin-bottom:5px;}
.staff #landinginfo p a {color: #8B3607;}
.staff .landing h3 a {color:#6C207F;background:url("../images/landingarrowstaff.gif") no-repeat scroll 100% 60% transparent;}
.staff .content span.intro {border-bottom: 2px solid #55036A;}
.staff .content h1 {color: #6C207F;}
.staff h3 {color:#6C207F;}
.staff .content h2 {color: #55036A;}
.staff #sidebar h2 {color: #55036A;}
.staff .content h2 strong {color: #8B3607;}
.staff .listing h3 {color:#6C207F;}
.staff .listing h4 a {color:#8B3607;}
.staff a.article_pagination_link {color: #6C207F;}
.staff ul.catList a {background: none repeat scroll 0 0 #ECD9F1;}
.staff ul.catList a:hover {background: none repeat scroll 0 0 #6C207F;}
.staff a .ftitle {color: #6C207F;}
.staff .content a {color: #6C207F;}
.staff .sarticle .sicon {background: url('/images/sarticlestaff.gif') no-repeat #CCCCCC;}		
.staff .sdownload .sicon {background: url('/images/sdownloadstaff.gif') no-repeat #CCCCCC;}
.staff .slink .sicon {background: url('/images/slinkstaff.gif') no-repeat #CCCCCC;}
			.staff .featureText.colouredBg {
	background:#6C207F;
	box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
	margin-bottom:15px;
	margin-left:-5px;
	margin-right:5px;
	padding:15px;
}
.staff .colouredBg a .ftitle {color: #ffffff;}

.partners .myaccount {background:url("../images/myaccountstaff.gif") no-repeat 90% 16px #87279F;border-left:1px solid #9722B4;	}
.partners #morenav li a {color: #D3BDD9;  }
.partners #morenav li {background: none repeat scroll 0 0 #6C207F;	}
.partners .myaccount a {color: #D3BDD9;}	
.partners .ctrl a {background: url("../images/morestaff.gif") no-repeat scroll 80% 18px transparent;color: #D3BDD9;}
.partners #landinginfo {background: none;color: #6C207F;letter-spacing:0px;display:block !important;}
.partners #landinginfo h2 {color: #D3BDD9;}
.partners #landinginfo h2 strong {color: #D3BDD9;}
.partners #landinginfo p strong {color: #6C207F;}
.partners #landinginfo p {margin-bottom:5px;}
.partners #landinginfo p a {color: #8B3607;}
.partners .landing h3 a {color:#6C207F;background:url("../images/landingarrowstaff.gif") no-repeat scroll 100% 60% transparent;}
.partners .content span.intro {border-bottom: 2px solid #55036A;}
.partners .content h1 {color: #6C207F;}
.partners h3 {color:#6C207F;}
.partners .content h2 {color: #55036A;}
.partners .featureNews h2 {color: #55036A;}
.partners .content h2 strong {color: #8B3607;}
.partners .listing h3 {color:#6C207F;}
.partners .listing h4 a {color:#8B3607;}
.partners a.article_pagination_link {color: #6C207F;}
.partners ul.catList a {background: none repeat scroll 0 0 #ECD9F1;}
.partners ul.catList a:hover {background: none repeat scroll 0 0 #6C207F;}
.partners a .ftitle {color: #6C207F;}
.partners .content a {color: #6C207F;}
.partners .sarticle .sicon {background: url('/images/sarticlestaff.gif') no-repeat #CCCCCC;}		
.partners .sdownload .sicon {background: url('/images/sdownloadstaff.gif') no-repeat #CCCCCC;}
.partners .slink .sicon {background: url('/images/slinkstaff.gif') no-repeat #CCCCCC;}
.partners .featureText.colouredBg {
	background:#6C207F;
	box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
	margin-bottom:15px;
	margin-left:-5px;
	margin-right:5px;
	padding:15px;
}
.partners .colouredBg a .ftitle {color: #ffffff;}

/*********************************************************************************/
/* GENERAL Page specific colours and images                                                                       */
/*********************************************************************************/

.general .myaccount {background:url("../images/myaccountstaff.gif") no-repeat 90% 16px #87279F;border-left:1px solid #9722B4;	}
.general #morenav li a {color: #D3BDD9;  }
.general #morenav li {background: none repeat scroll 0 0 #6C207F;	}
.general .myaccount a {color: #D3BDD9;}	
.general .ctrl a {background: url("../images/morestaff.gif") no-repeat scroll 80% 18px transparent;color: #D3BDD9;}
.general #landinginfo {background: none repeat scroll 0 0 #6C207F;color: #D3BDD9;letter-spacing:0px;}
.general #landinginfo h2 {color: #D3BDD9;}
.general #landinginfo h2 strong {color: #D3BDD9;}
.general #landinginfo p strong {color: #D3BDD9;}
.general #landinginfo p {margin-bottom:5px;}
.general #landinginfo p a {color: #8B3607;}
.general .landing h3 a {color:#6C207F;background:url("../images/landingarrowstaff.gif") no-repeat scroll 100% 60% transparent;}
.general .content span.intro {border-bottom: 2px solid #55036A;}
.general .content h1 {color: #6C207F;}
.general h3 {color:#6C207F;}
.general .content h2 {color: #55036A;}
.general .featureNews h2 {color: #55036A;}
.general .content h2 strong {color: #6C207F;}
.general .listing h3 {color:#6C207F;}
.general .listing h4 a {color:#8B3607;}
.general a.article_pagination_link {color: #6C207F;}
.general ul.catList a {background: none repeat scroll 0 0 #ECD9F1;}
.general ul.catList a:hover {background: none repeat scroll 0 0 #6C207F;}
.general a .ftitle {color: #6C207F;}
.general .content a {color: #6C207F;}
.general .sarticle .sicon {background: url('/images/sarticlestaff.gif') no-repeat #CCCCCC;}		
.general .sdownload .sicon {background: url('/images/sdownloadstaff.gif') no-repeat #CCCCCC;}
.general .slink .sicon {background: url('/images/slinkstaff.gif') no-repeat #CCCCCC;}
.general .featureText.colouredBg {
	background:#6C207F;
	box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
	margin-bottom:15px;
	margin-left:-5px;
	margin-right:5px;
	padding:15px;
}
.general .colouredBg a .ftitle {color: #ffffff;}


/*********************************************************************************/
/* ADMIN Page specific colours and images                                                                       */
/*********************************************************************************/

.admin .myaccount {background:url("../images/myaccountstaff.gif") no-repeat 90% 16px #87279F;border-left:1px solid #9722B4;	}
.admin #morenav li a {color: #D3BDD9;  }
.admin #morenav li {background: none repeat scroll 0 0 #6C207F;	}
.admin .myaccount a {color: #D3BDD9;}	
.admin .ctrl a {background: url("../images/morestaff.gif") no-repeat scroll 80% 18px transparent;color: #D3BDD9;}
.admin #landinginfo {background: none repeat scroll 0 0 #6C207F;color: #D3BDD9;letter-spacing:0px;}
.admin #landinginfo h2 {color: #D3BDD9;}
.admin #landinginfo h2 strong {color: #D3BDD9;}
.admin #landinginfo p strong {color: #D3BDD9;}
.admin #landinginfo p {margin-bottom:5px;}
.admin #landinginfo p a {color: #8B3607;}
.admin .landing h3 a {color:#6C207F;background:url("../images/landingarrowstaff.gif") no-repeat scroll 100% 60% transparent;}
.admin .content span.intro {border-bottom: 2px solid #55036A;}
.admin .content h1 {color: #6C207F;}
.admin h3 {color:#6C207F;}
.admin .content h2 {color: #55036A;}
.admin .featureNews h2 {color: #55036A;}
.admin .content h2 strong {color: #6C207F;}
.admin .listing h3 {color:#6C207F;}
.admin .listing h4 a {color:#8B3607;}
.admin a.article_pagination_link {color: #6C207F;}
.admin ul.catList a {background: none repeat scroll 0 0 #ECD9F1;}
.admin ul.catList a:hover {background: none repeat scroll 0 0 #6C207F;}
.admin a .ftitle {color: #6C207F;}
.admin .content a {color: #6C207F;}
.admin .sarticle .sicon {background: url('/images/sarticlestaff.gif') no-repeat #CCCCCC;}		
.admin .sdownload .sicon {background: url('/images/sdownloadstaff.gif') no-repeat #CCCCCC;}
.admin .slink .sicon {background: url('/images/slinkstaff.gif') no-repeat #CCCCCC;}
.admin .featureText.colouredBg {
	background:#6C207F;
	box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
	margin-bottom:15px;
	margin-left:-5px;
	margin-right:5px;
	padding:15px;
}
.admin .colouredBg a .ftitle {color: #ffffff;}









.js {
background:#FFE5EC;
padding:10px;	
float:left;
width:100%;
color: #752337;
margin-bottom:10px;
}

.js label {
clear:both;	
float:left;
width:100%;
margin-bottom:3px;
}

.js header {
margin-bottom:5px;
font-size:18px;
font-weight:bold;
color:#EA466F;
margin-top:2px;
}

span.label {
 background: url("../images/label.png") no-repeat scroll 13px center #F78FAA;
    color: #752337;
    cursor: pointer;
    display: block;
    height: 35px;
    line-height: 35px;
    margin: 10px 0 0px;
    overflow: hidden;
    padding: 0 0 0 37px;
    position: relative;
	}
span.label.active, span.label:hover {	
    background-image: url("../images/label-selected.png");
	background-color: #EA466F;
    color: #752337;
}
.content .item-list ul, .item-list ul li {
list-style: none outside none !important;	
margin:0;
padding:0;
clear:both;
}

.toggledcontent {
background:#fff;
padding:0px;
margin-bottom:10px;	
float:left;
width:100%;
}

.search-forms li {
box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.3);	
}

.padding10 {
padding:10px;	
}

span.labeltext {
    float: left;
    margin-left: 2px;
    width: 80%;
	line-height: 18px;
	font-size:12px;
	margin-top:0px;
}

.jshourstype span.labeltext {
    float: left;
    margin-left: 2px;
    width: 70%;
	line-height: 18px;
	font-size:12px;
	margin-top:0px;
}

.jscategories input, #byarea input, .jshourstype input {
float:left;	
margin-left:0px;
}

span.filternum {
padding-left:3px;	
}

.opportunities {
margin-top:5px;
padding-left:0px;
padding-top:10px;
border-top: 0px solid #EA466F;	
float:left;
width:100%;
}

#opportunitiesresults {
margin-top:10px;
padding-left:0px;
padding-top:10px;
border-top: 1px solid #EA466F;	
float:left;
width:100%;
border-bottom: 1px solid #EA466F;	
}

.opportunitiesbox div {
	float:right;
	padding-left:0px;
	
}

.width102 {
width:103% !important;	
padding-top:0px !important;
}

#opportunitiesnum {
font-weight:bold;
color:#EA466F;
}

.viewopportunities {
	float:right;
}
.opportunitiesbox {
float:right;	
padding:8px 15px 8px 8px;
}

.vacancyDetails {
    padding-bottom: 0em;
    width: 100%;
	margin-bottom:0px;
}

.vacancyDetails dt {
    clear: left;
    float: left;
    font-weight: normal;
    padding-bottom: 0em;
    width: 35%;
	color: #EA466F;
	margin:0;
	line-height:20px;
}

.vacancyDetails dd {
    float: left;
    width: 65%;
		margin:0;
		line-height:20px;
}

.opportunitiesresultslisting {
width:100%;	
margin-top:10px;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.careers .content .addjob {
    background: url("../images/opportarrow.gif") no-repeat scroll 100% 5px rgba(0, 0, 0, 0);
    color: #EA466F;
    float: right;
    padding-left: 0px;
    padding-right: 17px;
    position: relative;
	margin-right:10px;
}

.careers .content .savejob {
   

    float: left;
    padding-left: 0px;
    padding-right: 17px;
    position: relative;
}

.listing dl {
margin-bottom:5px;	
}

html .featureCasestudy a .ftitle {
color:#EA466F;
font-family: Arial, sans-serif;
text-decoration:none;
clear:both;	
font-weight:normal;
font-size:26px;
margin-top:10px;
margin-bottom:15px;
}

html .featureCasestudy a .ftext {
color:#555;
font-family: Arial, sans-serif;	
text-decoration:none;
clear:both;	
font-weight:bold;
}


.featureCasestudy .button-icon:before {
    margin-left: 0.9em;
}
.featureCasestudy .button-icon:before {
    margin-left: 2.9em;
}
.featureCasestudy .button-icon:before {
    margin-left: 0.9em;
}
.featureCasestudy .button-icon:after {
    background: url("../images/featurebuttonarrow.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.featureCasestudy a.button {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #454545 !important;
    display: block;
    margin-top: 10px;
}

.casestudyImage img {
width:100%;	
margin:0;
padding:0;
float:left;	
}

.casestudyImage {
height:auto;
float:left;	
width:100%;
}

.opportunitiesmap {
margin-top:10px;
}

.opportunitydetail {
    width: 100%;
	margin-top:-1px;
}

.opportunitydetail h1 {
    font-size: 25px;
}

.listing .opportunitydetail p {
    color: #444444;
    line-height: 20px;
    margin-bottom: 8px;
}

.opportunityheader {
margin-bottom:10px;	
}

.nextjob {
margin-left:10px;	
}

#resultsTop a {
	cursor:pointer;
}

#mapCanvas {
	width:100%;
	height:350px;
}

#mapCanvas.smallMap {
	height:250px;
}

.opportunitiesresultslisting .markerA {padding-left:35px;background: url("../images/pinA.png") no-repeat scroll 10px 10px rgba(0, 0, 0, 0);}
.opportunitiesresultslisting .markerB {padding-left:35px;background: url("../images/pinB.png") no-repeat scroll 10px 10px rgba(0, 0, 0, 0);}
.opportunitiesresultslisting .markerC {padding-left:35px;background: url("../images/pinC.png") no-repeat scroll 10px 10px rgba(0, 0, 0, 0);}
.opportunitiesresultslisting .markerD {padding-left:35px;background: url("../images/pinD.png") no-repeat scroll 10px 10px rgba(0, 0, 0, 0);}
.opportunitiesresultslisting .markerE {padding-left:35px;background: url("../images/pinE.png") no-repeat scroll 10px 10px rgba(0, 0, 0, 0);}
.opportunitiesresultslisting .markerF {padding-left:35px;background: url("../images/pinF.png") no-repeat scroll 10px 10px rgba(0, 0, 0, 0);}
.opportunitiesresultslisting .markerG {padding-left:35px;background: url("../images/pinG.png") no-repeat scroll 10px 10px rgba(0, 0, 0, 0);}
.opportunitiesresultslisting .markerH {padding-left:35px;background: url("../images/pinH.png") no-repeat scroll 10px 10px rgba(0, 0, 0, 0);}
.opportunitiesresultslisting .markerI {padding-left:35px;background: url("../images/pinI.png") no-repeat scroll 10px 10px rgba(0, 0, 0, 0);}
.opportunitiesresultslisting .markerJ {padding-left:35px;background: url("../images/pinJ.png") no-repeat scroll 10px 10px rgba(0, 0, 0, 0);}

a .cotitle {
    color: #FFFFFF;
	font-size:26px;
	font-weight: 700;
    line-height: 25px;
    margin-bottom: 5px;
    text-align: center;
}

.checkout a.button {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #454545 !important;
    display: block;
    margin-top: 10px;
}
	
.checkout .button-icon:after {
    background: url("../images/featurebuttonarrow.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

a .cotext {
    color: #752337;
    line-height: 22px;
    text-align: center;
}

.checkout {
    background: none repeat scroll 0 0 #EA466F;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
    margin: 36px 5px 15px -5px;
    padding: 15px;
}


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

.checkout a {
    text-decoration: none;
}

.checkout span span {
    display: block;
}

.basketresultslisting {
    margin-top: 0;
    width: 100%;
}

.basketresults {
    border-bottom: 1px solid #EA466F;
    border-top: 0 solid #EA466F;
    float: left;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 0;
    width: 100%;
}

.content ul {
list-style:disc outside none;	
}
	
.content .displayleftmenu ul {
list-style:none outside none;	
}
	
.content ul li {
margin:0 0 0 15px;	
}
		
	.content .displayleftmenu ul li {
margin:0 0 0 0px;	
}

.imageLeft {
	float:left;
	margin:8px 20px 20px 0;
}

.imageRight {
	float:right;
	margin:8px 0 20px 20px;
}

#edit-distance {
width:150px;	
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#edit-post-code {
width:150px;	
}

.myaccount {
    display: none;
    padding: 10px;
    width: 130px;
}
.cHidden, .mHidden{display:none}

.homepage #nav2 {
	display:block;
	margin-top:-38px;
	}

ol.resultList {
list-style-type:decimal;
	margin-left:25px;
}

ol.resultList li.showItems {
list-style-type:none;
margin:10px 0 0 -25px;	
}

.nimage {
	width:140px;
		float:left;



	}
	
.ncontent {
margin-left:160px;

}

.listing {
	width:96%;	
	}

.content ul#search-location li {
    margin: 0 0 0 0px;
}

.container td {
border:1px solid #cccccc;	
}

#login {
    background: rgb(108, 33, 128) none repeat scroll 0 0;
    box-shadow: 0 0 1px rgb(102, 102, 102);
    clear: both;
    color: rgb(255, 255, 255);
    float: right;
    height: 23px;
    margin-bottom: 0;
    padding: 5px 15px 6px;
    top: 3px;
}

#login a {
color:#ffffff;
}

#myAccountPassword {
	margin-top:20px;
}

input {
margin-top:10px;	
}


	
.byline p a.jobsearchhome {
    background: url("../images/whitelinkarrow.gif") no-repeat scroll 96% 9px #D22E59;
    color: #FFFFFF;
    line-height: 32px;
    margin-top: 5px;
    padding: 8px 25px 8px 8px;
    text-decoration: none;
}


.featureTwitter {
background: none repeat scroll 0 0 #FFFFFF;
box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
margin-bottom: 15px;
margin-left: -5px;
margin-right: 5px;
padding: 0px;
height:300px;
}

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

.vote {
	display:none;	
	}

.container .webChatFeature table td {
	border:0;
}
		
.container .webChatFeature table {
	width:100%;
}

.container .webChatFeature
{
	padding-top:0px;
	height:auto;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-bottom: 15px;
    margin-left: -5px;
    margin-right: 5px;
    box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
}

.container .webChatFeature img
{
	width:100%;
	height:auto;
	display:block;
}

#homeCallToAction {
    float: left;
    position: absolute;
    top: 180px;
}

#homeCallToAction1 {
float:left;
margin-right:10px;
}

#homeCallToAction2 {
float:left;
clear:both;
}


#homeCallToAction3 {
float:left;
clear:both;
}

#cvBuilder td {border:none}
#cvBuilder input {margin-top:0}
.cvSchoolCollegeContainer{border-top:1px solid #6c207f;padding-top:10px}
.cvBackNext{border-top: 2px solid #6C207F;padding-top:10px;margin-top:10px}




#cvBuilder button {
height:25px;	
}

#cvBuilder .cvBackNext button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b660cc), color-stop(1, #6c207f) );
	background:-moz-linear-gradient( center top, #b660cc 5%, #6c207f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b660cc', endColorstr='#6c207f');
	background-color:#b660cc;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	height:30px;
	line-height:20px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #030003;
			margin-top:10px;
			cursor:pointer;
}
	
.cvJobHistory button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b660cc), color-stop(1, #6c207f) );
	background:-moz-linear-gradient( center top, #b660cc 5%, #6c207f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b660cc', endColorstr='#6c207f');
	background-color:#b660cc;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	height:30px;
	line-height:20px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #030003;
			margin-top:10px;
			cursor:pointer;
		float:right;
	}
	

	
	.validation-summary-errors {
		font-weight:bold;
				color:red;
	}	
	
	
#cvBuilder .cvBackNext button:hover {
	
	background-color:#6c207f;
}
#cvBuilder .cvBackNext button:active {
	position:relative;
	top:1px;
}




#cvDutiesList li {display:none}
.invisible {visibility:hidden}
.noDisplay {display:none}
.inlineTable {margin-bottom:0}
.text-area {
    height: 180px;
    line-height: 20px;
    width: 100%;
}
.cvClear{clear:both}
.cvReference {width:50%;float:left;}


.editor-label {
	color: #6C207F;	
}

.cvProfile td {
	padding-bottom:10px;
}
#cvBuilder {
	margin-top:-15px;	
}
		
.formTip {
    color: #6C207F;
    font-size: 1em;
    line-height: 17px;
    width: 85%;
        margin-top:15px;
}

.cvQualificationList {
	background:#fff;
		margin-bottom:0px;
}
	
.cvQualificationList td {
    line-height: 22px;
    padding: 5px;
}
	
.cvQualifications {
	background:#fff;
margin-bottom:0px;	
}
	
.cvQualifications td {
    line-height: 22px;
    padding: 5px;
}

.cvSchoolCollegeCommandRow {
	background:#fff;	
}
	
.cvSchoolCollegeCommandRow td {
    line-height: 22px;
    padding: 5px;
}

#Duties {
margin-top:10px;	
}

.jobworkexduties {
	clear:both;
		float:left;
	}
	
table.documents {
width:100%;
border-bottom:0;	
}

.container table.documents td {
border:0;
}


a.editdoc {
    background: url("/images/edit.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 14px;
    overflow: hidden;
    width: 15px;
}

a.editdoc:hover {
background: url("/images/edit.gif") -15px 0 no-repeat transparent;	
}

a.downloadpdf {
    background: url("/images/downloadpdf.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 14px;
    overflow: hidden;
    width: 15px;
}

a.downloadpdf:hover {
background: url("/images/downloadpdf.gif") -15px 0 no-repeat transparent;	
}

a.downloadword {
    background: url("/images/downloadword.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 14px;
    overflow: hidden;
    width: 15px;
}

a.downloadword:hover {
background: url("/images/downloadword.gif") -15px 0 no-repeat transparent;	
}

a.clonedoc {
    background: url("/images/clone.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 14px;
    overflow: hidden;
    width: 15px;
}

a.clonedoc:hover {
background: url("/images/clone.gif") -15px 0 no-repeat transparent;	
}

a.deletedoc {
    background: url("/images/delete.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 14px;
    overflow: hidden;
    width: 15px;
}

a.deletedoc:hover {
background: url("/images/delete.gif") -15px 0 no-repeat transparent;	
}


table.documents tr.odd, table.documents tr.odd td {
    background: none repeat scroll 0 0 #F3EEF6;
}

#cvDownloadForm h3 {
	margin-top:10px;
}

.cvBuilderTemplate, .cvBuilderFontStyle, .cvBuilderOrdering {
	float:left;
	width:180px;
	margin-right:15px;
}

.clearLeft { clear: left; }

.editor-field input { margin-top:0 !important }

.admin .displayleftmenu {
		display:block !important;	
		}
		
.admin section {
			margin-bottom:2em;	
			}
#locationsList{
float:left;
padding-right:10px;
max-width:35%
}
#locationsCanvas{
margin:0;
padding:0;
height:300px
}
.locationInfo{
width:280px;
line-height:1.35;
overflow:hidden
}