/************************************************************************

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:		Nick Watson
				Tom Fletcher
				[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Universal
	Forms
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Messages

************************************************************************/

/***********************************************************************
	RESET UNIVERSAL STYLES
************************************************************************/
html,body,h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dt,dd,form,fieldset,input,select,textarea,div,p,img,table,th,td,object,pre,blockquote,address { 
	margin:0;
	padding:0;
}

a, object, embed {
   outline: none;
}

:link,:visited,:hover {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

a img,:link img,:visited img, table, fieldset, img {
	border: none;
}

address, abbr {
	font-style: normal;
}

body {
	color: #fff;
	background: #3b1120 url('../i/layout/bg-repeat.gif') top left repeat-x;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

dt	{ 
	font-weight: bold; 
}

blockquote {
	margin-left: 1em;
}

img {
	display: block;
}

a.white-link {
	color: #FFF;
	text-decoration: underline;
}
a.page-link {
	text-decoration: underline;
}

a.white-link:hover, a.page-link:hover {
	text-decoration: none;
}

a#golf {
	height: 20px; 
	width: 350px;
	float: left;
	display: block;
	color: #fff;
	font-size: 1.6em;
	text-decoration:underline;
	clear: both;
	padding: 10px;
	margin: 5px 0px 0px 50px;
	background: url('../i/layout/smallhospiscarelogo.gif') top right no-repeat;
}
*html a#golf {
	margin: 5px 0px 0px 25px;
}
a#golf:hover {
	color: #999;
	text-decoration:none;
}
div.home-top-box {
height: 167px;
}
/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/

body {
	font-size: 62.5%;
}

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: Georgia, "Times New Roman", Times, serif;
}

div#content p {
	margin: 1em 0;
	line-height: 1.7em;
	font-size: 1.2em;
}
div#content div.content-box ol,
div#content div.content-box ul {
	list-style-type: disc;
	list-style: outside;
	margin: 0px 0px 15px 15px;
}
div#content div.content-box ol {
	margin-left: 22px;
}
div#content div.content-box ol li,
div#content div.content-box ul li {
	font-size: 1.2em;
	margin-top: 1.2em;
}
div#content div.content-box ol li {
	list-style-type: decimal;
}

div#content ul.page {
	font-size: 1.2em;
}
div#content ul.page li {
	float: left;
	margin-right: 5px;
}
div#content ul.page li a {
	float: left;
	color: #fff;
	text-decoration: underline;
}
div#content ul.page li a.active {
	font-weight: bold;
	text-decoration: none;
}
div#content ul.page li a:hover {
	text-decoration: none;
}

div#content div.content-box ul#features {
	padding: 0px 0px 15px 15px;
	float: left;
	width: 434px;
	list-style-type: disc;
	list-style-position: outside;
}

* html div#content div.content-box ul#features {
	width: 404px;
}
div#content div.content-box ul#features li {
	font-size: 1.2em;
	margin: 1.2em 17px 0px 0px;
	width: 200px;
}
h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #fff;
}
h1 a {
	color: #fff;
}
h1 a:hover {
	color: #FBFEC9;
	text-decoration: underline;
}

h1#quicknav-header {
	font-size: 1.4em;
	color: #fffbcd;
	margin-bottom: 4px;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #800000;
}
img.image-left {
	float: left;
	margin-right: 10px;
}
img.bottom-photo {
	float: left;
	border-right: solid 4px #FFF;
}
/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
div#container {
	width: 951px;
	margin: 20px auto;
	border: 4px solid #fff;
}
div#content {
	width: 951px;
	float: left;
}
div.yellow-bg {
	background: #fff url('../i/layout/yellow-bg.jpg') bottom repeat-x;
}
div.pattern-bg {
	background: #fff url('../i/layout/pattern-bg.gif') bottom no-repeat;
}
a#property-main-image {
	float: left;
	width: 473px;
	height: 357px;
	display: block;
	text-indent: -999em;
	letter-spacing: 133px;
	margin-bottom: 2px;
}
a#energy-image {
	float: left;
	width: 232px;
	height: 120px;
	display: block;
	text-indent: -999em;
	letter-spacing: 133px;
	margin-right: 10px;
}
div.property-right-box {
	width: 473px;
	float: left;
	margin-bottom: 5px;
}
div.property-right-box-content {
	width: 463px;
	float: left;
	padding-right: 10px;
	color: #000;
}

