pwhtml, 			body, 
div,			span, 
object, 		iframe, 
h1, h2, h3, h4, h5, h6, 
p, 				blockquote, 
pre, 			a, 
abbr, 			acronym, 
address, 		code, 
del, 			dfn, 
em, 			img, 
q, 				dl, 
dt, 			dd, 
ol, 			ul, 
li, 			fieldset, 
form, 			label, 
legend, 		table, 
caption, 		tbody, 
tfoot, 			thead, 
tr, 			th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}




/* Body ---------------------------------------------------- */

body {
	width: 1126px;

/* http://www.cameronmoll.com/archives/000892.html */
width: expression(document.body.clientWidth < 640? "640px" : document.body.clientWidth > 120? "120em" : "auto");
	margin: 0 auto;
	background: #7E8B8D;
	font: 88% Georgia, Times, serif;
	line-height: 1.4;
	color: #333;
}

/* Headings ---------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color:#b4672a;
}

h1 {
	color: #716f55;
	letter-spacing: .5em;
	font-size: 20px;
	padding-bottom: 10px;
}
h2 {
	font-size: 18px;

}

h3 {
	font-size: 18px;
	font-style: italic;
	padding-bottom: 10px;
}

h4 {
	margin-bottom: 1.25em;
	font-size: 1.2em;
	line-height: 1.25;
	color:#b4672a;
}

h5, h6 {
	font-family: "Palatino Linotype", Palatino, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia;
	font-size: 20px;
	line-height: 1;
	color: #ffffff;
	margin-bottom: 1.5em;
	font-weight: normal;
	font-size: 1em;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

/* Text elements -------------------------------------------------------------- */

p {
	color: #6d6e71;
	margin: 0 0 1.5em;
	font: 14px/18px Arial, Helvetica, Geneva, sans-serif;
}

#main div.maincontent p a {
	color: #b1691b;
}



a {
	color: #b3672b;
	text-decoration: none;
}

a:focus, a:hover {
	color: #b3672b;	
	text-decoration: none;
}

a img {
	border: none;
}

blockquote, q {
	quotes: "" "";
}

blockquote {
	margin: 1.5em 1.5em 1.5em -1.5em;
	padding-left: 1.5em;
	border-left: 1px solid #666;
	font: italic 1.2em "Times New Roman", Times, serif;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

strong {
	font-weight: bold;
}

em, dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

sup, sub {
	line-height: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
}

address {
	margin: 0 0 1.5em;
	font-style: italic;
}

del {
	color: #666;
}

pre, code, tt {
	margin: 1.5em 1.5em 1.5em -1.5em;
	padding-left: 1.5em;
	border-left: 1px dotted #666;
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

pre {
	white-space: pre;
}

code {
	display: block;
}

.clear{
	clear: both;
}
/* Lists -------------------------------------------------------------- */

li ul, li ol {
	list-style-type: none;
	font: 14px/18px Arial, Helvetica, Geneva, sans-serif;
}

ul, ol {
}

ul {
	list-style-type: none;
}

ol {
	list-style-type: decimal;
}

dl {
	margin-bottom: 1.5em;
	padding-top: 1.5em;
	border-top: 1px solid #ccc;
}

dl dt {
	margin-bottom: .75em;
	font-size: 1.2em;
	line-height: 1.25;
}

dd {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #ccc;
}

/* Tables -------------------------------------------------------------- */

table {
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 1.4em;
	width: 100%;
}

table, td, th {
	vertical-align: top;
}

th, thead th {
	font-weight: bold;
}

th, td, caption {
	padding: 0 0 0 0;
	text-align: left;
	font-weight: normal;
}

th, td {
	border-bottom: 0px solid #ccc;
}

tfoot {
	font-size: .9em;
}

caption {
	margin-bottom: 1em;
	font-size: 1.5em;
	line-height: 1;
}

/* Forms ---------------------- */

label {
	font-weight: bold;
}

fieldset {
	margin: 0 0 1.5em 0;
	padding: 1.4em 1.4em 0 1.4em;
	border: 1px solid #ccc;
}

legend {
	font-size: 1.2em;
	font-weight: bold;
}

textarea {
	width: 250px;
	height: 150px;
	padding: 5px;
	background-color: #fff;
	color: #fff;
		border: 1px solid #000;

}

input {
	background-color: #fff;
	color: black;
	border: 1px solid #000;
	margin: 0;
	padding: 3px;
}

/* End of Reset ---------------------- */

div#main {
padding: 0 47px;
	margin: 0 auto;
	background: #7E8B8D url(../images/bg.png) repeat-y;
}

div#tymain {
position: absolute;
width: 1019px;
height: 100%;
padding: 0 47px;
margin: 0 auto;
background: #7E8B8D url(../images/bg.png) repeat-y;
}


