* {
	padding: 0;
	margin: 0;
	border: 1px none;
}


html {
	height:100%;
	width:100%;
	background-attachment:fixed;
	background-position:0% 0%; 
	background-repeat: repeat-x;
	background-image:url(../images/tileright.jpg);
	background-color:#ECECEC;
	}


body {
	height:100%; 
	width:100%;
	font: 100% Arial, Helvetica, sans-serif;
	padding-top:15px;
	background-attachment: scroll;
	background-position:0% 0%;
	background-repeat: no-repeat;
	background-image:url(../images/background.jpg);
	background-color:#ECECEC;
	text-align: center; 
	color: #7b7b7b;
}


#container {
	height:auto !important; 
	height:100%; 
	min-height:95%; 
	position: relative;
	width: 1000px;
	background-color: #ECECEC;
	padding-top:15px;
	padding-left:12px;
	padding-bottom:15px;
	margin-top:10px;
	margin: 0 auto; 
	text-align: left;
	vertical-align:bottom;
	border:#CCCCCC solid 1px;
}

#mainHeader {
	background-attachment: inherit;
	background-position:50% 0%;
	background-repeat: repeat-x;
	background-image:url(../images/header.jpg);
	background-color: transparent;
	padding-left: 8px;
	margin-left:8px;
	height:120px;
	width: 990px;
	margin: 0 auto;
	z-index:99;
	}

#mainHeader .logo {
	float: left;
	width: 360px;
	height:auto;
	}

#mainHeader .buttons {
	float: right;
	width: 100px;
	height:45px;
	vertical-align:bottom;
	position: relative;	
	}
	
#mainHeader .buttons ul{
list-style-type: none;
display: inline;
vertical-align:bottom;
	}
	
#mainHeader .buttons li{
list-style-type: none;
display: inline;
padding-left:0;
padding-top: 25px;
margin-top:25px;
vertical-align:bottom;
	}
		

#mainNavbg {
	background-attachment: inherit;
	background-position:50% 0%;
	background-repeat: repeat-x;
	background-image:url(../images/srch_nav.jpg);
	background-color: transparent;
	height:28px;
	width: 580px;
	text-align:right;
	vertical-align:bottom;
	}

/* search */

#search {
	float: left;
	width: 250px;
	margin: 7px 0 0 10px;
}


span.searchr
{
position: relative;
color:#eedcb6;
font-size: 14px;

}

input.searchText
{
margin-left: 8px;
height:22px;
font-size: 14px; 
width:122px;
background-color: #FFFFFF;
}


input.goBtn {

width: 26px;
height: 26px;
text-align: center;
background: url(../images/go_btn.gif) no-repeat;
color:#eedcb6;
font-size: 13px;
}

input.goBtn:hover {
color:#ffffff;
cursor: pointer;
}




/* navigation */

#nav {
	position:relative;
	float: right;
	width: 580px;
	background-color: transparent;
	height:18px;  
	list-style-type: none;
	vertical-align:bottom;
	z-index: 500;
}

#nav ul {
	float:left;
	background-color: #ececec;
	width: 145px;
	}


#nav li {
    text-decoration:none;
	display: block;
	float: left;
	}

#nav a {
	display: block;
	text-decoration: none;
	
}

#nav li a:link.firstLvl, #nav li a:visited.firstLvl {
	text-align: center;
	font-weight:normal;
	height: 18px;
	width: 145px;
	font-size: 12px;
	list-style-type: none;	
	text-decoration:none;
	color:#7b7b7b;
}

#nav li a:active.firstLvl, #nav li a:hover.firstLvl {
	text-decoration:none;
	font-weight:normal;
	color:#CC6600;
	width: 145px;
	background:url(../images/tabroll.jpg) no-repeat left top;
}

#nav span.middleRoll 
/* centers text in rollover tab */
{
text-align:center;
}



#nav li ul.dropLvl {
	font-size: 11px;
	line-height: 18px;
	z-index: 500;
	width: 145px;
	position: relative;
	left: -999em;
	height: auto;
	font-weight: normal;
	background-color: #ECECEC;
}



#nav li ul.dropLvl a:link, #nav li ul.dropLvl a:visited {
	width: 145px;
	background-color: #ececec;
	color:#CC6600;
	padding: 0 0 0 0;
	text-align:center;
	
}


