body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1b1b1b;
	text-align: center;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

br {
	clear:both;
}

.container {
	margin: 10px auto;
	padding: 0px 0px 20px 0px;
	width: 1075px;
	max-width: 1075px;
	text-align: left;
}

.mainHeader {
	margin: 0px;
	padding: 0px;
}

.mainLogo {
	margin: 0px 0px 10px 350px;
	padding: 0px;
	position: relative;
	float: left;
	display: inline;
}

.headSideLinks {
	position: relative;
	float: right;
	display: inline;
	text-align: right;
}

.headSideLinks ul {
	margin: 20px 10px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

.headSideLinks ul li {
	margin: 0px 0px 7px 0px;
	padding: 0px;
}

.headSideLinks a {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.headSideLinks a:hover {
	color: #006043;
	text-decoration: underline;
}

.mainNav {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	position: relative;
	float: left;
	display: inline;
	width: 1079px;
}

.mainNav .homeBut {
    padding-right: 32px;
}

.mainNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.mainNav ul li {
    margin: 0px 5px 0px 0px;
    padding: 9px 28px 7px 28px;
    position: relative;
    float: left;
    display: inline;
    background-image: url(../images/mainNavSpriteTile.gif);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    height: 23px;
    text-align: center;
    border-left: 1px solid #c9cacb;
}

.mainNav ul li:hover {
	background-position: 0px -44px;
}

.mainNav a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 2px #000;
}

.mainNav .selected {
	background-position: 0px -44px;
}

.heroFlashHome {
	margin: 0px 7px 0px 0px;
	padding: 0px;
	position: relative;
	float: left;
	display: inline;
	width: 849px;
	height: 513px;
	min-width: 849px;
	min-height: 513px;
	border: 1px solid #cccccc;
}

.sidePanelHome {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	display: inline;
	width: 210px;
}

.sidePanelHome a {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	display: inline;
}

.homeLower {
	margin: 2px 0px 0px 0px;
	padding: 0px;
}

.homeText {
	margin: 0px 40px 0px 0px;
	padding: 0px;
	width: 365px;
	position: relative;
	float: left;
	display: inline;
	
}

.homeText h1 {
	font-size: 22px;
	font-weight: bold;
	color: #ee2c41;	
}

.homeText h2 {
	font-size: 18px;
	font-weight: bold;
	color: #ee2c41;	
}

.homeText a 
{
    font-size: 18px;
	font-weight: normal;
	color: #ee2c41;	
	text-decoration: none;
}

.homeText a:hover 
{    
	text-decoration: underline;
}

.homeText p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 1.4em;
	font-size: 14px;
}

.homePictures {
	margin: 0px 8px 20px 5px;
	padding: 0px;
	position: relative;
	left: 30px;
	float: left;
	display: inline;
	height: auto;
	overflow: hidden;
	width: 400px;
}

.treasureMap {
	margin: 0px;
	padding: 0px 0px;

	position: relative;
	float: left;
	display: inline;
	/*background-color: #8dc63f;*/
	background-repeat: no-repeat;
	width: 190px;
	min-width: 190px;
	min-height: 259px;
	font-weight: normal;
}

.treasureMap h1 {
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
}

.treasureMap form {
	margin: 8px 0px 0px 0px;
	padding: 0px;
}

.treasureMap .textinput {
	margin: 0px 0px 10px 0px;
	padding: 5px;
	height: 12px;
}

.treasureMap .submitbut {
	background-image: url(../images/submitButHome.gif);
	background-repeat: repeat-x;
	height: 27px;
	min-height: 27px;
	width: 100px;
	min-width: 100px;
	padding: 6px;
	margin: 8px 0px 0px 0px;
	border: 0px solid #000000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-shadow: 1px 1px 2px #000;
}

.treasureMap .confirm {
    font-size: 11px;
    color: #ffffff;
    background-color: #00573d;
    padding: 4px;
    margin: 5px 0px 0px 0px;
    width: 180px;
}

.treasureMap .error {
    font-size: 11px;
    color: #ffffff;
    background-color: #a71b28;
    /* for the red colour: background-color: #a71b28; */
    padding: 7px;
    margin: 5px 0px 0px 0px;    
    width: 183px;
}

