@charset "UTF-8";

html
{
	height: 100%;
	overflow-y: scroll;
}
body
{
	height: 100%;
	margin: 0px;
	padding: 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EEE;
}
a, li 
{ 
	outline: none; 
}
#wrapper 
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -49px auto;
}
#pusher
{
	width: 920px;
	height: 49px;
	margin: 0px auto 0px auto;
}
div.centerer 
{
	width: 100%;
	min-width: 960px;
	width: expression(document.body.clientWidth < 961? "960px" : document.body.clientWidth);
	margin: auto;
}
#header
{
	width: 920px;
	height: 50px;
	margin: auto;
}
#logo
{
	position: absolute;
	width: 241px;
	height: 92px;
	margin: 7px 0px 0px 0px;
	background-image: url(logo_armonkindoor.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
#twitter 
{
	float: right;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
#twitter ul 
{
	width: 667px;
	height: 35px;	
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	overflow-y: auto;
    list-style: none;
}
#twitter ul li 
{
	color: #000;
    font-size: 11px;
	font-weight: bold;
	text-align: center;
}
#twitter ul li a 
{
	color: #C00;
    text-decoration: none;
}
#twitter ul li a:hover 
{
    text-decoration: underline;
}
#contentContainer
{
	width: 920px;
	min-height: 498px;
	height: auto !important;
	_height: 498px;
	margin: 30px auto 30px auto;
	overflow: auto;
	_overflow: visible;
	background-color: #FFF;	
	border: 1px solid #CCC;
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;
	box-shadow: 0 0 15px #666;
}
#content
{
	width: 880px;
	margin: 0px;
	padding: 20px;
	float: left;
}
div.copy
{
	width: 520px;
	margin-top: 20px;
	float: left;
}
div.copyFull
{
	width: 880px;
	margin-top: 20px;
	float: left;
}
#title
{
	width: 520px;
	position: relative;
	height: 35px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
}
#title h1
{
	margin: 0px;
	color: #090; 
    font-size: 24px;
	font-weight: bold;
}
#icons
{
	position: absolute;
	right: 0px;
	bottom: 8px;
	margin: 0px;
}
#icons img
{
	margin: 0px 0px -4px 5px;
}
#icons a, #icons a:hover
{
	cursor: pointer;
	color: #000;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
/*
.at15t_email 
{ 
	background: url(icon_email.gif) !important; 
}
.at15t_printfriendly 
{ 
	background: url(icon_print.gif) !important; 
}
*/
div.copy h2, div.copyFull h2
{
	color: #009; 
    font-size: 17px;
	font-weight: bold;
	margin: 30px 0px 8px 0px;
}
div.divider
{
	height: 1px;
	font-size: 0px;
	margin: 30px 0px 30px 0px;
	background-image: url(divider.gif);
	background-repeat: no-repeat;
}
div.copy h3, div.copyFull h3
{
	color: #090;
    font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}
div.copy p, div.copyFull p, ul.bullets, div.copy table, div.copyFull table
{
	color: #000; 
    font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
ul.bullets li
{
	margin: 0px 0px 6px 0px;
	padding-left: 10px;
	list-style-type: none;
	background-image: url(arrow_list_right.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}
span.breather
{
	display: block;
	margin: 6px 0px 6px 0px;
}
div.copy a, div.copyFull a
{
	color: #090;
	font-weight: bold;
	text-decoration: none;
}
div.copy a:hover, div.copyFull a:hover
{
	text-decoration: underline;
}
div.image
{
	width: 300px;
	margin: 55px 0px 0px 0px;
	padding: 9px;
	float: right;
	clear: right;
	background-color: #EEE;
	border: 1px solid #CCC;
}
div.image img
{
	width: 300px;
	height: 225px;
	overflow: hidden;
	display: block;
}
div.image p
{
	margin: 0px;
	padding: 10px 10px 12px 8px;
	background-color: #666;
	color: #FFF; 
    font-size: 10px;
	font-weight: bold;
}
div.image a
{
	color: #FFF; 
}
span.invisible
{
	visibility: hidden;
}
#buffer
{
	margin: 25px 0px 0px 0px;
	font-size: 0px;
	clear: both;
	float: left;
}
#footer
{
	height: 32px;
	margin: 0px;
	padding: 8px 0px 8px 0px;
	text-align: center;
	line-height: 16px;
	background-color: #666;
	border-top: 1px solid #CCC;
}
p.contact
{
	color: #FFF;
	font-size: 11px;
	margin: 0px;
}
p.contact a
{
	color: #FFF;
}
p.legal
{
	color: #CCC;
	font-size: 10px;
	margin: 0px;
}
/* The following properties are specific to certain pages */
table.tableContainer
{
	padding-top: 10px !important;
}
table.rates
{
	text-align: center;
	background-color: #EEE;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
	border-color: #CCC;
}
table.rates tr.header1
{
	color: #000;
	font-weight: bold;
	background-color: #FFF;
}
table.rates tr.header2
{
	color: #FFF;
	font-weight: bold;
	background-color: #009;
}
table.rates td
{
	margin: 0px;
	padding: 9px;
    border-width: 1px 0px 0px 1px;
    border-style: solid;
	border-color: #CCC;
}
table.rates td.empty
{
	background-color: #FFF;
	border-color: #FFF;
}
table.schedule td
{
	margin: 0px;
	padding: 0px 10px 6px 0px;
}
table.schedule
{
	margin-bottom: -6px !important;
}
table.schedule td.time
{
	text-align: right;
}
table.columns
{
	margin-bottom: -15px !important;
}
table.columns ul.bullets
{
	margin-right: 25px;
}
#staffContainer
{
	margin-top: 30px;
}
div.staff
{
	margin-bottom: 40px;
	float: left;
}
div.headshot
{
	padding-right: 20px;
	float: left;
	border-right: 1px solid #CCC;
}
div.headshot img
{
	width: 100px;
	height: 150px;
	overflow: hidden;
	border: 1px solid #CCC;
}
div.bio
{
	width: 388px;
	margin-left: -1px;
	padding-left: 9px;
	float: left;
	border-left: 1px solid #CCC;
}
div.bio h2
{
	margin: 0px 0px 3px 0px;
}
div.bio h3
{
	margin: 0px 0px 15px 0px;
}
div.calendarContainer
{
	margin: 0px;
	padding: 0px;
	float: left;
}
div.legend
{
	margin-bottom: 10px;
	color: #000;
	font-size: 9px;
	float: left;
}
div.season
{
	width: 12px;
	height: 12px;
	margin: 4px 8px 0px 0px;
	float: left;
	font-size: 0px;
	background-color: #EEE;
	border: 1px solid #CCC;
	display: inline;
}
div.exclusion1
{
	width: 12px;
	height: 12px;
	margin: 4px 8px 0px 20px;
	float: left;
	font-size: 0px;
	background-color: #090;
	border: 1px solid #CCC;
}
div.exclusion2
{
	width: 12px;
	height: 12px;
	margin: 4px 8px 0px 20px;
	float: left;
	font-size: 0px;
	background-color: #666;
	border: 1px solid #CCC;
}
ul.calendar span.offseason li
{
	color: #000;
	background-color: #FFF;
}
ul.calendar span.exclusion1 li
{
	color: #FFF;
	background-color: #090;
}
ul.calendar span.exclusion2 li
{
	color: #FFF;
	background-color: #666;
}
div.year *
{
	margin: 0px;
	padding: 0px;
	display: inline;
}
div.quarter
{
	width: 500px;
	margin: 0px;
	padding: 0px;
	float: left;
}
div.month
{
	margin: 9px 9px 0px 0px;
	padding: 9px;
	float: left;
	display: block;
	border: 1px solid #CCC;
}
div.year p
{
	margin: 0px;
	padding: 0px;
	display: block;
	color: #009;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
}
div.grid   
{
	width: 133px;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	float: left;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
ul.calendar    
{
	margin: 0px;
	padding: 0px;
	display: block;
	list-style: none;
}
ul.calendar li li               
{
	width: 18px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	float: left;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	background-color: #EEE;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
ul.calendar li.week li 
{
	margin-bottom: -3px;
	padding-top: 3px;
	color: #FFF;
	text-align: center;
	background-color: #009;
}
ul.calendar li.previous li, ul.calendar li.next li  
{
	color: #FFF;
	background: #FFF;
}
ul.calendar a
{
	width: 100%;
	height: 100%;
	color: #F00;
	text-decoration: none;
	display: block;
	cursor: pointer;
}
ul.calendar a:hover
{
	text-decoration: none;
	text-align: left; /* IE hack needs an unused property to be defined here */
}
ul.calendar a span.holiday 
{
	display: none;
}
ul.calendar a:hover span.holiday
{
	z-index: 1000;
	position: absolute;
	display: block;
	bottom: 15px; 
	left: 15px; 
	width: 100px;
	padding: 5px;
	color: #000;
	text-align: center;
	background-color: #FFC;
	border: 1px solid #CCC;
}
ul.calendar li li.holiday 
{
	position: relative;
}
