img { behavior: url(http://www.swanpointlanding.com/js/TransparentPng.js); }
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(http://www.swanpointlanding.com/images/woodseamless2.jpg);
	background-repeat: repeat;
	margin: 0px;
	background-position: 601px top;
	vertical-align: top;
}

.formwidth {
	width: 1000px;
	margin: 0;
}
.padding_top {
	clear: both;
	height: 60px;
}

.map_subpage {
	height: 280px;
	width: 94px;
	position: absolute;
	z-index: 20;
	left: 176px;
	top: 78px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
}
.lotsale1 {
	height: 200px;
	width: 300px;
	position: absolute;
	z-index: 945;
	padding-top: 15px;
	left: 1px;
	top: 135px;
}
.log_contact {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	width: 520px;
	clear: right;
	float: right;
	margin: 0px;
	padding-right: 0px;
	font-weight: bold;
	padding-top: 5px;
	text-align: right;
	vertical-align: top;
	position: relative;
	z-index: 99;
}
.logo_subpage {
	height: 136px;
	width: 308px;
	position: absolute;
	z-index: 35;
	padding-top: 2px;
	left: 3px;
	top: 2px;
}	


.back {
	background-image: url(http://www.swanpointlanding.com/images/wood_mapback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	height:1160px;
}
.back_subpage {
	background-image: url(http://www.swanpointlanding.com/images/wood_mapback.jpg);
	background-repeat: no-repeat;
	width: 920px;
	height: 721px;
	margin: 0px;
	padding: 0px;
	background-position: left top;
}
.topheight{
	height: 210px;
	}

/* Images ======================================================================== */

.nospam {
	position: absolute;
	background-image: url(http://www.swanpointlanding.com/images/nospam.png);
	background-repeat: no-repeat;
	z-index: 80;
	height: 85px;
	width: 31px;
	clear: right;
	float: right;
	padding-right: 100px;
	margin-left: 25px;
	left: 726px;
	top: 761px;
	behavior: url(http://www.swanpointlanding.com/iepngfix/iepngfix.htc);
}

.project_logo{
	font-weight: bold;
	color:  #9F9F8E;
	font-size: 24px;
	width: 200px;
	float: left;
	text-align: center;
	vertical-align: middle;
	margin-top: -7px;
	margin-left: -7px;
	position: absolute;
	z-index: 35;
}
/* Form Builder Related Rules ===================================================== */

/* Form or Fieldset description paragraph. */
form .instructions {
	width: 480px;
	float: right;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	font-size: 12px;
}
/* Form or Fieldset project description. */
.project_title {
	font-size: 24px;
	font-weight: bold;
	color:  #60462F;
	width: 500px;
	float: right;
	margin-top: 40px;
}


/* Asterisk on required fields */
form .reqMark {
	color: #E4C38B;
	padding: 0 4px;
}

.mandatory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #DEC191;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 90px;
	height: 12px;
}

/* Copyright notice */
.copyright {
	font-size: 11px;
	color: #CCCCCC;
}

/* Form Sections ======================================================================== */
/* Fieldset  */
fieldset {
	padding: 15px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 320px;
border: 3px solid #DCBF85; 
background-color:#464F5E;
}	 
	
legend {
	padding: 2px 5px;
	color: #ffffff;
	background-color: #2B3541;
	font-weight: bold;
}
/* Nested Fieldset  */
fieldset fieldset  {
	border: 1px solid #999999;
	background-color:#999999;
	color: #000033;
	margin-left: 20px;
}
fieldset fieldset legend {
	border: 1px solid #ccc;
}
/* Inline Section */
.inlineSection {
	overflow: auto;
	width: 100%;
}
/* Grid Section */
form table {
	border-collapse: collapse;
}
form td {
	padding: 0 4px;
}
form th {
	padding: 0 4px;
}
/* Combo Label + Input Field =========================================================== */
form .oneField {
height: 20px;
	
}
form .inlineSection .oneField {
	float: left;	
	padding: 0;
	margin-right: 4px;
}
/* Ties together a label and its checkbox or radio */
form .oneChoice {
	white-space: nowrap; 
}

/* Field Labels ======================================================================== */

/* Base */
label, form .label {	
	color: #333;
	font-size: small;
}
/* Text inputs / Select label */
label.preField {
	display: block;
	padding: 2px;
	font-weight: bold;
	margin-top: 0.4em;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;
	color: #FFFFFF;
	vertical-align: middle;
}
/* Radio / Checkbox group label */
form .label  {
	display: block;
	padding: 2px;
	margin: 0.4em 4px 0 0;
	font-weight: bold;
}
/* Individual Checkbox / Radio label */
label.postField  {
	margin: 0 4px 0 4px;
}
/* Label when inside an inline section */
.inlineSection .oneField .inlineLabel {
	display: block;	
	padding: 0 3px;
	font-weight: bold; 
	margin: 0.4em 4px 0 0;
}

/* Buttons ======================================================================= */

form .actions {
	text-align: center;
	margin: 20px 0 10px 0;		
}
/* Submit button */
form .primaryAction {
	color: #FFFFFF;
	background-color: #7F3009;
}
/* Cancel button */
form .secondaryAction {
	color: #FFFFFF;
	background-color: #ABAB9C
}
form .secondaryAction:hover {
	color: black;
}

/* Styling for message associated with a validation error. */

.errmsg {
	position: absolute;
	color: #990000;
	background-image: url(http://www.swanpointlanding.com/sign_up/images/redx_small.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;	
	font-size: 12px;
	font-weight: normal;
	margin-left: 20px;
	z-index: 9;
	border: 1px solid #990000;
	background-color: #FFECEC;
	behavior: url(../iepngfix/iepngfix.htc);

	
}

.errmsgbox {
	border: thin double #990000;
	background-color: #FFECEC;
}



/* Repeat Behavior divs (when not set on a fieldset) */
div.repeat {
	border: 1px dotted #ccc;
	background-color: #FFFFFF;
	margin: 3px 0;
	padding-right: 3px;
}
div.removeable {
	border: 1px dotted #ccc;
	background-color: #F5F5F5;
	padding-right: 3px;	
}




/********************************* LiveValidation *************************************/


	
.LV_invalid {
	color: #990000;
	background-image: url(http://www.swanpointlanding.com/sign_up/images/redx_small.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	font-weight: normal;
	margin-left: 20px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;	
	z-index: 101;
	border: 1px solid #990000;
	background-color: #FFECEC;
	position: absolute;
	behavior: url(../iepngfix/iepngfix.htc);

}
	  
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
    border: thin solid #990000;
	background-color: #FFECEC;
}

.realtorinfo {
	color: #336699;
}

/***********************************************show hint*********************************/
#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #F0F0F0;
	width: 150px; /*Default width of hint.*/
	padding: 3px;
	line-height:18px;
	z-index:100;
	visibility: hidden;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D2D2CA;
	border-right-color: #D2D2CA;
	border-bottom-color: #D2D2CA;
	border-left-color: #D2D2CA;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	color: #999999;
	margin: 3px 8px;
}

.image_layer {
	clear: right;
	float: right;
	position: absolute;
	z-index: 5;
	height: 430px;
	width: 300px;
	border: 1px solid #ABAB9C;
	margin-top: 17px;
	margin-left: 560px;
	left: 203px;
	top: 283px;
	
}
.menu1 {
	z-index: 55;
	height: 295px;
	width: 565px;
	position: absolute;
	left: 416px;
	top: 52px;
	}
.menu1_subpage {
	z-index: 25;
	height: 167px;
	width: 522px;
	position: absolute;
	left: 423px;
	top: 80px;
}
.menu1_subpage_mouseover {
	z-index: 27;
	height: 154px;
	width: 120px;
	position: absolute;
	left: 146px;
	top: 9px;
}
.menu1_subpage_mouseover_join {
	z-index: 26;
	height: 154px;
	width: 120px;
	position: absolute;
	left: 17px;
	top: 7px;
}
.menu1_subpage_mouseover_life {
	z-index: 28;
	height: 154px;
	width: 120px;
	position: absolute;
	left: 253px;
	top: 7px;
}
.menu1_subpage_mouseover_location {
	z-index: 29;
	height: 154px;
	width: 120px;
	position: absolute;
	left: 371px;
	top: 9px;
}
.menu1_home_mouseover_plans {
	z-index: 56;
	height: 154px;
	width: 120px;
	position: absolute;
	left: 23px;
	top: 31px;
}
.menu1_home_mouseover_join {
	z-index: 56;
	height: 154px;
	width: 120px;
	position: absolute;
	left: 0px;
	top: 5px;
}
.menu1_home_mouseover_life {
	z-index: 256;
	height: 154px;
	width: 120px;
	position: absolute;
	left: 164px;
	top: 40px;
}
.menu1_home_mouseover_location {
	z-index: 56;
	height: 154px;
	width: 120px;
	position: absolute;
	left: 332px;
	top: 28px;
}

a:link {
	color: #CCCCCC;
}
a:active {
	color: #CCCCCC;
}
a:visited {
	color: #028167;
}
.grass_repeat {
	background-image: url(../../images/grass.png);
	background-repeat: repeat-x;
	height: 211px;
	width: 100%;
	position: relative;
	z-index: 20;


}
.phone_home {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.undiscover {
	background-image: url(http://www.swanpointlanding.com/images/undiscovered.png);
	position: relative;
	z-index: 19;
	height: 197px;
	width: 295px;
	left: 620px;
	behavior: url(../iepngfix/iepngfix.htc);
}
.legaltext{
	height: 130px;
	width: 682px;
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	border: 2px solid #231F20;
	padding: 4px;
	background-image: url(http://www.swanpointlanding.com/sign_up/images/backboard.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	position: absolute;
	z-index: 38;
	left: 214px;
	top: 1449px;
	behavior: url(../iepngfix/iepngfix.htc);
}
