/*******************************************************************************
* Structure
*******************************************************************************/
 
#container {
	width: 866px;
	margin: 0 auto;
	padding: 0 60px;
	background: transparent url(../images/container-bg.gif) repeat-y 0 0;
}

/*******************************************************************************
* Header - logo
*******************************************************************************/

#header {
	background: transparent url(../images/header-bg.gif) no-repeat 0 0;
	margin: 0 -60px 20px -60px;
	padding: 20px 60px 0 60px;
}

#logo {
	float: left;
	display: block;
	width: 255px;
	height: 85px;
	text-indent: -9999px;
}

	#logo a {
		display: block;
		width: 255px;
		height: 85px;
	}


#header .blue-logo {
	background: transparent url(../images/logos/blue.gif) no-repeat 0 0; 
}

#header .green-logo {
	background: transparent url(../images/logos/green.gif) no-repeat 0 0;
}

#header .orange-logo {
	background: transparent url(../images/logos/orange.gif) no-repeat 0 0;
}

#header .purple-logo {
	background: transparent url(../images/logos/purple.gif) no-repeat 0 0;
}

/*******************************************************************************
* Header -tagline/search
*******************************************************************************/

#tagline {
	float: left;
	height: 70px;
	width: 611px;
	padding: 15px 0 0 0;
}

	#tagline h2 {
		float: right;
		font-size: 1.3em;
	}
	
#search {
	width: 180px;
	padding: 5px 0 0 0;
	float: right;
	clear: both;
}

#search .field {
	width: 180px;
}

	#search .text {
		width: 149px;
		padding: 3px 0 0 3px;
		height: 18px;
		float: left;
	}

	#search label {
		display: none;
	}

	#search input {
		float: left;
	}

/*******************************************************************************
* Menu
*******************************************************************************/

#menu {
	background: transparent url(../images/menu/menu-bg.gif) no-repeat 0 0;
	clear: both;
	padding: 0 0 0 40px;
}

	#menu ul {
		list-style: none;
		overflow: hidden;
		width: 806px;
		margin: 0;
	}
	
		#menu ul li {
			float: left;
			margin: 0 14px 0 0;
		}
		
		#menu ul li:last-child {
			margin: 0;
		}
		
		#menu ul li a {
			font-size: 1.2em;
			padding: 12px 11px 11px;
			display: block;
			color: #646567;
		}
		
		#menu ul li.active a,
		#menu ul li a:hover {
			text-decoration: none;
		}

#menu #fakelink {
	cursor:default;
}

#menu.blue a:hover,
#menu.blue #fakelink,
#menu.blue ul li.active a {
	color: #40add8;
}

#menu.green a:hover,
#menu.green #fakelink,
#menu.green ul li.active a {
	color: #05a4a7;
}

#menu.orange a:hover,
#menu.orange #fakelink,
#menu.orange ul li.active a {
	color: #f3a94a;
}

#menu.purple a:hover,
#menu.purple #fakelink,
#menu.purple ul li.active a {
	color: #9f4491;
}	

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

#sidebar {
	float: left;
	width: 200px;
	margin: -5px 0 0 0;
	position: relative;
}

#sidebar .hr {
	border: 0;
	height: 15px;
}

	#sidebar .hr.orange {
		background: transparent url("../images/home/orange-hr.gif") no-repeat 0 0;
	}

	#sidebar .hr.blue {
		background: transparent url("../images/home/blue-hr.gif") no-repeat 0 0;
	}
	
	#sidebar .hr.purple {
		background: transparent url("../images/home/purple-hr.gif") no-repeat 0 0;
	}
	
	#sidebar .hr.green {
		background: transparent url("../images/home/green-hr.gif") no-repeat 0 0;
	}

	#sidebar hr {
		display: none;
	}

.get-in-touch {
	text-align: center;
	width: 200px;
	overflow: hidden;
}

	.get-in-touch h3 {
		font-size: 1.1em;
		margin: 0 0 5px 0;
		font-weight: normal;
	}
	
	.get-in-touch .big-button {
		margin-left: 20px;
	}
	
		.get-in-touch .big-button span {
			width: 120px;
		}

.news-updates {
	background: transparent url(../images/home/news-updates-bg.gif) no-repeat 0 0;
	width: 200px;
	height: 155px;
	position: relative;
}