a.property-small-image {
	float: left;
	width: 93px;
	height: 93px;
	display: block;
	text-indent: -999em;
	letter-spacing: 133px;
	margin-bottom: 2px;
}
a.image-with-border {
	margin-right: 2px;
}
	*html a.image-with-border {
		margin-right: 1px;
	}
img.image-right {
	float: right;
	margin: 0px 0px 5px 10px;
}
div.search-top-bar {
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
div.form-error {
	background: #4d4d4d;
	border: solid 1px #000;
	margin: 10px 0;
}
div.form-error img {
	float: left;
	margin: 3px 5px 0px 10px;
}
div.form-error strong {
	color: #BB2222;
}
/***********************************************************************
	HEADER ELEMENTS
************************************************************************/
div#header {
	width: 951px;
	height: 115px;
	display: block;
	border-bottom: 4px solid #fff;
	background: url('../i/layout/header.jpg') no-repeat;
}
a#header-link {
	width: 400px;
	height: 115px;
	display: block;
	float: left;
	text-indent: -999em;
	letter-spacing: 133px;
}
div#quicknav {
	width: 322px;
	height: 95px;
	float: right;
	padding: 5px 0px 0px 7px;
	margin: 8px 5px 0px 0px;
	background: #2f2f2f;
}
div#quicknav div {
	float: left;
	width: 225px;
	margin-bottom: 1px;
}

div#quicknav input, div#quicknav select {
	background: #fff;
}

