/*-----------------------------------------------------------------------
//
//	The SLC Group 
//
//  Copyright 2008 DPI 21 Ltd. This code cannot be redistributed without
//  permission from http://www.dpi21.com
//
---------------------------------------------------------------------
//	Global Styles
// --------------------------------------------------------------------*/

* {
	margin: 0 ;
	padding: 0;
	border: 0;
}

body {
	font: 12px Helvetica, Verdana, Arial, sans-serif;
	line-height: 16px;
	color: #333333;
	background: url(../images/backgrounds/body.jpg) top repeat-x;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #009DDC; 
}

a:hover {
	text-decoration: underline;
}

#wrapper, #footer {
	width: 960px;
	margin: 0px auto;
}

/* Left Side */

#left-side, #banner, #banner img, #quote {
	float: left;
}

#specialist-services {
	float: left;	
}

#left-side, #banner {
	width: 750px;
}

/* @group Bannner */

#banner {
	height: 200px;
}

#logo {
	margin: 25px 0px 10px 0px;
}
#quote {
	clear: left;
	font-size: 18px;
	color: #FFFFFF;
	width: 230px;
	background: url(../images/backgrounds/quote.png) left no-repeat;
	padding: 25px 0px 25px 25px;
	line-height: 20px;
}

#flash-movie {
	width: 485px;
	height: 201px;
	float: right;
	z-index: -1;
}

#banner-image {
	float: right;
	width: 485px;
	height: 200px;
}

#banner-image img {
	width: 485px;
	height: 200px;
}

/* @end */

/* @group Bread Crumb Menu */

#bread-crumb, #bread-crumb ul, #bread-crumb p {
	float: left;
}

#bread-crumb {
	padding: 5px 10px 5px 0px;
	width: 730px;
}

#bread-crumb p {
	color: #009DDC;
	font-size: 13px;
	padding: 5px 5px 5px 0px;
}

#bread-crumb li {
	display: block;
	float: left;
	padding: 5px;
	border-left: 1px solid #CCCCCC;
}

#bread-crumb #active {
	font-weight: bold;
}

#bread-crumb a:link, #bread-crumb a:active, #bread-crumb a:visited {
	color: #333333;
}

#bread-crumb a:hover {
	color: #009DDC;
	text-decoration: underline;	
}

#search-site {
	float: left;
	padding: 5px 0px 10px 0px;
	width: 200px;
	color: #808080;
	font-size: 11px;
}

#search-site #search {
	color: #808080;
	font-size: 11px;
	width: 140px;
	padding: 3px 0px 3px 20px;
	background: url(../images/icons/search.jpg) left no-repeat #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-right: 3px;
}

#search-site #goBtn {
	background: url(../images/backgrounds/menu.jpg) repeat-x;
	color: #FFFFFF;
	padding: 3px 2px;
	font-size: 10px;
}

/* @end */

/* @group Specialist Services Quick Links */

#specialist-services.home {
	padding-bottom: 10px;
	width: 750px;
	font-size: 15px;
}

#specialist-services.other {
	float: left;
	width: 200px;
	font-size: 16px;
}

#specialist-services.other li {
	width: 190px;
	height: 60px;
}

#specialist-services.home li {
	width: 140px;
	height: 75px;
}

#specialist-services li {
	float: left;
	padding: 5px;
}

#specialist-services a:link, #specialist-services a:active, #specialist-services a:visited {
	color: #FFFFFF;
	line-height: 20px;
}

#specialist-services a:hover {
	text-decoration: underline;
}

#specialist-services.home #autism {
	background: url(../images/buttons/autism.jpg) left top no-repeat;
}

#specialist-services.home #slc-plus {
	background: url(../images/buttons/slc-plus.jpg) left top no-repeat;
}

#specialist-services.home #mental-health {
	background: url(../images/buttons/mental-health.jpg) left top no-repeat;
}

#specialist-services.home #physical-disabilities {
	background: url(../images/buttons/physical-disabilities.jpg) left top no-repeat;
}

#specialist-services.home #learning-disabilities {
	background: url(../images/buttons/learning-disabilities.jpg) left top no-repeat;
}

#specialist-services.other #autism {
	background: url(../images/buttons/autism2.jpg) left top no-repeat;
}