.news-updates .field {
	width: 170px;
}

	.news-updates form {
		position: absolute;
		top: 100px;
		left: 17px;
	}
	
	.news-updates label {
		margin: 0 0 3px 0;
	}
	
	.news-updates .text {
		width: 130px;
		float: left;
		padding: 0 0 0 5px;
	}
	
	.news-updates .button {
		float: left;
		padding: 0 0 0 2px;
		width: 26px;
	}

/*******************************************************************************
* Big buttons
*******************************************************************************/

.big-button {
	display: inline;
	float: left;
	height: 55px;
	background: transparent url(../images/buttons/orange-left.gif) no-repeat top left;
	padding: 0 0 0 15px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.3em;
	cursor: pointer;
	color: #FFF;
}

	.big-button span {
		display: block;
		float: left;
		padding: 17px 25px 0 0;
		height: 38px;
		background: transparent url(../images/buttons/orange-right.gif) no-repeat top right;
		width: auto;
		color: #FFF;
		text-decoration: none;
	}


.big-button.blue-colour {
	background: transparent url(../images/buttons/blue-left.gif) no-repeat top left;
}

	.big-button.blue-colour span {
		background: transparent url(../images/buttons/blue-right.gif) no-repeat top right;
	}

.big-button.green-colour {
	background: transparent url(../images/buttons/green-left.gif) no-repeat top left;
}

	.big-button.green-colour span {
		background: transparent url(../images/buttons/green-right.gif) no-repeat top right;
	}

.big-button.purple-colour {
	background: transparent url(../images/buttons/purple-left.gif) no-repeat top left;
}

	.big-button.purple-colour span {
		background: transparent url(../images/buttons/purple-right.gif) no-repeat top right;
	}

.big-button:visited {
	color: #FFF;
}

.big-button:hover {
	text-decoration: none !important;
}

.two-buttons {
	width: 445px;
	overflow: hidden;
	margin: 0 0 10px 0;
}

/*******************************************************************************
* Submenu
*******************************************************************************/

#submenu {
	background: transparent url(../images/menu/submenu/top.gif) no-repeat 0 0;
	padding: 15px 0 0 0;
	position: relative;
}

	#submenu ul {
		margin: -4px 0 0 0;
		background: transparent url(../images/menu/submenu/bg.gif) no-repeat 0 bottom;
		padding: 0 12px 10px 11px;
		list-style: none;
		position: relative;
	}
	
	#submenu ul li {
		margin: 0;
		position: relative;
		width: 177px;
	}
	
	#sidebar #submenu ul li.first.active a {
		color: #FFF;
	}

	#sidebar #submenu ul li.active a {
		color: #FFF;
	}
	
	#sidebar #submenu ul li.last a {
		background: none;
	}
	
		#sidebar #submenu ul li.last a:hover {
			background: transparent url(../images/menu/submenu/orange-hover.gif) repeat-x 0 0;
		}
	
	#submenu ul li a {
		display: block;
		background: transparent url(../images/dots/orange.gif) repeat-x 0 bottom;
		padding: 6px;
		text-align: center;
		color: #646567;
		height: 16px;
		/*width: 165px;*/
	}

		#sidebar #submenu.orange ul li.active a,
		#submenu ul li a:hover {
			background: transparent url(../images/menu/submenu/orange-hover.gif) repeat-x 0 0;
			color: #FFF;
			text-decoration: none;
		}

#submenu ul li ul {
	background: none;
	padding: 0 0 3px 0;
	margin: 0;
}

	#submenu.blue ul li ul {
		background: transparent url(../images/dots/blue.gif) repeat-x 0 bottom;
	}
	
	#submenu.green ul li ul {
		background: transparent url(../images/dots/green.gif) repeat-x 0 bottom;
	}
	
	#submenu.orange ul li ul {
		background: transparent url(../images/dots/orange.gif) repeat-x 0 bottom;
	}
	
	#submenu.purple ul li ul {
		background: transparent url(../images/dots/purple.gif) repeat-x 0 bottom;
	}

	#main #sidebar #submenu ul li ul li a {
		background: none;
		font-size: 0.9em;
		padding: 5px 0 0 0; 
		color: #646567;
	}
	
	#main #sidebar #submenu.orange ul li ul li a.active:hover,
	#main #sidebar #submenu.orange ul li ul li a.active:link,
	#main #sidebar #submenu.orange ul li ul li a.active:active,
	#main #sidebar #submenu.orange ul li ul li a.active:visited {
		color:#F3A94A;
	}
	
	#main #sidebar #submenu.blue ul li ul li a.active:hover,
	#main #sidebar #submenu.blue ul li ul li a.active:link,
	#main #sidebar #submenu.blue ul li ul li a.active:active,
	#main #sidebar #submenu.blue ul li ul li a.active:visited {
		color:#40ADD8;
	}
	
	#main #sidebar #submenu.green ul li ul li a.active:hover,
	#main #sidebar #submenu.green ul li ul li a.active:link,
	#main #sidebar #submenu.green ul li ul li a.active:active,
	#main #sidebar #submenu.green ul li ul li a.active:visited {
		color:#05A4A7;
	}
	
	#main #sidebar #submenu.purple ul li ul li a.active:hover,
	#main #sidebar #submenu.purple ul li ul li a.active:link,
	#main #sidebar #submenu.purple ul li ul li a.active:active,
	#main #sidebar #submenu.purple ul li ul li a.active:visited {
		color:#9F4491;
	}
	
		#main #sidebar #submenu ul li ul li a:hover {
			background: none;
		}

