/************************************************************************

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:		Tom Harman
				Nick Watson
				Tom Fletcher
				[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Universal
	Forms
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Messages

************************************************************************/

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/

body {
	font-size: .7em;
	color: #505b2b;
	background: #FFF url('../i/layout/bg.jpg') repeat-x;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/***********************************************************************
	FORMS
************************************************************************/

fieldset, legend {
	border: none;
}

legend {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 .5em;
}

label {
	float: left;
	padding: 0 1em 0 0;
	text-align: right;
}

form fieldset div {
	clear: both;
	display: block;
	margin-bottom: .5em;
	padding: 0;
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
}

div.multi input {
	border: 0;
	width: auto;
}
 
form 									{ width: 100%; }

label		 							{ float: left;	height: 22px; width: 45%; }

fieldset div input,
fieldset div select,
fieldset div textarea  			{ width: 45%; }

fieldset div input.small,
fieldset div select.small,
fieldset div textarea.small 	{ width: 25%; }

div.req label, div.req p		{ font-weight: bold; }

div.multi label 					{ height: 22px; }

div.req label:before, 
div.req p:before {
	content: "* ";
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

fieldset div input, 
fieldset div select, 
fieldset div textarea  {
	border: 1px solid #aaa;
	color: #333;
	font-weight: normal;
	padding: 1px;
}

div.submit input {
	background: #777;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 1px .7em;
	width: auto;
}

/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/

div#container {
	margin: 0 auto;
	width: 864px;
}

/***********************************************************************
	HEADER ELEMENTS
************************************************************************/

div#header {
	margin-top: 20px;
}

div#branding-logo {
	background: url('../i/layout/logo.gif') no-repeat;
	width: 315px;
	height: 95px;
	margin-left: 20px;
	float: left;
}

div#branding-tagline {
	background: url('../i/layout/nores.gif') no-repeat;
	width: 304px;
	height: 14px;
	margin-right: 50px;
	margin-top: 60px;
	float: right;
}

ul#navbar {
	width: 480px;
	float: right;
	margin-top: 15px;
	margin-right: 30px;
	list-style: none;
}

* html ul#navbar {
	width: 500px;
	margin-right: 10px;
	list-style: none;
}

ul#navbar li {
	float: left;
	position: relative;
	display: block;
	height: 30px;
	padding-left: 12px;
	margin-left: 8px;
	background: url('../i/layout/navleft.jpg') left no-repeat;
}

ul#navbar li:hover {
	background: url('../i/layout/navlefta.jpg') left no-repeat;
}

ul#navbar li a {
	background: url('../i/layout/navright.jpg') right no-repeat;
	display: block;
	float: left;
	height: 20px;
	white-space: nowrap; 
	padding-top: 10px;
	padding-right: 12px;
	color: #505b2b;
	font-weight: bold;
}

ul#navbar li:hover a {
	background: url('../i/layout/navrighta.jpg') right no-repeat;
}

div#content-top {
	background: url('../i/layout/content-top.jpg') no-repeat;
	width: 863px;
	height: 24px;
}

div#content-bottom {
	background: url('../i/layout/content-bottom.jpg') no-repeat;
	width: 863px;
	height: 27px;
}

/***********************************************************************
	BODY ELEMENTS
************************************************************************/

div#content {
	background: url('../i/layout/content-repeat.jpg') repeat-y;
	height: 100%;
}

div#frontimage {
	height: 374px;
	width: 576px;
	float: left;
	background: url('../i/layout/front.jpg') no-repeat;
}
div#content-sub-top{
	background-image: url(../i/layout/textbox-top.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 580px;
	height: 7px;
	margin-left: 20px;
}
* html div#content div#content-sub-top{
	background-image: url(../i/layout/textbox-top.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	width: 580px;
	height: 2px;
	margin-left: 5px;
	padding: 0px;
}
div#content-sub {
	background: #ededed;
	background-image: url(../i/layout/textbox-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
	width: 540px;
	padding: 20px;
	margin-left: 20px;
}
div#content div#content-sub p{
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:0px;
}
div#content div#content-sub h1{
	margin:0px;
	padding: 0px;
}

