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

body {
	background-color:#443322;
	margin:0;
	padding:0;
	font-size:100%;
	}
	
p, h1, h2, h3, h4, h5, h6, ul, ol {
	margin:0;
	padding:0;
	}
	
#maincontainer {
	background-color:#FFFFFF;
	margin:38px auto;
	width:900px;
	background-image:url(images/background_bamboo.jpg);
	background-repeat:repeat-y;
	background-position:left 34px;
	}
	
#leftcolumn {
	width:130px;
	float:left;
	}
	
#rightcolumn {
	width:764px;
	float:right;
	background-color:#FFFFFF;
	padding-bottom:250px;
	background-image:url(images/background_stones.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	font-family:"Trebuchet MS";
	color:#666;
	}
	
#rightcolumn h1 {
	font-size:.9em;
	text-transform:lowercase;
	font-weight:normal;
	width:360px;
	text-align:right;
	margin-top:52px;
	}
	
#rightcolumn h2 {
	font-size:1.5em;
	text-transform:lowercase;
	font-weight:normal;
	padding-bottom:0.7em;
	color:#848A66;
	letter-spacing:0.1em;
	}
	
#rightcolumn h3 {
	font-size:1em;
	font-weight:bold;
	padding-bottom:0.2em;
	letter-spacing:0em;
	}
	
#rightcolumn h4 {
	font-size:.9em;
	font-weight:bold;
	padding-bottom:0.2em;
	letter-spacing:0em;
	}
	
#rightcolumn p, #rightcolumn  ul {
	font-size:.8em;
	}
	
#rightcolumn ul {
	list-style-type:none;
	}
	
#rightcolumn ul li {
	padding-bottom:2px;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:left 10px;
	padding-left:12px;
	}
	
#rightcolumn p, #rightcolumn ul {
	padding-bottom:10px;
	}
	
#rightcolumn a {
	color:#CC3300;
	text-decoration:none;
	font-weight:bold;
	}
	
#rightcolumn a:hover {
	text-decoration:underline;
	}
	
#rightcolumn ul.menu {
	font-size:0.9em;
	text-transform:lowercase;
	}
	
#rightcolumn ul.menu li {
	background-image:none;
	padding-left: 0px;
	}
	
#rightcolumn ul.menu ul li {
	display:inline;
	}
	
#rightcolumn ul.menu a {
	color:#595959;
	font-weight:normal;
	letter-spacing:1px;
	display:block;
	padding-bottom:3px;
}

#rightcolumn ul.menu ul a {
	color:#848A66;
	letter-spacing:normal;
	padding-bottom:2px;
	}
	
#rightcolumn ul.menu li.bookonline {
	margin-top:10px;
	}
	
#rightcolumn ul.menu li.bookonline a {
	background-color:#CC3300;
	color:#FFFFFF;
	font-weight:bold;
	display:inline;
	padding:3px 12px 3px 16px;
}

#rightcolumn ul.menu li.bookonline a:hover {
	text-decoration:none;
	background-color:#932500;
	}
	

dl.table-display
{
width: 400px;
margin: 0 0 0 0;
padding: 0 0 20px 0;
font-size:.8em;
}

.table-display dt
{
width: 100px;
float: left;
margin: 0 0 0 0;
padding: .1em;
font-weight: bold;
}



.table-display dd
{
float: left;
width: 200px;
margin: 0 0 0 0;
padding: .1em;
}

table.feeschedule {
	font-size:.8em;
	width:90%;
}

table.feeschedule caption {
	text-align:left;
	background-color:#7F8760;
	color:#fff;
	padding:2px 10px;
	font-weight:bold;
	margin-top:10px;
}

table.feeschedule th {
	background-color:#D7D8CD;
	}
	
table.feeschedule td {
	padding:2px 2px;
}

table.feeschedule tr.darkrow {
	background-color:#EBECE6;
	}
	
.clear:after {
	content: ".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
	}
	
.clear {
	min-height: 1px;
	}
	
* html .clear {
	height: 1px;
	}
