/* text with right sidebar or image */
body#sideBox {
	margin: 0px 4px;
}

body#sideBox h2 {
	font: bold 16px/1em arial, sans-serif;
	color: #993300;
	margin: 12px 34px 10px 34px;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 10px;
}

body#sideBox h3 {
	font: bold 13px/1em verdana, arial, sans-serif;
	margin: 12px 315px 12px 34px;
}

body#sideBox h4 {
	font: bold 11px/1em verdana, arial, sans-serif;
	margin: 12px 315px 4px 34px;
	color: #003366;
}

body#sideBox p,
body#sideBox blockquote {
	margin: 2px 34px 10px 34px;
	width: 375px;
}

body#sideBox ul, body#sideBox ol {
	margin: 2px 34px 10px 52px;
	width: 365px;
}


body#sideBox table {
	margin: 2px 34px 10px 34px;
} 

body#sideBox .sideContent table {
	margin: 2px 0px;
} 

body#sideBox table tr {
	vertical-align: top;
} 

body#sideBox td p {
	margin: 0 0 10px 8px;
} 

body#sideBox .sideContent,
.groupSidePhoto {
	display: block;
	float: right;
	width: 300px;
	margin: 0 34px 24px 10px;
	clear: right;
}

body#sideBox table.multi td {
	padding: 0 14px 14px 0;
}

body#sideBox div#pageText ul {
	margin: 2px 34px 10px 52px;
}


body#sideBox div#footer {
	text-align: center;
}

body#sideBox div#footer p {
	width: 760px;
	margin: 0;
	padding: 18px 0;
}


body#sideBox .sideContent p {
	width: 300px;
	margin: 0 0 12px 0;
}


body#sideBox .sideContent h3 {
	margin: 0 0 12px 0;
	width: 300px;
	padding: 0;
}

body#sideBox .sideContent h4 {
	margin: 0 0 12px 0;
	color: #000;
	width: 300px;
	padding: 0;
}

body#sideBox .sideContent h3.phone {
	color: #cc0404;
	font-size: 16px;
}


body#sideBox .sideContent p.caption {	
	font: normal 11px/13px arial, helvetica, sans-serif;
	color: #555555;
	margin: 0 0 24px 0;
	padding: 6px;
	background: #eee;
	width: 288px; 
}

/* body#sideBox .sideContent */ p.displayBox {	
	padding: 9px 8px;
	background: #F5F5F5;
	width: 288px;
	border: 1px solid #930;
	border-top: 8px solid #930;
}

body#sideBox div#pageText hr {
	margin: 2px 0 10px 34px;
	width: 380px;
}


/* ------------------- */
/* bypass width        */
/* ------------------- */


body#sideBox div#fullwidth p, 
body#sideBox div#fullwidth hr {
	margin: 2px 34px 0 34px;
	width: 700px;
}

body#sideBox div#fullwidth ul, 
body#sideBox div#fullwidth ol {
	margin: 2px 34px 10px 52px;
	width: 682px;
}
body#sideBox div#fullwidth div#multipleTables table table {
	margin: 0;
}
body#sideBox div#fullwidth div#multipleTables td p {
	margin: 0;
	width: auto;
}


/* ------------------- */
/* columns w/logo      */
/* ------------------- */

.column-wlogo .content-col {
  margin-right: 200px;
  margin-left: 0;
  padding: 20px 0;
  width: 500px;
  }
.column-wlogo.onleft .content-col {
  margin-right: 0;
  margin-left: 200px;
  }
body#sideBox div#fullwidth .column-wlogo .content-col p {
  width: 500px;
  }
  
body#sideBox .column-wlogo .content-col h4 {
  padding-bottom: 1em;
  margin-bottom: 0;
  font-size: 12px;
  }
  
.column-wlogo img.logo {
  float: right;
  margin: 23px 40px 20px 0;
  border: none;
  }
.column-wlogo.onleft img.logo {
  float: left;
  margin: 23px 0 20px 34px;
  }
  
.column-wlogo hr {
  clear: both;
  }



/* ------------------- */
/* seating price table */
/* ------------------- */


table.priceChart {
	width: 300px;	
}

table.priceChart td {
	padding: 2px 3px;
	color: #fff;
}

table.priceChart th {
	text-align: left;
	background: #eee;
	padding: 2px 3px;
}

table.priceChart tr.box td {
	background: #3c69ae;
}

table.priceChart tr.terrace td {
	background: #c70c47;
}

table.priceChart tr.diamond td {
	background: #87288f;
}

table.priceChart tr.lawn td {
	background: #6bbf69;
}

table.priceChart tr.standing td {
	background: #a7a9ac;
	color: #000;
}

table.priceChart tr.seating td {
	background: #ffde00;
	color: #000;
}

table.priceChart tr.picnic td {
	background: #f7941d;
}


/* ----------------------------- */
/* exceptions for specific pages */
/* ----------------------------- */

div#thumbDisplay td {
	padding-bottom: 24px;
}

div#thumbDisplay p, div#thumbDisplay h3, div#thumbDisplay h4 {
	padding: 0;
	margin: 0 0 2px 0;
}

div#thumbDisplay p {
	margin-bottom: 12px;
}

/* ----------------------------- */
/* exceptions for weather notification */
/* ----------------------------- */
.weather {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 5px;
}


/* -------------------------------------------------------------- */
/* "New for 2009" box that appears on several group-related pages */
/* -------------------------------------------------------------- */

body#sideBox div.new-box {
	background-color:#eeeeee;
	border:1px solid #666666;
	width:375px;
	margin-left:35px;
	margin-bottom:15px;
}

body#sideBox div.new-box h3 {
	margin:10px;
	width:355px;
}

body#sideBox div.new-box p {
	margin:10px;
	width:355px;
}
