html { 
	height: 100%;
	margin-bottom: 1px; 
}

body{
	height: 100%;
	background-color: #264462;
	text-align: left;
}

th{
	text-align: left;
}

div, td, p, textarea, input, select {
	font-family: tahoma, sans-serif;
	font-size: 12px;

}

.smaller{
	font-size: 11px;
}

h1 {font-size:13pt; font-weight:bold;}
h2 {font-size:12pt; font-weight:bold;}
h3 {font-size:11pt; font-weight:bold;}

h1 {
	padding-bottom: 2px;
	margin-bottom: 0px;
}


.container{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.header{
	margin: 0px;
	padding: 0px;

}

.main{
	height: 100%;
	background-color:  #FFFFFF;
	text-align: left;
}

.topmenu{
	background-color: #192D42;
	height: 28px;
	vertical-align: middle;
	color: white;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;

}

.bottommenu{
	text-align: center;
	background-color: #192D42;
	vertical-align: middle;
	color: white;
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 10px;

}

.crumbs{
	font-size: 11px;

}

.callout{
	
	padding: 10px;
	color: #FFFFFF;
}

.caption{
	font-size: 11px;
	font-style: normal;
	line-height: 2em;

}



/********************************************************************************************
  PHOTO ALBUMS
********************************************************************************************/

.photoalbum{
	text-align: center;
	vertical-align: top;
	border: none;

}

.photoalbum td{
	padding-top: 8px;
	padding-bottom: 8px;

}

.controls{
	width: 730px;
	text-align: center;
	border: none;
	margin: 8px;
	padding: 8px;
	background-color: #264462;
}

.slidecaption{
	line-height: 2em;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;

}

h1.albumheader{
	color: #FFFFFF;
	font-family: tahoma, sans-serif;
	text-align: center;

}

.pad-right{
	margin-right: 20px;
}

.title{
	font-size: 14px;
	font-weight: bold;
}
/********************************************************************************************
  FORM FIELDS
********************************************************************************************/

input, select, textarea {
	border: 1px solid #999999;
	background-color: #EEEEEE;
}


/********************************************************************************************
  IMAGES
********************************************************************************************/

.pic{
	border: 1px solid #333333;

	padding: 8px;
	background-color: #FFFFFF;
}

.thumb{
	border: 1px solid #333333;
	margin: 1px;
	padding: 1px;
	background-color: #FFFFFF;

}

/********************************************************************************************
  LINKS
********************************************************************************************/

.bottommenu a:link {color:#6699cc; text-decoration: none; font-weight: normal;}
.bottommenu a:visited {color:#6699cc; text-decoration: none; font-weight: normal;}
.bottommenu a:active {color:#6699cc; text-decoration: none; font-weight: normal;}
.bottommenu a:hover {color:#99ccff; text-decoration: underline; font-weight: normal;}

.topmenu a:link {color:#FFFFFF; text-decoration: none; font-weight: bold;}
.topmenu a:visited {color:#FFFFFF; text-decoration: none; font-weight: bold;}
.topmenu a:active {color:#FFFFFF; text-decoration: none; font-weight: bold;}
.topmenu a:hover {color:#FFCC00; text-decoration: none;  font-weight: bold;}

.topmenu a.active:link{color: #FFCC00;}
.topmenu a.active:visited{color: #FFCC00;}
.topmenu a.active:active{color: #FFCC00;}
.topmenu a.active:hover{color: #FFCC00;}

.bottommenu a.active:link{color: #99CCFF; text-decoration: underline;}
.bottommenu a.active:visited{color: #99CCFF; text-decoration: underline;}
.bottommenu a.active:active{color: #99CCFF; text-decoration: underline;}
.bottommenu a.active:hover{color: #99CCFF; text-decoration: underline;}


a:link {color:#6699cc; text-decoration: none;}
a:visited {color:#6699cc; text-decoration: none;}
a:active {color:#6699cc; text-decoration: none;}
a:hover {color:#99ccff; text-decoration: none;}


a.white:link {color:#FFFFFF; text-decoration: none;}
a.white:visited {color:#FFFFFF; text-decoration: none;}
a.white:active {color:#FFFFFF; text-decoration: none;}
a.white:hover {color:#FFCC00; text-decoration: none;}


.crumbs a:link {color:#6699cc; text-decoration: underline;}
.crumbs a:visited {color:#6699cc; text-decoration: underline;}
.crumbs a:active {color:#6699cc; text-decoration: underline;}
.crumbs a:hover {color:#99ccff; text-decoration: underline;}

.callout a:link {color:#FFFF66; text-decoration: none; font-weight: normal;}
.callout a:visited {color:#FFFF66; text-decoration: none; font-weight: normal;}
.callout a:active {color:#FFFF66; text-decoration: none; font-weight: normal;}
.callout a:hover {color:#FFCC00; text-decoration: none;  font-weight: normal;}


a.overview-link:link {color:#FFFFFF; text-decoration: none; font-weight: bold;}
a.overview-link:visited {color:#FFFFFF; text-decoration: none; font-weight: bold;}
a.overview-link:active {color:#FFFFFF; text-decoration: none; font-weight: bold;}
a.overview-link:hover {color:#FFCC00; text-decoration: none;  font-weight: bold;}

/********************************************************************************************
  LAYOUT DIVS
********************************************************************************************/


.twothirds{
	width: 500px;
	float: left;
}

.third{
	width: 250px;
	float: left;
}

.whole{
	width: 750px;
	float: left;

}

.half{
	width: 375px;
	float: left;

}

.fifty{
	width: 50%;
	float: left;

}

.fullheight{
	height: 100%;
}

.onehundredheight{
	height: 100%;
	min-height: 100%;
}


.menuholder{
	width: 150px;
	float: left;
}

.rest{
	width: 600px;
	float: left;

}

.restthird{
	width: 194px;
	float: left;

}

.alignleft{
	float: left;
	padding-right: 10px;

}

.alignright{
	float: right;
	padding-left: 10px;

}

.valignmid{
	vertical-align: middle;

}

/********************************************************************************************
  HOMEPAGE DIVS
********************************************************************************************/

.displaysale{
	height: 300px;
	width: 250px;
	vertical-align: bottom;	
	color: #FFFFFF;
	background-image: url('/images/display_sale.jpg');
	background-repeat: no-repeat;
	cursor: pointer;

}

.displayrentals{
	height: 300px;
	width: 250px;
	vertical-align: bottom;	
	color: #FFFFFF;
	background-image: url('/images/display_rentals.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}

.displaysaleover{
	height: 300px;
	width: 250px;
	vertical-align: bottom;	
	color: #FFFFFF;
	background-image: url('/images/display_sale_over.jpg');
	background-repeat: no-repeat;
	cursor: pointer;

}

.displayrentalsover{
	height: 300px;
	width: 250px;
	vertical-align: bottom;	
	color: #FFFFFF;
	background-image: url('/images/display_rentals_over.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}



/********************************************************************************************
  PAGE DIVS
********************************************************************************************/

#property{
	cursor: pointer;
}


#view_property{
	cursor: pointer;

}


#area{
	cursor: pointer;

}

#ie-378{
	cursor: pointer;
}

#ie-382{
	cursor: pointer;
}

#newarea{
	cursor: pointer;

}

.greenbg{
	background-color: #768a5a;
}

.bluebg{
	background-color: #567391;

}

.greybg{
	background-color: #DDDDDD;
}

.whitebg{
	background-color: #FFFFFF;
}

.yellowbg{
	background-color: #FFCC00;
}

.burgandybg{
	background-color: #8E4745;
}

.burgandybg-light{
	background-color: #B07E7C;

}

.bluebg-light{
	background-color: #889DB2;

}

.greenbg-light{
	background-color: #9FAD8B;
}


.bluebg-hover{

	background-color: #A6B6C5;
}


.greenbg-hover{
	background-color: #C0CCAF;

}

.burgandybg-hover{
	background-color: #C49E9D;

}


.blue{
	background-color: #567391;
}

.green{
	color: #768a5a;
}

.grey{
	color: #CCCCCC;
}

.white{
	color: #FFFFFF;
}


.even{
	background-color: #FFFFFF;
}

.odd{
	background-color: #E6EADF;

}

.evenb{
	background-color: #FFFFFF;
}
.oddb{
	background-color: #DFE1EA;
}
.viewphotos{
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;

}

.viewphotos img{
	vertical-align: middle;
	border: none;

}

.viewphotos a:link{color:#000000; text-decoration: none;}
.viewphotos a:visited {color:#000000; text-decoration: none;}
.viewphotos a:active {color:#000000; text-decoration: none;}
.viewphotos a:hover {color:#FFFFFF; text-decoration: none;}

/********************************************************************************************
  SUB MENU
********************************************************************************************/
#sub-nav{
	height: 100%;
	width: 150px;
	background-color: #ABBB94;
	font-size: 10px;
}


#sub-menu ul
{
	background-image: none;
	list-style-type: none;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 0px;
	margin-left: 0px;
	
}

#sub-menu li
{
	background-image: none;
	padding-left: 0px;
	margin-left: 0px;
	float: left;
	margin: 0 0;
	border-bottom: 1px solid #333333;
	font-size: 11px;
}


#sub-menu li a
{
	
	background-color:#ABBB94;
	line-height: 20px;
	float: left;
	width: 134px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	text-indent: 10px;
	font-size: 11px;
}

#sub-menu li a:hover
{
	background-color:white;
	line-height: 20px;
	float: left;
	width: 134px;
	display: block;
	color: #333333;
	text-decoration: none;
	text-align: left;
	text-indent: 10px;
	font-size: 11px;
}

#sub-menu ul li.subactive a{
	background-color: #FFFF99;
	color: #000000;
}

/* Hide from IE5-Mac \*/
#sub-menu li a
{
	float: none
}
/* End hide */


#sub-menu
{
	height: 100%;
	width:134px;
}


.sub-menu-header{
	text-indent: 10px;
	background-color: #505D3E;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	color: #FFFFFF;

}

.handy{
cursor: pointer;
}





.rates-table{

	border-bottom: 1px solid #8E4745;
	border-right: 1px solid #8E4745;
}

.rates-table-willow{
border-bottom: 1px solid #768A5A;
border-right: 1px solid #768A5A;
}

.rates-table-vineyard{

border-bottom: 1px solid #6699CC;
border-right: 1px solid #6699CC;

}

.table-bg{
	background-image: url(images/tablebg.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

.table-bg2{
	background-image: url(images/tablebg2.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

.table-bg3{
	background-image: url(images/tablebg3.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

.guest-table{

	border: 1px solid #003366;
	background-color: #FFFFFF;

}

.first:first-letter {
	font-weight: bold;
}





.announce{
	text-align: center;
	width: 225px;
	height: 112px;
	padding-top: 22px;
	padding-left: 0px;
	background-image: url('images/announce.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

.bold{
	font-weight: bold;
}