#specialist-services.other #slc-plus {
	background: url(../images/buttons/slc-plus2.jpg) left top no-repeat;
}

#specialist-services.other #mental-health {
	background: url(../images/buttons/mental-health2.jpg) left top no-repeat;
}

#specialist-services.other #physical-disabilities {
	background: url(../images/buttons/physical-disabilities2.jpg) left top no-repeat;
}

#specialist-services.other #learning-disabilities {
	background: url(../images/buttons/learning-disabilities2.jpg) left top no-repeat;
}

/* @end */

/* @group Text Styles */

#content-container, #text-style-1, #text-style-3, #image-style-2 {
	float: left;
}

#image-style-1, #text-style-2 {
	float: right;
	padding: 5px 0px;
}

#image-style-2 {
	padding: 5px 0px;
}

#image-style-1, #image-style-2 {
	width: 180px;
}

#content-container {
	border-top: 1px solid #CCCCCC;
	padding: 10px 0px;
	width: 740px;
	height: 395px;
}

html>body #content-container {
	height: auto;
	min-height: 395px;
}

#text-style-1 {
	width: 535px;
}

#text-style-2 {
	width: 535px;
}

#text-style-1 ul, #text-style-2 ul, #join-enewsletter-text ul {
	padding: 5px 0px 5px 15px;
}

#text-style-1 li, #text-style-2 li, #join-enewsletter-text li {
	list-style-type: disc;
	list-style-position: outside;
	padding: 2px 0px;
}

.image {
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin: 5px 0px;
}

.caption {
	text-align: center;
	font-size: 11px;
	color: #009DDC; 
}

#text-style-3 {
	width: 740px;
	padding: 0px 0px 10px 0px;
	height: 230px;
}

html>body #text-style-3  {
	height: auto;
	min-height: 230px;
}

#text-style-1 p, #text-style-2 p, #text-style-3 p, #image-style-1 p, #image-style-2 p {
	padding: 5px 0px;
}

/* @end */

/* @group Spotlight On */

#spotlight-on, #spotlight-on img, .spotlight-on-text, #home-map {
	float: left;
}

#home-map {
	border: 1px solid #CCCCCC;
	width: 375px;
	height: 185px;
}

#spotlight-on {
	border: 1px solid #CCCCCC;
	padding: 0px 5px 5px 5px;
	width: 350px;
	margin-right: 5px;
	height: 180px
}

#spotlight-on img {
	width: 135px;
	height: 135px;
}

.spotlight-on-text {
	width: 200px;
	padding-left: 10px;
}

.spotlight-on-text p {
	padding-bottom: 5px;
}

.spotlight-on-text p a:link, .spotlight-on-text p a:visited, .spotlight-on-text p a:active {
	color: #009DDC;
	background: url(../images/arrows/blue-arrow.jpg) left no-repeat;
	padding-left: 10px;
}

.spotlight-on-text p a:hover {
	color: #333333;
	background: url(../images/arrows/grey-arrow.jpg) left no-repeat;
}

#spotlight-on h2 {
	float: left;
	padding: 3px 0px 5px 0px;
	width: 350px;
	background: url(../images/line.jpg) left bottom no-repeat;
	margin-bottom: 10px;	
	font-size: 17px;
}

/* @end */

/* @group Keep In Touch */

#keep-intouch, #keep-intouch p, #keep-intouch h3 {
	float: left;
}

#keep-intouch {
	margin: 5px 0px;
	width: 734px;
	padding: 5px;
	background: url(../images/backgrounds/sign-up.jpg) repeat-x;
}

#keep-intouch h3 {
	color: #F2B426;
	padding: 5px 0px 5px 30px;
	background: url(../images/icons/sign-up.jpg) left no-repeat;
}

#keep-intouch p {
	color: #FFFFFF;
	padding: 5px;
}

#keep-intouch p a:link, #keep-intouch p a:active, #keep-intouch p a:visited {
	color: #FFFFFF;
	background: url(../images/buttons/sign-up.jpg) left no-repeat;
	padding: 3px 3px 3px 20px;
	border: 1px solid #65B3E1;
}

#keep-intouch p a:hover {
	color: #F2B426;
}

