/* 
---------------------------------------------------
	CSS document:
	Copyright Foresite Home Management
	Site development by ninesides.com
---------------------------------------------------
*/

body {
	background-color: #000;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;


	margin: 0;
}

img { 
	border: 0;
} 

.clear {
	height: 0;
	clear: both;
}

a:link, 
a:visited, 
a:hover, 
a:active  {
	outline: none;
}

fieldset.alignright {
	padding-top: 5px;
	text-align: right;
}

/* 
---------------------------------------------------
	Form styles 
---------------------------------------------------
*/

label {
	width: 10.9em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	margin-top: 10px;
	display: block;
	font-size: 11.3px;
	font-weight: bold;
	/* border-bottom: 1px dotted #fff;	*/
}

fieldset {
	background: #8d783a;
	border: none;
	padding: 20px 10px 20px 10px;
	margin: 15px 0 0 0;
	color: #fff;
	font-size: 11.3px;
	font-weight: bold;
}

legend {
	color: #fff;
	background: #6e5d2b;
	border: 1px dotted #8b7841;
	padding: 2px 6px;
	margin-left: 5px;
	font-weight: bold;
}

input {
	color: #675e44;
	background: #fff;
	border: 1px solid #fff;
	width: 65%;
	padding: 3px;
	margin-top: 5px;
	font-size: 11px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}

input.numeric {
	width: 7%;
	text-align: right;
}

textarea {
	color: #675e44;
	background: #fff;
	border: 1px solid #9f8c55;
	width: 65%;
	padding: 3px;
	margin-top: 5px;
	font-size: 11px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}

select {
	color: #675e44;
	background: #fff;
	border: 1px solid #9f8c55;
	padding: 3px;
	margin-top: 5px;
	font-size: 11px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}

select.full {
	width: 67%;
}

.radio {
	width: 5%;
	padding: 0; margin: 0;
	margin-top: 1em;
	background: transparent;
	border: 0;
}

.submit input {
	margin-top: 1.5em;
	margin-left: 23.7em;
	width: 30%;
	height: 30px;
}

.submit input {
	color: #000;
	background: #ceac49;
	border: none;
	padding: 1px;
	outline: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}

.submit input:hover {
	background: #d9cba2;
}

#showpicture {
	padding: 5px; margin: 0;
	margin-top: 5px;
	background: #9e894b;
	border: 1px dotted #72612e;
	float: left;
	width: 64.5%;
	text-align: center;
}

/* 
---------------------------------------------------
	Form error styles
---------------------------------------------------
*/

#page #content .error {
	border: 1px dotted #fff;
	background: #FF0000 url('../images/shared/ico_error.gif') no-repeat;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#page #content .error h2 {
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-indent: 40px;
	line-height: 40px;
	margin: 0; padding: 0;
}

#page #content .error ul li {
	margin: 0; padding: 0;
	outline: none;
	font-size: 11px;
	color: #fff;
	line-height: 16px;
	list-style: none;
}

/* 
---------------------------------------------------
	Wrapper/Container formatting 
---------------------------------------------------
*/

#wrapper {
	margin: 0 auto;
	width: 691px;
	padding: 0;
	border-left: 33px solid #a78b3a;
	border-right: 37px solid #a78b3a;
	
}
* html #wrapper {  /* hacks for IE */
	width: 761px;  /* + border + padding (IE5) */
	w\idth: 691px; /* proper (IE6) */
}

#wrapper,
#page #banner {
	background: #a78b3a url("../images/backgrounds/wrapper-bg.jpg") no-repeat;
}

/* 
---------------------------------------------------
	Top navigation formatting 
---------------------------------------------------
*/

#language {
	position: relative;
	width: 99%;
	height: 21px;
	line-height: 21px;
	text-align: right;
	font-size: 10px;
	color: #000;
	z-index: 6;
}

#language a {
	text-decoration: none;
	font-size: 10px;
	color: #000;
}

