@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a:link {
	color: #72523B;
	text-decoration: none;
}
a:visited {
	color: #72523B;
	text-decoration: none;
}
a:hover {
	color: #620D0D;
	text-decoration: none;
}
a:active {
	color: #620D0D;
	text-decoration: none;
}
a:focus {
	color: #620D0D;
	text-decoration: none;
}

/* LAYOUT */
body {
	background-color: #FBFFCF;
}
#wrap {
	background-color: #fff;
	width: 1024px;
	/*height: 768px;*/
	margin: 0 auto;
	position: relative;
}
#main {
	width: 824px;
	float: left;
}
.topper {
	height: 35px;
	text-align: center;
}
#main .topper {
	width: 824px;
	background-color: #93a872;
}
#main .topper img {
	margin-top: 8px;
}
.head {
	height: 154px;
}
#main .head {
	width: 824px;
	background: url(../images/logo.jpg) no-repeat 0px -8px;
	border-bottom: 8px solid #72523b;
}
.divider {
	height: 7px;
}
#main .divider {
	width: 824px;
	background-color: #72523b;
	border-top: 1px solid #643c30;
}
#testimonials {
	height: 117px;
	overflow: hidden;
	width: 824px;
}
#testimonials img {
	border: 0;
}
#testimonials a {
	display: block;
	float: left;
}
#navbar {
	width: 773px;
	height: 27px;
	padding-left: 51px;
	float: left;
	background-color: #71895e;
}
#contentouter {
	background: url(../images/mainbg.jpg) no-repeat bottom left;
	height: 437px;
	margin-top: 27px;
}
#content {
	clear: left;
}
div.home {
}
div.amenities {
	background: #fff url(../images/amenities-bg.jpg) no-repeat bottom left;
	height: 665px;
}
div.rooms {
	background: #fff url(../images/rooms-bg.jpg) no-repeat bottom left;
	padding-bottom: 72px;
}
div.healthcare {
	background: #fff url(../images/revisedhealthcare-bg.jpg) no-repeat bottom left;
	height: 616px;
}
div.ourstaff {
	background: #fff url(../images/ourstaff-bg.jpg) no-repeat bottom left;
	height: 550px;
}
div.livinghere {
	background: #fff url(../images/livinghere-bg.jpg) no-repeat bottom left;
	height: 554px;
}
div.secondary {
	background: #D6E3C4 url(../images/secondary-bg.jpg) no-repeat bottom left;
	padding-bottom: 128px;
	min-height: 416px;
}
div.text {
	padding: 18px 42px 0 386px;
	line-height: 160%;
	font-size: 13px;
}
div.home div.text {
}
div.home .text {
	padding-top: 8px;
	padding-right: 8px;
	margin-top: 27px;
	font-size: 14px;
}
.page-header {
	/*position: absolute;
	top: 286px;
	left: 160px;*/
	float: left;
	padding: 42px 0 0 146px;
	width: 224px;
	line-height: 175%;
	font-size: 11px;
}
.page-header p {
	width: 180px;
}
#sub {
	width: 200px;
	margin-left: 824px;
	background: #fff url(../images/subbg.jpg) no-repeat 0 197px;
	height: 768px;
}
#sub .topper {
	background-color: #826263;
}
#sub .topper img {
	margin-top: 4px;
}
#sub .head {
	border-bottom: 8px solid #a38b77;
}
#sub .divider {
	background-color: #a38b77;
	border-top: 1px solid #9d736c;
}
#sub .subcontent {
	position: relative;
}
#calendar-callout {
	position: absolute;
	top: 410px;
	left: 20px;
}
#copyright {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 200px;
	text-align: center;
	color: #752c2b;
	font-size: 8px;
}
#footer {
	height: 120px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#referral {
	position: absolute;
	bottom: 12px;
	left: 26px;
}
#dfe-logo {
	position: absolute;
	bottom: 12px;
	left: 680px;
}
#footerlinks {
	position: absolute;
	width: 500px;
	bottom: 4px;
	left: 166px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
#footerlinks a:link, #footerlinks a:visited {
	color: #fff;
	text-decoration: none;
}
#footerlinks a:hover, #footerlinks a:active, #footerlinks a:focus {
	color: #fff;
	text-decoration: underline;
}
.smalltxt {
	font-size: 9px;
	font-weight: normal;
}
#footerlinks .smalltxt {
	text-transform: uppercase;
}

div.resources table th {
	text-align: left;
	padding-top: 12px;
}

/* FONTS */

body {
	font-family: Arial, Verdana, Arial, sans-serif;
	font-size: 12px;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 8px 0;
}
h1 {
	font-size: 14px;
	margin: 4px 0;
}
h2 {
	font-size: 13px;
}
dl, ul, ol {
	margin-bottom: 8px;
}
dt {
	font-weight: bold;
}
dd, ul, ol {
	margin-left: 24px;
}

/* FORMS */
fieldset {
	border: none;
}
fieldset legend {
	font-weight: bold;
	font-size: 13px;
	color: #000;
}
fieldset ol {
	list-style-type: none;
	margin-left: 0;
}
fieldset ol li {
	margin-bottom: 18px;
}
fieldset li.text label {
	display: block;
}
fieldset li.submit {
	text-align: right;
}
input.text, textarea {
	width: 340px;
	padding: 2px;
	border: 1px solid #71895E;
}
select {
	padding: 2px;
	border: 1px solid #71895E;
}
textarea {
	height: 72px;
}

input.text:focus, textarea:focus, .fieldFocus {
	/*outline: 1px solid #91A477;
	background-color: #E8EFE0;*/
}
.btn {
	cursor: pointer;
}
.fieldFocus input, .fieldFocus select, .fieldFocus textarea {
	background-color: #E8EFE0;
}
.fieldFocus label {
	color: #620D0D;
}
.error {
	color: red !important;
}

/*** REFERRAL TOOLTIP ***/
#note {
	display: none;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #E1E4D1;
	padding: 5px;
	/*opacity: 0.85;*/
	width: 320px;
	text-align: justify;
}
#tooltip h3, #tooltip div { margin: 0; }