/* @end */

#right-side {
	float: left;
	width: 210px;
}

/* @group Download Brochure */

#download-brochure a:link, #download-brochure a:active, #download-brochure a:visited {
	font-size: 14px;
	display: block;
	color: #009DDC; 
	background: url(../images/buttons/brochure-up.jpg) left top no-repeat;
	padding: 12px 10px 18px 32px;
	margin-top: 5px;
}

#download-brochure a:hover {
	color: #FBB040;
	background: url(../images/buttons/brochure-over.jpg) left top no-repeat;
}

/* @end */

/* @group Staff Profiles */

#staff-profiles-container, .staff-profile, #staff-details, #staff-details-txt, #staff-details img {
	float: left;
}

#staff-profiles-container {
	padding: 5px 0px;
	width: 740px;
}

.staff-profile {
	padding: 4px 4px 0px 4px;
	width: 150px;
	height: 175px;
	border: 1px solid #CCCCCC;
	margin: 5px;
	text-align: center;
}

.staff-profile p {
	text-align: center;
}

.staff-profile a:link, .staff-profile a:active, .staff-profile a:visited {
	color: #009DDC;
}

.staff-profile a:hover {
	color: #333333;
	text-decoration: underline;
}

#staff-details {
	width: 500px;
	padding: 5px 0px;
}

#staff-details-txt {
	padding-left: 10px;
}

#staff-details img {
	padding: 4px;
	border: 1px solid #CCCCCC;
}

#staff-details-txt a:link, #staff-details-txt a:active, #staff-details-txt a:visited {
	color: #333333;
}

#staff-details-txt a:hover {
	color: #009DDC;
	text-decoration: underline;
}

/* @end */

/* @group Accessibility Nav, Call to Action */

#accessibility {
	float: left;
	width: 200px;
	padding-top: 30px;
}

#accessibility ul {
	float: right;
	width:178px;
}

#accessibility ul li {
	float: left;
	display: block;
}

#accessibility p {
	float: left;
	width: 190px;
	text-align: right;
	padding: 0px 5px 5px 5px;
}

#accessibility p a:link, #accessibility p a:active, #accessibility p a:visited {
	color: #333333;
	font-size: 11px;
	background: url(../images/arrows/grey-arrow.jpg) left no-repeat;
	padding-left: 10px
}

#accessibility p a:hover {
	color: #009DDC;
	background: url(../images/arrows/blue-arrow.jpg) left no-repeat;
}

#call-to-action {
	color: #009DDC;
	font-size: 17px;
}

/* @end */

/* @group Quick Form On All Pages */

#quick-form, #quick-form fieldset {
	float: left;
	width: 180px;
}

#quick-form {
	padding: 10px 10px 10px 10px;
	height: 300px;
	background: url(../images/backgrounds/form.png) left top no-repeat;
}

#quick-form legend {
	font-size: 15px;
	color: #FFFFFF;
	padding-bottom: 5px;
	line-height: 18px;
}

#quick-form p {
	padding: 5px 0px;
}

#quick-form #name, #quick-form #telephone, #quick-form #email-address, #quick-form #enquiry, #quick-form #specialist-service {
	color: #808080;
	padding: 3px;
	width: 165px;
	font-size: 10px;
}

#quick-form #enquiry {
	height: 70px;
	font: 11px Helvetica, Verdana, Arial, sans-serif;
}

#quick-form #send {
	background: url(../images/buttons/go.jpg) no-repeat;
	width: 30px;
	height: 30px;
}

/* @end */

/* @group Latest News Story Home Page */

#latest-news-story {
	float: left;
	margin: 5px 0 5px 2px;
	padding: 5px;
	width: 176px;
	background: url(../images/backgrounds/latest-news.jpg) repeat-x;
	border: 1px solid #CCCCCC;
}

#latest-news-story img {
	width: 180px;
	padding-bottom: 5px;
}

#latest-news-story p {
	padding: 5px 0px;
	font-size: 12px;
}

#latest-news-story a:link, #latest-news-story a:active, #latest-news-story  a:visited {
	color: #009DDC;
	background: url(../images/arrows/blue-arrow.jpg) left no-repeat;
	padding-left: 10px;
}

