/* CSS Document */

body, html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	color: #330e00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: #FFFFFF;
}
/* GLOBAL HEADERS */
h1 {
	margin: 0px;
	padding: 0px;
	width: 70%;
	min-width:546px;
	height: 32px;
	float: left;
	text-align: left;
	font-size: 14px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: .5em;
	background: url(../images/back_h1.jpg) repeat-y;
	white-space: nowrap;
}
h2 {
	text-align: right;
	font-size: 10px;
}
h3 {
	margin: 0px;
	padding: 0px;
	width: 30%;
	min-width:234px;
	height: 32px;
	float: right;
	text-align: right;
	font-size: 10px;
	font-weight: lighter;
	text-transform: lowercase;
	letter-spacing: .5em;
	background: url(../images/back_h3.jpg) repeat-y right;
	white-space: nowrap;
}
h4 {
	margin: 10px 0px 5px;
	padding: 5px 0px 0px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
h5 {
	margin: 2px 0px;
	padding: 0px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
h6 {
	margin: 5px 0px 10px;
	padding: 0px 0px 5px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	
}
img {
	border: none;
}

p {
	margin: 0px;
	padding: 0px;
	line-height:1.8em;
}
	

/* UPPERNAV BAR */
#upperNav {
	margin: 2px auto;
	padding: 0px;
	width: 90%;
	min-width: 720px;
	text-align: right;
	font-size: 9px;
	font-weight: lighter;
	letter-spacing: .5em;
	text-transform: capitalize;
}
#upperNav a {
	margin: 0px;
	padding: 0px 15px;
	border-right: 1px solid #beb29f;
}
#upperNav a:link, #upperNav a:visited {
	color: #8a684d;
	text-decoration: none;
}
#upperNav a:hover {
	color: #CC9900;
	background: #330e00;
	text-decoration: none;
}

/* MAIN HEADER */
#header {
	margin: 10px auto;
	padding: 0px;
	width: 996px;
	height: 30px;
	text-align: center;
}

/* MAIN NAV BAR */
#mainNav {
	margin: 5px auto 0px;
	padding: 0px;
	width: 99%;
	min-width: 800px;
	text-align: center;
	background-color: #FFFFFF;
}
#mainNav table {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 800px;
	background:url(../images/back_mainNav.jpg) repeat-x;
	border-bottom: #beb29f 1px solid;
}
#mainNav td {
	margin: 0px;
	padding: 0px;
	text-align: right;
	vertical-align: middle;
 	white-space: nowrap;
}
#mainNav a {
	margin: 0px;
	padding: 5px 0px 5px 36px;
	font-size: 10px;
	text-transform: capitalize;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #330e00;
}
#mainNav a:link, #mainNav a:visited {
	text-decoration: none;
}
#mainNav a:hover {
	color: #a57900;
	text-decoration: none;
	background: url(../images/icon_mandarin.gif) left no-repeat;
}
#mainNav a:active {
	color: #a57900;
	text-decoration: none;
	background: url(../images/icon_mandarin.gif) left no-repeat;
}
.selected {
	color: #a57900;
	text-decoration: none;
	background: url(../images/icon_mandarin.gif) left no-repeat;
}

/* SUB NAV BAR */
#subNavContainer {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	height: 22px;
	text-align: center;
	position: relative;
	border: none;
}
#subNavContainer table {
	margin:  0px;
	padding: 0px;
	width: 800px;
}

#subNavContainer td {
	margin: 0px;
	padding: 5px 20px;
	text-align: center;
	border-right: #beb29f 1px solid;
 	white-space: nowrap;
	vertical-align: middle;
}
#subNavContainer .subNavActive {
	color: #330e00;
	font-weight: bold;
	text-decoration: none;
}
#subNavContainer a  {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 9px;
	text-transform: lowercase;
	letter-spacing: 0.2em;
	line-height: 1em;
	color: #a57900;
}
#subNavContainer a:link {
	text-decoration: none;
}
#subNavContainer a:visited {
	text-decoration: none;
}
#subNavContainer a:hover{
	color: #330e00;
	font-weight: bold;
	text-decoration: none;
}

/* MAIN CONTENT AREA */
#mainContainer {
	margin: 20px auto 10px auto;
	width: 100%;
	min-width: 800px;
	padding: 0px;
	height: 500px;
	position: relative;
	z-index: 99;
}
.other {
	background: url(../images/vert_linedivider.gif) no-repeat 69.5% 1%;
}
.towerCondo {
	background: url(../images/vert_towercondos.gif) no-repeat 69.5% 1%;
}
.residences {
	background: url(../images/vert_residences.gif) no-repeat 69.5% 1%;
}
.hotelCondo {
	background: url(../images/vert_hotelcondos.gif) no-repeat 69.5% 1%;
}