div#quicknav input#rooms {
	width: 158px;
	padding: 2px;
	border: solid 1px #44061c;
}
div#quicknav input#search {
	width: 89px;
	height: 67px;
	border: solid 1px #b3b3b3;
	color: #5a5a5a;
	background: url('../i/layout/search-button.jpg') no-repeat;
}
div#quicknav select {
	width: 220px;
	border: solid 1px #44061c;
}
div#quicknav select#PriceMin,
div#quicknav select#PriceMax {
	width: 110px;
	float: left;
	border: solid 1px #44061c;
}
/***********************************************************************
	BODY ELEMENTS
************************************************************************/
div#left-column {
	float: left;
	width: 473px;
	border-right: solid 5px #fff;
}
div.yellow-bg div#left-column {
	border-right: none;
	margin-right: 5px;
}
div#right-column {
	float: left;
	width: 473px;
}
div.full-width{
	width: 931px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
}
div#three-images {
	width: 473px;
	float: left;
	border-bottom: solid 4px #fff;
}
div#bottom-images {
	width: 951px;
	float: left;
}
div#three-images a,
div#bottom-images a {
	float: left;
	width: 155px;
	height: 155px;
	display: block;
	text-indent: -999em;
	letter-spacing: 133px;
	border-right: solid 4px #fff;
}
div#three-images a {
	width: 154px;
}
div#three-images a#end-image,
div#three-images img#end-image,
div#bottom-images a#end-image,
div#bottom-images img#end-image {
	border-right: none;
	border-left: solid 1px #fff;
}
div#three-images-fix {
	float: left;
	display: block;
	width: 2px;
	height: 155px;
	background: #FFF;
}
div#flash {
	width: 473px;
	height: 212px;
	display: block;
	background-image: url(../i/layout/bg-repeat.gif);
	background-repeat: repeat-x;
	border-bottom: solid 4px #fff;
}
div#nav-box {
	float: left;
	width: 449px;
	background: #2f2f2f;
	border-bottom: solid 4px #fff;
	padding: 15px 12px 0px 12px;
	text-align: justify;
}
div.home-top-box {
	height: 167px;
}
div.about-top-box {
	height: 144px;
}
div.awards-top-box {
	height: 160px;
}
/*  non christmas rule
div.pink-home-box {
	float: left;
	width: 449px;
	background: #2f2f2f;
	border-bottom: solid 4px #fff;
	padding: 5px 12px 0px 12px;
	height: 205px;
	text-align: justify;
	background: url('../i/layout/pink-black-fade.jpg') top repeat-x;
}
div.pink-home-box img {
	float: right;
	margin: 15px 0px 15px 15px;
}
*/
div.pink-home-box {
	float: left;
	width: 449px;
	background: #2f2f2f;
	border-bottom: solid 4px #fff;
	padding: 5px 12px 0px 12px;
	height: 205px;
	text-align: justify;
	background: url('../i/layout/pink-black-fade.jpg') top repeat-x;
}
div.pink-home-box img {
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 5px;
}
div.pattern-home-box {
	width: 473px;
	height: 210px;
	display: block;
	background: url('../i/layout/dark-pattern-bg.jpg') no-repeat;
	border-bottom: solid 4px #fff;
}
div.content-box {
	float: left;
	width: 449px;
/*	padding: 5px 12px 0px 12px;*/
	text-align: justify;
	color: #000;
	padding: 10px;
}
div.content-box h1 {
	color: #000;
}
div.staff-box {
/*	width: 449px;*/
	margin-top: 10px;
	float: left;
	background-image: url(../i/layout/divide-full.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
/*	padding-right: 20px;
	padding-left: 10px;*/
}
div.staff-box img {
float: left;
	border: solid 2px #800000;
	margin-right: 20px;
	margin-top:5px;
	margin-bottom: 20px;
}
div.three-columns-spacer {
	margin-right: 3px;
}
div.three-columns h1 {
	text-align: center;
}
div.three-columns {
	width: 125px;
	float: left;
	padding: 30px 15px 0px 15px;
}
div.three-columns a { color: #fff; }
div.three-columns a:hover { text-decoration: underline; }
div.search-top-bar{
	float: left;
	background-image: url(../i/layout/nav-bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	margin-bottom: 1px;
	width: 100%;
}
div.property-list{
	float: left;
	background-image: url(../i/layout/bg-repeat.gif);
	background-repeat: repeat-x;
	margin-bottom: 1px;
	width: 473px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	font-size: 1.2em;
	min-height: 30px;
}
div.property-list h1 {
	font-size: 1.4em;	
	float: left;
	display: block;
	margin-left: 10px;
}
div.property-list a{
	color: #FFFACE;
	margin-left: 10px;
	font-size: 1.4em;
}
div.property-list span.price {
	color: #FFF;
	margin-left: 10px;
	font-size: 1.2em;
}
div.property-list span.status {
	color: #FFF;
	margin-left: 10px;
	font-size: 1.4em;
	font-weight: bold;
}
div.property-list a:hover{
	color: #FFFfff;
	margin-left: 10px;
}
div.property-list a.listing-thumb{
	float: left;
	width: 80px;
	height: 80px;
	text-indent: -999em;	

}
div.testimonial{
	float: left;
	background-image: url(../i/layout/divide-full.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 888px;
}
div.testimonial p{
	color: #000;
}
div.full-width p.testimonial-content{
	color: #7B0B34;
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
}
div.testimonial span.date{
	color: #3C1120;
	font-size: 1.2em;
}
div#content p{
/*	text-align: justify;*/
}

img.hr{
	margin-left: -10px;
}

div.link-holder {
	width: 931px;
	border-bottom: dashed 1px #800000;
	margin-bottom: 10px;
}
/***********************************************************************
	NAVIGATION
************************************************************************/
ul#mainNav {
	width: 465px;
	height: 30px;
	padding-left: 8px;
	background: url('../i/layout/nav-bg.jpg') repeat-x;
	float: left;
}
ul#mainNav {
	float: left;
}
ul#mainNav li {
	float: left;
	position: relative;
}
ul#mainNav a {
	padding: 7px 40px 7px 0px;
	color: #FFF;
	font-size: 1.2em;
	float: left;
}
ul#mainNav a#contact {
	text-align: right;
	padding-right: 0px;
}
ul#mainNav a:hover {
	color: #FBFEC9;
	text-decoration: underline;
}