#language a:hover {
	text-decoration: underline;
	font-size: 10px;
	color: #000;
}
	
#topnav {
	position: relative;
	padding: 0; margin: 0;
	width: 100%;
	z-index: 5;
}

#topnav ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 68px;
	width: 100%;
	z-index: 7;
}

#topnav ul li, #topnav ul li a {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 39px;
	line-height: 39px;
}
#topnav ul li {
	float: left;
}
#topnav ul li a { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: center;
	background: #000 url("../images/backgrounds/topnav-ul-li-a-bg.gif") top right no-repeat;
	text-decoration: none;
	color: #fff;
}
#topnav ul li a:hover, #topnav ul li a.current {
	background-image: none;
	background-color: #a78b3a;
	/* overlap the preceding border image (won't work in IE6-) */
	margin-left: -1px;
	padding-left: 1px;
}

#topnav ul li#btn-about a.btn		{ width: 77px; 	}
#topnav ul li#btn-furnished a.btn	{ width: 101px;	}
#topnav ul li#btn-unfurnished a.btn	{ width: 117px; }
#topnav ul li#btn-advantages a.btn	{ width: 109px;	}
#topnav ul li#btn-reserve a.btn		{ width: 117px; }
#topnav ul li#btn-brokers a.btn		{ width: 90px; 	}
#topnav ul li#btn-contact a.btn		{ width: 80px; }

/* no border image on last button */
#topnav ul li#btn-contact a.btn {
	background-image: none;
}

#topnav ul li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	background-color: #000;
	filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
	height: auto;
	padding: 5px 0;
}

#topnav ul li:hover ul,
#topnav ul li.sfhover ul  {
	 left: auto;
}

#topnav ul li:hover ul#subnav-contact,
#topnav ul li.sfhover ul#subnav-contact  {
	 margin-left: -90px;
	 width: 170px;
}

#topnav ul li ul li,
#topnav ul li ul li a {
	position: relative;
	display: block;
	padding: 0;
	margin: 0; 
	z-index: 10;
	height: auto;
	line-height: 12px;
}
#topnav ul li ul li {
	float: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
}
#topnav ul li ul li a { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	color: #fff;
	background-image: none;
	background-color: transparent;
	padding: 5px 10px;
	text-transform: uppercase;
}

#topnav ul li ul li a:hover,
#topnav ul li ul li a.sfhover {
	display: block;
	text-decoration: none;
	background-image: none;
	background-color: #a78b3a;
	color: #000;
	margin: 0;
	padding: 5px 10px;
}


#topnav ul li ul li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	background-color: #000;
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
	height: auto;
	padding: 5px 0;
	margin: -27px 0 0 150px; 
}

#topnav ul li:hover ul ul,
#topnav ul li.sfhover ul ul {
	 left: -999em;
}

#topnav ul ul li:hover ul,
#topnav ul ul li.sfhover ul {
	 left: auto;
}




/* 
---------------------------------------------------
	Footer formatting 
---------------------------------------------------
*/

#footer {
	font-size: 10px;
	line-height: 12px;
	height: 62px;
	margin: 0;
	background-color: #a78b3a;
}
#footer p {
	margin: 0;
	text-align: center;
	padding: 40px 0 0 0;
}
#footer p a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
#footer p a:hover {
	text-decoration: underline;
}

/* 
---------------------------------------------------
	Tiles
---------------------------------------------------
*/

.tile {
	width: 124px;
	height: 124px;
	border: 3px solid black;
}
* html .tile {  /* hacks for IE */
	width: 130px;  /* + border + padding (IE5) */
	w\idth: 124px; /* proper (IE6) */
	height: 130px;  /* + border + padding (IE5) */
	he\ight: 124px; /* proper (IE6) */
}

/* 
---------------------------------------------------
	Homepage styles 
---------------------------------------------------
*/

#home {
	position: relative;
	height: 461px;
}

#home .tile {
	position: absolute;
	top: 45px;
}
#home #tile1 { left: 22px; }
#home #tile2 { left: 166px; }
#home #tile3 { left: 311px; }