* html div#content-sub {
	margin-left: 10px;
	width: 540px;
	padding: 19px;
	margin: 0px;
	margin-left: 5px;
}

div#content-sub h1 {
	font-size: 1.4em;
	margin-bottom: 10px;
}

div#rescare {
	width: 232px;
	height: 249px;
	float: right;
	margin-right: 15px;
	background: url('../i/layout/rescare.jpg') no-repeat;
		clear: right;
}

div#assisted {
	width: 232px;
	height: 241px;
	float: right;
	margin-right: 15px;
	background: url('../i/layout/assisted.jpg') no-repeat;
		margin-bottom: 20px;

}
div#assisted a{
	display: block;
	width: 232px;
	height: 241px;
		margin-top: 20px;
}
div#content div#content-sub a.pdf{
	float: left;
	height: 77px;
	padding-top: 30px;
	padding-left: 80px;
	background-image: url(../i/layout/pdf.jpg) ;
	background-repeat: no-repeat;
}
div#content div#content-sub ul{
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
div#content div#content-sub ul li{
	list-style-image: url(../i/layout/bullett.jpg);
}


div.contact-form{
	float: left;
	background-color: #ebede1;
	border: 2px solid #d1d4c3;	
	margin-left: 20px;
	margin-top: 20px;
	padding-top: 20px;
	width: 400px;
}
* html div.contact-form{
	float: left;
	background-color: #ebede1;
	border: 2px solid #d1d4c3;	
	margin-left: 20px;
	margin-top: 20px;
	padding-top: 20px;
	width: 360px;
}
h1{
	font-size: 1.4em;
	margin-left: 20px;
}
div#content p{
	padding-top: 10px;
	margin-left: 20px;
}
div.brochure{
	float: left;
	background-color: #ededed;
	border: 2px solid #d1d4c3;	
	margin-left: 20px;
	margin-top: 20px;
	padding-top: 20px;
	width: 390px;
/*	height: 150px;*/
}
div#main div#content div.brochure a.pdf{
	float: left;
	height: 77px;
	padding-top: 20px;
	padding-left: 80px;
	background-image: url(../i/layout/pdf.jpg) ;
	background-repeat: no-repeat;
	margin-left: 30px;
}

div#map{
	float: left;
	width: 540px;
	margin-bottom: 10px;
	height: 430px;
}
div.directions{
	float: left;
	background-color: #fff;
	border: 2px solid #d1d4c3;	
	margin-top: 20px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	width: 500px;
	margin-bottom: 20px;
}
div.directions form{
	float: left;
	padding:0px;
	margin: 0px;
}
div.directions form label{
	float: left;
	width: auto ;
	padding: 0px;
	padding-right: 10px;
	margin:0px;
}
div#content-sub div.directions form p{
	margin:0px;
	padding: 0px;
}
div#content-sub div.directions p{
	margin:0px;
	padding: 0px;
}
/***********************************************************************
	NAVIGATION
************************************************************************/
li ul.sub {
  display: none;
  position: absolute; 
  top: 30px;
  left: 0;
}
li > ul {
	top: auto;
	left: auto;
}
li:hover ul.sub, li.over ul.sub {
	display: block;
	clear: left;
	padding:0px;
	margin:0px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	
}	  
/*new styling for new dropdowns*/
div#nav ul#navbar li ul.sub li a{
	background-image: none;
	/*width: 100px;*/
	height: auto;
	float: left;
	background-color: #ebede1;
	font-size: 1em;
	font-weight: normal;
	padding:0px;
	margin:0px;
}
div#nav ul#navbar li ul.sub li a:hover{
/*	background-color: #deb42a;*/
	color: #deb42a;
	padding:0px;
	margin:0px;
}
div#nav ul#navbar li ul.sub{
	background-image: none;
	/*width: 150px;*/
	float: left;
	background-color: #ebede1;	
	padding-top: 10px;
	padding-bottom: 5px;
}
div#nav ul#navbar li ul.sub li{
	background-image: none;	
	float: left;
	clear: both;
	padding:0px;
	margin:0px;
	height: 20px;
	/*margin-top: 10px;*/
