/* main stuff */

html {
	background-image: url("../img/bg_green.png");
	overflow-y: scroll;
}

body {
	margin: 0px;
	background-image: url("../img/bg_white.png");
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #496d5b;
}

a {
	font-weight: bold;
	color: #028241;
	text-decoration: underline;
}

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

img {
	border-width: 0px;
}

p {
	line-height: 21px;
}

span.ne,
span.se,
span.sw,
span.nw {
	display: block;
	background-repeat: no-repeat;
	position: absolute;
	font-size: 1px;
}

span.ne {
	background-position: bottom left;
	top: 0px;
	right: 0px;
}
span.se {
	background-position: top left;
	bottom: 0px;
	right: 0px;
}
span.sw {
	background-position: top right;
	bottom: 0px;
	left: 0px;
}
span.nw {
	background-position: bottom right;
	top: 0px;
	left: 0px;
}

h2 {
	padding: 0px;
	margin: 0px;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -1000px;
	overflow: hidden;
	height: 31px;
}

h3 {
	padding: 0px;
	margin: 0px;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}

div#content {
	float: left;
}

div#content h3 {
	height: auto;
	margin-top: 14px;
	margin-bottom: -8px;
	text-indent: 0px;
	font-size: 17px;
}


/* main elements */

div#page_container {
	background-image: url("../img/bg_gradient.png");
	background-position: bottom left;
	background-repeat: repeat-x;
}

div#page {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	height: 160px;
	background-image: url("../img/header_bg.png");
	background-position: 15px 0px;
	background-repeat: no-repeat;
	position: relative;
	background-color: white;
}

img#logo {
	position: absolute;
	left: 30px;
	top: 16px;
}

img#header_phone_number {
	position: absolute;
	right: 32px;
	top: 68px;
}

div#toplinks {
	position: absolute;
	left: 619px;
	top: 9px;
	font-size: 13px;
}

div#toplinks a {
	font-weight: normal;
	text-decoration: none;
	color: #496d5b;
}



div#menu {
	position: relative;
	height: 52px;
	background-color: white;
	background-image: url("../img/menu_bar.png");
	background-position: 16px 0px;
	background-repeat: no-repeat;
}

div#menu.ext {
	height: 83px;
	background-image: url("../img/menu_bar_ext.png");
}

div#menu ul#main_menu {
	margin: 0px;
	padding: 7px 0px 0px 36px;
	height: 34px;
	list-style-type: none;
	list-style-position: outside;
}

div#menu ul#main_menu li {
	float: left;
	height: 34px;
}

div#menu ul#main_menu a {
	color: #c8e6d6;
	float: left;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding-left: 14px;
	height: 34px;
	background-image: url("../img/menu_sep.png");
	background-position: top right;
	background-repeat: no-repeat;
}

div#menu ul#main_menu li.selected a,
div#menu ul#main_menu li a:hover {
	color: #095c33;
	background-image: url("../img/menu_selected.png");
	background-position: top left;
	position: relative;
	left: -1px;
	top: 0px;
	cursor: pointer;
}

div#menu ul#main_menu li a span {
	float: left;
	padding-right: 14px;
	height: 26px;
	padding-top: 8px;
	text-shadow: 1px 1px 1px #05592f;
}

div#menu ul#main_menu li.selected a span,
div#menu ul#main_menu li a:hover span {
	float: left;
	background-image: url("../img/menu_selected.png");
	background-position: top right;
	position: relative;
	left: 1px;
	top: 0px;
	text-shadow: 1px 1px 1px #eefbf4;
}


div#menu ul#sub_menu {
	display: none;
}

div#menu.ext ul#sub_menu {
	display: inline;
	position: absolute;
	left: 50px;
	top: 53px;
	list-style-type: none;
	list-style-position: outside;
}

div#menu.ext ul#sub_menu li {
	float: left;
	padding-right: 35px;
}

div#menu.ext ul#sub_menu a {
	font-weight: normal;
	color: #095c33;
	text-decoration: none;
	font-size: 16px;
}