#home #logo {
	position: absolute;
	top: -4px;
	left: 28px;
}

#home #heading-top {
	position: absolute;
	top: 0;
	left: 206px;
}
#home #heading-lead {
	position: absolute;
	top: 189px;
	left: 285px;
}
#home #content {
	position: absolute;
	left: 240px;
	top: -13px;
	height: 107px;
	width: 436px;
	text-align: justify;
} 

#home #content p {
	margin: 0 0 1em 0;
	font-size: 12px;
	line-height: 18px;
}

#home #content a {
	font-size:10px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#home #content a:hover {
	text-decoration: underline;
	color: #000;
}

#home #content h3 {
	margin: 0 0 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: right;
	font-style: italic;
}

/* 
---------------------------------------------------
	Regular page styles 
---------------------------------------------------
*/

#page {
	position: relative;
	z-index: 1;
	background-color: #a78b3a;
	padding-bottom: 8px;
	text-align: left;
}

#page #banner {
	position: relative;
	z-index: 2;
	height: 135px;
	/* takes same BG image as #wrapper */
	background-position: 0 -89px;
}

#page #banner #logo {
	position: absolute;
	top: -5px;
	left: 489px;
}

#page #banner .tile {
	position: absolute;
	top: 29px;
}
#page #banner #tile1 {	left: 22px; }
#page #banner #tile2 {	left: 166px; }
#page #banner #tile3 {	left: 311px; }

/* 
---------------------------------------------------
	CONTENT PANEL styles 
---------------------------------------------------
*/

#page #content {
	position: relative;
	float: left;
	padding: 39px 49px 0 0;
	width: 441px;
	min-height: 280px;
	color: #000;
}
* html #page #content {  /* hacks for IE */
	width: 490px;  /* + border + padding (IE5) */
	w\idth: 441px; /* proper (IE6) */
	height: 280px;
}

/* 
---------------------------------------------------
	FULL WIDTH CONTENT PANEL CONTAINER 
---------------------------------------------------
*/

#page #contentfull {
	position: relative;
	float: left;
	padding: 39px 0 0 0;
	width: 690px;
	min-height: 280px;
	color: #000;
}
* html #page #contentfull {  /* hacks for IE */
	width: 490px;  /* + border + padding (IE5) */
	w\idth: 441px; /* proper (IE6) */
	height: 280px;
}

/* 
---------------------------------------------------
*/

#page #content h1,
#page #contentfull h1 {
	margin: 0 0 10px 0;
	height: 52px;
	line-height: 52px;
	background-color: #8d783a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: normal;
	padding: 0 15px;
	color: #fff;
}
#page #content p,
#page #contentfull p {
	text-align: justify;
	margin: 0; padding: 0;
}

#page #content a,
#page #contentfull a {
	text-decoration: underline;
	color: #F4F4F4;
}

#page #content a:hover,
#page #contentfull a:hover {
	text-decoration: none;
	color: #fff;
}

#page #content em.right,
#page #contentfull em.right {
	text-align: right;
	font-size: 10px;
}

#page #content p.tiny,
#page #contentfull p.tiny {
	font-size: 9px;
	margin: 0; padding: 0;
	font-family: Helvetica, Arisl, sans-serif;
}

#page #content p.small,
#page #contentfull p.small {
	font-size: 10px;
	text-align: left;
	margin: 0; padding: 0;
	font-family: "Trebuchet MS", Times New Roman;
}

#page #content #compare,
#page #contentfull #compare {
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin: 0; padding: 5px 5px 0 0;
	border-top: 1px dotted #fff;
}

#page #content h3 {
	margin: 0 0 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #00;
}
#page #content a.backlink {
	margin: 0; padding: 0;
	padding-top: 5px;
	font-size: 11px; 
	font-weight: bold;
	color: #000;
	text-align: right;
	height: 30px;
	border-top: 1px dashed #000; 
	display: block;
}