img.logo {
	margin: 20px 40px 10px 30px;
}

/* Register Button ---------------------- */
.register{
	width: 200px;
	height: 84px;
	background: url(../images/registeratcape.png) no-repeat 0px -84px;
	position: relative;
	text-indent: -9999px;
	float: right;
	margin-right: 100px;
}


.register:hover{
	background-position: 0px 0px;
}

.register:link{
	background-position: 0px 0px;
}

/* Gallery ---------------------- */



div#photogallery {
height: 360px;
margin: 0 50px;
position: relative;
}

#slideshow {
    position:relative;
    height:360px;
}

div#preview{
height: 550px;
margin: 0 50px;
position: relative;
}

#slideshow_main {
    position:relative;
    height:500px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

#photogallery img.comingsoon {
	width: 111px;
	height: 146px;
	position: absolute;
	top: 85px;
	left: 803px;
	z-index: 9999;
}

/* Menu -------------------------*/

div#menu {
	width: 920px;
	margin: 0 65px 18px auto;
	height: 42px;
	background: url(../images/menu_bottom.png) repeat-x 0 27px;
}


/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}
 
.nav {
	color: #687375;  
  	z-index: 100;
  	position: relative;
  	
	text-transform: uppercase;
	font: bold 15px 'Palatino Linotype', Palatino, 'URW Palladio L', 'Book Antiqua', Baskerville, Georgia, Serif;
}
.nav li {
  float: left;
  margin: 0;
  padding: 10px 0 7px;
  position: relative;
	border-color: #e7e6da;
	border-right: 1px solid #bec5bf;
}

.nav li.last{
	border-right: 0px;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	color: #959595;
	display: block;
	text-decoration: none;
	padding: 0 36px;
}

#lang {
position: absolute;
top: 0px;
right: 6px;
}

#lang a {
	color: #B3672B;
}
 
.nav li a:hover {
 color: #b1691b;
}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
}
 
.nav ul {
  background: #e7e6da;
  list-style: none;
  margin: 0;
  width: 175px;
  position: absolute;
  top: -999em;
  left: -1px;
  font: 15px 'Palatino Linotype', Palatino, 'URW Palladio L', 'Book Antiqua', Baskerville, Georgia, Serif;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 34px;  
}
.nav ul li {
  border: 0;
  float: none;
  
}
.nav ul a {
  border-bottom: 0;
  padding-left: 14px !important;
  padding-right: 14px !important;
  width: 100px;
  white-space: nowrap;
  font: 12px 'Palatino Linotype', Palatino, 'URW Palladio L', 'Book Antiqua', Baskerville, Georgia, Serif;	
  color: #b1691b;
   text-transform: capitalize;
}
.nav ul a:hover {
  font: 12px 'Palatino Linotype', Palatino, 'URW Palladio L', 'Book Antiqua', Baskerville, Georgia, Serif;	
  color: #b1691b;
  text-transform: capitalize;
}


/* Content ---------------------- */

div.latestnews {
	width: 260px;
	float: left;
	margin-right: 30px;
	margin-left: 40px;
	margin-top: 18px;
	display: none; /* an added */
}

div.maps {
	width: 260px;
	float: right;
	margin-right: 20px;
	margin-left: 40px;
	margin-top: 18px;
}

#main div.maincontent div.whyownatbowen img {
	width: 256px;
	height: 159px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
}

img.divider {
	float: left;
	margin-bottom: 20px;
	display: none; /* an added */
}

div.whyownatbowen {
	width: 260px;
	float: left;
	margin-right: 30px;
	margin-left: 40px;
}


div.video {
	width: 260px;
	float: left;
	margin-right: 30px;
	margin-left: 30px;
}