#submenu.blue ul li a {
	background: transparent url(../images/dots/blue.gif) repeat-x 0 bottom;
}

	#sidebar #submenu.blue ul li.active a,
	#sidebar #submenu.blue ul li a:hover {
		background: transparent url(../images/menu/submenu/blue-hover.gif) repeat-x 0 0;
	}

#submenu.green ul li a {
	background: transparent url(../images/dots/green.gif) repeat-x 0 bottom;
}
	#sidebar #submenu.green ul li.active a,
	#sidebar #submenu.green ul li a:hover {
		color: #FFF;
		background: transparent url(../images/menu/submenu/green-hover.gif) repeat-x 0 0;
	}

#submenu.purple ul li a {
	background: transparent url(../images/dots/purple.gif) repeat-x 0 bottom;
}
	#sidebar #submenu.purple ul li.active a,
	#sidebar #submenu.purple ul li a:hover {
		background: transparent url(../images/menu/submenu/purple-hover.gif) repeat-x 0 0;
		color: #FFF;
	}

#blue #main #sidebar #submenu ul li ul li a:hover {
	background: none;
	color: #40ADD8;
}

#green #main #sidebar #submenu ul li ul li a:hover {
	background: none;
	color: #05A4A7;
}

#orange #main #sidebar #submenu ul li ul li a:hover {
	background: none;
	color: #F3A94A;
}

#purple #main #sidebar #submenu ul li ul li a:hover {
	background: none;
	color: #9F4491;
}

/*******************************************************************************
* Content
*******************************************************************************/

#main {
	overflow: hidden;
	width: 866px;
}

#content {
	float: left;
	width: 666px;
	margin: -4px 0 0 0;
}

	#content h1 {
		margin-bottom: 10px;
	}

#content-inner {
	padding-left: 15px;
	width: 650px;
}

/*******************************************************************************
* Homepage
*******************************************************************************/

#flash-holder {
	background: transparent url(../images/flash-placeholder.gif) no-repeat 0 0;
	padding: 19px 19px 19px 18px;
	width: 622px;
	height: 252px;
}

.poloroids {
	width: 666px;
	overflow: hidden;
}

	.poloroids a {
		float: left;
	}

.homepage-text {
	padding: 10px;
}

/*******************************************************************************
* Page Template
*******************************************************************************/
h1.page-title {
	padding-bottom:5px;
	font-weight: normal;
}

.content-para {
	padding:5px 0;
}

.content-para.gray {
	color: #646567;
}

.two-cols {
	overflow:hidden;
}

.left-content {
	float:left;
	width:445px;
}

.right-content {
	float:right;
	width:185px;
	margin-top:-10px;
}

.right-image {
	display:block;
	padding:5px 0;
}

#recruitment-home-img:active,
#recruitment-home-img:link,
#recruitment-home-img:hover,
#recruitment-home-img:visited {
	text-indent:-9999px;
	background: transparent url(../images/home/poloroid1bw.jpg) 0 0 no-repeat;
	width:222px;
	height:222px;
	display:block;
}

#recruitment-home-img:hover {
	background-image:url(../images/home/poloroid1.jpg);
}

#domiciliary-home-img:active,
#domiciliary-home-img:link,
#domiciliary-home-img:hover,
#domiciliary-home-img:visited {
	text-indent:-9999px;
	background: transparent url(../images/home/poloroid2bw.jpg) 0 0 no-repeat;
	width:222px;
	height:222px;
	display:block;
}

#domiciliary-home-img:hover {
	background-image:url(../images/home/poloroid2.jpg);
}

