/* CSS Document */

body {
	margin: 0 5px 0 5px;
	padding: 0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

h1 {
	text-align: center;
	font-size: xx-large;
	margin-bottom:5px;
}

h2 { font-size:large; }
h3 {
	font-size:medium;
}

address {
	font-size: smaller;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

p:first-letter {
	font-size: 140%; 
	line-height: 1em;
}

a{
	color: #336666;
	text-decoration : underline;
}
a:hover{
	text-decoration: none;
}

#container {
	width: 100%;
	float:right;
	margin-left:-165px;
}

#banner {
	margin: 0;
}

#content {
	margin-left:165px;
}


#footer {
	margin-top:10px;
	font-size:smaller;
}

#footer img {
	float: right;
	border-style:none;
	padding:0 0 0 3px;
}

/**************** menu coding *****************/
#leftnav {
	width: 140px;
	border-width: 1px;
	border-style: solid;
	float:left;
	padding: 0 5px 5px 5px;
	margin: 0 0 0 0;
	font-size:12px;
}

#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#leftnav a, #leftnav h2 {
	display: block;
	margin: 0;
	padding: 2px 3px;
}

#leftnav h2 {
/*	color: #336666;  */
	background: #eee none;
	text-transform: uppercase;
	font-size: small;
	line-height: normal;
	margin-top: 10px;
}

#leftnav li {position: relative; display:inline;}

#leftnav ul ul ul {
    margin-left:10%;
	/*
		Display these 3rd level list elements by adding
		an internal style with display:block to override
		the hidden list elements.
	*/
	display: none;

}

#footnav
{
	margin: 0;
	font-size: small;
	background-color: #ccccff;
	padding: 2px 0 5px 0;
	margin-bottom:1em;
}

#footnav li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

#w3c { }

#prices {}
#prices caption {
	font-weight: bold;
}
#prices th {
	font-weight:normal;
	text-align:left;
	padding: 0 2px 0 5px;
}
#prices td {
	text-align:center;
}

/*#directions ul {
	display:block;
	margin: 0;
	padding: 0;
}
#directions li {
	margin-left: 2em;
	display: list-item;
}
*/
.right {
	float:right; margin:0 0 5px 10px; padding:3px; text-align:center; font-size:x-small; font-weight:bold;
}

.left {
	float:left; margin:0 10px 5px 0; padding:3px; text-align:center; font-size:x-small; font-weight:bold;
}

.middle {
	margin:0 10px 5px 10px; padding:3px; text-align:center; font-size:x-small; font-weight:bold;
}

.picl {
	float:left;
	padding:0px;
	text-align:center;
	font-size:x-small;
	font-weight:bold;
	height: 190px;
	width: 210px;
}
.picr {
	float:left;
	padding:0px;
	text-align:center;
	font-size:x-small;
	font-weight:bold;
	height: 190px;
	width: 210px;
}

.caption {
	padding-bottom:5px; text-align:center; font-size:x-small; font-weight:bold;
}

/* Was .strap class for <p> element but IE is broken. When IE is fixed remove margin fudge */
#strap {
	text-align:center;
	font-weight:bold;
	font-size:medium;
	margin-bottom:20px;
}

#strap:first-letter {
	font-size:inherit;
	font-family:inherit;
	line-height:inherit;
}

a img {border-style:none}

#section {
	margin-bottom:2em;
	clear:both;
}

.cleared {clear:both; line-height:0 }

table#availability {
	border: 2px solid black;
	empty-cells: hide;
}
table#availability td {
	border: 1px solid black;
	text-align: center;
	font-weight: bold;
	width: 2em;
}
table#availability th {
	border: 1px solid black;
	text-align: center;
	font-weight: normal;
}

table#legend {
	border: 2px solid black;
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
table#legend th {
	border: 1px solid black;
	text-align: left;
	font-weight: normal;
}

.available {
	background-color: #99CC00;
}
.availablesat {
	background-color: #669900;
}

.booked {
	background-color: #FF3333;
}