#nav li ul.dropLvl a:active, #nav li ul.dropLvl a:hover{
	background: #FFFFFF;
	color: #000;
	}

#nav li ul.dropLvl a.selected 
/* for the current page add "selected" class */
{
color: #fff;
}

#nav li ul.dropLvl a.selected:hover{
color: #CC6600;
background-color: #ececec;
}

#nav li:hover ul ul, #nav li:hover ul ul ul{
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul
{
	left: auto;
}

#nav li:hover{
	text-decoration:none;
	color:#CC6600;
	width: 145px;
	background:url(../images/tabroll.jpg) no-repeat left top;
}


#mainTop {
	height:165px;
	width: 1000px;
	position:relative;
	background-attachment: inherit;
	background-position:50% 0%;
	background-repeat: no-repeat;
	background-color: transparent;
	z-index:10;
	}
	
#photo_frame {
	height:166px;
	width: 990px;
	position:absolute;
	background-attachment: inherit;
	background-position:50% 0%;
	background-repeat: no-repeat;
	background-image:url(../images/photo_frame_sm.png);
	background-color: transparent;
	left:0;
	}
	
* html #photo_frame {
	height:166px;
	width: 990px;
	position:absolute;
	background-attachment: inherit;
	background-position:50% 0%;
	background-repeat: no-repeat;
	background-image:url(../images/photo_frame_sm.png);
	background-color: transparent;
	top:3px;
	left:4px;
	z-index:10;
	}	
	
#mainTop h1.title{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:300;
	color:#eedcb6;
	font-size: 1.5em;
	line-height: 2em;
	text-align: left;
	padding-right: 22px;	}


#nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li.sfhover {
	background-position:0% -42px;
}

/* form */

#mainText .lcolumn form
{
	margin-top: 20px;
	padding: 0 35px;
	}
	
#mainText .lcolumn fieldset
{
	width: 380px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: .8em;
	text-align: left;
	}




#mainText .lcolumn textarea {
	overflow: auto;
	display: block;
	width: 100%;
	height: 180px;
	float: left;
	
}

#mainText .lcolumn label {
	text-align: left;
	width: 105px;
	padding-right: 20px;
}

#mainText .lcolumn br {
	clear: left;
}

#mainText .lcolumn .formBtn {
margin-top: 10px;
float: right;
width: 203px;
height:26px;
background: url(../images/list_btn.gif) no-repeat 0 50%;
color:#eedcb6;
line-height:1.5em;
}

#mainText .lcolumn .formBtn:hover {
color:#ffffff;
cursor:pointer;

}

form#dsearch
{
width:350px;

}

form#dsearch input.dText
{
font-size: 14px; 
background-color: #FFFFFF;
width:200px;
height: 26px;
border: 1px solid #000000;
}


form#dsearch input.dgoBtn {
margin-left:10px;
float: left;
width: 26px;
height: 26px;
background: url(../images/go_btn.gif) no-repeat;
color:#eedcb6;
font-size: 13px;
}

form#dsearch input.dgoBtn:hover {
color:#ffffff;
cursor: pointer;
}


/* left column */

#mainTop .lcolumn{
	float:left;	
	min-height: 172px;
	width: 500px;
	padding: 5px 0;
}
* html #mainTop .lcolumn{
	width: 450px;
}

#mainTop .lcolumn #placeholder {
padding-left:10px;
}

.fpdetail_lcolumn {
text-align:left;
vertical-align:top;
}

h1.lcolumnTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:300;
	color:#e47c27;
	font-size: 1.3em;
	line-height: 1em;
	text-align: left;
	padding: 0 0 6px 0;
	}
	
td.titleslft{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:300;
	color:#e47c27;
	font-size: 1.0em;
	line-height: 1em;
	text-align: left;
	padding: 0 0 6px 0;
	}	
	
.titleslft{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:300;
	color:#e47c27;
	font-size: 1.0em;
	line-height: 1em;
	text-align: left;
	padding: 0 0 6px 0;
	}
	
#mainTop .lcolumn p{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color:#ECECEC;
	font-size: .8em;
	text-align: left;
	padding: 0 15px;
}

#mainTop .lcolumn p.numbers{
	width: 300px;
	word-spacing: 8px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: .8em;
	text-align: left;
	padding: 4px 22px;
}