#training-home-img:active,
#training-home-img:link,
#training-home-img:hover,
#training-home-img:visited {
	text-indent:-9999px;
	font-size:0; /* blame payno for these two */
	color:#fff; /* for some reason, the text-indent still showed one letter (?) in IE6 */
	background: transparent url(../images/home/poloroid3bw.jpg) 0 0 no-repeat;
	width:222px;
	height:222px;
	display:block;
}

#training-home-img:hover {
	background-image:url(../images/home/poloroid3.jpg);
}

/*******************************************************************************
* Team page
*******************************************************************************/

.team-member {
	overflow: hidden;
	padding: 15px 0;
	color: #646567;
	clear: both;
	height: 100%;
}
	
	.team-member .team-member-info {
		overflow: hidden;
	}	

	.team-member .team-member-photo {
		float: left;
		padding-right: 10px;
	}
	
	.team-member .team-member-details {
		float: right;
		width: 455px;
	}
	
		.team-member .team-member-info .team-member-name {
			font-size: 1.7em;
			padding-bottom: 8px;
		}

/*******************************************************************************
* News
*******************************************************************************/

.news-article {
	overflow: hidden;
	padding: 15px 0;
	clear: both;
	height: 100%;
}

	.news-article .article-title {
		font-size: 1.2em;
		padding-bottom: 10px;
	}
	
	.news-article .article-intro {
		float: left;
		width: 75% !important;
	}
	
	.news-article .article-intro.full {
		width:100% !important;
	}
	
	.news-article .article-image {
		float: right;
		width: 20%;
	}
	
	.news-article .article-link {
		padding-top: 10px;
	}
	
	.news-article .news-intro {
		color: #646567;
	}
	
#news-article .article-title {
	width: 90%;
	float: left;
	padding-bottom: 10px;
}

#news-article .article-back-link {
	float: right;
	padding: 10px;
}

#news-article .article-back-link.bottom {
	clear: both;
}

#news-article .news-body {
	clear: both;
	color: #646567;
}

	#news-article .news-body .article-text {
		padding-bottom: 15px;
	}
	
	#news-article .news-body .article-images {
		float: right;
		width: 30%;
		padding: 0 0 10px 25px;
	}
	
		#news-article .news-body .article-images .article-image {
			padding-bottom: 10px;
		}

/*******************************************************************************
* Pagination
*******************************************************************************/

#main #content .pagination ul {
	list-style: none;
	margin: 10px 0 0 0;
	float: right;
}

	#main #content .pagination ul li {
		float: left;
		margin: 0 5px 0 0;
		background: none;
		padding: 0;
	}
	
	#main #content .pagination ul li.current a,
	#main #content .pagination ul li a:hover {
		color: #646567;
	}

/*******************************************************************************
* Slim text bar (accreditations / links)
*******************************************************************************/

.page-intro {
	/*font-size: 1.1em;*/
	width: 650px;
	overflow: hidden;
	clear: both;
}

.text-bar {
	width: 650px;
	overflow: hidden;
	padding: 10px 0;
}

	.text-bar h3 {
		font-size: 1.3em;
		margin: 0 0 10px 0;
	}

	.text-bar img {
		float: left;
	}
	
	.text-bar a {
		font-size: 1.1em;
		padding: 3px 0 0 0;
		display: block;
		background: none;
	}

/*******************************************************************************
* Callback form
*******************************************************************************/

#form {
	margin: 20px 0 0 0;
	padding-bottom: 5px;
}

#form label {
	display: block;
	float: left;
	width: 130px;
}

#form input.text {
	display: block;
	float: left;
	width: 490px;
	height: 20px;
	padding: 2px 0 0 0;
}

#form .field .textarea {
	display: block;
	float: left;
	width: 490px;
	height: 95px;
	font-family:"Century Gothic","Verdana",Helvetica,sans-serif;
	font-size:1em;
}

#form .field .postcode {
	width: 165px;
}

#form .checkboxes .field {
	margin-left: 130px;
	width: 490px;
}

	#form .checkboxes label {
		float: none;
		display: inline;
	}

#form .field .hasDatepicker {
	width: 180px;
}

.business-hours {
	margin-left: 130px;
	background: transparent url(../images/forms/black-dagger.gif) no-repeat 0 0;
	padding: 0 0 0 10px;
}

#form select.blue {
	border: 1px solid #40ADD8;
}

#form select.green {
	border: 1px solid #05A4A7;
}

#form select.orange {
	border: 1px solid #F3A94A;
}

#form select.purple {
	border: 1px solid #9F4491;
}

