@charset "utf-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: white;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #4C4D4F;
}
.oneColFixCtrHdr #container {
	width: 780px;
	background: #FFFFFF url(../images/content_bckg.jpg);
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
	vertical-align: top;
	left: 0px;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD url(../images/content_bckg.jpg);
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #mainContent {
	padding: 15px 30px 25px 150px;
}
.oneColFixCtrHdr #ResidencesContent {
	padding: 15px 10px 25px 150px;
}

.oneColFixCtrHdr #LifestyleContent {
	padding: 15px 10px 0px 128px;
}
.oneColFixCtrHdr #title {
	padding: 15px 10px 0px 140px;
}
.oneColFixCtrHdr #FloorContent {
	padding: 0px 25px 25px 20px;
}
#detail{
	position:relative;
	width:auto;
	left:0px;
	top: 0px;
	overflow: visible;
}

#detail2{
	position:relative;
	width:484px;
	left:70px;
	top:0px;
	visibility: hidden;
}
#detail3{
	position:relative;
	width:484px;
	left:70px;
	top: -414px;
	visibility: hidden;
}
#detail4{
	position:relative;
	width:484px;
	left:70px;
	top: -621px;
	visibility: hidden;
}
#details_text{
	position:relative;
	width:229px;
	left:0px;
	top: 0px;
	right:15px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:white;
	color: #A9BAB8;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #A9BAB8;
}

#acadia {
	left: 200px;
	position: relative;
	top: 0px;
}

.model_types {
	width: 600px;
}

#acadia_submenu {
	left: 420px;
	position: relative;
	width: 150px;
}

/* style for general green links */
a.links	{color: #999900; text-decoration: underline;}
a:hover.links {color: #666600; text-decoration: underline;}

/* style for general green links no underline on residence pages */
.residences a.links	{color: #999900; text-decoration: none;}
.residences a:hover.links {color: #666600; text-decoration: none;}

/* style for general green links no underline on residence pages */
a.links3	{color: #999900; text-decoration: none;}
a:hover.links3 {color: #666600; text-decoration: none;}

/* style for blue links */
a.links2	{color: #3C6F99; text-decoration: underline;}
a:hover.links2 {color: #FFBF00; text-decoration: underline;}

/* style footer*/
.copyrights {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #A9BAB8;
}

/* titles on all residence pages */
.headers {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #4C4D4F;
}

/* style for the disclaimer page */
.disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:normal;
	color:#000000;
}

/* style for container */
.Harbor_container {
	position:relative;
	width:155px;
	height:115px;
	z-index:1;
	left: 200px;
	top: 0px;
}

.apDiv1 {
	position:relative;
	width:333px;
	height:115px;
	z-index:1;
	left: 1px;
	top: 1px;
}

.apDiv2 {
	position:relative;
	width:155px;
	height:115px;
	z-index:2;
	left: 200px;
	top: 0px;
}