/* Footer ---------------------- */

div#footer{
	font-family: Palatino Linotype, Palatino, URW Palladio L, Book Antiqua, Baskerville, Bookman Old Style, Bitstream Charter, Nimbus Roman No9 L, Garamond, New Century Schoolbook, Century Schoolbook, Century Schoolbook L, Georgia;
background-color: #687375;
height: 425px;
width: 1019px;
margin-right: 13px;
}

div#regfooter{
background-color: #687375;
height: 425px;
width: 1019px;
margin-right: 13px;
}

div#Curegright {
	color: #000000;
}

.rareearth{
margin-top: 55px;
float: right;
margin-right: 28px;
}
.sea{
	float: left;
	margin-left: 31px;
	margin-top: 77px;
}

div#address{
	width: 520px;
	text-align: center;
	margin-right: auto;
	margin-left: 64px;
	float: left;
	margin-top: 24px;
}

div#footerleft {
	width: 260px;
	float: left;
	margin-left: 30px;
	margin-top: 27px;
}

#footerleft a {
	color: white;
	padding-left: 15px;
	font-size: 17px;
}

#footerleft img {
	margin-left: 3px;
}


div#footermiddle {
	
	width: 500px;
	float: right;
	margin-top: 27px;
	text-align: left;
	margin-right: 30px;
	margin-left: 100px;

}

#footermiddle a {
	padding-left: 10px;
	color: white;
	font-size: 17px;
}

#footermiddle h4 {
	margin-bottom: 5px;
	color: #fbfef7;
	font-size: 17px;
	margin-top: 8px;
}

img.bottomlogo{
	margin: 0 auto;
	position: relative;
}

.email{
	font-size: 1.5em;
	color: white;
	font-family: palatino;
text-decoration: none;
}

.email:hover{text-decoration: underline;}

.left {
	float: left;
	width: 500px;
}

.right {
	float: right;
	width: 330px;
}

.disclaimer{
color: white	;
	padding: 10px 60px 0;
	font-size: 10px;
}

.disclaimer a{
color: #a9a9a9;
}

img.thankyou{

	margin: 100px 210px;
}



/* Contact ---------------------- */

#contactmain {
	font-family: Palatino Linotype, Palatino, URW Palladio L, Book Antiqua, Baskerville, Bookman Old Style, Bitstream Charter, Nimbus Roman No9 L, Garamond, New Century Schoolbook, Century Schoolbook, Century Schoolbook L, Georgia;
	margin-left: 50px;
	width: 750px;
	padding-left: 3px;
	margin-top: 15px;
	margin-bottom: 20px;
}


#contactmain p{
	color: #717073;
}

form {
	width: 600px;
	padding-left: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #717073;
}

form.footer {
	width: 230px;
	padding-left: 3px;
}

#contactmain form ul li {
	padding-bottom: 10px;
}

#contactmain form ul li label {
	font-size: 15px;
}

input.submit {
	width: 109px;
	height: 22px;
	background-color: #687375;
	font-size: 13px;
	border: 0px;
	
}



#contactmain h3 {
	text-align: left;
	font-size: 25px;
	margin-bottom: 39px;
}

div#contactleft {
	width: 480px;
	float: left;
	margin-left: 50px;
	padding-top: 10px;
}

#contactdivide {
	float: left;
	margin-bottom: 20px;
	margin-right: 40px;
	margin-left: 20px;
}

div#contactright {
	width: 350px;
	float: left;
	padding-top: 0px;
	padding-left: 14px;
}


#contactright h2 {
		font-size: 24px;
	letter-spacing: 2px;
	color: #687375;
}

#contactleft h2  {
		color: #687375;
	font-size: 25px;
}



div#regleft {
	float: left;
	width: 110px;
}


div#regleft {
	float: left;

}
/* Lots ---------------------- */


#lotsmain {
	font-family: Palatino Linotype, Palatino, URW Palladio L, Book Antiqua, Baskerville, Bookman Old Style, Bitstream Charter, Nimbus Roman No9 L, Garamond, New Century Schoolbook, Century Schoolbook, Century Schoolbook L, Georgia;
	width: 914px;
	margin:0 auto;
	position: relative;
	z-index: 0;
}
#lotsmain .lotmap {
	margin:0 auto;
}