#latest-news-story a:hover {
	color: #333333;
	background: url(../images/arrows/grey-arrow.jpg) left no-repeat;
}

.view-all-stories {
	border-top: 1px dotted #CCCCCC;
}

h2.latest-news-title {
	float: left;
	padding: 7px 0px 7px 30px;
	background: url(../images/icons/latest-news.jpg) left no-repeat;
}

/* @end */

#blog {
	float: left;
	padding: 10px;
	width: 172px;
	height: 185px;
	background: url(../images/backgrounds/blog.jpg) top left no-repeat;
}

#blog p {
	padding: 0 5px 5px 5px;
}

#blog .heading, #latest-news-story .heading {
	font-size: 14px;
	color: #009DDC;
}

#blog img {
	width: 162px;
	height: 3px;
}

h2.slc-blog-title {
	float: left;
	padding: 7px 0px 7px 40px;
	background: url(../images/icons/blog.jpg) left no-repeat;
}

/* @group Footer */

#footer-container {
	width: 100%;	
	background: url(../images/backgrounds/footer.jpg) repeat-x;
	clear: both;
	height: 125px;
}

#footer {
	padding-top: 30px;
	font-size: 11px;
	color: #666;
}

#footer a {
	color: #666;
}

#footer a:hover {
	color: #333;
	text-decoration: underline;
}

#validation, #dpi21 {
	float: right;
}

#contact-details, #dpi21 img, #dpi21 p, #footer-nav {
	float: left;
}

#contact-details {
	width: 475px;
	line-height: 16px;
}

#contact-details span {
	padding-top: 10px;
	display: block;
}

#validation {
	text-align: right;
	padding-top: 10px;
	width: 450px;
}

#validation li, #footer-nav li {
	display: inline;
}

#validation li {
	padding: 0px 2px 0px 10px;
	background: url(../images/icons/tick.jpg) left no-repeat;
}

#dpi21 p {
	padding: 4px;
	margin-left: 4px;
	line-height: 14px;
	border-left: 1px solid #ccc;
}

#footer-nav {
	text-align: center;
	padding: 20px 0px;
	width: 950px;
	color: #999999;
	line-height: 14px;
}


/* @end */



/* @group Job Search */

#job-search {
	float: left;
	padding: 5px 0px;
	width: 740px;
}

#job-search legend {
	font-size: 14px;
	color: #008DC5;
	padding-top: 10px;
}

#job-search fieldset {
	float: left;
	width: 740px;
}

.list {
	float: left;
	width: 240px;
}

#service, #region, #job-type {
	padding: 5px;
	width: 230px;
	border: 1px solid #CCCCCC;
	background: url(../images/backgrounds/list.jpg) repeat-x;
	color: #333333;
	font-size: 11px;
	margin-top: 5px;
}

#job-search #time {
	width: 120px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}

#job-search #send, #job-application #send, #job-application #save, #join-enewsletter #send, #enquiry-form #send, #faqSearch #send, #newsSearch #send {
	background: url(../images/backgrounds/menu.jpg) repeat-x;
	color: #FFFFFF;
	padding: 3px 2px;
	font-size: 11px;
}

#job-search-nav, #job-search-nav p, .job {
	float: left;
}

#job-search-nav ul {
	float: right;
}

#job-search-nav p {
	color: #009DDC;
}

#job-search-nav p a {
	text-decoration: underline;
}

#job-search-nav {
	padding: 5px;
	width: 730px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin: 10px 0px;	
}

#job-search-nav #active {
	color: #009DDC;
}

#job-search-nav li {
	display: inline;
}

#job-search-nav a:link, #job-search-nav a:active, #job-search-nav a:visited {
	color: #333333;
}

#job-search-nav a:hover {
	color: #009DDC;
	text-decoration: underline;
}

.job {
	padding: 5px 0px;
	width: 740px;
	border-top: 1px dotted #CCCCCC;
}

.job p, .job table, #text-style-3 table {
	padding: 5px 0px;
}

.link a {
	color: #333333;
	background: url(../images/arrows/grey-arrow.jpg) left no-repeat;
	padding-left: 10px;
	text-decoration: underline;
}