/* 
---------------------------------------------------
	Page sidebar styles
---------------------------------------------------
*/

#page #sidebar {
	position: relative;
	float: left;
	test-align: center;
	padding: 30px 31px 0 0;
	width: 170px;
}
* html #page #sidebar {  /* hacks for IE */
	width: 201px;  /* + border + padding (IE5) */
	w\idth: 170px; /* proper (IE6) */
}

#page #sidebar p {
	text-align: justify;
	margin: 0; padding: 0;
}

#page #sidebar a {
	text-decoration: none;
	color: #000;
}

#page #sidebar a:hover {
	text-decoration: none;
	color: #fff;
}

#page #sidebar h3 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 10px 0;
	text-align: center;
}

#page #sidebar a.button {
	display: block;
	margin: 0; padding: 35px 0 0 0;
	text-decoration: none;
	text-indent: 15px;
	width: 163px; height: 44px;
	font: 0.8em Arial, Helvetica, sans-serif; color: #000; font-weight: bold;
}

#page #sidebar #studio {
	margin: 0; padding: 0;
	background: #a78b3a url("../floorplans/th_65TimesStudio.jpg") no-repeat;
}
#page #sidebar #onebedroom {
	margin: 0; padding: 0;
	background: #a78b3a url("../floorplans/th_65TimesOneBedroom.jpg") no-repeat;
}
#page #sidebar #oneplus {
	margin: 0; padding: 0;
	background: #a78b3a url("../floorplans/th_65TimesBedroom+Den.jpg") no-repeat;
}
#page #sidebar #twobedroom {
	margin: 0; padding: 0;
	background: #a78b3a url("../floorplans/th_65TimesTwoBedroom.jpg") no-repeat;
}

#page #sidebar #studio:hover { filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;}
#page #sidebar #onebedroom:hover { filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;}
#page #sidebar #oneplus:hover { filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;}
#page #sidebar #twobedroom:hover { filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;}


/* 
---------------------------------------------------
	Table styles
---------------------------------------------------
*/

table.compare {
	text-align: center;
	font-family: "Trebuchet MS", Times New Roman;
	font-size: 11px;
	color: #fff;
	width: 100%;
	background-color: #a78b3a;
	margin-bottom: 10px;
	border: 0; border-spacing: 0; border-collapse: collapse;
}

table.compare td {
	background-color: #fff;
	color: #3e444b;
	padding: 4px 0 4px 0;
	text-align: center;
	border: 1px #a78b3a solid;
	width: 25%;
}

table.compare td.ttl {
	background-color: #ceac49;
	color: #000;
	width: 27%;
	padding-left: 4px;
	text-align: left;
	border: 1px #a78b3a solid;
}

table.compare td.hed {
	background-color: #8d783a;
	color: #fff;
	padding: 2px;
	height: 25px;
	text-align: center;
	border-bottom: 1px #a78b3a solid;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
}

table.compare td.hed1st {
	width: 25%;
	text-align: left;
	padding-left: 4px;
	font-size: 13px;
}

table.compare td.hed2nd {
	width: 25%;
	font-size: 13px;
}

#page #contentfull table.compare td.hed2nd a {
	display: block; 
}

#page #contentfull table.compare td.desc a {
	color: #3e444b;
	display: block;
}

/* 
---------------------------------------------------
	Compare Services "Description" Tooltips
---------------------------------------------------
*/

.tool-tip {
	color: #fff;
	line-height: 14px;
	width: 360px;
	z-index: 1500;
}

.tool-tip h3 {
	font-weight: bold;
	font-size: 13px;
	font-family: "Trebuchet MS", Times New Roman;
	color: #fff;
	margin: 0; padding: 0;
}
 
.tool-title {
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 5px 10px 5px;
	background: url('../images/shared/bubble.png') top left;
}
 
.tool-text {
	font-size: 10px;
	margin: 0; padding: 5px;
	background: url('../images/shared/bubble.png') bottom right;
}
