@charset "UTF-8";
/* 
CSS Document 
Treeview Estates Global CSS
SAE Creative
author: paulm
*/


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

body {
	background-image: url(../images/bg-body-global.jpg);
	background-position: 0px 0px;
	background-repeat: repeat;
}

#headerContainer {
	display: block;
	height: 387px;
	width: 100%;
	background-color: #1c2735;
	text-align: center;
}

#headerWrapHome {
	display: block;
	width: 761px;
	height: 387px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg-header-home.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: left;
	overflow: hidden;
	position:relative;
}

#headerStarburst {
	position:absolute;
	top:44px;
	left:174px;
	width:194px;
	height:196px;
}

#headerWrapLocation {
	display: block;
	width: 761px;
	height: 387px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg-header-location.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: left;
	overflow: hidden;
}

#headerWrapLifestyle {
	display: block;
	width: 761px;
	height: 387px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg-header-lifestyle.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: left;
	overflow: hidden;
}

#headerWrapVillage {
	display: block;
	width: 761px;
	height: 387px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg-header-village.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: left;
	overflow: hidden;
}

#headerWrapVillas {
	display: block;
	width: 761px;
	height: 387px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg-header-villas.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: left;
	overflow: hidden;
}

#headerWrapLifestyleCentre {
	display: block;
	width: 761px;
	height: 387px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg-header-lifestyle-centre.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: left;
	overflow: hidden;
}

#headerWrapCare {
	display: block;
	width: 761px;
	height: 387px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg-header-care.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: left;
	overflow: hidden;
}

#headerWrapFaq {
	display: block;
	width: 761px;
	height: 387px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg-header-faq.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: left;
	overflow: hidden;
}

#headerWrapRegister {
	display: block;
	width: 761px;
	height: 387px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg-header-register.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: left;
	overflow: hidden;
}

#bodyContainer {
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #d0c15f;
}

#bodyWrap {
	display: block;
	width: 761px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fdfdfd;
	background-image: url(../images/bg-page-base.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	text-align: left;
}

#footerWrap {
	display: block;
	width: 761px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	padding-bottom: 20px;
	text-align: left;
}

#footerWrap p {
	font-size: 9px;
	line-height: 14px;
	padding-left: 15px;
	padding-right: 15px;
	color:#666;
	float: left;
	overflow: hidden;
	width: 585px;
}

.saeWebstamp {
	float: left;
	display: block;
	overflow: hidden;
}


/* Nav */

#navWrap {
	width: 161px;
	height: 387px;
	margin-top: 14px;
	overflow: hidden;
}

#navWrap ul {
	list-style-type: none;
	list-style: none;
 	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e4e6e8;
	width: 160px;
}

#navWrap ul li {
	height: 31px;
	border: 0px;
	margin: 0px;
	display: list-item;
	overflow: hidden;
}

#navWrap ul li a span {
	display: none;
}

#navWrap .navHome a {
	background: url(../images/nav-image-home.jpg) no-repeat 0px 0px;
	height: 31px;
	display: list-item;
}

#navWrap .navHomeActive a, #navWrap .navHome a:hover {
	background: url(../images/nav-image-home.jpg) no-repeat -160px 0px;
	height: 31px;
	display: list-item;
}

#navWrap .navLocation a {
	background: url(../images/nav-image-location.jpg) no-repeat 0px 0px;
	height: 31px;
	display: list-item;
}

#navWrap .navLocationActive a, #navWrap .navLocation a:hover {
	background: url(../images/nav-image-location.jpg) no-repeat -160px 0px;
	height: 31px;
	display: list-item;
}

#navWrap .navLifestyle a {
	background: url(../images/nav-image-lifestyle.jpg) no-repeat 0px 0px;
	height: 31px;
	display: list-item;
}

#navWrap .navLifestyleActive a, #navWrap .navLifestyle a:hover {
	background: url(../images/nav-image-lifestyle.jpg) no-repeat -160px 0px;
	height: 31px;
	display: list-item;
}

#navWrap .navVillage a {
	background: url(../images/nav-image-village.jpg) no-repeat 0px 0px;
	height: 31px;
	display: list-item;
}