div#menu.ext ul#sub_menu li.selected a {
	font-weight: bold;
	color: #00a65d;
}


div#main {
	padding: 12px 16px 24px 16px;
	background-color: white;
}

div#footer {
	border-top: 3px solid #028241;
	position: relative;
	padding-bottom: 20px;
}

div#footer p.pp a {
	text-decoration: underline;
}

div#footer_nsa {
	position: absolute;
	top: 17px;
	left: 21px;
}

div#footer_text {
	padding-left: 383px;
	padding-top: 8px;
	color: #496d5b;
	font-size: 13px;
}

div#footer_text a {
	color: #496d5b;
	text-decoration: none;
	font-weight: bold;
}

div#footer_text p {
	margin: 0px;
	padding: 7px 0px 0px 0px;
	text-shadow:
		1px 0px 1px #d5ebde,
		1px 1px 1px #d5ebde,
		0px 1px 1px #d5ebde,
		0px 0px 1px #d5ebde;
	line-height: normal;
}





/* Front page */

div#front_page_box {
	background-color: #d6ece1;
	position: relative;
	height: 216px;
	padding: 26px 25px 0px 395px;
}

img.front_page_pic {
	border-right: 1px solid white;
	position: absolute;
	top: 0px;
	left: 0px;
}

h2.h2_welcome {
	background-image: url("../img/h2_welcome.png");
	height: 31px;
}

img.front_page_read_more {
	position: absolute;
	bottom: 10px;
	right: 12px;
}

div#front_page_marble_container {
	padding-top: 3px;
	height: 161px;
}


/* font page foot */

div#front_page_foot {
	height: auto !important;
	height: 75px;
	min-height: 75px;
	position: relative;
}

ul#home_icons {
	list-style-type: none;
	position: absolute;
	top: 14px;
	right: 2px;
}
ul#home_icons li {
	display: inline;
}
ul#home_icons li img {
	margin-left: 14px;
	position: relative;
}

img#icon_padp {
	top: -1px;
}
img#icon_rec_member {
	top: -2px;
}
img#icon_cqc {
	top: -6px;
}

div#front_page_foot h3.h3_our_vision_statement {
	height: 31px;
	background-image: url("../img/h3_our_vision_statement.png");
}

div#front_page_foot p {
	top: 5px;
	left: 768px;
	color: #028241;
	width: 400px;
	margin-top: 8px;
}



/* Marble boxes */

div.marble_box {
	height: 128px;
	width: 214px;
	background-image: url("../img/marble_boxes.png");
	background-repeat: no-repeat;
	float: left;
	font-size: 13px;
	position: relative;
}


div.marble_box a {
	display: block;
	padding: 50px 17px 0px 17px;
	height: 78px;
	width: 180px;
	line-height: 19px;
	background-position: 17px 16px;
	background-repeat: no-repeat;
	color: #496d5b;
	text-decoration: none;
	font-weight: normal;
}

div.marble_box.mb1 {
	background-position: 0px 0px;
}
div.marble_box.mb2 {
	background-position: -214px 0px;
}
div.marble_box.mb3 {
	background-position: -428px 0px;
}
div.marble_box.mb4 {
	background-position: -642px 0px;
}
div.marble_box.mb5 {
	background-position: -856px 0px;
}

div.marble_box.mb3.highlight {
	background-position: -1070px 0px;
}

div.marble_box.mb1:hover,
div.marble_box.mb2:hover,
div.marble_box.mb3:hover,
div.marble_box.mb4:hover {
	background-position: -856px 0px;
}

div.marble_box a:hover {
	color: white;
}

div#front_page_marble_container div.marble_box.mb1 {
	margin-right: 4px;
}
div#front_page_marble_container div.marble_box.mb2 {
	margin-right: 3px;
}
div#front_page_marble_container div.marble_box.mb3 {
	margin-right: 4px;
}