.link a:hover {
	color: #009DDC;
	background: url(../images/arrows/blue-arrow.jpg) left no-repeat;
}

#apply-now {
	background: url(../images/buttons/apply-now.jpg) left top no-repeat;
	height: 25px;
	margin-top: 10px;
}

#apply-now a {
	padding: 10px 0px 5px 25px;
	color: #FFFFFF;
}

#apply-now a:hover {
	color: #FBB040;
}

#steps, #steps li {
	float: left;
}

#steps {
	margin: 10px 0px;
}

#steps li {
	display: block;
	color: #FFFFFF;
}

#steps li {
	color: #FFFFFF;
	font-size: 11px;
	border-right: 1px solid #FFFFFF;
}

#steps li strong {
	font-size: 12px;
}

#steps li#active {
	background-color: #F3B329;
	width: 112px;
	padding: 5px;
}

#steps li {
	width: 112px;
	padding: 5px;
	background-color: #008DC5;
}

/* @end */


/* @group Job Application Form */

#job-application {
	width: 740px;
	padding: 10px 0px 0px 0px;
	float: left;
}

#job-application fieldset, #job-application .col1, #job-application .col2{
	float: left;
}

#job-application .col1 {
	padding-right: 12px;
	width: 350px;
}

#job-application .col2 {
	width: 350px;
}

#job-application fieldset {
	width: 715px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 15px;
}

#job-application table {
	width: 700px;
}

#job-application td {
	padding: 2px;
}


#job-application legend {
	background: #009DDC;
	padding: 2px 5px;
	color: #FFFFFF;
}

#finish {
	color: #fff;
	font-weight: bold;
	border: 0;
	font-size: 13px;
	float: right;
	background: url(../images/buttons/next.jpg) left top no-repeat;
	width: 100px;
	padding: 2px 0px 10px 0;
}

#job-application fieldset input, #job-application fieldset textarea, #job-application fieldset select {
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin: 2px 0px;
	color: #999999;
	font: 12px Helvetica, Verdana, Arial, sans-serif;
}

#gender, #marital-status, #age, #ethnic, #sexualOrientation {
	border: 1px solid #CCCCCC;
	padding: 2px 3px;
	font: 12px Helvetica, Verdana, Arial, sans-serif;
}

#job-details p {
	float: left;
}

p.float {
	float: left;
}

#job-application #surname, #job-application #forename, #job-application #address,  #job-application #telephone-home, #job-application #telephone-mobile, #job-application #telephone-work, #job-application #employer-address, #job-application #job-title, #job-application #date-appointment, #job-application #current-salary, #job-application #notice-required, #job-application #reason-leaving, #job-application #main-duties, #job-application #school, #job-application #qualification, #job-application #membership-body, #job-application #hr-dept, #job-application #position, #job-application #telephone, #job-application #fax, #job-application #name, #job-application #occupation, #job-application #relationship {
	width: 330px;
}


#job-details #jobTitle {
	width: 480px;
}

#job-details #jobTitle, #job-details #refNo, #general-information #noDays, #firstnameval {
	margin-right: 5px;
}

#diversity-monitoring #gender, #diversity-monitoring #marital-status, #diversity-monitoring #age, #diversity-monitoring #nationality, #diversity-monitoring #sexualOrientation {
	margin-right: 10px;
}

#job-details #refNo, #job-details #closingDate {
	width: 100px;
}

#job-details #regions, #employment-history #employmentGap, #needs-role #attractedYou, #needs-role #whyYou, #general-information #reasonsDate, #details, #needs-role #motivation, #needs-role #integrity, #needs-role #problem, #needs-role #judgement, #needs-role #continous, #needs-role #developing, #otherRelevantQualifications {
	width: 705px;
}

#personal-details #firstname, #personal-details #surname, #personal-details #homeTel, #personal-details #mobileTel, #employer-reference #telNo, #employer-reference #faxNo, #other-employer-reference #telNo, #other-employer-reference #faxNo, #personal-details #firstnameval, #personal-details #surnameval, #personal-details #homeTelval, #personal-details #mobileTelval, #telNov, #faxNov {
	width: 163px;
}