#mainTop .lcolumn p.numbers a:link, #mainTop .lcolumn p.numbers a:visited, #mainTop .lcolumn p.numbers a:active{
      color:#7b7b7b;
      text-decoration: none;
}

#mainTop .lcolumn p.numbers a.isActive, #mainTop .lcolumn p.numbers a:hover {
      color:#7b7b7b;
      text-decoration: none;
}

h1.lcolumnTitle2 {
font-family:Arial, Helvetica, sans-serif;
	font-weight:300;
	color:#e47c27;
	font-size: 1.3em;
	line-height: 1em;
	text-align: left;
	padding: 0 20px;
	background-color: #7b7b7b;
	border-top: 1px solid #7b7b7b;
	border-bottom: 1px solid #7b7b7b;}
	
.lcolumnTitle4 {
font-family:Arial, Helvetica, sans-serif;
	font-weight:300;
	color:#e47c27;
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: left;
	padding: 0 0 0 0;
	vertical-align:top}	
	
	
.lcolumntext{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#7b7b7b;
	font-size: .90em;
	line-height: 14pt;	
	text-align: left;
	}

.detailsbottom h1.rcolumnTitle{
	clear: both;
	font-family:"Times New Roman", Times, serif;
	font-weight:300;
	color:#eedcb6;
	font-size: 1.5em;
	line-height: 1em;
	text-align: left;
	padding: 0 20px;
	background-color: #864817;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}

/* right column */

#mainTop .rcolumn{
	float:left;	
	min-height: 172px;
	width: 450px;
	margin-top: 20px;
}

#mainTop .rcolumn .overview{
	height:240px; 
	overflow:auto;
	scrollbar-3dlight-color:#2c363f; 
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#2c363f;
	scrollbar-darkshadow-color:#2c363f;
	scrollbar-face-color:#2c363f;
	scrollbar-highlight-color:#2c363f;
	scrollbar-shadow-color:#2c363f;	
}

h1.rcolumnTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:300;
	color:#eedcb6;
	font-size: .90em;
	line-height: 1em;
	text-align: left;
	padding: 0 20px;
	background-color: #7b7b7b;
	border-top: 1px solid #7b7b7b;
	border-bottom: 1px solid #7b7b7b;
	}
	
.rcolumntext{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#7b7b7b;
	font-size: .90em;
	line-height: 14pt;	
	text-align: left;
	}
	
	
h1.rcolumnTitleNoBG{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:300;
	color:#eedcb6;
	font-size: 1.5em;
	line-height: 1em;
	text-align: left;
	padding: 0 20px;
	
	}

h1.rcolumnTitleTwo{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:300;
	color:#965f31;
	font-size: 1.5em;
	line-height: 2em;
	text-align: left;
	padding: 0 20px;
	
	}


#mainTop .rcolumn p{

	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: .8em;
	line-height: 1.6em;
	text-align: left;
	margin-top: 5px;
	padding: 5px 20px;
}

#mainTop .rcolumn ul.viewBtn{

	text-align: left;
	float:left;
	margin: 10px 20px;
		}

#mainTop .rcolumn ul.viewBtn li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.8em;
	color:#ffffff;	
	text-align: center;
	background-image: url(../images/view_btn.gif);
	width: 205px;
	height: 26px;
	list-style-type:none;
}

#mainTop .rcolumn ul.viewBtn li a:link, #mainTop .rcolumn ul.viewBtn li a:visited{
	color:#eedcb6;
	text-decoration:none;
	
}

#mainTop .rcolumn ul.viewBtn li a:active, #mainTop .rcolumn ul.viewBtn li a:hover{
	color:#ffffff;
	text-decoration:none;

}

#maincontent {
	width: 1000px;
	background-attachment: inherit;
	background-position:50% 0%;
	background-repeat: no-repeat;
	background-color: transparent;
	z-index:10;
	float:left;
	text-align:left;
	padding-left:5px;
	padding-top:12px;
	}
	
	
#maincontent .top {
	height:15px; 
	width:976px;
	background-image:url(../images/maincontent_top.png);
	position:relative;
	background-repeat: no-repeat;
	}
	
#maincontent .bottom {
	height:15px; 
	width:976px;
	background-image:url(../images/maincontent_bottom.png);
	position:relative;
	background-repeat: no-repeat;
	}		
	