.treasureMap .error li
{
    position: relative;
    left: 10px;
}

.treasureMap label {
	font-size: 14px;
	display: block;
}

.footer {
	margin: 20px 0px 0px 0px;
	padding: 10px 0px;
	width: 1070px;
	/*border-top: 1px solid #333333;*/
	font-size: 12px;
}

.footer a {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	color: #333333;
	text-decoration: none;	
}

.footer a:hover {
	text-decoration: underline;
}

.footer span {
	color: #333333;
	float: right;
	padding: 0px 0px 10px;
	margin: 0px;
}

.footer span a {
	margin: 0px;
	padding:0px;
}

.footer hr {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border: none;
	border-bottom: 1px solid #000;
	height: 0px;
	width: 100%;
	clear: both;
	
}

/* estate page */

.heroEstate {
	margin: 0px;
	padding: 0px;
}

.estateText {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	position: relative;
	float: left;
	display: inline;
	width: 1071px;
	font-size: 14px;
	line-height: 1.4em;
}

.estateText h1 {
	font-size: 24px;
	font-weight: bold;
	color: #ee2c41;
	line-height: 1.4em;	
}


/* technology page */

.technoEstate {
	margin: 0px;
	padding: 0px;
}

.technoText {
	margin: 0px 57px 0px 0px;
	padding: 0px;
	position: relative;
	float: left;
	display: inline;
	width: 800px;
	font-size: 14px;
	line-height: 1.4em;
}

.technoText h1 {
	font-size: 24px;
	font-weight: bold;
	color: #ee2c41;
	line-height: 1.4em;	
}



/* news page */

.heroNews {
	margin: 0px;
	padding: 0px;
}

.heroNews img {
	margin: 0px 4px 0px 0px;
	padding: 0px;
	position: relative;
	float: left;
	display: inline;
}

.newsText {
	margin: 20px 20px 0px 0px;
	padding: 0px;
	width: 100%;
	font-size: 11px;
	line-height: 2em;
}

.newsText h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	padding: 15px 0px 10px 0px;
	color: #ee2c41;	
}

.newsText h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #ee2c41;	
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.newsText img {
	margin: 0px;
	padding: 5px 10px 10px 0px;
	vertical-align: top;
	
}

.newsText p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 2em;
	font-size: 12px;
}

.newsText a
{
    font-size: 12px;
}

.newsLower {
	margin: 20px 0px 0px 0px;
	padding: 0px;

}

/* search page */

.searchNews {
	margin: 0px;
	padding: 0px;
}

.heroSearch img {
	margin: 0px 4px 0px 0px;
	padding: 0px;
}

.searchLower {
	margin: 20px 0px 0px 0px;
	padding: 0px;

}

.propertySearchBox {
	margin: 0px;
	padding: 0px;
	width: 250px;
	position: relative;
	float: left;
	display: inline;
}

.propertySearchBox h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.greenBoxHeader {
	margin: 0px 0px 2px 0px;
	padding: 13px 10px 0px 10px;
	height: 29px;
	min-height: 29px;
	min-width: 210px;
	width: 210px;
	max-width: 187px;
	background-color: #8dc63f;
	text-align: center;
}

.propertySearchBox label {
	margin: 10px 0px 5px 0px;
	padding: 0px;
	display: block;
	font-size: 14px;
}

.propertySearchBox select {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	display: block;
	width: 225px;
	height: 20px;
}


.searchBut {
	background-image: url(../images/submitButHome.gif);
	background-repeat: repeat-x;
	height: 25px;
	min-height: 25px;
	width: 100px;
	min-width: 100px;
	padding: 4px;
	margin: 10px 0px 0px 0px;
	border: 0px solid #000000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-shadow: 1px 1px 2px #000;
}

.propertyResultsBox {
	width: 765px;
	max-width: 765px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	display: inline;
}

.propertyResultsBox h1 {
	margin: 0px 0px 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
}

.propertyResultsBox strong {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
	display: block;
}

.propertyResultsBox strong br {
	clear: none !important;
}
	
