/* GLOBAL STYLES ----------------------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	background: #C8C09E;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #573F15;
}
#wrapper {
	width: 750px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	position:relative;
	display:block;
	padding:0 6px 0 24px;
}
* html #wrapper /* this selector recognized by IE only */
{
  width: 780px;   /* total width (only for IE5.x/Win) */
  w\idth: 750px;  /* content width (for other IE) */
}
a {
	text-decoration:underline;
	color:#B85200;
	}
a:hover {
	text-decoration:none;
	}
.masthead {
	width:780px;
	height:96px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	padding:0;
	}

/* NAV STYLES ----------------------------------------------------------*/

#nav {
	background-color:#573F15;
	}
#nav img {
	border:none;
	padding:0;
	margin:0;
	clear:both;
	}

/* SUBNAV STYLES ----------------------------------------------------------*/

#column {
	clear:left;
	width:165px;
	float:left;
	padding:0;
	margin:0;
	}
	
#subnav {
	width: 165px;
	text-align:center;
	color:#F9F8F1;
}
#subnav ul {
	margin: 0px;
	padding: 0px;
}
#subnav li {
	display: inline;
	margin: 0px;
}
#subnav li a {
	border-bottom: 1px solid #C8C09E;
	background-color:#766547;
	display: block;
	margin: 0px;
	padding: 3px 0px 3px 0;
	text-decoration: none;
	color:#F9F8F1;
}
#subnav li a:hover {
	background: #A39884;
	color:#F9F8F1;
}
#subnav li.primaryON, #subnav li.primaryON a {
	background: #B85200;
}
#subnav li.primaryON a:hover {
	background: #B85200;
}
#subnav li.child, #subnav li.child a {
	background: #C8C09E;
	color:#573F15;
	margin:0 5px 0 5px;
	
}
#subnav li.childON a, #subnav li.child a {
	display: block;
	padding: 1px 0px 1px 0;
	margin:0 5px 0 5px;
	border-bottom: 1px solid #766547;
}
#subnav li.childON, #subnav li.childON a {
	background: #C8C09E;
	margin:0 5px 0 5px;
	font-weight:bold;
}
* html #subnav li.childON {
	background: #C8C09E;
	margin:0 5px 0 5px;
}
#subnav li.child a:hover, #subnav li.childON a:hover {
	background: #C8C09E;
	margin:0 5px 0 5px;
}

	
/* CONTENT STYLES ----------------------------------------------------------*/

#contentwrap {
	padding:5px;
	margin:0;
	width:561px;
	float:right;
	background: #FFFFFF;
	border-right: 7px solid #B0A782;
	border-bottom: 7px solid #B0A782;
	border-left: 7px solid #B0A782;
	min-height:1000px;
	}

#content {
	padding:0 10px 0 30px;
	}
#content p {
	margin: 0 0 15px 0;
	}
.title {
	height:75px;
	width:561px;
	border-bottom:1px solid #B0B0B0;
	background-color:#E6E5E5;
	margin-bottom:30px;
	}
.quotes {
	background-color:#E6E5E5;
	padding: 15px;
	margin-bottom: 25px;
	font-style: italic;
}
h1 {
	color: #B85200;
	margin:0 0 10px;
	padding: 0;
	font-size: 16px;
	}
h2 {
	color: #B85200;
	margin:0 0 10px;
	padding: 0;
	font-size: 13px;
	}
.photo {
	float:right;
	border: 6px solid #ECECD6;
	margin:0 0 15px 15px;
	clear: right;
	}
.imgRight {
	float:right;
	margin:0 0 15px 15px;
	clear: right;
	}
.imgLeft {
	float:left;
	margin:0 15px 15px 0;
	clear: left;
	}
#footer {
	width: 571px;
	margin:0 0 20px;
	float:right;
	padding:7px 7px 0 7px;
	font-size:11px;
	color:#573F15;
	}
#footer a {
	color: #573F15;
	text-decoration:none;
	}
#subscribe {
	width:571px;
	height:35px;
	display:block;
	text-align:right;
	background-color:#D3CDB1;
	float:right;
	padding:0;
	margin:0;
	border-right: 7px solid #B0A782;
	border-left: 7px solid #B0A782;
	}
#subscribe .field {
	padding:2px;
	margin:6px 0 7px 0;
	background-color:#F9F8F1;
	border:1px solid #B0A782;
	vertical-align: top;
	}
#subscribe form {
	padding:0;
	margin:0;
	}
div#seats {
	background-color:#FFFFFF;
}
#seats, #seats h1, #seats h2, #seats .imgLeft {
	color:#77141B;
}
#seats .imgLeft {
	font-size:11px;
}
.imgLeft p {
	padding:7px 0 0 0;
}

/* GENERAL TABLES --------------------------------- */

td, th {
	padding:10px;
	text-align:left;
}

th {
	border-bottom:1px solid #573F15;
}

td.indent {
	padding-left:35px;
}

td.alt {
	background:#e6e5e5;
}


/* SUBMISSION FORMS --------------------------------- */

.submit {
	
}
.submit td {
	
}
.submit td, .submit th {
	padding:10px;
	text-align:left;
}
.submit th {
	font-weight:bold;
	padding:3px 6px 3px 6px;
}

.submit input, .submit textarea, .submit select {
	padding:4px;
	margin:0;
	color:#666666;
	border: 1px solid #D1D0AD;
	width:200px;
}
.submit textarea {
	width:450px;
}
.submit em {
	font-size:85%;
}

label.error, #warning {
	display:block;
	color:#CC0000;
}
#warning {
	display:none;
}





/* ===================================================	
	PARASITE STYLES	
=================================================== */
#toolbar a {
	background: #FF7F00;
	padding: 2px 5px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration:none;
}