#form .button {
	margin-left: 130px;
	width: 300px;
}

/*******************************************************************************
* Addresses / Contacts
*******************************************************************************/

.contacts {
	width: 650px;
	overflow: hidden;
	padding: 10px 0 20px 0;
	margin: 0 0 10px 0;
	position: relative;
}

	.address {
		width: 170px;
		float: left;
		margin: 0 20px 0 0;
	}

.contacts a.big-button {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

address {
	font-style: normal;
}

.contact {
	width: 650px;
	overflow: hidden;
}

	.contact span {
		display: block;
		margin: 0 10px 0 0;
		float: left;
		width: 150px;
	}
	
	.contact span.job-area {
		width: 200px;
	}
	
	.contact span.email {
		width: 200px;
	}

/*******************************************************************************
* Regions
*******************************************************************************/

#regions {
	float: left;
	width: 350px;
}

#region-list {
	width: 350px;
	overflow: hidden;
	margin: 0 0 10px 0;
}

	#region-list .column {
		float: left;
		width: 175px;
	}

#regions-map {
	float: left;
	width: 300px;
}

/*******************************************************************************
* Join the team
*******************************************************************************/

.download-pdf {
	width: 445px;
	overflow: hidden;
	margin: 10px 0;
}

	.download-pdf p {
		margin: 20px 0 0 0;
	}

/*******************************************************************************
* Useful documents
*******************************************************************************/

.document {
	width: 650px;
	overflow: hidden;
	padding: 10px 0 10px 0;
}

.document img {
	float: right;
	margin: 0 0 0 10px;
}

.document h3 {
	margin-bottom: 10px;
}

/*******************************************************************************
* Timesheets
*******************************************************************************/

#timesheet-help {
	width: 650px;
	overflow: hidden;
	margin: 20px 0 0 0;
}

	#timesheet-help .pointers {
		float: left;
		width: 300px;
	}
	
	#timesheet-help .pointers ol {
		margin: 20px 0 0 20px;
	}
	
		#timesheet-help .pointers ol span {
			color: #646567;
		}
	
	#timesheet-help .timesheet {
		float: left;
		width: 330px;
		margin: 0 0 0 20px;
		display: inline;
	}

/*******************************************************************************
* Courses
*******************************************************************************/

.course {
	width: 630px;
	overflow: hidden;
	padding: 10px 10px 10px 0;
	position: relative;
}

	.course h3 {
		margin: 0 0 10px 0;
	}

	.course .big-button {
		position: absolute;
		right: 0;
		bottom: 10px;
	}

#form .booking-enquiry #terms {
	width: 488px;
	height:100px;
	border: 1px solid #40ADD8;
	overflow:auto;
	margin-top:8px;
}
/*
	* html #form .booking-enquiry #terms {
		margin-left: -65px;
	}
	
	*+html #form .booking-enquiry #terms {
		margin-left: -130px;
	}
*/
.protx-summary {
	background: transparent url(../images/forms/sagepay.jpg) no-repeat 0 0;
	padding: 0 0 0 140px;
	margin: 0 0 0 130px;
}

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

#footer {
	width: 846px;
	overflow: hidden;
	background: transparent url(../images/footer-bg.gif) no-repeat 0 0;
	margin: 20px 0 0 0;
	padding: 20px 10px 20px 10px;
	font-size: 0.9em;
	color: #646567;
	position: relative;
	z-index: 10;
}

#footer ul {
	margin: 0;
	list-style: none;
}

	#footer ul li {
		float: left;
		border-right: 1px solid #8E8E90;
		margin: 0 5px 0 0;
		padding: 0 5px 0 0;
	}
	
	#footer ul li.last {
		border: 0;
		padding: 0;
		margin: 0;
	}
	
	#footer ul li a {
		color: #646567;
	}

#footer span {
	float: right;
}

#bottom {
	background: transparent url(../images/bottom-bg-tr.gif) no-repeat 0 0;
	margin: -35px -60px 0 -60px;
	padding:0;
	height:60px;
	z-index: -1;
}

/*******************************************************************************
* Misc
*******************************************************************************/
div.signature-image {
	float:right;
}

#accreditations .text-bar img {
	margin-right:1em;
}

.checkbox {
	border:none !important;
}

ul.errors,
#content-inner ul.errors {
	margin:8px 0;
}

div#content-inner .purple p,
div#content-inner .orange p,
div#content-inner .blue p,
div#content-inner .green p {
	font-size:110%;
}