#flashContainer {
	margin: 0px 0px 0px 10px;
	float: left;
	width: 65%;
	min-width:520px;
	height: 500px;
	text-align: left;
	position: relative;
	padding: 0px 0px 0px 15px;	/*background: url(../images/delight_sepia.gif) no-repeat center;*/
	}
#flashContainer.compass {
	text-align: left;
	position:relative;
}
#flashContainer a {
	margin: 0px;
	padding: 0px 15px;
	/*border-right: 1px solid #beb29f;*/
}
#flashContainer a:link, #flashContainer a:visited {
	color: #330e00;
	text-decoration: none;
	font-weight: bold;
}
#flashContainer a:hover {
	color: #CC9900;
	/*background: #330e00;*/
	text-decoration: none;
}
#flashContainer p {
	line-height:2em;
}

/* INDEX PAGE BUILDING DIAGRAM */
#towerCondo, #towerResidences, #hotelCondo {
	margin: 0px;
	padding: 0px;
	width: 300px;
	position: absolute;
	left: 135px;
	top: 100px;
	z-index: 99;
}
#towerResidences {
	top: 200px;
}
#hotelCondo {
	top: 300px;
}
#pointerText {
	margin: 0px;
	padding: 0px 5px;
	text-align: right;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: .1em;
	line-height:1.2em;
	border-bottom: solid 1px #990000;
	text-decoration: none;
	color: #990000;
}
#pointerText a {
	margin: 0px;
	padding: 0px;
	border-right: none;
}
#pointerText a:link, #pointerText a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}
#pointerText a:hover {
	color: #990000;
	background: none;
	text-decoration: none;
}
#textContainer {
	margin: 0px 15px 0px 0px;
	padding: 0px;
	float: right;
	width: 260px;
	height: 500px;
	text-align: left;
	vertical-align: middle;
	overflow: hidden;
	z-index: -99;

}
#textContainer a {
	margin: 3px 0px;
	padding: 0px;
	font-size:10px;
}
#textContainer a:link, #textContainer a:visited {
	color: #8a684d;
	text-decoration: none;
}
#textContainer a:hover {
	color: #CC9900;
	background: none;
	text-decoration: none;
}
#textContainer a:hover {
	color: #CC9900;
	background: none;
	text-decoration: none;
}
#condo_features {
	position: absolute;
	width: 338px;
	left: 288px;
	top: 27px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #beb29f;
	padding-left: 5px;
}
#textContainer ul {
	margin: 0px;
	padding: 0px;
}
#page_contain #mainContainer #flashContainer #textContainer_left #textTable .leftLink_on {
	color: #CC9900;
}
#textContainer li {
	margin: 5px 0px;
	padding: 0px;
}
table#textTable  {
	width: 260px;
	height: 450px;
	/*border-left: #beb29f 1px solid;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
td#textTop {
	margin: 0px;
	height: 100px;
	text-align: left;
	vertical-align:bottom;
	font-weight: bold;
	border-bottom: #beb29f 1px solid;
	padding: 0px 0px 20px 0px;
	text-transform:uppercase;
}
td#textTop p{
	margin: 0;

}
td#textBottom {
	text-align: left;
	height: 75%;
	padding: 20px 0px 0px 0px;
	overflow: visible;
}
#footer {
	margin: 10px auto 0px;
	padding: 10px 20px 0px;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .4em;
	color: #6c5735;
	/*border-top: #6c5735 1px solid;*/
}
#legal {
	margin: 10px auto;
	padding: 0px 125px 10px;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	letter-spacing: .2em;
	line-height: 1.2em;
	color:#999999;
	background: url(../images/logo_hud.gif) no-repeat 10px top;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
#legal p{
	margin: 0px;
	padding: 3px;
}
.error {
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
}
.temp {
	background: url(../images/middle_fan.jpg) no-repeat top center;
}
.index {
	background: url(../images/back_city2.jpg) no-repeat right center;
}

.contact {
	background: none;
}
.rolloverText   {
	padding: 5px;
	color: #330e00;
    position:absolute; 
	top:50px; 
	left:450px; 
	font-size: 9px;
	border-left: #beb29f 1px solid;
	width:200px; 
    z-index:99;
	visibility: hidden;
}
.rolloverFP {
	padding: 5px;
	color: #330e00;
    position:absolute; 
	top:10px; 
	right:5px; 
	font-size: 9px;
	border-left: #beb29f 1px solid;
	width:250px; 
    z-index:99;
	visibility: hidden;
	text-align: left;
}




