@charset "UTF-8";
body {
	margin:0;
	background:#f8f4de url(../images/background.jpg);
	font:12px/28px "Georgia", Times New Roman, Times, serif;
	color:#000000;
}

img { border:none;}

strong {color:#ac4b29;}

a {color:#336666;}
a:hover {color:#ac4b29;}

.active {display:block; background-position:0 100%;}

h1 {font:13px "Georgia", Times New Roman, Times, serif; color:#ac4b29;}

/* PAGE FRAMWORK */
#topbar {
	width:inherit;
	height:70px;
	background:#ac4b29;
}
#page-container {
	width:900px;
	height:auto;
	margin:0 auto;
	position:relative;
	top:-70px;
	z-index:2;
}

/* HEADER ELEMENTS */
#header-container {
	width:900px;
	height:350px;
}

#menubar {
	width:inherit;
	height:70px;
	background:#ac4b29;
}

#logo {
	width:265px;
	height:150px;
	position:absolute;
	top:0;
	left:635px;
	z-index:3;
}

#header-images {
	width:inherit;
	height:181px;
	margin:99px 0 0 0;
	#top:99px;
	#position:relative;
}



/* CONTENT ELEMENTS */
#text-container {
	padding:45px 15px 15px 15px;
	background:url(../images/agave.png) bottom right no-repeat;
}

#subNav {
	position:relative;
	width:auto;
	float:none;
	margin-bottom:30px;
	}
	
#subNav a {font:10px "Georgia", Times New Roman, Times, serif; color:#541503; margin-right:50px; text-decoration:underline;}
#subNav a:hover { color:#ac4b29; text-decoration:underline;}
#subNav a:active { color:#ac4b29;text-decoration:underline;}
	
#lt-col {
	float:left;
	width:600px;
	height:auto;
}
#rt-col {
	width:203px;
	height:auto;
	padding:0;
	float:right;
	position:relative;
}
#rt-col ul{
	margin:0 0 10px 0;
	padding:0;
	list-style:none
}
#rt-col li {
	margin:0;
	padding:0;
}
.titles {
	margin:0 0 20px 0;
}

/* FOOTER ELEMENTS */
#footer {
	width:870px;
	height:30px;
	margin:0 auto;
	padding:15px;
	border-top:1px solid #ac4b29;
	color:#666666;
}

#footerNav {
	margin:0;
	text-align:center;
	border-top:1px solid #ac4b29;
	color:#666666;
	width:870px;
	padding:15px;
}

#footerNav a {font:10px "Georgia", Times New Roman, Times, serif; color:#ac4b29; margin-right:50px; text-decoration:none;}
#footerNav a:hover { color:#541503; text-decoration:none;}
	

/* CLASSES */

.features_btn {display:block; height:14px; width:60px; overflow:hidden; float:left; background-image:url(../images/features-nav.gif); background-position:top;}
.features_btn_active {display:block; height:14px; width:60px; overflow:hidden; float:left; background-image:url(../images/features-nav.gif); background-position:0 100%;}
.features_btn:hover, .features_btn.active {display:block; background-position:0 100%;}

.floorplans_btn {display:block; height:14px; width:86px; overflow:hidden; float:left; background-image:url(../images/floorplans-nav.gif); background-position:top;}
.floorplans_btn_active {display:block; height:14px; width:86px; overflow:hidden; float:left; background-image:url(../images/floorplans-nav.gif); background-position:0 100%;}
.floorplans_btn:hover, .floorplans_btn.active {display:block; background-position:0 100%;}

.area_btn {display:block; height:14px; width:34px; overflow:hidden; float:left; background-image:url(../images/area-nav.gif); background-position:top;}
.area_btn_active {display:block; height:14px; width:34px; overflow:hidden; float:left; background-image:url(../images/area-nav.gif); background-position:0 100%;}
.area_btn:hover, .area_btn.active {display:block; background-position:0 100%;}