#lotpagemain {
	font-family: Palatino Linotype, Palatino, URW Palladio L, Book Antiqua, Baskerville, Bookman Old Style, Bitstream Charter, Nimbus Roman No9 L, Garamond, New Century Schoolbook, Century Schoolbook, Century Schoolbook L, Georgia;
	width: 1018px;
	position: relative;
	z-index: 0;
	height: 600px;
}
#lotsmain p {
	color: #717073;
}



div#lotsleft {
	width: 919px; /* width: 580px - an edited */
	float: left;
	margin-left: 50px;
	margin-right: 50px; /* an added */
	margin-bottom: 20px; /* an added */
	padding-top: 0;  /* padding-top: 50px; - an edited */
}
div#lotsleft.small { /* an added */
	width: 580px;
	margin-right: 0;
	padding-top: 10px;
}

img#clicklots {
	position: relative;
	left: -25px;  /* left: -708px; - an edited */
	bottom: 60px; /* bottom: 67px;  - an edited */
}

#masterright {
	margin-top: -74px;
	margin-left: -250px;
	width: 300px;
	float:right;
	padding-right: 50px;
}
object#cape {
	z-index: -12;
}

#contactdivide {
	float: left;
	margin-bottom: 20px;
	margin-right: 40px;
	margin-left: 20px;
}

div#lotsright {
	width: 250px;
	float: left;
	padding-left: 14px;
}


/* Gallery ---------------------- */

div#gallery {
	width: 918px;
	margin: 0 auto 20px;
}

#gallery a {
		margin-right: 10px;
}

#gallery h2 {
		font-size: 25px;
	letter-spacing: 2px;
	color: #687375;
	margin-left: 10px;
	margin-bottom: 0;
}
div.gallerymain {
	width: 860px;
	margin: 60px auto 50px;
	clear:both;
}

#gallerymain p{
	color: #717073;
	font-size: 20px;
}




/* Content ---------------------- */

div.contentpagemain {
	width: 969px; /* width: 620px - an edited */
	margin-left: 50px; /* margin-left: 40px; - an edited */
	margin-bottom: 20px; /* an added */
	margin-top: 18px;
	float: left;
}
div.contentpagemain.small { /* an added */
	width: 620px;
}

div.contentpagemain h1.whyown {
	letter-spacing:2px;
	text-transform: uppercase;
	margin-bottom:20px;
	padding:0;
}

div.contentpagemain table {
	color:#6D6E71;
	font: 15px/42px Arial, Helvetica, Geneva, sans-serif;
}

div.contentpagemain table td {
	padding-right:20px;
}

#main div.banner {
	display:block;
	width:940px;
	margin:0 0 10px 40px;
	text-align:center;
	font-size:25px;
	color:#b6682a;
}

#main div.maincontent {
	display: inline-block;
}

.contentpagemain p {
	padding-right: 50px;
}



#quotesection {
	margin-bottom: 45px;
	padding-top: 32px;
	padding-left: 20px;
	padding-right: 20px;
	background: url(../images/quote_bg.png) no-repeat 10px;
	height: 168px;
}

#quotesection p {
		font-family: Palatino Linotype, Palatino, URW Palladio L, Book Antiqua, Baskerville, Bookman Old Style, Bitstream Charter, Nimbus Roman No9 L, Garamond, New Century Schoolbook, Century Schoolbook, Century Schoolbook L, Georgia;
	font-size: 21px;
	line-height: 25px;
	font-style: italic;
	color: #b3672b;
	margin-bottom: 6px;
	padding-top: 0;
}



#main div.maincontent div.contentpagemain h4 {
	font-family: arial;
	margin: 0 0 5px 0;
	color:#b4672a;
}

#quotesection h3 {
	font-size: 31px;
	margin-bottom: 10px;
	padding-left: 30px;
}

#quotesection p.quote.author {
	text-align: right;
	font-size: 18px;
	padding-right: 50px;
}

#main div.maincontent div.contentpagemain ol {
	color: #687375;
	margin-left: 50px;
	padding-right: 30px;
}

#main div.maincontent div.contentpagemain ol li {
	margin-top: 8px;
	font: 14px/18px Arial, Helvetica, Geneva, sans-serif;
}