/* Newly added, unorganized, CSS for FAQ and Contact pages */
#leftbody {
	margin-top: 20px;
	margin-left: 15px;
	padding: 0px;
	float: left;
	width: 450px;
	height: 500px;
	text-align: right;
	clear: none;
}
#faq_header {
	margin: 3px 0px;
	padding: 4px 2px 4px 2px;
	color: #FFFFFF;
	background: #6c5735;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
	border-bottom: #eee 1px solid;
}
#faq {
	margin: 2px 0px;
	padding: 4px 10px 3px 0px;
	font-size: 11px;
	text-align: left;
	border-bottom: #eee 1px solid;
}
#faq a {
	padding: 0px;
	color: #6c5735;
	text-decoration: none;
}
#faq a:hover {
	color: #660000;
	text-decoration: none;
}
#rightFAQ {
	margin-top: 20px;
	margin-right: 15px;
	padding: 0px;
	position: absolute;
	left: 500px;
	width: 450px;
	height: 500px;
	text-align: left;
	background: #FFFFFF url(none) no-repeat right bottom;
	overflow: hidden;
}
#faq_answer {
	margin: 2px 0px;
	padding: 0px 10px;
	color: #333333;
	background: #eee;
	font-size: 11px;
	text-align: left;
	border-bottom: #eee 1px solid;
	line-height: 20px;
}
#faqcontain {
	float: left;
	padding: 0px 10px 0px 10px;
	width: 1000px;
}
#faq_print {
	margin: 2px 0px;
	padding: 8px 10px 3px 0px;
	font-size: 9px;
	text-align: right;
}
#faq_print a {
	padding: 0px;
	color: #6c5735;
	text-decoration: none;
}
#faq_print a:hover {
	color: #660000;
	text-decoration: none;
}
#printContainer {
	Float: left;
	width: 995px;
	margin: 0px;
	padding: 0px 5px 0px 5px;
}
#contactContainer {
	float: left;
	padding: 0px 10px 0px 10px;
	width: 1000px;
	height: 550px;
}
#formBody {
	margin: 0px;
	padding: 0px;
	width: 69%;
	float: left;
	height: 500px;
	text-align: right;
	top: 20px;
}
#formBody table {
	margin:  2px 0px;
	padding: 0px;
	width: 99%;
	border: none;
}
#formBody td {
	margin: 0px;
	padding: 1px 0px;
	font-size: 9px;
	font-weight: lighter;
	text-transform: capitalize;
	letter-spacing: .2em;
}
#rightImage {
	margin-top: 60px;
}
#formHeader {
	font-size: 10px;
}
.contact {
	background: none;
}
.asterisk {
	color: red;
}
.selected {
	color: #a57900;
	text-decoration: none;
	background: url(../images/icon_mandarin.gif) left no-repeat;
}
.indent {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
.center {
	width: 550px;
	text-align: center;
	color: #000000;
}
#mainContainer #map {
	margin-left: 120px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
}
#page_contain {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 995px;
	height: 615px;
}
#footer_contain {
	background: url(../images/footer_logo.gif) no-repeat top;
	position: absolute;
	margin: 0px;
	padding: 55px 0px 0px 0px;
	width: 995px;
	height: 150px;
	top: 691px;
	left: 4px;
}
#contactUs_footer {
	background: url(../images/footer_logo.gif) no-repeat top;
	position: absolute;
	margin: 0px;
	padding: 55px 0px 0px 0px;
	width: 995px;
	height: 150px;
	top: 591px;
	left: 4px;
}
#faqprint_footer {
	position: absolute;
	width: 995px;
	height: 150px;
	top: 1650px;
	left: 0px;
}