#maincontent .side {
	height:auto !important; 
	height:100%; 
	min-height:95%;
	width:5px;
	background-image:url(../images/maincontent_side.png);
	position:relative;
	background-repeat: repeat;
	}
		
#maincontent .content {
	height:auto !important; 
	height:100%; 
	min-height:95%;
	width:951px;
	position:relative;
	background-repeat: repeat;
	background-color:#f4f4f4;
	padding-top:8px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;
	}
	
/* table */

#floortable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
	width: 900px;
	clear:both;
	padding: 0;
	margin: 15px 0;
	color:#7b7b7b;
}

th {
	color: #f4f4f4;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #7b7b7b;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	background: none;
}


td.alt {
		background-color: #f4f4f4;
		color: #7b7b7b;
		
}

td.action {
		background-color: #f4f4f4;
		color: #7b7b7b;
		width:150px;
		text-align:center
}


th.broom_t {
	color: #7b7b7b;
	padding-bottom:12px;
	border-top: 1px solid #7b7b7b;
	background-color: #edecea;
	font-size: 12pt;
	font-weight:bold;
	
}

th.plan_t {
	
	background-color: #f4f4f4;
	color: #7b7b7b;
	text-decoration: underline;
	text-align:center;
}

A.plan_t:link {
	background-color: #f4f4f4;
	color: #7b7b7b;
	text-decoration: underline;
	}
	
A.plan_t:visited {
	background-color: #f4f4f4;
	color: #7b7b7b;
	text-decoration: underline;
	}	
	
A.plan_t:hover {
	background-color: #f4f4f4;
	color: #7b7b7b;
	text-decoration: underline;
	}
	
		
/* footers */
	
		
	#footer {
	background-repeat: no-repeat;
	background-color: #transparent;
	width: 995px;
	margin: 0 0 0 2px;
	position: relative;
	clear: both;
	text-align: center;
	padding-top:18px;
	/* stick to bottom */
	z-index:20;

}

	#footerBox {
	height: 243px;
	background-color: #edecea;
	width: 949px;
	margin: 0px auto;
	text-align: center;

}

	#footerBox h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:300;
	color:#7b7b7b;
	font-size: 1.5em;
	padding: 6px;
	text-align: center;

}

	#footerBox p {
	font-family: Arial, Helvetica, sans-serif;
	color:#7b7b7b;
	font-size: .8em;
	text-align: left;
	padding: 0 11px;
}

	#footerBox img {
	text-align: center;
}



	#footerBox ul.listBtn{
	position: absolute;
	bottom: 0;
	left:0;
	margin: 0 auto;
	padding-bottom: 5px;
	width: 309px;	
	list-style-type:none;
	text-align:center;
		}

	#footerBox ul.listBtn li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.8em;
	color:#ffffff;	
	text-align: center;
	background-image: url(../images/list_btn.gif);
	width: 203px;
	height: 26px;
	margin: 5px auto;
}

	#footerBox ul.listBtn li a:link, #footerBox ul.listBtn li a:visited{
	color:#eedcb6;
	text-decoration:none;
	

}

	#footerBox ul.listBtn li a:active, #footerBox ul.listBtn li a:hover{
	color:#ffffff;
	text-decoration:none;

}


	#footerBox .leftbox{
	position:relative;
	float:left;	
	height: 223px;
	width: 300px;
	margin-top:5px;
	background-color: transparent;
	text-align:left;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:15px;
	padding-left:15px;

}

* html #footerBox .leftbox{
	width: 359px;
	padding-left:5px;

}

	#footerBox .leftbox div.headline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#7b7b7b;	
	text-align: left;
	float:left;	
	width:300px;
	text-indent:8px;
}

	#footerBox .leftbox div.overview{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .93em;
	line-height:normal;
	color:#7b7b7b;	
	text-align: left;
	float:left;	
	padding:0 0 0 0;
	margin:0 0 10px 0;
	width:399px;
	height:100px;
	overflow:auto;
}

*html #footerBox .leftbox div.overview{
	width:300px;
}

	#footerBox .leftbox p.ovrbtn{
	text-align:center;
	vertical-align:bottom;
	bottom:0;
}