#contactright h2 {
	margin-left: 37px;
		color: #687375;

}
#contactmain p {
	margin: 11px 0 5px;
	padding-left: 30px;
}

#contactmain h4 {
	
	font-family: arial;
	margin: 19px 0 10px;
	color: #687476;
	padding-left: 30px;
}


img.reasonimg {
	float: left;
	margin-right:10px;
}

div.reasoncopy {
	float: left;
	width: 760px; /* width: 460px; - an edited */
	padding-bottom: 25px;
	padding-top: 13px;
	color: #687476;
}

div.reasoncopy h4 {
	padding-left:0px;
}

.palatino{
	font: 24px Palatino;
		color: #b3672b;

}

img.masterplan {
	width: 849px;
	height: 513px;
	margin: 0 auto 0 76px;
}

#lotpagemain img {
	margin-left: 76px;
}

 a.return img {
	position: relative;
	top: -63px;
	right: 555px;
}

div#lotpageleft {
	width: 400px;
	float: left;
	padding-left: 50px;
	padding-top: 12px;
	padding-bottom: 27px;
}

div#lotpageright {
	width: 450px;
	float: left;
	margin-top: -48px;
	color: #b16819;
}

#lotpageright ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 16px;
	padding-right: 30px;
}

#lotpageright ul li {
	padding-bottom: 10px;
	font-size:14px;	
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px;}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 150px;
	background: #e7e6da;
	color: #FFF;
	text-align: left;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #e7e6da;
}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #e7e6da;
		color: #2875DE;
		font: 11px;}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}

#footerright h2 {
	color: white;
	margin-top: 19px;
	margin-bottom: -5px;
	padding-left: 10px;
	padding-right: 10px;
}
#footerright img {
	margin-left: -1px;
}

#footerright a.rarelink {
	float: right;
	margin-right: 8px;
	margin-top: 4px;
}

#footerright p {
	margin-bottom: 8px;
	color: white;
	font: 17px Palatino;
	padding-left: 0;
	text-align: center;
}


#footerright p a {
	color: black;
}

div.news-left {
width: 260px;
	float: left;
	margin-right: 30px;
	margin-left: 40px;
	margin-top: 18px;
}

div.news-left h3 {
	padding-bottom: 0;
	margin-bottom: 4px;
	font-size: 19px;
}

input.box{
	width: 230px;
	height: 20px;
	color: #687375;
	border-style: solid;
	border-width: 1px;
	margin: 0 0 7px;
	padding: 3px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}

input.regsubmit {
	width: 109px;
	height: 22px;
	background-color: #687375;
	font-size: 13px;
	color: white;
}
.blogdetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 50px;
}
#flickr_div {
    width: 918px;
    height: 500px;
    margin: auto;
    margin-top: 30px;
	margin-bottom: 30px;
    background-color: #000;
}

#lotpagedetails {padding-bottom:50px;}
#lotpagedetails ul {
	line-height: 35px; 
	color:#b6682a; 
	font-size: 17px; 
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; 
	margin:0 95px;
	list-style:disc;
	padding-left:40px;
}
#lotpagedetails ul li {
	padding-left: 10px;
}
.submit_new {background: url(../images/submit_new.jpg); width: 118px; height: 36px; border:none;}

#todomap {height: 727px; width: 880px; margin: 0 auto;}
#todolist {width:847; height:588; margin: 0 auto;}
.video_link{
	position: absolute;
	right: 53px;
	bottom: 60px;
}

/* Vimeo */
.video-container {
	background: #fff;
	height: 200px;
	width: 880px;
	left: 60px;
	position: relative;
	border: 1px solid #ddd;
	margin-bottom: 40px;
	display: none;
	height: auto;
	padding: 20px;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}
.video-container .video {
	width: 100%;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.video-container .video iframe {
	width: 100%;
}

.active-video{
	display: inline-block;
}

.video-container .video #player .sidedock {
	display: none !important;
	opacity: 
}
.video-container .video #player .controls-wrapper{
	position: relative;
	height: 100%;
	top: 0;
}
.video-container .video #player .controls.invisible{
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	width: 87px !important;
	position: relative;
	right: 50%;
	top: 50%;
}