a.h3_about_us {
	background-image: url("../img/h3_about_us.png");
}
a.h3_meet_our_team {
	background-image: url("../img/h3_meet_our_team.png");
}
a.h3_job_vacancies {
	background-image: url("../img/h3_job_vacancies.png");
}
a.h3_candidates {
	background-image: url("../img/h3_candidates.png");
}
a.h3_our_services {
	background-image: url("../img/h3_our_services.png");
}

a.h3_about_us:hover {
	background-position: 17px -183px;
}
a.h3_meet_our_team:hover {
	background-position: 17px -183px;
}
a.h3_job_vacancies:hover {
	background-position: 17px -183px;
}
a.h3_candidates:hover {
	background-position: 17px -183px;
}
a.h3_our_services:hover {
	background-position: 17px -183px;
}



div.marble_box a.h3_contact_us {
	background-image: url("../img/h3_contact_us.png");
	color: white;
}



/* Main page */

div#right_bar {
	width: 214px;
	float: right;
}

div#right_bar div.marble_box {
	margin-bottom: 9px;
}

div#bottom_bar {
	padding-top: 5px;
	clear: both;
	position: relative;
	left: 0px;
	top: 8px;
	zoom: 1;
}

div#bottom_bar div.marble_box.mb1 {
	margin-right: 4px;
}
div#bottom_bar div.marble_box.mb2 {
	margin-right: 3px;
}
div#bottom_bar div.marble_box.mb3 {
	margin-right: 4px;
}

span.box_corner {
	background-image: url("../img/box_corners.png");
	height: 6px;
	width: 6px;
}

div#content {
	width: 583px;
	padding-left: 34px;
	padding-right: 30px;
}

div#header_box {
	height: 264px;
	width: 642px;
	background-color: #d6ece1;
	position: relative;
}

div#header_box img.header_pic {
	float: right;
	margin-right: 37px;
}

div#header_box h2 {
	position: absolute;
	top: 202px;
	left: 41px;
	width: 210px;
	height: 31px;
}

div#header_box ul {
	position: absolute;
	top: 29px;
	left: 18px;
	list-style-position: outside;
	list-style-type: none;
}

div#header_box li {
	color: #223d21;
	background-image: url("../img/header_box_bullet.png");
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 12px;
	font-size: 16px;
}

div#header_box li a {
	color: #223d21;
	text-decoration: none;
	font-weight: normal;
}
div#header_box li.selected a {
	color: #00a65e;
	text-decoration: none;
	font-weight: bold;
}

div#content p {
	margin-top: 20px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
}

div#content strong {
	color: #028241;
	font-weight: bold;
}

div#content p.intro {
	color: #00a65e;
	font-size: 17px;
	font-weight: bold;
}

div#content h2 {
	margin-top: 28px;
}



/* staff members */

div.staff_member {
	float: left;
	padding-bottom: 10px;
}

div.staff_member a {
	color: #00a65e;
}

img.staff_member {
	float: left;
	border: 1px solid black;
	margin-right: 20px;
	margin-bottom: 16px;
}

div.staff_member h4 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 3px 0px;
}

div.staff_member h5 {
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	padding: 4px 0px 0px 0px;
}

div#content div.staff_member p {
	line-height: normal;
	font-size: 12px;
	margin-top: 6px;
	line-height: 16px;
}

hr.staff_member {
	color: white;
	border-width: 0px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	clear: left;
}

/* recruitment buttons */

a.button_recruitment {
	display: block;
	height: 52px;
	width: 563px;
	overflow: hidden;
	position: relative;
	margin-top: 16px;
	background-repeat: no-repeat;
}

a.button_recruitment.interested_nhs {
	background-image: url("../img/buttons_interested_nhs.png");
}
a.button_recruitment.interested_private {
	background-image: url("../img/buttons_interested_private.png");
}

a.button_recruitment:hover {
	background-position: 0px -52px;
}

a.button_recruitment.selected {
	background-position: 0px -52px;
}
a.button_recruitment.grey {
	background-position: 0px -104px;
}
a.button_recruitment.grey:hover {
	background-position: 0px -52px;
}