#personal-details #firstname, #personal-details #homeTel, #current-details #recentJobTitle, #current-details #startDate, #employment-history #employerAddress, #employment-history #descriptionDuties, #employment-history #from, #employer-reference #telNo, #other-employer-reference #telNo, #personal-details #firstnameval, #personal-details #homeTelval, #employer-reference #telNov {
	margin-right: 5px;
}

#personal-details #address, #personal-details #email, #personal-details #hearPost, #personal-details #referredPost, #drivingEndorsements, #recentEmployer, #current-details #reasonLeaving, #current-details #mainDuties, #employer-reference #departmentAddress, #employer-reference #email, #employer-reference #position, #other-employer-reference #departmentAddress, #other-employer-reference #email, #other-employer-reference #position, .addressLine, #personal-details #hearPostval, .companyName, #emailv, #positionv, #positionprior3v, #positionHR, #positionPrior1 {
	width: 340px;
}

#declaration #date, #declaration #positionprior3v, #declaration #dateg1, #declaration #datePrior1 {
	margin-right: 20px;
}

#current-details #recentJobTitle {
	width: 163px;
}

#diversity-monitoring #nationality, #diversity-monitoring #religionBelief{
	width: 350px;
}

#current-details #startDate, #current-details #salary, #employment-history #from, #employment-history #to, #general-information #noDays, #general-information #noOcassions, #employer-reference #postcode, #other-employer-reference #postcode, #declaration #date, #nvqLevel2Yesstep2, #nvqLevel3Yesstep2, #postcodev, #postcodeprior3v, #declaration #datePrior3v, #declaration #dateg1, #postcodegv4, #postcodePrior1, #datePrior1 {
	width: 75px;
}

#personal-details #address, #personal-details #hearPost, #current-details #reasonLeaving, #employment-history #employerAddress, #employment-history #descriptionDuties, #employment-history #reasonLeaving, #general-information #reasonsDate, #personal-details #hearPostval {
	height: 100px;
}

#drivingEndorsements {
	height: 130px;
}

#relevant-qualifications #qualificationTraining, #relevant-qualifications .qualificationTraining, #relevant-qualifications .professionalMembership {
	width: 500px;
	margin-right: 5px;
}

#relevant-qualifications #gradeLevel, #relevant-qualifications .gradeLevel {
	width: 190px;
}

#relevant-qualifications #qualificationTraining, #relevant-qualifications #gradeLevel, #needs-role #attractedYou, #details, #needs-role #motivation, #needs-role #integrity, #needs-role #problem, #needs-role #judgement, #needs-role #continous, #needs-role #developing, #otherRelevantQualifications {
	height: 175px;
}

#current-details #mainDuties, #employment-history #employmentGap  {
	height: 198px;
}

#employment-history #employerAddress, #employment-history #descriptionDuties, #employment-history #reasonLeaving {
	width: 196px;
}

#needs-role #whyYou {
	height: 400px;
}

#employer-reference #departmentAddress, #other-employer-reference #departmentAddress{
	height: 60px;
}

#previousStep {
	float: left;
}

#previousStep a {
	background: url(../images/buttons/previous.jpg) left top no-repeat;
	padding: 6px 22px 15px 25px;
	color: #FFFFFF;
}

#nextStep {
	float: right;
	background: url(../images/buttons/next.jpg) left top no-repeat;
	width: 100px;
	height: 25px;
}

#nextStep a {
	padding: 6px 0px 0px 25px;
	color: #FFFFFF;
}

/* @end */

/* @group Join eNewsletter Form */

#join-enewsletter {
	float: left;
	width: 230px;
	margin-top: 10px;
}

#join-enewsletter input, #join-enewsletter textarea {
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin: 2px 0px;
	color: #999999;
	font-size: 11px;
	font: 11px Helvetica, Verdana, Arial, sans-serif;
}

#join-enewsletter #firstname, #join-enewsletter #surname, #join-enewsletter #email-address, #join-enewsletter #telephone, #join-enewsletter #address {
	width: 200px;
}

#join-enewsletter #address {
	height: 65px;
}

#join-enewsletter #title, #join-enewsletter #postcode {
	width: 75px;
}

#join-enewsletter fieldset {
	width: 210px;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