#navWrap .navVillageActive a, #navWrap .navVillage a:hover {
	background: url(../images/nav-image-village.jpg) no-repeat -160px 0px;
	height: 31px;
	display: list-item;
}

#navWrap .navVillas a {
	background: url(../images/nav-image-villas.jpg) no-repeat 0px 0px;
	height: 31px;
	display: list-item;
}

#navWrap .navVillasActive a, #navWrap .navVillas a:hover {
	background: url(../images/nav-image-villas.jpg) no-repeat -160px 0px;
	height: 31px;
	display: list-item;
}

#navWrap .navLifestyleCentre a {
	background: url(../images/nav-image-lifestyle-centre.jpg) no-repeat 0px 0px;
	height: 31px;
	display: list-item;
}

#navWrap .navLifestyleCentreActive a, #navWrap .navLifestyleCentre a:hover {
	background: url(../images/nav-image-lifestyle-centre.jpg) no-repeat -160px 0px;
	height: 31px;
	display: list-item;
}

#navWrap .navRetirement a {
	background: url(../images/nav-image-retirement.jpg) no-repeat 0px 0px;
	height: 31px;
	display: list-item;
}

#navWrap .navRetirementActive a, #navWrap .navRetirement a:hover {
	background: url(../images/nav-image-retirement.jpg) no-repeat -160px 0px;
	height: 31px;
	display: list-item;
}

#navWrap .navQuestions a {
	background: url(../images/nav-image-questions.jpg) no-repeat 0px 0px;
	height: 31px;
	display: list-item;
}

#navWrap .navQuestionsActive a, #navWrap .navQuestions a:hover {
	background: url(../images/nav-image-questions.jpg) no-repeat -160px 0px;
	height: 31px;
	display: list-item;
}

#navWrap .navContact a {
	background: url(../images/nav-image-contact.jpg) no-repeat 0px 0px;
	height: 31px;
	display: list-item;
}

#navWrap .navContactActive a, #navWrap .navContact a:hover {
	background: url(../images/nav-image-contact.jpg) no-repeat -160px 0px;
	height: 31px;
	display: list-item;
}

/* Page Items */

/* Global */

p, ul {
	color: #525c6e;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 5px;
}

a {
	color: #525c6e;
}

a:hover {
	color: #bbb066;
}

#imageStrip {
	width: 744px;
	height: 141px;
	display: block;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #a1a3a6;
	border-bottom-color: #a1a3a6;
	padding-left: 17px;
}

#imageStrip img {
	padding-top: 7px;
}

.caption {
	font-size: 8px;
	line-height: 12px;
	color: #000000;
	padding-left: 2px;
}

#pageContent {
	width: 761px;
	height: 700px;
	display: block;
	padding-top: 30px;
}

#pageLeft {
	width: 420px;
	padding-left: 30px;
	padding-right: 30px;
	display: block;
	float: left;
	overflow: hidden;
}

#pageLeft p, #pageLeft ul {
	line-height: 21px;
}

#pageLeft ul {
	padding-left: 25px;
}

#pageRight {
	width: 280px;
	display: block;
	float: left;
	overflow: hidden;
}


/* Home */

#homeTop {
	display: block;
	width: 761px;
	height: 156px;
	background-image: url(../images/home-page-top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.registerBox {
	margin-left: 456px;
	padding-top: 77px;
	padding-bottom: 43px;
	width: 245px;
	height: 39px;
	overflow: hidden;
	display: block;
}

#homeContent {
	width: 761px;
	height: 410px;
	display: block;
	padding-top: 30px;
}

#homeLeft {
	width: 292px;
	padding-left: 18px;
	display: block;
	float: left;
	overflow: hidden;
}

#homeRight {
	width: 420px;
	padding-top: 5px;
	padding-right: 30px;
	display: block;
	float: left;
	overflow: hidden;
}

/* Location */

#locationTop {
	display: block;
	width: 761px;
	height: 77px;
	background-image: url(../images/location-page-top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#locationContent {
	width: 761px;
	height: 690px;
	display: block;
	padding-top: 30px;
}

/* Lifestyle */