/* Job vacancy buttons */

a.button_jobvacancy {
	display: block;
	height: 52px;
	width: 563px;
	overflow: hidden;
	position: relative;
	margin-top: 16px;
	background-repeat: no-repeat;
	color: #7e7e7e;
	font-size: 12px;
	text-decoration: none;
}
a.button_jobvacancy img {
	position: absolute;
	top: 0;
	left: 0;
}
a.button_jobvacancy.selected img,
a.button_jobvacancy:hover img {
	top: -52px;
	zoom: 1;
}

a.button_jobvacancy.selected,
a.button_jobvacancy:hover {
	color: white;
}

a.button_jobvacancy.selected img.back_to_jobs {
	top: 10px;
	left: 424px;
}

a.button_jobvacancy span {
	position: absolute;
	top: 19px;
	right: 22px;
}

/* lists */

div#content ul {
	padding-left: 30px;
	list-style-position: outside;
	color: #223d21;
}

div#content ul li {
	padding-bottom: 4px;
}

div#content ul ul {
	padding-top: 4px;
	margin-bottom: -4px;
}



div#content ul.downloads {
	list-style-type: none;
	padding-left: 10px;
	margin: 14px 0 38px 0;
}

div#content ul.downloads li.pdf_icon {
	background-image: url("../img/pdf_icon.png");
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 6px;
	height: 22px;
}


/* headers */

h2#h2_error {
	background-image: url("../img/h2_error.png");
}
h2#h2_about-us {
	background-image: url("../img/h2_about.png");
}
h2#h2_meet-our-team {
	background-image: url("../img/h2_meet-our-team.png");
	padding-bottom: 28px;
}
h2#h2_client-services {
	background-image: url("../img/h2_client-services.png");
}
h2#h2_recruitment {
	background-image: url("../img/h2_recruitment.png");
}
h2#h2_job-vacancies {
	background-image: url("../img/h2_job-vacancies.png");
}
h2#h2_contact-us {
	background-image: url("../img/h2_contact-us.png");
}
h2#h2_find-us {
	background-image: url("../img/h2_find-us.png");
}
h2#h2_directions {
	background-image: url("../img/h2_directions.png");
}
h2#h2_map {
	background-image: url("../img/h2_map.png");
}
h2#h2_enquiry_form {
	background-image: url("../img/h2_enquiry_form.png");
	padding-bottom: 8px;
}
h2#h2_our-location {
	background-image: url("../img/h2_our-location.png");
	margin-top: 25px;
	margin-left: 18px;
	padding-bottom: 11px;
}
h2#h2_site-map {
	background-image: url("../img/h2_site-map.png");
}
h2#h2_accessibility {
	background-image: url("../img/h2_accessibility.png");
}
h2#h2_privacy-policy {
	background-image: url("../img/h2_privacy-policy.png");
}
h2#h2_downloads {
	background-image: url("../img/h2_downloads.png");
}

h2#h2_downloads_for_new_applicants {
	background-image: url("../img/h2_downloads_for_new_applicants.png");
}
h2#h2_downloads_for_existing_employees {
	background-image: url("../img/h2_downloads_for_existing_employees.png");
}

h2#h2_news {
	background-image: url("../img/h2_news.png");
}
h2#h2_latest_news {
	background-image: url("../img/h2_latest_news.png");
}
h2#h2_news_archive {
	background-image: url("../img/h2_news_archive.png");
}


/* Misc */

div.clear {
	clear: both;
}

p.tip {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 4px;
}

span.asterisk {
	font-size: 20px;
	font-weight: bold;
	line-height: 12px;
}


/* News */

h1.news_h1 {
	color: #00a65e;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #e0e0df;
	line-height: 22px;
	padding-bottom: 8px;
}

p.news_brief {
	font-weight: bold;
	width: 425px;
}

img.news_read_more {
	float: right;
	position: relative;
	top: 10px;
}

