body {

}

#drop_down {
	width:880px;
	height:40px;
	margin:0 auto 10px auto;
	position:relative;
}	

.drop_down1, .drop_down2, .drop_down3, .drop_down4, .drop_down5, .drop_down6 {
	width: 130px; 
	height:110px;
	margin-top: -66px;
	position:absolute;
	cursor:pointer;
	cursor:hand;
}

.drop_down1 a, .drop_down2 a, .drop_down3 a, .drop_down4 a, .drop_down5 a, .drop_down6 a {
	display:block;
	width: 130px; 
	height:110px;
}

.drop_down1 p, .drop_down2 p, .drop_down3 p, .drop_down4 p, .drop_down5 p, .drop_down6 p {
	margin:0;
}

.drop_down1 {
	left:0px;
	background-image: url('/images/button_1.webp');
}

.drop_down2 {	
	left:150px;
	background-image: url('/images/button_2.png');
}

.drop_down3 {
	left:300px;
	background-image: url('/images/button_3.webp');
}

.drop_down4 {
	left:450px;
	background-image: url('/images/button_4.png');
}

.drop_down5 {
	left:600px;
	background-image: url('/images/button_5.png');
}

.drop_down6 {
	left:750px;
	background-image: url('/images/button_6.png');
}
	
#page_wrap {
	width:840px;
	margin:0 auto;
}

#top_wrap {
	width:840px;
	height:52px;
	margin: 0 0 10px 0;
}

#top_logo {
	width:159px;
	height: 52px;	
	float:left;
	background-image:url('/images/home_logo.png');
	background-repeat:no-repeat;
}

#top_logo a {
	display:block;
	width:159px;
	height: 52px;
	text-align:center;
}

#top_tabs {
	float:right;
	height:29px;
	padding: 10px 0 0 0;
	max-width:600px;
}

#top_tabs a {
	display:block;
	font-size: 120%;
	width:65px;
	height: 20px;
	float:right;
	margin-left:20px;
	text-align:left;
	background-repeat: no-repeat;
	background-position: center left;
	padding: 6px 0 3px 25px;
	color: #666666;
}

#top_tabs a:hover {
	color: #FFFFFF;
}

#top_tabs .login {
	background-image:url('/images/link_login.png');
}

#top_tabs .contact {
	background-image:url('/images/link_contact.png');
}

#top_tabs .about {
	background-image:url('/images/link_about.png');
}

#breadcrumbs {
	width:830px;
	height: 15px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 5px 0 5px 10px;
	margin: 0 0 10px 0;
	background: #333333;
}

#spacer {
	width:840px;
	height: 50px;
	clear:both;
	margin: 0 auto;
}

#footer {
	width:830px;
	height: 15px;
	border-top: 1px solid #999999;
	padding: 5px 0 5px 10px;
	margin: 0 auto;
}

#footer p {
	font-size: 70%;
}

#breadcrumbs p{
	color: #CCCCCC;
}

#breadcrumbs a{
	color: #999999;
}

#breadcrumbs a:hover{
	color: #FFFFFF;
}

#gallery_full {
	width:830px;
	height: 15px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 5px 0 5px 10px;
	margin: 0 0 10px 0;
	background: #333333;
}

#gallery {
	width:490px;
	height: 15px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 5px 0 5px 10px;
	margin: 0 0 10px 0;
	background: #333333;
}

#gallery2 {
	width:490px;
	height: 30px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 5px 0 5px 10px;
	margin: 0 0 10px 0;
	background: #333333;
}

#gallery4col {
	width:660px;
	height: 15px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 5px 0 5px 10px;
	margin: 0 0 10px 0;
	background: #333333;
}

#gallery_full p{
	text-align:center;
}

#gallery_full a{
	padding: 0 5px;
}

#gallery_full a:active{
	background: #CCCCCC;
	color: #333333;
}

#gallery p{
	text-align:center;
}

#gallery a{
	padding: 0 5px;
}

#gallery a:active{
	background: #CCCCCC;
	color: #333333;
}

#gallery2 p{
	text-align:center;
}

#gallery2 a{
	padding: 0 5px;
}

#gallery2 a:active{
	background: #CCCCCC;
	color: #333333;
}

#gallery4col p{
	text-align:center;
}

