/* begin Page */
body {
	margin: 0 auto;
	padding: 0;
	background-color: #4D767A;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #0C1A1D;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, .postheader, .postheader a, .postheader a:link, .postheader a:visited, .postheader a:hover, .blockheader .t, .vmenublockheader .t, .logo-text, .logo-text a, h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover {
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	font-size: 28px;
	text-align: left;
}
a {
	text-decoration: none;
	color: #2C616D;
}
a:link {
	text-decoration: none;
	color: #2C616D;
}
a:visited, a.visited {
	color: #4F797D;
}
a:hover, a.hover {
	text-decoration: none;
	color: #2C616D;
}
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
	color: #365963;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
	font-size: 22px;
	color: #365963;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
	font-size: 18px;
	color: #365963;
}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {
	font-size: 16px;
	color: #0C1A1D;
}
h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {
	font-size: 14px;
	color: #0C1A1D;
}
h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {
	font-size: 14px;
	color: #0C1A1D;
}
#main {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	cursor:default;
}
.cleared {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1px;
}
form {
	padding: 0 !important;
	margin: 0 !important;
}
table.position {
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.sheet {
	position: relative;
	z-index: 0;
	margin: 0 auto;
	width: 900px;
	min-width: 25px;
	min-height: 25px;
}
.sheet-body {
	position: relative;
	z-index: 1;
	padding: 13px;
}
.sheet-tr, .sheet-tl, .sheet-br, .sheet-bl, .sheet-tc, .sheet-bc, .sheet-cr, .sheet-cl {
	position: absolute;
	z-index: -1;
}
.sheet-tr, .sheet-tl, .sheet-br, .sheet-bl {
	width: 24px;
	height: 24px;
	background-image: url('../images/sheet_s.png');
}
.sheet-tl {
	top: 0;
	left: 0;
	clip: rect(auto, 12px, 12px, auto);
}
.sheet-tr {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 12px, 12px);
}
.sheet-bl {
	bottom: 0;
	left: 0;
	clip: rect(12px, 12px, auto, auto);
}
.sheet-br {
	bottom: 0;
	right: 0;
	clip: rect(12px, auto, auto, 12px);
}
.sheet-tc, .sheet-bc {
	left: 12px;
	right: 12px;
	height: 24px;
	background-image: url('../images/sheet_h.png');
}
.sheet-tc {
	top: 0;
	clip: rect(auto, auto, 12px, auto);
}
.sheet-bc {
	bottom: 0;
	clip: rect(12px, auto, auto, auto);
}
.sheet-cr, .sheet-cl {
	top: 12px;
	bottom: 12px;
	width: 24px;
	background-image: url('../images/sheet_v.png');
}
.sheet-cr {
	right: 0;
	clip: rect(auto, auto, auto, 12px);
}
.sheet-cl {
	left: 0;
	clip: rect(auto, 12px, auto, auto);
}
.sheet-cc {
	position: absolute;
	z-index: -1;
	top: 12px;
	left: 12px;
	right: 12px;
	bottom: 12px;
	background-image: url('../images/sheet_c.png');
}
.sheet {
	margin-top: 10px !important;
	cursor:auto;
}
#page-background-simple-gradient, #page-background-gradient, #page-background-glare {
	min-width: 900px;
}
/* end Box, Sheet */

/* begin Header */
div.header {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	width: 874px;
	height: 175px;
	overflow: hidden;
}
div.header-png {
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	width: 874px;
	height: 175px;
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	background-position: left top;
}
div.header-jpeg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 874px;
	height: 175px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