div#content ul.news_thumbs {
	border-bottom: 1px solid #e0e0df;
	height: 76px;
	list-style-type: none;
	padding: 0 0 15px 0;
	margin: 0;
}
ul.news_thumbs li {
	padding: 0;
	margin: 0 10px 0 0;
	position: relative;
	float: left;
}
ul.news_thumbs li span {
	display: block;
	height: 76px;
	width: 76px;
	top: 0;
	left: 0;
	position: absolute;
	background: url("../img/thumb_overlay.png");
}


div#content div.news_meds {
	width: 150px;
	float: right;
}
div#content div.news_meds ul {
	width: 150px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
	top: 0px;
}
div.news_meds ul li {
	padding: 0;
	margin: 0 0 0 0;
	position: relative;
	float: left;
}
div.news_meds ul li span {
	display: block;
	height: 150px;
	width: 150px;
	top: 0;
	left: 0;
	position: absolute;
	background: url("../img/med_overlay.png");
}

div.news_content {
	width: 400px;
}
div#content  div.news_content p {
	font-size: 12px;
	line-height: 17px;
}

div.gallery_list {
	height: 464px;
	overflow: hidden;
	position: relative;
}

a.shift_thumbs {
	display: block;
	margin-top: 7px;
	height: 35px;
	overflow: hidden;
	position: relative;
}
a.shift_thumbs img {
	position: relative;
}
a.shift_thumbs:hover img {
	top: -35px;
}

/* Pagination */

div.pagination {
	float: right;
	margin-top: 32px;
	font-weight: bold;
}

div.pagination span {
	float: left;
	line-height: 22px;
	margin-left: 12px;
}
div.pagination select {
	float: left;
	margin-left: 12px;
}

div.pagination a.arrow {
	float: left;
	height: 22px;
	width: 40px;
	background: url("../img/arrows.png") no-repeat top right;
	margin-left: 12px;
}
div.pagination a.arrow.next {
	background-position: top right ;
}
div.pagination a.arrow.prev {
	background-position: top left;
}
div.pagination a.arrow.next_disabled {
	background-position: bottom right;
}
div.pagination a.arrow.prev_disabled {
	background-position: bottom left;
}

div#content ul.news_archive {
	list-style-type: none;
	margin: 0;
	padding: 20px 0;
	margin-left: -11px;
}
div#content ul.news_archive li {
	margin: 0;
	padding: 0;
	width: 595px;
	height: 30px;
}
div#content ul.news_archive li a {
	margin: 0;
	padding: 0;
	float: left;
	height: 30px;
	font-size: 13px;
	overflow: hidden;
	width: 595px;
	position: relative;
	background: url("../img/archive_line.png") no-repeat 0 0;
	color: #05703b;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
}
div#content ul.news_archive li a:hover {
	background: url("../img/archive_line.png") no-repeat 0 -30px;
	zoom: 1;
	color: #22301f;
}
ul.news_archive li a span {
	line-height: 30px;
	position: absolute;
	top: 0;
	left: 11px;
}
ul.news_archive li a span.title {
	width: 470px;
	overflow: hidden;
}
ul.news_archive li a span.date {
	left: 490px;
	color: #69756c;
}
ul.news_archive li a:hover span.date {
	color: #22301f;
}

/* Form */

form {
	margin: 0px;
}