#join-enewsletter legend {
	background: #009DDC;
	padding: 2px 5px;
	color: #FFFFFF;
}

#join-enewsletter p {
	padding-bottom: 5px;
}

#join-enewsletter-text {
	float: right;
	width: 480px;
}

#join-enewsletter-text p {
	padding: 5px 0px;
}

/* @end */

/* @group Get In Touch */

#contact-text, #map, #enquiry-form, #enquiry-form #column1, #enquiry-form #column2, #enquiry-form #column3 {
	float: left;
}

#contact-text {
	width: 415px;
	padding-right: 15px;
}

#map {
	padding: 4px;
	border: 1px solid #CCCCCC;
}

#map a {
	color: #009DDC;
}

#map a:hover {
	color: #333333;
	text-decoration: underline;
}

#enquiry-form {
	margin-top: 10px;
}

#enquiry-form fieldset {
	border: 1px solid #CCCCCC;
	padding: 5px 10px;
}

#enquiry-form  legend {
	background: #009DDC;
	padding: 2px 5px;
	color: #FFFFFF;
}

#enquiry-form input, #enquiry-form textarea {
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin: 2px 0px;
	color: #999999;
	font: 11px Helvetica, Verdana, Arial, sans-serif;
}

#enquiry-form #column1, #enquiry-form #column2 {
	width: 235px;
}

#enquiry-form #column3 {
	width: 230px;
}

#enquiry-form #column1 {
	padding-left: 5px;
}

#enquiry-form #firstname, #enquiry-form #surname, #enquiry-form #telephone, #enquiry-form #email, #enquiry-form #address, #enquiry-form #town, #enquiry-form #enquiry {
	width: 210px;
}

#enquiry-form #postcode {
	width: 75px;
}

#enquiry-form #address {
	height: 63px;
}

#enquiry-form #enquiry {
	height: 100px;
}

#enquiry-form p {
	padding: 5px 0px;
}

/* @end */

/* @group FAQs */

input#searchfaq {
	color: #808080;
	font-size: 11px;
	width: 180px;
	padding: 3px 0px 3px 20px;
	background: url(../images/icons/search.jpg) left no-repeat #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-right: 3px;
}

#faqSearch {
	padding: 5px 0px;
}

.question {
	font-size: 14px;
	color: #009DDC;
}

.faq {
	border-bottom: 1px dotted #CCCCCC;
}



/* @end */

/* @group Accommodation List & Development */

#accommodation-list, .accommodation {
	float: left;
}

.accommodation {
	padding: 4px 4px 0px 4px;
	width: 125px;
	border: 1px solid #CCCCCC;
	margin: 5px;
}

.accommodation p {
	text-align: center;
	font-size: 11px;
	line-height: 14px;
}

.accommodation a:link, .accommodation a:active, .accommodation a:visited {
	color: #009DDC;
}

.accommodation a:hover {
	color: #333333;
	text-decoration: underline;
}

.accommodation img {
	width: 125px;
	height: 95px;
}

#accommodation-image, #accommodation-text {
	float: left;
}

#accommodation-text {
	width: 400px;
	padding-right: 10px;
}

#accommodation-image img {
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin: 5px;
}

.development {
	border-top: 1px dotted #CCCCCC;
	padding: 10px 0px;
	margin: 5px 0px;
}

.development a:link, .development a:active, .development a:visited, #accommodation-text a:link, #accommodation-text a:active, #accommodation-text a:visited {
	background: url(../images/icons/pdf.jpg) left no-repeat;
	padding: 5px 0px 5px 25px;
	color: #009DDC;
}

.development a:hover, #accommodation-text a:hover {
	color: #333333;
	text-decoration: underline;
}

/* @end */

/* @group Latest News */

#newsSearch, .news-item, .news-item img, .news-text {
	float: left;
}

#newsSearch {
	width: 300px;
	padding-top: 5px;
}

input#searchnews {
	color: #808080;
	font-size: 11px;
	width: 180px;
	padding: 3px 0px 3px 20px;
	background: url(../images/icons/search.jpg) left no-repeat #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-right: 3px;
}

#news-menu {
	float: right;
	width: 300px;
	text-align: right;
	padding-top: 15px;
}

#news-menu li {
	display: inline;
}