div.header-vt-jpeg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 874px;
	height: 175px;
	background-image: url('../images/header-vt.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin Menu */
/* menu structure */
.menu a, .menu a:link, .menu a:visited, .menu a:hover {
	text-align: left;
	text-decoration: none;
	outline: none;
	letter-spacing: normal;
	word-spacing: normal;
}
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}
.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background: none;
}
.menu li:hover {
	z-index: 10000;
	white-space: normal;
}
.menu li li {
	float: none;
}
.menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background: none;
}
.menu li:hover>ul {
	visibility: visible;
	top: 100%;
}
.menu li li:hover>ul {
	top: 0;
	left: 100%;
}
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {
	min-height: 0;
}
.menu ul {
	background-image: url('../images/spacer.gif');
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* menu structure */
.menu {
	padding: 4px 4px 4px 4px;
}
.nav {
	position: relative;
	height: 33px;
	z-index: 100;
}
.nav .l, .nav .r {
	position: absolute;
	z-index: -1;
	top: 0;
	height: 33px;
	background-image: url('../images/nav.png');
}
.nav .l {
	left: 0;
	right: 0;
}
.nav .r {
	right: 0;
	width: 874px;
	clip: rect(auto, auto, auto, 874px);
}
/* end Menu */
/* begin MenuItem */
.menu a {
	position: relative;
	display: block;
	overflow: hidden;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
}
.menu li {
	margin-right: 2px;
	margin-left: 2px;
}
.menu ul li {
	margin:0;
	clear: both;
}
.menu a .r, .menu a .l {
	position: absolute;
	display: block;
	top: 0;
	z-index: -1;
	height: 75px;
	background-image: url('../images/menuitem.png');
}
.menu a .l {
	left: 0;
	right: 1px;
}
.menu a .r {
	width: 402px;
	right: 0;
	clip: rect(auto, auto, auto, 401px);
}
.menu a .t {
	margin-right: 10px;
	margin-left: 10px;
	color: #89B2BE;
	padding: 0 12px;
	margin: 0 1px;
	line-height: 25px;
	text-align: center;
}
.menu a:hover .l, .menu a:hover .r {
	top: -25px;
}
.menu li:hover>a .l, .menu li:hover>a .r {
	top: -25px;
}
.menu li:hover a .l, .menu li:hover a .r {
	top: -25px;
}
.menu a:hover .t {
	color: #EDF6F8;
}
.menu li:hover a .t {
	color: #EDF6F8;
}
.menu li:hover>a .t {
	color: #EDF6F8;
}
.menu a.active .l, .menu a.active .r {
	top: -50px;
}
.menu a.active .t {
	color: #000000;
}
/* end MenuItem */

/* begin MenuSeparator */
.nav .menu-separator {
	display: block;
	width: 1px;
	height: 25px;
	background-image: url('../images/menuseparator.png');
}
/* end MenuSeparator */
/* begin Layout */
.content-layout {
	display: table;
	padding: 0;
	border: none;
	width: 874px;
}
.content-layout .content-layout {
	width: auto;
	margin:0;
}
div.content-layout div.layout-cell, div.content-layout div.layout-cell div.content-layout div.layout-cell {
	display: table-cell;
}
div.layout-cell div.layout-cell {
	display: block;
}
div.content-layout-row {
	display: table-row;
}
.content-layout {
	table-layout: fixed;
	border-collapse: collapse;
	background-color: Transparent;
	border: none !important;
	padding:0 !important;
}
.layout-cell, .content-layout-row {
	background-color: Transparent;
	vertical-align: top;
	text-align: left;
	border: none !important;
	margin:0 !important;
	padding:0 !important;
}
/* end Layout */
/* begin Box, Block, VMenuBlock */
.vmenublock {
	position: relative;
	z-index: 0;
	margin: 0 auto;
	min-width: 1px;
	min-height: 1px;
}
.vmenublock-body {
	position: relative;
	z-index: 1;
	padding: 0;
}
.vmenublock-cc {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFFFFF;
}
.vmenublock {
	margin: 7px;
}
/* end Box, Block, VMenuBlock */
/* begin Box, Box, VMenuBlockContent */
.vmenublockcontent {
	position: relative;
	z-index: 0;
	margin: 0 auto;
	min-width: 1px;
	min-height: 1px;
}
.vmenublockcontent-body {
	position: relative;
	z-index: 1;
	padding: 5px;
}
.vmenublockcontent-cc {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFFFFF;
}
.vmenublockcontent {
	position: relative;
	z-index: 0;
	margin: 0 auto;
	min-width: 1px;
	min-height: 1px;
}
.vmenublockcontent-body {
	position: relative;
	z-index: 1;
	padding: 5px;
}
.vmenublockcontent-cc {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFFFFF;
}
/* end Box, Box, VMenuBlockContent */
/* begin Box, Block */
.block {
	position: relative;
	z-index: 0;
	margin: 0 auto;
	min-width: 1px;
	min-height: 1px;
}
.block-body {
	position: relative;
	z-index: 1;
	padding: 0;
}
.block {
	margin: 7px;
}
/* end Box, Block */
/* begin BlockHeader */
.blockheader {
	position: relative;
	z-index: 0;
	height: 30px;
	margin-bottom: 0;
}
.blockheader .t {
	height: 30px;
	color: #142124;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
	margin:0;
	padding: 0 10px 0 16px;
	white-space: nowrap;
	line-height: 30px;
}
/* end BlockHeader */
/* begin Box, BlockContent */
.blockcontent {
	position: relative;
	z-index: 0;
	margin: 0 auto;
	min-width: 1px;
	min-height: 1px;
}
.blockcontent-body {
	position: relative;
	z-index: 1;
	padding: 7px;
}
.blockcontent-body {
	color: #0A1719;
}
.blockcontent-body a:link {
	color: #2B5E69;
}
.blockcontent-body a:visited, .blockcontent-body a.visited {
	color: #121B1C;
}
.blockcontent-body a:hover, .blockcontent-body a.hover {
	color: #3A7E8D;
	text-decoration: none;
}
.blockcontent-body ul {
	list-style-type: none;
	color: #0E1516;
	margin: 0;
	padding: 0;
}
.blockcontent-body ul li {
	text-decoration: none;
	line-height: 1.25em;
	padding: 0 0 0 18px;
	background-image: url('../images/blockcontentbullets.png');
	background-repeat: no-repeat;
}
/* end Box, BlockContent */
/* begin Button */
.button-wrapper .button {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	text-align: left;
	text-decoration: none !important;
	color: #EBF2F4 !important;
	width: auto;
	outline: none;
	border: none;
	background: none;
	line-height: 27px;
	height: 27px;
	margin: 0;
	padding: 0 11px !important;
	overflow: visible;
	cursor: default;
	z-index: 0;
}
.button img, .button-wrapper img {
	margin: 0;
	vertical-align: middle;
}
.button-wrapper {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	height: 27px;
	overflow: hidden;
	white-space: nowrap;
	width: auto;
	margin: 0;
	padding: 0;
	z-index: 0;
}
.firefox2 .button-wrapper {
	display: block;
	float: left;
}
input, select {
	vertical-align: middle;
}
.button-wrapper.hover .button, .button:hover {
	color: #000000 !important;
	text-decoration: none !important;
}
.button-wrapper.active .button {
	color: #EDF6F8 !important;
}
.button-wrapper .l, .button-wrapper .r {
	display: block;
	position: absolute;
	z-index: -1;
	height: 81px;
	margin: 0;
	padding: 0;
	background-image: url('../images/button.png');
}
.button-wrapper .l {
	left: 0;
	right: 7px;
}
.button-wrapper .r {
	width: 403px;
	right: 0;
	clip: rect(auto, auto, auto, 396px);
}
.button-wrapper.hover .l, .button-wrapper.hover .r {
	top: -27px;
}
.button-wrapper.active .l, .button-wrapper.active .r {
	top: -54px;
}
.button-wrapper input {
	float: none !important;
}
/* end Button */
/* begin Box, Post */
.post {
	position: relative;
	z-index: 0;
	margin: 0 auto;
	min-width: 23px;
	min-height: 23px;
}
.post-body {
	position: relative;
	z-index: 1;
	padding: 13px;
}
.post-tr, .post-tl, .post-br, .post-bl, .post-tc, .post-bc, .post-cr, .post-cl {
	position: absolute;
	z-index: -1;
}
.post-tr, .post-tl, .post-br, .post-bl {
	width: 30px;
	height: 30px;
	background-image: url('../images/post_s.png');
}
.post-tl {
	top: 0;
	left: 0;
	clip: rect(auto, 15px, 15px, auto);
}
.post-tr {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 15px, 15px);
}
.post-bl {
	bottom: 0;
	left: 0;
	clip: rect(15px, 15px, auto, auto);
}
.post-br {
	bottom: 0;
	right: 0;
	clip: rect(15px, auto, auto, 15px);
}
.post-tc, .post-bc {
	left: 15px;
	right: 15px;
	height: 30px;
	background-image: url('../images/post_h.png');
}
.post-tc {
	top: 0;
	clip: rect(auto, auto, 15px, auto);
}
.post-bc {
	bottom: 0;
	clip: rect(15px, auto, auto, auto);
}
.post-cr, .post-cl {
	top: 15px;
	bottom: 15px;
	width: 30px;
	background-image: url('../images/post_v.png');
}
.post-cr {
	right: 0;
	clip: rect(auto, auto, auto, 15px);
}
.post-cl {
	left: 0;
	clip: rect(auto, 15px, auto, auto);
}
.post-cc {
	position: absolute;
	z-index: -1;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	background-color: #9CB6B8;
}
.post {
	margin: 5px;
}
a img {
	border: none;
}
.article img, img.article {
	border: solid 1px #79BAC8;
	margin: 10px;
}
.metadata-icons img {
	border: none;
	vertical-align: middle;
	margin: 2px;
}
.article table, table.article {
	border-collapse: collapse;
	margin: 1px;
	width: auto;
}
.article table, table.article .article tr, .article th, .article td {
	background-color: Transparent;
}
.article th {
	text-align: center;
	vertical-align: middle;
	padding: 7px;
}
pre {
	overflow: auto;
	padding: 0.1em;
}
/* end Box, Post */
/* begin PostHeaderIcon */
.postheader {
	margin: 0.2em 0;
	padding: 0px 0px 0px 20px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	text-indent: 0;
	line-height: inherit;
	font-size: 22px;
	color: #12272B;
}
.postheader a, .postheader a:link, .postheader a:visited, .postheader a:hover {
	font-size: 22px;
	margin: 0;
	color: #12272B;
}
/* end PostHeaderIcon */
/* begin PostHeader */
.postheader a:link {
	text-decoration: none;
	color: #1E4148;
}
.postheader a:visited, .postheader a.visited {
	color: #334E52;
}
.postheader a:hover, .postheader a.hovered {
	color: #2C616D;
}
/* end PostHeader */
/* begin PostContent */
.postcontent p {
	margin: 0.5em 0;
}
.postcontent, .postcontent p {
	text-align: justify;
}
.postcontent {
	margin: 20px;
}
.postcontent-extra {
	margin: 20px 20px 20px 20px;
	text-align: justify;
}
.postcontent-extra-vt {
	position: relative;
	height: 600px;
	width: 754px;
	margin: 20px auto 20px auto;
}
.postcontent-extra-about {
	margin: 20px 20px 0px 20px;
}
.postcontent-extra-floorplan {
	margin: 20px;
	padding: 0px;
	text-align: justify;
}
/* end PostContent */
/* begin PostBullets */
ol, ul {
	color: #070C0D;
	margin: 1em 0 1em 2em;
	padding: 0;
}
li ol, li ul {
	margin: 0.5em 0 0.5em 2em;
	padding: 0;
}
li {
	margin: 0.2em 0;
	padding: 0;
}
ul {
	list-style-type: none;
}
ol {
	list-style-position: inside;
}
/* end PostBullets */
/* begin PostQuote */
blockquote, blockquote p, .postcontent blockquote p {
	color: #0C1213;
	font-style: italic;
	text-align: left;
}
blockquote, .postcontent blockquote {
	border: solid 1px #A1C1C4;
	margin: 10px 10px 10px 50px;
	padding: 5px 5px 5px 41px;
	background-color: #CDDEE0;
	background-image: url('../images/postquote.png');
	background-position: left top;
	background-repeat: no-repeat;
}
/* end PostQuote */
/* begin Footer */
.footer {
	position: relative;
	z-index: 0;
	overflow: hidden;
	width: 874px;
	margin: 0 auto;
}
.footer .footer-inner {
	height: 1%;
	position: relative;
	z-index: 0;
	padding: 10px;
	text-align: center;
}
.footer .footer-background {
	position: absolute;
	z-index: -1;
	background-repeat: no-repeat;
	background-image: url('../images/footer.png');
	width: 874px;
	height: 150px;
	bottom: 0;
	left: 0;
}
.footer .footer-text p {
	margin: 0;
}
.footer .footer-text {
	display: inline-block;
	color: #0D1517;
	font-size: 11px;
}
.footer .footer-text a:link {
	text-decoration: none;
	color: #2C616D;
}
.footer .footer-text a:visited {
	text-decoration: none;
	color: #365963;
}
.footer .footer-text a:hover {
	color: #ACD4DD;
	text-decoration: none;
}
/* end Footer */
/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover {
	font-family: Arial;
	font-size: 10px;
	letter-spacing: normal;
	word-spacing: normal;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #7DBCCA;
}
.page-footer {
	margin: 1em;
	text-align: center;
	text-decoration: none;
	color: #B3CED5;
}
/* end PageFooter */
/* begin LayoutCell, content */
.content-layout .content {
	width: 100%;
}
.content-layout .content .block {
	background-color: #FFFFFF;
}
/* end LayoutCell, content */
.overview-table .layout-cell {
	width:50%;
}
.overview-table-inner {
	margin:20px;
}
table.table {
	width:100%;
	border-collapse:collapse;
	table-layout:fixed;
	text-align:left;
	vertical-align:top;
}
table.table, table.table tr, table.table td {
	border:none;
	margin:0;
	padding:0;
	background-color:Transparent;
}
img.image {
	margin:0;
	padding:0;
	border:none;
}
/* additional styles */
.iframe-content {
	width: 700px;
	margin: auto;
	padding: 0;
}
.download-panel {
	margin: auto;
	padding: 0;
}
.contact-panel {
	height: 140px;
	margin: auto;
	padding: 5xp 0px 10px 10px;
	font-size: 12px;
	font-weight: bold;
}
.contact-panel-cc{
	height: 100px;
	margin: auto;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}