.propertyResultsBox p {
	vertical-align: text-top;
	font-size: 12px;
}

.propertyResultsBox img {
	margin: 0px 10px 10px 0px;
}

.propertyResult {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #333;
	position: relative;
	display:block;
	height: auto;
}


.propertyResult .left {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	width: 500px;
}

.propertyResult .right {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: right;
	text-align: right;
	font-size: 12px;
	vertical-align: top;
	width: 170px;
}

.propertyResult .right img {
	margin: 3px 3px 0px 5px;
}

.greyHeader {
	margin: 50px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	background-color: #002d5b;
	height: 27px;
	min-height: 27px;
	min-width: 188px;
	text-align: center;
	color: #ffffff;
	text-shadow: 1px 1px 2px #000;
}

.greyHeader a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border: none;
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

/* view page */

.propertyDetail {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	display: inline;
	width: 584px;
	font-size: 13px;
}

.propertyDetail h2 {
	font-size: 15px;
	font-weight: normal;
}

.enquiryForm {
	margin: 0px 0px 0px 65px;
	padding: 0px;
	position: relative;
	float: left;
	display: inline;
}

.col1 {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	position: relative;
	float: left;
	display: inline;
	width: 417px;
}

.col2 {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	position: relative;
	float: left;
	display: inline;
	width: 140px;
}

.greenHeader {
	margin: 0px 0px 5px 0px;
	padding: 8px 10px 0px 10px;
	background-color: #8dc63f;
	height: 25px;
	min-height: 25px;
	min-width: 401px;
	width: 401px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000;
}

.greenHeader .left {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	display: inline;
}

.greenHeader .right {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: right;
	display: inline;
}

.greenHeader2 {
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 0px 10px;
	background-image: url(../images/headTileGreen.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 30px;
	min-height: 30px;
	min-width: 690px;
	width: 690px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #ffffff;
	text-shadow: 1px 1px 2px #000;
	text-align: left;
}

.redHeader {
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 0px 10px;
	background-image: url(../images/headTileRed.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 30px;
	min-height: 30px;
	min-width: 293px;
	width: 293px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #ffffff;
	text-shadow: 1px 1px 2px #000;
	text-align: left;
}



.col2 .icons {
	margin: 5px 25px 13px 0px;
	padding: 0px;
	position: relative;
	float: right;
	text-align: right;
	font-size: 12px;
	vertical-align: top;
}

.col2 .icons img {
	margin: 3px 3px 0px 5px;
}

.enquiryForm form {
	
}

.enquiryForm label {
	font-size: 12px;
}

.enquiryForm label span {
	color: #990000;
}

.enquiryForm .textinput {
	margin: 0px 0px 15px 0px;
	padding: 6px;
	width: 300px;
	background-color: #e1e2e3;
	border: #d1d2d4 1px solid;	
}

.enquiryForm textarea {
	padding: 6px;
	width: 300px;
	background-color: #e1e2e3;
	border: #d1d2d4 1px solid;
	height: 60px;
}

.enquiryForm .submitbut {
	background-image: url(../images/submitButHome.gif);
	background-repeat: repeat-x;
	height: 25px;
	min-height: 25px;
	width: 100px;
	min-width: 100px;
	padding: 5px;
	margin: 10px 0px 0px 0px;
	border: 0px solid #000000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-shadow: 1px 1px 2px #000;
}

.viewPlan {
	margin: 0px;
	padding: 40px 10px 0px 10px;
	width: 130px;
	min-width: 130px;
	height: 80px;
	min-height: 80px;
	border: 1px solid #000000;
	text-align: center;
	font-size: 15px;
}

.downlBrochure {
	margin: 5px 0px 0px 0px;
	padding: 30px 10px 0px 10px;
	width: 130px;
	min-width: 130px;
	height: 80px;
	min-height: 80px;
	background-color: #b91e2d;
	border: 1px solid #000000;
	color: #ffffff;
	text-shadow: 1px 1px 2px #333333;
	text-align: center;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
}

.facebook {
	margin: 5px 0px 0px 5px;
	padding: 0px;
}


/* Contact Page */

.contactText {
	margin: 0px;
	padding: 0px 100px 0px 0px;
	position: relative;
	float: left;
	display: inline;
	min-width: 589px;
	width: 589px;
	font-size: 13px;
}

.contactText h2 {
	margin: 0px auto auto auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
}

.contactText .left {
	margin: 20px 80px 0px 0px;
	padding: 0px;
	position: relative;
	float: left;
	display: inline;
}

/* confirm and error messages */
.formRow_red 
{
	background-color: #a71b28;
	color: White;
	padding: 10px;
	line-height: 1.5em;
	position: relative;
	width: 300px;
	margin-bottom: 20px;

}

.formRow_red li
{
    position: relative;
    left: 15px;
}

.formRow_green 
{
	background-color: #00573d;
	color: White;
	padding: 10px;
	line-height: 1.5em;
	position: relative;
	width: 300px;
	margin-bottom: 20px;
}

/* Stag 5 confirm and error messages */

.formRow_red 
{
	background-color: #ffffff;
	color: #a71b28;
	padding: 10px;
	line-height: 1.5em;
	position: relative;
	width: 200px;
	margin-bottom: 5px;
}

.formRow_red li
{
    position: relative;
    left: 15px;
}

.formRow_green 
{
	background-color: #ffffff;
	color: #00573d;
	padding: 10px;
	line-height: 1.5em;
	position: relative;
	width: 200px;
	margin-bottom: 5px;
}

/* land page */
#heroLand_sm {
    padding:0px;
    margin: 0px;
    display: inline;
    float: left;
    position: relative;
    background-image: url(../images/master_stage.jpg);
    background-repeat: no-repeat;
    width: 865px;
    height: 582px;
    min-width: 865px;
    min-height: 582px;
}

#heroLand_s1 {
    padding:0px;
    margin: 0px;
    display: inline;
    float: left;
    position: relative;
    background-image: url(../images/landStage1.jpg);
    background-repeat: no-repeat;
    width: 865px;
    height: 505px;
    min-width: 865px;
    min-height: 505px;
}