#gallery4col a{
	padding: 0 5px;
}

#gallery4col a:active{
	background: #CCCCCC;
	color: #333333;
}

#flipper_wrap {
	width:100%;
	border:0;
	margin: 10px 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.flipper_landscape {
 	width:100%;
 	height:402px;
 	border: 0;
}

.flipper_square {
 	width:100%;
 	height:500px;
 	border: 0;
}

.flipper_portrait {
 	width:100%;
 	height:650px;
 	border: 0;
}

#retouch_wrap {
	width: 500px;
	height:350px;
	position:relative;
}

#retouch_before, #retouch_after{
	position: absolute;
	top:0px;
	left:0px;
	width: 500px;
	height:350px;
	cursor:pointer;
	cursor:hand;
}

#video {
	width: 500px;
	height:385px;
	background: #666666;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#floorplan {
	background-image: url('/images/property_floorplan.png');
	background-repeat:no-repeat;
	width:670px;
	height:450px;
}

#property_resi_button {
	display: block;
	width: 410px;
	height: 170px;
	background-image: url('/images/property_button_resi.png');
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#property_resi_button a{
	display:block;
	width: 410px;
	height: 170px;
}

#property_resi_button:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}

#property_comm_button {
	display: block;
	width: 410px;
	height: 170px;
	background-image: url('/images/property_button_comm.png');
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#property_comm_button a{
	display:block;
	width: 410px;
	height: 170px;
}

#property_comm_button:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}

#property_leisure_button {
	display: block;
	width: 410px;
	height: 170px;
	background-image: url('/images/property_button_leisure.png');
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#property_leisure_button a{
	display:block;
	width: 410px;
	height: 170px;
}

#property_leisure_button:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}

#property_dev_button {
	display: block;
	width: 410px;
	height: 170px;
	background-image: url('/images/property_button_dev.png');
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#property_dev_button a{
	display:block;
	width: 410px;
	height: 170px;
}

#property_dev_button:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}

.contact_form {
 	width:500px;
 	height: 580px;
 	overflow:hidden;
}

.section {
	clear:both;
	width:840px;
}

.section p{
	margin: 0 0 10px 0;
}

.spacer {
	clear:both;
	width:840px;
	height:10px;
	margin:0;
	padding:0;
}

.right {
	text-align:right;
	padding: 0 10px 0 0;
}

.floatright {
	float:right;
	padding: 0 0 0 10px;
}

.col1float {
	float:left;
	width:160px;
	padding: 10px 0;
}

.col1floatright {
	float:right;
	width:160px;
	padding: 10px 0;
}

.col2left {
	float:left;
	width: 330px; 
	padding: 10px 0;
}

.col2right {
	float:right;
	width: 330px; 
	padding: 10px 0;
}

.col3left {
	float:left;
	width: 500px; 
	padding: 10px 0;
}

.col3right {
	float:right;
	width: 500px; 
	padding: 10px 0;
}

.col4left {
	float:left;
	width: 670px; 
	padding: 10px 0;
}

.col4right {
	float:right;
	width: 670px; 
	padding: 10px 0;
}

.halfleft {
	float:left;
	width: 410px; 
	padding: 10px 0;
}

.halfright {
	float:right;
	width: 410px; 
	padding: 10px 0;
}

.halfleftindent {
	float:left;
	width: 388px; 
	height: 260px;
	padding: 10px;
	background: #333333;
	border: 1px solid #999999;
}

.halfrightindent {
	float:right;
	width: 388px; 
	height: 260px;
	padding: 10px;
	background: #333333;
	border: 1px solid #999999;
}

.col1floatgray {
	float:left;
	width:138px;
	padding: 10px;
	background: #333333;
	border: 1px solid #999999;
}
	
.col2grayleft {
	float:left;
	padding:10px;
	width:308px;
	background: #333333;
	border: 1px solid #999999;
}




/*
     FILE ARCHIVED ON 10:45:54 Sep 02, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:37:33 May 13, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.358
  exclusion.robots: 0.037
  exclusion.robots.policy: 0.03
  esindex: 0.007
  cdx.remote: 37.638
  LoadShardBlock: 176.751 (3)
  PetaboxLoader3.datanode: 146.376 (4)
  load_resource: 253.49
  PetaboxLoader3.resolve: 122.544
*/