.tour-panel {
	margin: auto;
	padding: 0px;
}
.partner-panel {
	width: 800px;
	height: 280px;
	margin: auto;
	padding: 0px;
}
.crb-panel {
	width: 800px;
	height: 80px;
	margin: 0px;
	padding: 0px;
}
.floor-plan-panel {
	width: 800px;
	height: 120px;
	margin: auto;
	padding: 0px;
}
.epc-panel {
	height: 195px;
	margin: auto;
	padding: 0px;
}
.button-panel {
	width: 800px;
	margin: auto;
	padding: 0px;
}
.col1 {
	float: left;
	width: 390px
}
.col2 {
	float: right;
	width: 390px
}
.col3 {
	float: left;
	width: 250px
}
.col4 {
	float: left;
	width: 250px
}
.col5 {
	float: left;
	width: 250px
}
.col6 {					/* link page */
	width: 480px;
	float: left;
	padding: 20px 0px 0px 0px;
}
.col7 {					/* link page */
	width: 250px;
	float: right;
	padding: 0px;
}
.col8 {
	float: left;
	width: 260px;
}
.col9 {
	float: left;
	width: 260px;
}
.col10 {
	float: right;
	width: 260px;
}
.col11 {
	float: left;
	width: 150px;
}
.col12 {
	float: right;
	width: 180px;
	padding: 40px 10px 0px 0px;
}
.block1 {
	display: block;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
.block2 {
	float: left;
	display: block;
	margin: 0px;
	padding: 30px 5px 0px 0px;
}
.block3 {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}
block4 {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}
.block5 {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}
.block6 {
	display: inline-block;
	width: 780px;
	height: 100px;
	margin: 0px;
	padding: 0px;
}
.block7a {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
.block7b {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 25px;
}
.block7c {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 25px;
}
.block8a {
	display: block;
	margin: 0px;
	padding: 0px;
}
.block8b {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 18px;
}
.block8c {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
.block9 {
	float: left;
	width: 800px;
	display: block;
	margin: 0px;
	padding: 0px;
}
.block10 {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}
.block-cc{
	float: left;
	width: 290px;
	display: block;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
.block-photo {
	display: block;
	width: 800px;
	margin: auto;
	padding: 0px;
}
.block-credit-cards {
	postition: relative;
	float: left;
	display: block;
	width: 420px;
	margin: 0px;
	padding: 0px;
}
.imageleft {
	float: left;
	margin: 0px;
	padding: 0px;
}
.imageright {
	float: right;
	margin: 0px;
	padding: 0px;
}
.imageright-floorplan {
	float: right;
	margin: 10px;
	padding: 0px;
}
.spacer {
	clear: both;
}
.spacer10 {
	height: 10px;
}
.spacer50 {
	height: 50px;
}