*html #footerBox .leftbox p.ovrbtn{
	width: 300px;
	text-align:center;

}

	#footerBox .centerbox{
	position:relative;
	float:left;	
	margin: 0 11px 0 85px;
	height: 223px;
	width: 239px;
	background-color: transparent;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-top:15px;
	padding-left:20px;

}

* html #footerBox .centerbox{
	margin: 0 11px 0 5px;
	height: 223px;
	width: 259px;
	padding-left: 0px;
}

	#footerBox .centerbox div.overview{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	height: 148px;
	text-align:center;
	width: 259px;

}

*html #footerBox .centerbox div.overview{
	width: 259px;

}

	#footerBox .centerbox div.floorbtn{
	text-align:center;
	width: 259px;
	padding-left:55px;

}

	#footerBox .rightbox{
	position:relative;
	float:left;	
	padding-right:21px;
	height: 223px;
	width: 249px;
	background-color: transparent;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-top:15px;

}

* html	#footerBox .rightbox{
	position:relative;
	float:left;	
	padding-right:21px;
	height: 223px;
	width:259px;
	background-color: transparent;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-top:15px;

}

	#footerBox .rightbox p.button{
text-align:center;
}

	#footerBox .rightbox p.overview{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	height: 148px;
}


	#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	height:238px;
	}	
	
	#footer p.address {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	padding-bottom:6px;
	height:48px;
	}
	
	#footerBox .rightbox p.officehours {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	padding-top: 10px;
	text-align: center;
	height: 138px;
	}	
	

	#footer p.bottomLinks {
	padding-bottom:30px;
		color: #FFFFFF;
	}
	
	#footer p.bottomLinks a:link, #footer p.bottomLinks a:visited {
	text-decoration:none;
	color: #FFFFFF;
	}

	#footer p.bottomLinks a:active, #footer p.bottomLinks a:hover {
	text-decoration:none;
	color: #7b7b7b;
	}
	
	
#footimg {
	
	background-attachment: inherit;
	background-position:50% 100%;
	background-repeat: no-repeat;
	/*background-image:url(../images/footer.jpg);*/
	background-color: transparent;
	/*min-height: 28px;*/
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	bottom:0; /* stick to bottom */

}

.sitename {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:normal;
	color:#1c1c1c;
	font-size: 1.3em;
	line-height: 2em;
	text-align: left;
	padding-right: 4px;
	padding-left: 0px;	
	text-decoration:none;
		}
		
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color:#7b7b7b;
	font-size: 1.3em;
	text-align: left;
	padding-right: 24px;
	padding-bottom:10px;
	text-decoration:none;
		}
		
.button { vertical-align:bottom;
		}
		
a.email:link {color:#7b7b7b; 
font-size: 10pt; 
font-family: Arial, San Serif; 
text-decoration:underline;
font-weight:normal;}

a.email:visited {color:#7b7b7b; 
font-size: 10pt; 
font-family: Arial, San Serif; 
text-decoration:underline;
font-weight:normal;}

a.email:hover {color:#FFFFFF; 
font-size: 10pt; 
font-family: Arial, San Serif; 
text-decoration:underline;
font-weight:normal;}

/*contact*/

.contact {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#7b7b7b;
	font-weight: normal;
	font-size: 9pt;
	margin-right: 11pt;
	padding:3px;

}

.inputfield {
	color:#e47c27;
	text-align: left;
	border-top: 1px solid #7b7b7b;
	border-bottom: 1px solid #7b7b7b;
	border-left: 1px solid #7b7b7b;
	border-right: 1px solid #7b7b7b;
	width:295px;
	height:21px;	

}

.inputselect {
	color:#e47c27;
	text-align: left;
	border-top: 1px solid #7b7b7b;
	border-bottom: 1px solid #7b7b7b;
	border-left: 1px solid #7b7b7b;
	border-right: 1px solid #7b7b7b;

}

option.inputselect {
	color:#e47c27;
	text-align: left;
	border-top: 1px solid #7b7b7b;
	border-bottom: 1px solid #7b7b7b;
	border-left: 1px solid #7b7b7b;
	border-right: 1px solid #7b7b7b;

}

.inputsubmit {
	color:#FFFFFF;
	background-color: #e47c27;
	text-align: center;
	border-top: 1px solid #7b7b7b;
	border-bottom: 1px solid #7b7b7b;
	border-left: 1px solid #7b7b7b;
	border-right: 1px solid #7b7b7b;
	width:125px;
	height:25px;

}