.rolloverFP2 {
	position: absolute;
	visibility: hidden;
	text-align: left;
	top: 2px;
	margin-left: 15px;
	left: 473px;
	width: 160px;
	height: 419px;
	font-size: 9px;
}
.flplanover p:hover{
	color: #CC9900;
	text-decoration: none;
	cursor:pointer;
}
.flplanover p {
	width: 50px;
}
#clickImage {
	margin-right: 95px;
	margin-bottom: 35px;
	font-size: .9em;
}
#suiteDescript {
	font-size: 1em;
}
#print a {
	font-weight:normal;
	
}
#gallery_thumb {
	position: absolute;
	left: 129px;
	top: 381px;
}
#gallery_thumb tr td a{
	margin: 0px;
	padding: 0px;
}
#alt_fan a:hover, #print a:hover, .suite_lnk a:hover{
	background: none;
	text-decoration: none;
	color: #CC9900;
}
#blank_flplan {
	margin: 0px;
	padding: 100px 100px 100px 100px;
}
.subnav_coming {
	font-variant: small-caps;
	color:#666666;
}
#addressContainer {
	margin: 0px;
	padding: 50px 0px 0px 0px;
	width: 100%;
	height: 100%;
	font-size: 13px;
}
#flplan_nav {
	margin: 5px 0px 0px 0px;
	width: 260px;
	background: url(../images/text_back_01.gif) no-repeat;
	color:#603717;
	display: block;
	font-weight: bold;
}
#textContainer #flplan_nav a:hover {
	color: #CC9900;
	background: none;
	text-decoration: none;
}
#textContainer #flplan_nav a {
	margin: 0px;
	padding: 0px;
	font-size:10px;
	color:#603717;
}
#flplan_nav2 {
	margin: 5px 0px 0px 0px;
	width: 260px;
	background: url(../images/text_back_01.gif) no-repeat;
	color:#603717;
	display: block;
	font-weight: bold;
	overflow: visible;
}
#textContainer #flplan_nav2 a:hover {
	color: #CC9900;
	background: none;
	text-decoration: none;
}
#textContainer #flplan_nav2 a {
	margin: 0px;
	padding: 0px;
	font-size:10px;
	color:#603717;
}
/* CSS Added on v 3.8 */
.rolloverFP3 {
	padding: 5px;
	color: #330e00;
    position:absolute; 
	top:51px; 
	right:22px; 
	font-size: 1em;
	border-left: #beb29f 1px solid;
	width:350px; 
    z-index:99;
	visibility: hidden;
	text-align: left;
}
.footerLower {
	position: absolute;
	top: 25px;
}
#featamens_img {
	float: left;
	margin-top: 75px;
}
#featfooter_contain {
	background: url(../images/footer_logo.gif) no-repeat top;
	/*position: absolute;*/
	margin: 60px;
	padding: 55px 0px 0px 0px;
	width: 995px;
	height: 150px;
	/*top: 655px;*/
		left: 0px;
}

.residence {
	margin: 0px;
	padding: 0px;
	width: 70%;
	min-width:546px;
	height: 32px;
	float: left;
	text-align: left;
	font-size: 14px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: .5em;
	white-space: nowrap;
}
.indent2 {
	text-indent: 9px;
}
.indent3 {
	text-indent: 10px;
}
.indent4 {
	padding: 0px 0px 0px 20px;
}

/* CSS FOR FEATURES AND AMENITIES */
#featuresContainer {
	float: left;
	width: 550px;
	margin: 10px 0px 0px 0px;
	padding: 5px 5px 5px 25px;
	height: 475px;
	overflow: auto;
}
#textContainer_left {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 250px;
}
td#textTop_left {
	margin: 0px;
	height: 50 px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	border-bottom: #beb29f 1px solid;
	padding: 75px 0px 25px 5px;
	text-transform:uppercase;
}
.features_cells{
	width: 250px;
	height: 30px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	text-align: left;
}
#gallery_thumb_hotel{
	position: absolute;
	left: 259px;
	top: 412px;
}
#gallery_thumb_hotel tr td a{
	margin: 0px;
	padding: 0px;
	width: inherit;
}
#gallery_thumb_condoViews{
	position: absolute;
	left: 108px;
	top: 399px;
	
}
#gallery_thumb_condoViews tr td a{
	margin: 0px;
	padding: 0px;
}
.press_article{
	padding: 10px;
}
.press_article p{
	padding: 0px;
	margin: 0px 0px 10px;
}
#featuresContainer p a:link, a{
	text-decoration: none;
	color: #8a684d;
	font-weight: normal;
}
#featuresContainer p a:hover{
	text-decoration: none;
	color: #CC9900;
}
p.article_title {
	display: block;
	margin: 2px 40px 0px 10px;
	padding: 15px 0px 5px 10px;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background: url(../images/article_divide.gif) no-repeat top;
	}
p.article_subtitle {
	display: block;
	margin: -5px 0px 0px 10px;
	padding: 0px 0px 5px 10px;
	text-align: left;
	font-size: .9em;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#flashContainer_press {
	margin: 0px 0px 0px 10px;
	float: left;
	width: 65%;
	min-width:520px;
	height: 500px;
	text-align: left;
	position: relative;
	padding: 0px 0px 0px 15px;	/*background: url(../images/delight_sepia.gif) no-repeat center;*/
}
#magGlass {
	padding-left: 100px;
	cursor: crosshair;
}