/*	width: 150px;*/
}
/*******************************/


div.gallery a{
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
	padding-left:4px;
	padding-bottom: 4px;
	background-color: #D3D3D3;495525
}
div.gallery a:hover{
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
	padding-left:4px;
	padding-bottom: 4px;
	background-color: #deb429;
}


div.review{
	float: left;
/*	background-color: Aqua;*/
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dashed #4D5927;
}
div#content div#content-sub div.review p{
	padding:0px;
	margin: 0px;
	padding-bottom: 10px;
}

div.body-left{
	width: 610px;
/*	background-color: Fuchsia;*/
	float: left;
}
div.right-panel{
	float: right;
	width: 245px;
/*	background-color: Aqua;*/
}
* html div.body-left{
	width: 590px;
/*	background-color: Fuchsia;*/
	float: left;
	clear: none;
}
* html div.right-panel{
	float: right;
	width: 245px;
/*	background-color: Aqua;*/
	clear: none;
}

div#side-news{
	float: left;
	margin-right: 17px;
	width: 204px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../i/layout/news-panel.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
/*	background-color: Green;*/
}
div#side-news a.latest-news{
	font-size: 1.3em;
	color: #505B2B;
}
div.news-snippett{
	float: left;
	font-size: 1em;
	border-top: 1px dashed #434F21;
	margin-top: 4px;
	color: #000;
	text-align: justify;
}
div.right-panel div#side-news div.news-snippett h1{
	font-size: 1.3em;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	margin-bottom: 3px;
	margin-top: 4px;
	color: #505B2B;
}
div.right-panel div#side-news div.news-snippett a{
	color: #505B2B;
}
div.news-archive{
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
 	border-bottom: 1px dashed #505B2B;
	width: 570px;
}
* html div.news-archive{
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 20px;
 	border-bottom: 1px dashed #505B2B;
	width: 550px;
}
div.news-archive a{
	float: left;
	padding: 4px;
	background-color: #DEB42A;
	margin: 1px;
	margin-top: 3px;	
}
div.news-archive a:hover{
	background-color: #B4B89F;
}
div.news-item{
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
 	border-bottom: 1px dashed #505B2B;
}
* html div.news-item{
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 20px;
 	border-bottom: 1px dashed #505B2B;
}
div.view-news{
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
 	border-bottom: 1px dashed #505B2B;
	text-align: justify;
}
div.view-news img{
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}
div.view-news h1{
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
div#content div.body-left div.view-news p{
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}
div#content div.body-left a.pdf{
	background-image: url(../i/icons/pdf.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	padding-bottom: 4px;
}
div.job-vacancy{
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
 	border-bottom: 1px dashed #505B2B;
	width: 570px;
}
* html div.job-vacancy{
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
 	border-bottom: 1px dashed #505B2B;
	width: 570px;
}
div.career-categories{
/*	float: left;*/
	padding-left: 20px;
	clear: both;
	width: 100%;
}
* html div.career-categories{
/*	float: left;*/
	padding-left: 20px;
	clear: both;
	width: 540px;

}
h2.careerh2{
	float: left;
	clear: both;
	padding-top: 20px;
	padding-left: 20px;
}
div.career-categories a{
	float: left;
	padding: 4px;
	background-color: #DEB42A;
	margin: 1px;
	margin-top: 3px;	
}
div.career-categories a:hover{
	background-color: #B4B89F;
}

div.accom-row{
	float: left;
	
}
div.accom-row img{
	float: left;
	border: 1px solid #727B46;
	margin-right: 10px;	
}
* html div.accom-row img{
	float: left;
	border: 1px solid #727B46;
	margin-right: 5px;	
}
/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/

div#footer {
	width: 844px;
	margin: 0 auto;
}

div#footer a {
	color: #333300;
}

div#siteinfo-legal {
	float: left;
}

div#siteinfo-credits {
	float: right;
}

/***********************************************************************
	MESSAGES
************************************************************************/

.error, .notice, .message { 
	color: #b22;
	font-weight: bold;
}

.error ol li {
	font-weight: normal;
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}