/*tour*/

.contenttour{
	width:390px;
	height:346px; 
	overflow:auto;
	scrollbar-3dlight-color:#fcdab1; 
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#d1b593;
	scrollbar-darkshadow-color:#a97a4e;
	scrollbar-face-color:#d1b593;
	scrollbar-highlight-color:#fcdab1;
	scrollbar-shadow-color:#a97a4e;	
}

.smallphoto{ padding: 5px 5px 5px 5px;
margin: 5px 5px 5px 5px;
}

/*amenities*/

.amenities {	
	font-family: Arial, Helvetica, sans-serif;
	color:#7b7b7b;
	font-size: .9em;
	text-align: left;}
	
/*residents*/

form,input{ font-family: Arial,Verdana, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: normal; color: #7b7b7b }

input.textfield{ background-color:#FFFFFF; border-bottom:1pt solid #7b7b7b; border-top:1pt solid #7b7b7b; border-right:1pt solid #7b7b7b; border-left:1pt solid #7b7b7b; width:150px; height:20px; color:#7b7b7b}
			
input.button{ background-color:#e47c27; border-bottom:1pt solid #7b7b7b; border-top:1pt solid #7b7b7b; border-right:1pt solid #7b7b7b; border-left:1pt solid #7b7b7b; width:100px; color:#FFFFFF; height:20px;}

td.fieldbox{ background-color:; color:#7b7b7b }

.text{ font-family: Arial,Verdana, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: normal; color: #7b7b7b ; }

p.body{ font-family: Arial,Verdana, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: normal; color: #7b7b7b ;}
			
span.fielderror{ background-color:; color:#CE0D1F; font-weight:bold; }
			
td.formlabel{ background-color:; font-family: Arial,Verdana, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: normal; color: #7b7b7b ; padding-left:25px }

td.formfield{ background-color:; font-family: Arial,Verdana, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: normal; color: #7b7b7b ; padding-left:25px }
						
td.buttoncaption{ font-family: Arial,Verdana, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: normal; color: #7b7b7b ; text-align:right; border-bottom:0pt solid white; background-color:;}


.titleslft   {	FONT-WEIGHT: bold;
			TEXT-ALIGN: left;
    		FONT-SIZE: 12pt;
    		color: #7b7b7b;
    		FONT-STYLE: normal;
    		FONT-FAMILY: Arial,Verdana}
			
.communitycntr	{	FONT-WEIGHT: bold;
			TEXT-ALIGN: left;
    		FONT-SIZE: 11pt;
    		color: #7b7b7b;
    		FONT-STYLE: normal;
    		FONT-FAMILY: Arial,Verdana}		
			

.eventList {
			font-family: Arial,Verdana, Helvetica;
			font-size: 7pt;
			text-decoration: none;
			cursor: hand;
			COLOR: #7b7b7b;
			float: left;
			position: relative;
		}
		
	
		.currentMonth {
			vertical-align: top;
			height: 60px;
			border-width: 1px;
			border-COLOR: #7b7b7b;
			background-color: #7b7b7b;
		}

		.adjacentMonth {
			vertical-align: top;
			color: #7b7b7b;
			height: 60px;
			border-width: 1px;
			border-color: #7b7b7b;
		}

		.dateNumber
		{
			font-family: Arial,Verdana, Helvetica;
			margin: 1 1 1 1;
			font-size: 10pt;
			font-weight: bold;
			float: right;
			position: relative;
			color: #7b7b7b;
		}

		.today 
		{
			font-family: Arial,Verdana, Helvetica;
			font-size: 11pt;
			font-weight: bold;
			color: #7b7b7b;
			background-color: #7b7b7b;
			vertical-align: top;
			height: 60px;
			border-width: 1px;
			border-color: #7b7b7b;
		}
		
		th
		{
			font-family: Arial,Verdana, Helvetica;
			font-size: 10pt;
			background-color: #7b7b7b;
			color: #FFFFFF;
			border-color: #7b7b7b;
		}
		
		
		.eventtitle{
			font-family:  Arial,Verdana;
			font-weight: bold;
			font-size: 11pt;
			COLOR: #7b7b7b;
		}
					
		.formlabel{font-family: Arial,Verdana, Helvetica;
			font-size: 8pt;
			font-weight: bold;
			COLOR: #7b7b7b;
			}
			
		.formsection {font-family: Arial,Verdana, Helvetica;
			font-size: 8pt;
			font-weight: bold;
			text-decoration: underline;
			COLOR: #7b7b7b;
			}
			
		.textsmall { FONT-WEIGHT: normal;
			TEXT-ALIGN: left;
    		FONT-SIZE: 7pt;
    		COLOR: #7b7b7b;
    		LINE-HEIGHT: 9pt;
    		FONT-STYLE: italic;
    		FONT-FAMILY: Arial,Verdana }
			
		.weekTableTD {
				font-family: Arial,Verdana, Helvetica;
				font-size: 10pt;
				border:1 solid #7b7b7b;
				width: 12.5%;
				background-color: #7b7b7b;
			}

		.unoccupied {
				cursor: hand;
				height: 15px;
			}
		.occupied {
				cursor: not-allowed;
				height: 15px;
			}

		td.keyTable {
				font-size: xx-small;
				width: 0%;
				
			}
		th.keyTable {
				background-color: 7b7b7b;
				color: White;
			}
		table.keyTable {
				border: 1 solid black;
			}
		.pleaseWait {
				background-color: 7b7b7b;
				text-align: center;
				font-size: medium;
				visibility: hidden;
				position: absolute;
				left: 200;
				top: 200;
				border: 1 solid #7b7b7b;;
				padding: 20 20 20 20;
			}
			
			td.guestcard{
				font-family:Arial,Verdana, helvetica;
				font-size:8pt;
				text-align:left;
				vertical-align:top;
			}
			p.guestcard{
				font-family:Arial,Verdana, helvetica,helv,swiss;
				font-size:8pt;
			}
			input,select,option,textarea,button{
				font-family:Arial,Verdana, helvetica,helv,swiss;
				font-size:8pt;
			}
			.errorMessage {
				color: red;
				font-style: italic;
			}
			
.residents{
	font-family:Arial,Verdana, helvetica,helv,swiss;
	font-size:10pt;
	color: #7b7b7b;
}

.amenities {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#eedcb6;
	font-weight: normal;
	font-size: 10pt;
	margin-right: 11pt;
	color: #7b7b7b;

}

a.login:link {color:#7b7b7b; 
font-size: 11pt; 
font-family: Arial, San Serif; 
text-decoration:none;
font-weight:normal;}

a.login:visited {color:#7b7b7b; 
font-size: 11pt; 
font-family: Arial, San Serif; 
text-decoration:none;
font-weight:normal;}

a.login:hover {color:#e47c27; 
font-size: 11pt; 
font-family: Arial, San Serif; 
text-decoration:none;
font-weight:normal;}

a.residentsecure:link {color:#7b7b7b; 
font-size: 11pt; 
font-family: Arial, San Serif; 
text-decoration:underline;
font-weight:bold;}

a.residentsecure:visited {color:#7b7b7b; 
font-size: 11pt; 
font-family: Arial, San Serif; 
text-decoration:underline;
font-weight:bold;}

a.residentsecure:hover {color:#e47c27; 
font-size: 11pt; 
font-family: Arial, San Serif; 
text-decoration:underline;
font-weight:bold;}

a.ymap:link {color:#7b7b7b; 
font-size: 10pt; 
font-family: Arial, San Serif; 
text-decoration:underline;
font-weight:bold;}

a.ymap:visited {color:#7b7b7b; 
font-size: 10pt; 
font-family: Arial, San Serif; 
text-decoration:underline;
font-weight:bold;}

a.ymap:hover {color:#e47c27; 
font-size: 10pt; 
font-family: Arial, San Serif; 
text-decoration:underline;
font-weight:bold;}


a.email:link {color:#7b7b7b; 
font-size: 10pt; 
font-family: Arial, San Serif; 
text-decoration:none;
font-weight:normal;}

a.email:visited {color:#7b7b7b; 
font-size: 10pt; 
font-family: Arial, San Serif; 
text-decoration:none;
font-weight:normal;}

a.email:hover {color:#e47c27; 
font-size: 10pt; 
font-family: Arial, San Serif; 
text-decoration:none;
font-weight:normal;}

.fpdetailbtn { padding-bottom:4px; }