#lifestyleTop {
	display: block;
	width: 761px;
	height: 77px;
	background-image: url(../images/lifestyle-page-top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#lifestyleContent {
	width: 761px;
	height: 520px;
	display: block;
	padding-top: 30px;
}

/* Village */

#villageTop {
	display: block;
	width: 761px;
	height: 77px;
	background-image: url(../images/village-page-top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#villageContent {
	width: 761px;
	height: 500px;
	display: block;
	padding-top: 30px;
}



/* Villas */


#villasTop {
	display: block;
	width: 761px;
	height: 77px;
	background-image: url(../images/villas-page-top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#villasContent {
	width: 761px;
	height: 615px;
	display: block;
	padding-top: 30px;
}

#villasLeft {
	width: 420px;
	padding-left: 30px;
	padding-right: 30px;
	display: block;
	float: left;
	overflow: hidden;
}

#villasLeft p {
	line-height: 21px;
}

#villasRight {
	width: 280px;
	display: block;
	float: left;
	overflow: hidden;
}

.pdfDownload {
	text-align: center;
	font-size: 11px;
	line-height: 11px;
	margin-top: -3px;
}

.pdfDownload a {
	text-decoration: none;
}


/* Lifestyle Centre */

#lifestyleCentreTop {
	display: block;
	width: 761px;
	height: 77px;
	background-image: url(../images/lifestyle-centre-page-top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#lifestyleCentreContent {
	width: 761px;
	height: 530px;
	display: block;
	padding-top: 30px;
}

/* Retirement */

#retirementTop {
	display: block;
	width: 761px;
	height: 77px;
	background-image: url(../images/care-page-top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#retirementContent {
	width: 761px;
	height: 490px;
	display: block;
	padding-top: 30px;
}

/* Questions */

#questionsTop {
	display: block;
	width: 761px;
	height: 77px;
	background-image: url(../images/faq-page-top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#questionsContent {
	width: 761px;
	height: 2330px;
	display: block;
	padding-top: 30px;
}

/* Contact */

#contactTop {
	display: block;
	width: 761px;
	height: 77px;
	background-image: url(../images/contact-page-top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#contactContent {
	width: 761px;
	height: 690px;
	display: block;
}

#contactLeft {
	background-image: url(../images/bg-contact-form.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 428px;
	padding-left: 30px;
	padding-top: 30px;
	display: block;
	float: left;
	overflow: hidden;
	border-right-color: #FFFFFF;
	border-right-width: 4px;
	border-right-style: solid;
}

#contactLeft p {
	line-height: 21px;
}

#contactRight {
	width: 254px;
	padding-left: 25px;
	padding-top: 30px;
	padding-right: 18px;
	display: block;
	float: left;
	overflow: hidden;
	background-color: #f6f7f8;
}

#contactRight p {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 2px;
}

#registerStrip {
	width: 761px;
	height: 69px;
	display: block;
	background-image: url(../images/bg-register-strip.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#contactForm input {
	display: block;
	height: 21px;
	margin-bottom: 12px;
}

#contactForm select {
	display: block;
	height: 25px;
	margin-bottom: 12px;
	color: #525c6e;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 3px;
}

#salutation {
	margin-right: 200px;
}


.contactInput {
	width: 231px;
	background-image: url(../images/bg-contact-fields.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #525c6e;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-left: 4px;
	padding-top: 4px;
}

.contactInputSmall {
	width: 107px;
	display: block;
	float: left;
	background-image: url(../images/bg-contact-fields-small.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #525c6e;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-left: 4px;
	padding-top: 4px;
}

.leftLabel {
	width: 110px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 20px;
	color: #525c6e;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	clear: left;
}

.rightLabel {
	width: 53px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 15px;
	color: #525c6e;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}

#sendButton {
	margin-left: 269px;
	margin-top: 20px;
}

#contactSuccessWrap, #contactFailWrap {
	height: 409px;
}

.contactRequired {
	margin-left: 130px;
	font-size: 11px;
	font-style: italic;
}

/* Privacy */

#privacyTop {
	display: block;
	width: 761px;
	height: 77px;
	background-image: url(../images/privacy-page-top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#privacyContent {
	width: 761px;
	height: 2800px;
	display: block;
	padding-top: 30px;
}