@charset "utf-8";
/* CSS Document */

body{
	background:url(images/bg.jpg) top left repeat-x #333333;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10pt;
}
#header{
	width:955px;
	margin:0 auto;
	padding-top:20px;
}
#header img#title{
	padding-left:75px;
}
#flash-banner{
	background:#ffffff;
	padding:10px 0px 0px 0px;
}
#nav{
	background:url(images/nav-fill.gif) top left repeat-x;
	text-align:center;
}
#main{
	width:814px;
	margin:0 auto;
	margin-top:10px;
	background:#ffffff;
	padding:15px;
}
#footer{
	text-align:center;
	background:#cccccc;
	width:844px;
	margin:0 auto;
	padding:3px 0px 5px 0px;
	font-size:9pt;
	color:#666666;
}
#footer a{
	color:#666666;
}
.white-hr{
	height:3px;
	font-size:3px;
	background:#ffffff;
	margin-bottom:5px;
}
h1{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:13pt;
	padding-left:18px;
	color:#492549;
	background:url(images/h1-bullet.gif) 0px 3px no-repeat;
}
p{
	margin:0;
	margin-bottom:0.75em;
}
h2{
	font-size:11pt;
	font-weight:bold;
	margin:0;
	padding:0;
	margin-bottom:0.25em;
}
.clear{
	font-size:1px;
	height:0px;
	clear:both;
}
.third{
	float:left;
	width:251px;
	margin-right:14px;
	padding:5px;
}
.half{
	float:left;
	width:47%;
	margin-right:14px;
	padding:5px;
}
.property{
	padding:5px;
	background:#cccccc;
	margin-bottom:2px;
}
.property img{
	border:none;
}
.property div.clear{
	margin-top:-1em;
}
.small-property{
	padding:5px 5px 15px 5px;
	background:#cccccc;
	text-align:right;
	font-weight:bold;
}
.small-property td{
	vertical-align:top;
	text-align:right;
	font-weight:normal;
}
.small-property img{
	margin-bottom:10px;
	border:none;
}
.right{
	margin-right:0px;
}
ul li {
	padding:2px 0px;
}

.red{
	color:#cc0000;
	size:11pt;
	text-align:center;
	font-weight:bold;
	font-style:italic;
}

.flash-replaced .alt {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}

img.left{
	margin:0;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
img.right{
	margin:0;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.property img.left{
	margin-right:20px;
	margin-bottom:0px;
}

form{
	margin:0;
	padding:0;
}
label{
	font-weight:normal;
}
input{
	margin:2px;
}
textarea{
	width:380px;
}
select{
	margin:2px 0px;
}
label{
	float:left;
	text-align:left;
	margin:3px 0;
}
input.button{
	background:url(images/btn-bg.gif) top left no-repeat;
	height:18px;
	width:94px;
	border:none;
	font-size:10px;
	padding-bottom:2px;
}
a.virtualTourLink{
	color:#cc0000;
	font-size:11pt;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none
}
a.virtualTourLink:hover{
	text-decoration:underline
}
label.error{
	color:#cc0000;
	display:block;
	font-weight:bold;
	width:100%;
	text-align:right;
}

/* Date picker specific styles follow */
input.datePicker{
	width:90px;
}
a.date-picker {
	width: 16px;
	height: 16px;
	border: none;
	color: #fff;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	cursor: pointer;
	background: url(images/calendar.png) no-repeat; 
}
a.date-picker span {
	display:none;
}
div.date-picker-holder, div.date-picker-holder * {
	margin: 0;
	padding: 0;
}
div.popup-calendar-wrapper {
	position: relative;
}
div.date-picker-holder input {
	float: left;
}
div.popup-calendar {
	display: none;
	position: absolute;
	z-index: 2;
	top: 20px;
	left: -240px; /* value for IE */
	padding: 4px;
	border: 2px solid #000;
	background: #fff;
	color: #000;
	overflow:hidden;
	width: 163px;
}
html>body div.popup-calendar {
	left: 140px; /* value for decent browsers */
}
div.popup-calendar div.link-close {
	float: right;
}
div.popup-calendar div.link-prev {
	float: left;
}
div.popup-calendar h3 {
	font-size: 1em;
	margin: 2px 0 5px 3px;
}
div.popup-calendar div.link-next {
	float: right;
}
div.popup-calendar div a {
	padding: 1px 2px;
	color: #000;
}
div.popup-calendar div a:hover {
	background-color: #000;
	color: #fff;
}
div.popup-calendar table {
	margin: 0;
}
* html div.popup-calendar table {
	display: inline;
}
div.popup-calendar table th, div.popup-calendar table td {
	background: #eee;
	width: 21px;
	height: 17px;
	text-align: center;
}
div.popup-calendar table td.inactive {
	color: #aaa;
	padding: 1px 0 0;
}
div.popup-calendar table th.weekend, div.popup-calendar table td.weekend {
	background: #f6f6f6;
}
div.popup-calendar table td a {
	display: block;
	border: 1px solid #eee;
	width: 19px;
	height: 15px;
	text-decoration: none;
	color: #333;
}
div.popup-calendar table td.today a {
	border-color: #aaa;
}
div.popup-calendar table td a.selected, div.popup-calendar table td a:hover {
	background: #333; 
	color: #fff;
}

#apart-summary{
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:15px 0px;
	margin:10px 0;
}
#apart-summary p{
	margin:0;
	padding:0;
	padding-bottom:1em;
}
#apart-summary td, #apart-summary th {
	font-size:8pt;
	padding:4px;
	font-weight:normal;
}
#apart-summary th {
	text-align:left;
	color:#fff;
	background:#0176A3;
}
#apart-summary tr.alt{
	background:#E6EFF7;
}