.rlving_btn {display:block; height:14px; width:112px; overflow:hidden; float:left; background-image:url(../images/residentliving-nav.gif); background-position:top;}
.rlving_btn_active {display:block; height:14px; width:112px; overflow:hidden; float:left; background-image:url(../images/residentliving-nav.gif); background-position:0 100%;}
.rlving_btn:hover, .rlving_btn.active {display:block; background-position:0 100%;}

.calendar_btn {display:block; height:14px; width:67px; overflow:hidden; float:left; background-image:url(../images/calendar-nav.gif); background-position:top;}
.calendar_btn_active {display:block; height:14px; width:67px; overflow:hidden; float:left; background-image:url(../images/calendar-nav.gif); background-position:0 100%;}
.calendar_btn:hover, .calendar_btn.active {display:block; background-position:0 100%;}

.contactus_btn {display:block; height:14px; width:86px; overflow:hidden; float:left; background-image:url(../images/contactus-nav.gif); background-position:top;}
.contactus_btn_active {display:block; height:14px; width:86px; overflow:hidden; float:left; background-image:url(../images/contactus-nav.gif); background-position:0 100%;}
.contactus_btn:hover, .contactus_btn.active {display:block; background-position:0 100%;}

.active_subnav { color:#000000;}

/* Calendar Styles */

.mainTableTOC {
	width: 860px;
	table-layout: fixed;
	background:#4d3413;
 }

.navTableTextTOC {
    font-family: Arial, sans-serif; 
	font-size: 9px; 
	font-weight: Normal;
	text-decoration: none;
	color: #000000;
	}

/* Month and Year Row Setup */
.monthYearRowTOC {
    height: 32px;
	background-color: #5c2103;
	text-align: left;
	vertical-align: middle;
    margin: 0px;
    padding: 6px;
	}

/* Month and Year Text Setup */
.monthYearTextTOC {
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 18px;
	font-weight: Bolder;
	color: #FFFFFF;
	}

/* Day Names Row Setup */
.dayNamesRowTOC {
    height: 20px;
	background-color: #ac4b29;
	text-align: center;
	vertical-align: middle;
	}

/* Day Name Setup */
.dayNamesTextTOC {
    font-family: Arial, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF;
	font-weight:boldder;
	}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rowsTOC {
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	height: 105px;
	}

/* Color of Today's Date */
.todayTOC {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #ac4b29;
	text-align: left;
	vertical-align:middle;
	height:auto;
    padding: 2px;
    margin: 0px;
	}

.titleTOC {
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
    padding: 1px;
    margin: 0px;
    }

.daynumTOC {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #c8882f;
	text-align: left;
	vertical-align:middle;
	height:auto;
    padding: 2px;
    margin: 0px;
	-moz-opacity:0.5;filter:alpha(opacity=50)
	}

.formElements {
	font-family: Arial, sans-serif;
	font-size: 10px;
}
.formButtons {
	font-family: Arial, sans-serif;
	font-size: 10px;
}
.sOtherTOC {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	vertical-align: top;
	}
.s20TOC {
	background-color: #FFFFFF;
	height: 105px;
	vertical-align: top;
	}
.s20TOC0 {
	background-color: #EEEEEE;
	height: 105px;
	vertical-align: top;
	}	

/* forms styles */
.form-container {
	padding-bottom:10px;
	margin:2px 0 20px 0;
	background: url(images/formContainer_bkg.png);
}
.form-container table {
	margin:5px 5px 0 5px;
}
.form-container td {
	width:260px;
	padding-right:15px;
	padding-top:2px;
	padding-bottom:5px;
	border-bottom:1px dotted #660000;
}
.float-left {
	float:left;
	margin-right:5px;
}
input, select, submit, textarea {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	padding: 1px;
	margin-top:2px;
}
input:hover, select:hover {
	background:#FFFFCC;
}
#reset:hover {
	background:#CC0000;
	color:#FFFFFF;
}
#submit:hover {
	background: #339900;
	color:#FFFFFF;
}
#first, #last, #email, #phone, #address, #city, #other, #other2 {
	width:260px;
}
#comments {
	width:540px;
}
.rate {
	width:13px;
	height:13px;
	margin-right:5px;
	font-size:10px;
	text-align:center;
}