#heroLand_s2 {
    padding:0px;
    margin: 0px;
    display: inline;
    float: left;
    position: relative;
    background-image: url(../images/landStage2.jpg);
    background-repeat: no-repeat;
    width: 865px;
    height: 643px;
    min-width: 865px;
    min-height: 643px;
}

#heroLand_s3 {
    padding:0px;
    margin: 0px;
    display: inline;
    float: left;
    position: relative;
    background-image: url(../images/landStage3.jpg);
    background-repeat: no-repeat;
    width: 865px;
    height: 620px;
    min-width: 865px;
    min-height: 620px;
}

#heroLand_s4 {
    padding:0px;
    margin: 0px;
    display: inline;
    float: left;
    position: relative;
    background-image: url(../images/landStage4.jpg);
    background-repeat: no-repeat;
    width: 865px;
    height: 505px;
    min-width: 865px;
    min-height: 505px;
}

#heroLand_s5 {
    padding:0px;
    margin: 0px;
    display: inline;
    float: left;
    position: relative;
    background-image: url(../images/landStage5.jpg);
    background-repeat: no-repeat;
    width: 865px;
    height: 690px;
    min-width: 865px;
    min-height: 690px;
}

.landGreenLinks {
    margin: 0px;
    padding: 0px;
    position: relative;
    float: left;
    display: inline;
    text-align: right;
}

.landGreenLinks ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.landGreenLinks ul li {
    margin: 0px 0px 2px 0px;
    padding: 50px 10px 0px 10px;
    height: 30px;
    min-height: 30px;
    min-width: 184px;
    width: 184px;
    max-width: 184px;
    background-color: #231f20;
    letter-spacing: 1px;
}

.landGreenLinks ul li:hover {

    background-color: #74b930;
}

.landGreenLinks a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-family: Georgia, serif;
    text-shadow: 1px 1px 2px #000;
}


/* Land Sales Sold Out */
.soldoutimage
{
    position: absolute; 
    left: 100px; 
    top: 130px;
}

.sidePanelHomeMapImg
{
    border: solid 1px;
}