ul#mainNav li ul{
	position: absolute;
	left: -1px;
	top: 29px;
	width: 200px;
	height: 200px;
	display: none;
}
ul#mainNav li:hover ul{	
	display: block;
}
ul#mainNav li.over ul{	
	display: block;
}
ul#mainNav li ul li{
	float: left;
	clear: both;
}
ul#mainNav li ul li a{
	display: block;
	width: 90px;
	border: 1px solid #505050;
	padding-left: 10px;
	background-image: url(../i/layout/nav-bg.jpg);
	background-repeat: repeat-x;	
	alpha(opacity=80);-moz-opacity:.80;opacity:.80;
	filter: alpha(opacity=80);
}
ul#mainNav li ul li a:hover{	
	alpha(opacity=100);-moz-opacity:1;opacity:1;
	filter: alpha(opacity=100);
}



div.search-top-bar ul {
	width: 465px;
	height: 30px;
	padding-left: 8px;
	background: url('../i/layout/nav-bg.jpg') repeat-x;
	float: left;
}
div.search-top-bar ul {
	float: left;
}
div.search-top-bar ul  li {
	float: left;
	padding: 7px 5px 7px 0px;
}
div.search-top-bar ul  a {

	color: #FFF;
	font-size: 1.2em;
	float: left;
}

div.search-top-bar ul  a:hover {
	color: #FBFEC9;
	text-decoration: underline;
}


div#nav-box p.awards{
	font-size: 1.8em;
	color: #FEFBCE;	
}
.center{
	text-align: center;
}
div#content div.full-width h2.bigger{
	font-size: 2.4em;
	padding-top: 10px;
}
div.team-shot{
	width: 473px;
	float: right;
	margin-right: -10px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
}
/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/
div#footer {
	width: 951px;
	margin: 10px auto;
}
div#footer a{
	color: #fffbcd;
}div#footer a:hover {
	color: #daccaa;
}
div#footer ul {
	width: 951px;
	margin-left: -5px;
	float: left;
}
div#footer ul li{
	float: left;
}
div#footer ul li a{
	margin: 0px 5px;
}
div#footer p {
	float: left;
	width: 750px;
	color: #fffbcd;
}
a#optix {
	float: right;
}
/***********************************************************************
	TOOLS
************************************************************************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.accessibility {
	position: absolute;
	text-indent: -999em;
	left: -999em;
	top: -999em;
}


/*************************************************
remove clients messy styles from word pasting.
specify where this applies or it will do all spans
**************************************************/
/*span[style]{ 
	color: inherit !important; 
	font-size: inherit !important; 
	font-family: inherit !important;
}*/

/***********************************************************************
	FORMS
************************************************************************/
form#valued {
	margin: 15px 0px;
} 
form#valued fieldset,
form#valued {
	width: 449px;
}
form#valued fieldset label {
	width: 150px;
	height: auto;
	font-size: 1.2em;
}
form#valued fieldset input#Ems {
	float: left;
	width: 15px;
}
form#valued fieldset textarea {
	font-size: 1.2em;
}
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: 55%; }

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;
}

/***********************************************************************
	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;
}

/* FORMMAILER */

/* COLOR/BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
	color: #606060;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #606060;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #404040;
}

form.ddfm .required {
	color: #FF0000;
}

.ddfmerrors {
	color: #FF0000;
}

/* TEXT CSS */

.ddfmwrap {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

form.ddfm h1,
form.ddfm h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {
	font-size: 140%;
}

form.ddfm h2 {
	font-size: 115%;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-size: 100%;
	font-weight: bold;
}

form.ddfm .credits {
	font-size: 90%;
}

form.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

.ddfmwrap {
	margin: 15px auto 15px auto;
	width: 400px; 
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
}

form.ddfm {
	text-align: left;
	width: 380px; 
}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  
	color: #fff;
	font-weight: normal;
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}


/*
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  */

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
	float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	margin-right: 10px;
	width: 95%;
}

form.ddfm .submit {
	margin-top: 15px;
	margin-right: 10px;
	text-align: right;
	clear:both;
	width: 95%;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	padding: 3px;
}