#news-menu #active {
	color: #009DDC;
}

#news-menu a {
	color: #666;
	padding: 2px 5px;
	background-color: #eee;
}

#news-menu a:hover {
	color: #fff;
	background-color: #009DDC;
	text-decoration: none;
}

.news-item, .publication {
	padding: 10px 0 5px 0;
	margin: 5px 0;
	width: 730px;
	border-top: 1px dotted #CCCCCC;
}

.publication {
	float: left;
}

.news-item img, .publication img {
	float: left;
	width:175px;
	padding: 4px;
	border: 1px solid #CCCCCC;
}

.news-text, .publication-text {
	float: left;
	width: 520px;
	padding-left: 10px;
}

/* @end */

/* @group Headings */

h1 {
	font-size: 20px;
	padding: 5px 0px;
}

h1, h2, h4 {
	font-weight: normal;
	color: #009DDC;
}

h2 {
	font-size: 18px;
	line-height: 25px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 15px;
	padding: 5px 0px;
}

h4 a {
	color: #009DDC;
}

h4 a:hover {
	color: #333333;
	text-decoration: underline;
}

/* @end */

/* @group Links */

#useful-links, #website-profile {
	float: left;
}

#useful-links {
	width: 460px;
	padding: 5px 15px 5px 0px;
}

#useful-links a {
	color: #009DDC;
}

#useful-links a:hover {
	color: #333333;
}

#website-profile {
	width: 250px;
	padding: 3px 5px;
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
}

/* @end */

/* @group Search Results */

#search-result-nav, #search-result-nav p, .search-result {
	float: left;
}

#search-result-nav ul {
	float: right;
	color: #999999;
	padding-top: 5px;
}

#search-result-nav {
	padding-top: 5px;
	width: 100%;
	color: #009DDC;
}

#search-result-nav #active {
	color: #009DDC;
}

#search-result-nav li {
	display: inline;
}

#search-result-nav a:link, #search-result-nav a:active, #search-result-nav a:visited {
	color: #333333;
}

#search-result-nav a:hover {
	color: #009DDC;
	text-decoration: underline;
}

.search-result {
	padding: 5px 0px;
	margin: 5px 0px;
	width: 100%;
	border-top: 1px dotted #CCCCCC;

}

/* @end */

/* @group Other Styles */

.size11 {
	font-size: 11px;
	line-height: 14px;
}

.size14 {
	font-size: 14px;
}

.size15 {
	font-size: 15px;
	line-height: 19px;
}

.size20 {
	font-size: 20px;
}

.clear {
	clear: both;
}

.blue11 {
	font-size: 11px;
	color: #009DDC;
}

.blue {
	color: #009DDC;
}

.purple {
	color: #8E3193;
}

.yellow {
	color: #FBB040;
}

.red {
	color: #BF1E2D;
}

.green {
	color: #8CC63F;
}



/* @end */

.site-map1, .site-map2, .site-map3, .site-map4 {
	float: left;
	width: 175px;
	padding: 5px 5px 5px 0px;
	line-height: 20px;
}

.site-map1 a {
	color: #8E3193;
	text-decoration: none;
}

.site-map2 a {
	color: #FBB040;
	text-decoration: none;
}

.site-map3 a {
	color: #BF1E2D;
	text-decoration: none;
}

.site-map4 a {
	color: #8CC63F;
	text-decoration: none;
}

.site-map1 a:hover, .site-map2 a:hover, .site-map3 a:hover, .site-map4 a:hover {
	color: #333333;
	text-decoration: underline; 
}

#accommodation-pdf {
	padding: 10px 0;
}

a.accommList {
	background: url(../images/icons/pdf.jpg) left no-repeat;
	padding: 12px 0 12px 26px;
	color: #333333;
}

a.accommList:hover {
	text-decoration: underline;
}

.empCol1 {
	width: 210px;
	float: left;
}

.empCol2 {
	width: 295px;
	float: left;
}

.empCol3 {
	width: 100px;
	float: left;
}

.empCol4 {
	width: 80px;
	float: left;
}

.empCol5 {
	width: 150px;
	float: left;
}

.empSpacer {
	clear: both;
	height: 50px;
}