form fieldset {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

input.text {
	border: 1px solid #cccccc;
	padding: 4px;
	font-size: 12px;
	margin: 0px;
	width: 180px;
	background-color: white;
}

textarea {
	border: 1px solid #cccccc;
	font-family: sans-serif;
	width: 348px;
	padding: 4px;
}

form div.input {
	padding-top: 6px;
}

form div.field {
	padding-top: 5px;
	background-color: #f5f5f5;
}

form div.field_label {
	float: left;
	width: 150px;
}

form div.field_label label {
	display: block;
	padding-right: 10px;
	padding-top: 6px;
	text-align: right;
	color: #5a5a5a;
}

form div.field_input {
	margin-left: 150px;
}


fieldset div.error  {
	margin-top: 5px;
}

div.field.error {
	border: none;
	margin-top: 0px;
}

div.field.error p.error {
	margin-top: 0px !important;
}

div.error {
	background-color: #ffa79b !important;
	border: 1px solid #b91600;
	padding: 0px !important;
}

div.error p.error {
	font-size: 13px !important;
	font-weight: bold !important;
	color: #b91600 !important;
	padding: 3px 0px 3px 26px !important;
	margin: 5px 10px 5px 6px !important;
	background-image: url("../img/backroom/error_icon.png") !important;
	background-position: 0px 0px !important;
	background-repeat: no-repeat !important;
}

p.error a {
	color: #7b0f00;
}

form div.field_div {
	clear: both;
	padding-top: 5px;
	border-bottom: 1px solid #dfdfdf;
}
form div.field_div.thicker {
	border-bottom: 2px solid #dfdfdf;
}

form div.field_div label {
	float: left;
}

input.submit {
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 10px;
	float: right;
}

input.text {
	width: 260px;
}

input.text:active,
input.text:focus,
textarea:active,
textarea:focus {
	border-color: #028241;
}





/* google maps */

div#google_map {
	float: right;
	width: 600px;
}

form#google_directions {
	padding-top: 8px;
	width: 200px;
}
form#google_directions input#saddr {
	margin: 5px 0px 7px 0px;
}



/* find us (left) */

div#find_us_left {
	float: left;
	padding-top: 0px;
	padding-left: 34px;
	width: 200px;
}

div#find_us_left h2 {
	margin-top: 26px;
}

div#find_us_left input.text {
	width: 190px;
}

div#find_us_left input.button {
	float: right;
}


div#contact_left {
	float: left;
	width: 250px;
	padding-left: 36px;
	padding-top: 16px;
}

div#contact_form_container {
	padding-top: 16px;
	float: right;
	width: 520px;
}

/* Ticker */

div#ticker_cont {
	height: 38px;
	overflow: hidden;
	background: url('../img/ticker_bg.png') no-repeat top left;
	border-bottom: 1px solid white;
	position: relative;
}
div#ticker_cont:hover {
	background-position: bottom left;
}

ul#ticker {
	height: 38px;
	list-style-type: none;
	position: relative;
	top: 0;
}
ul#ticker li {
	height: 38px;
}
ul#ticker li a {
	display: block;
	height: 38px;
	line-height: 38px;
	color: #223d21;
	font-weight: normal;
	text-decoration: none;
	text-indent: 40px;
	white-space: nowrap;
}

/* job vacancy table */

h3.job_vacancy {
	padding-left: 106px;
	padding-bottom: 4px;
	padding-top: 20px;
}

h3.job_vacancy img {
	margin-left: 14px;
	vertical-align: -6px;
}

div.vacancy_desc {
	padding-left: 106px;
}
div.vacancy_desc p {
	width: 450px;
}

table.job_vacancy {
	margin-top: 12px;
	width: 100%;
}

table.job_vacancy td {
	padding: 5px;
	vertical-align: top;
	padding-left: 8px;
}

table.job_vacancy td.field {
	font-weight: bold;
	background-color: #d6ece1;
	padding-left: 20px;
	padding-right: 8px;
	text-align: right;
	width: 70px;
}

/* Red box (home page) */

a#red_box {
	display: none;
	position: absolute;
	top: 19px;
	left: 172px;
	background: url('../img/red_box_bottom.png') no-repeat bottom left;
	width: 154px;
	font-weight: normal;
	color: white;
	text-decoration: none;
	padding: 11px 11px 36px 12px;
	cursor: pointer;
	font-size: 12px;
}
a#red_box span.top {
	display: block;
	height: 5px;
	width: 177px;
	position: absolute;
	top: 0 !important;
	top: -12px;
	left: 0;
	background: url('../img/red_box_top.png') no-repeat bottom left;
}


