body {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #000;
	background: url(assets/bg_body.jpg) no-repeat #d3c0a4 center top;
}

h1, h2, h3, h4, h5 {
	color: #6e2828;
	margin: 0 0 6px 0;
	letter-spacing: .05em;
}

h1 { font-size: 15px; }
h2 { font-size: 15px; }
h3 { font-size: 13px; }
h4, h5 { font-size: 12px; }
p { margin: 0 0 6px 0; }

a:link {
	color: #6a2626;
	text-decoration: none;
	font-weight: bold;
}

a:visited { color: #bb702e; }
a:hover { color: #183d51; }
a:active { color: #6a2626; }

#content a {
text-decoration: underline;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
}

#wrapper { margin: 0 auto;}
#wrapper, #header, #mainnav {width: 990px;}

#header {
	height: 103px;
	text-align: left;
	margin-top: 30px;
	background: url(assets/matrix.jpg) no-repeat 0 0;
}

#header div {
	float: left;
	display: inline;
	height: 103px;
	text-indent: -9000px;
}

#logo a {
	width: 87px;
	height: 82px;
	display: block;
	background: url(assets/logo.gif) no-repeat;
	margin: 12px 0 0 148px;
}


#mainnav, .imagecaption, #pagetitle a {
	font-family: "New Century Schoolbook", "Century Schoolbook", "Georgia", Times, "Times New-Roman", Serif;

}
#mainnav {
	padding-top: 7px;
	font-size: 15px;
	height: 53px;
	background: url(assets/matrix.jpg) no-repeat #6a2626 0 -100px;
}

#centeredmenu {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}

#centeredmenu ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}

#centeredmenu ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}

#centeredmenu ul li a {
	display: block;
	padding: 12px 17px 14px 17px;
	color: #fff;
	text-decoration: none;
	line-height: 1.3em;
	font-weight: normal;
}

#centeredmenu ul li a:hover { color: #d48e45; background: url(assets/matrix.jpg) no-repeat -535px -244px; }

#centeredmenu ul li a.current{color: #d2b38f;background: url(assets/matrix.jpg) no-repeat -535px -244px; }
#centeredmenu ul li a.active:hover {
	color: #d48e45;
	font-weight: bold;
}
/* search */
#search-h {
	background: url(assets/bg_searchbox.jpg) no-repeat;
	width: 250px;
	height: 30px;	
	margin-bottom: 20px;
	padding-top: 4px;
}

#search-h form {
	margin: 0;
	padding: 0;
}

#search-field-h {
	width: 188px;
	background-color: transparent;
	border: none;
	float: left;
	color: #666;
	font-size: 11px;
	padding: 5px 0 0 25px;
}


#search {
	width: 230px;
	float: left;
/*	background: url(assets/bg_matrix.gif) no-repeat -815px 0;    REMOVED 404 ERROR  */
	padding-top: 9px;
	height: 70px;
}
#search img {margin: 0; padding: 0;}


#search form {
	margin: 0;
	padding: 0;
}

#search-field {
	width: 188px;
	background-color: transparent;
	border: none;
	float: left;
	color: #666;
	font-size: 11px;
	padding: 5px 0 0 10px;
}

#contentwrap {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	background: url(assets/bg_content.jpg) #fff repeat;
	height: 1%;
	overflow: hidden;
	clear: both;
	padding: 0px 20px 20px 0;
}
#contentwrap2 {
	width: 990px;
	height: 1%;
	overflow: hidden;
	background: url(assets/bg_top.jpg) no-repeat transparent 0 0;
}
#scrolly {
	width: 800px;
	height: 30px;
	background: url(assets/matrix.jpg) no-repeat 0 -204px;
	margin: 10px 0 15px 0;
}
#leftcol, #content, #leftcol-h, #content-home #toolbox {
	float: left;
	display: inline;
}

#leftcol { width: 210px;}
#content { width: 760px;}
#content-home #toolbox { width: 660px; text-align: justify; font-size: 14px; line-height: 20px; }
#leftcol-h {width: 290px;}

#leftcol-h a#member-h {
	display: block;
	background: url(assets/matrix.jpg) no-repeat 0 -234px;
	width: 260px;
	height: 150px;
	margin-bottom: 20px;
 text-indent: -9000px;
}
#leftcol-h a:hover#member-h {background-position: -245px -234px;}
/*feature boxes*/
#features, a:hover#enews, a:hover#friendsgoodwill, a:hover#member {
	background: url(assets/leftcolitems.jpg) no-repeat;
	width: 190px;
}


#features span {
	text-indent: 0;
	padding: 0 14px;
	margin-top: 130px;
	display: block;
}
a#enews, a#friendsgoodwill, a#member {
	display: block;
	width: 190px;
}
/* NEW SIDE &*/
a#sidetick1, a#sidetick2, a#sidetick3, a#sidetick4 {
	display: block;
	width: 190px;
	background: url(assets/leftcolitems.jpg);
	}
#features #sidetick1 {
	height: 34px;
	background-position: 0 -226px;
	}
#features #sidetick2 {
	height: 145px;
	background-position: 0 -260px;
	}
#features #sidetick3 {
	height: 109px;
	background-position: 0 -405px;
	}
#features #sidetick4 {
	height: 136px;
	background-position: 0 -514px;
	}
#features a:hover#sidetick1 {
	height: 34px;
	background-position: 190px -226px;
	}
#features a:hover#sidetick2 {
	height: 145px;
	background-position: 190px -260px;
	}
#features a:hover#sidetick3 {
	height: 109px;
	background-position: 190px -405px;
	}
#features a:hover#sidetick4 {
	height: 136px;
	background-position: 190px -514px;
	}



#features {
	background-position: 0 -140px;
	text-indent: -9000px;
}
a#enews {height: 80px; width: 190px; }
a:hover#enews {	background-position: -190px -140px;}
a#friendsgoodwill  {height: 146px;}
a:hover#friendsgoodwill {background-position: -190px -220px;}
a#member {
	height: 157px;
	margin-top: 24px;
}
a:hover#member {background-position: -190px -390px;}
/*end feature boxes */

/* sublevel */
#subnavwrapper {
	margin: 0;
	padding: 0;
}
#subnavwrapper a {font-weight: bold; color: #043261;}
#pagetitle {
	width: 190px;
	text-align: center;
	background: url(assets/bg_leftcolitems.jpg) #e5e0c7 no-repeat;
	padding-top: 22px;
}
#pagetitle a {
	display: block;
	padding: 15px 0 5px 0;
	font-size: 14px;
	text-decoration: none;
	margin: 0;
	color: #6b2626;
}
#pagetitlebot {
	height: 15px;
	background: url(assets/bg_leftcolitems.jpg) #e5e0c7 no-repeat 0 -100px;
}
#sublevelbot {
	width: 190px;
	height: 37px;
	background: url(assets/bg_leftcolitems.jpg) transparent no-repeat -190px -98px;
}
#sublevel img {display: inline;}
#sublevel {
	padding: 0 0 5px 0;
	margin: 0;
	width: 190px;
	background: url(assets/bg_sublevel.jpg) repeat-y #fff;
}

#sublevel li {
	list-style: none;
	margin: 0;
	padding: 5px 0 3px 10px;
}

#sublevel a {
	text-decoration: none;
	color: #000;
}

#sublevel li a:hover { color: #f8b818; }

/* sub sub nav */
#sublevel ul {
	padding: 0px;
	margin: 0;
	border-bottom: 0;
}

#sublevel ul li {
	border-bottom: 0;
	padding: 2px 0 2px 10px;
}

#sublevel ul li a {color: #6a2626; }

/* end sub sub level */


/* roating images */
#rotating {
	background: url(assets/homeBg.jpg) no-repeat 0 0;
	width: 990px;
	margin: 0;
	height: 332px;
	text-align: left;
	text-indent: -9000px;
	position: relative;
	}
#rotating span {
	position: absolute;
	bottom: 0;
	right: 0;
	text-indent: 0;
	display: block;
	height: 20px;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	background: #D3C0A4;
	background: rgba(211, 192, 164, 0.6);
	width: 314px;
	text-shadow: 1px 1px 1px #fff;
	}
#rotating a { text-decoration: none;}
#rotating a:link { color: black;}
#rotating a:visited { color: black;}
#rotating a:hover { color: black;}
#rotating a:active { color: black;}
/* Tickets Graphic */
#hTickets {
	height: 158px;
	width: 314px;
	background: url(assets/tickets2.gif) no-repeat;
	position: absolute;
	left: 26px;
	top: 30px;
	}
a#tickets {
	display: block;
	float: left;
	width: 146px;
	height: 133px;
	position: relative;
	}
a#lindyLou {
	display: block;
	float: left;
	width: 168px;
	height: 133px;
	position: relative;
	}
a#tickets2 {
	display: block;
	width: 314px;
	height: 25px;
	clear: both;
	}
#slideshow {
	position: absolute;
	right: 68px;
	top: 36px;
	text-align: left;
	width: 416px;
	height: 257px;
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
	overflow: hidden;
	}
/* TOOLBOX */

#breadcrumb {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #be9355;
	margin-bottom: 20px;
	padding-top: 10px;
	width: 530px;
	height: 40px;
	float: left;
	display: inline;
}

#breadcrumb a:link { color: #be9355; text-decoration: underline; }
#breadcrumb a:hover { color: #02203e; }
#breadcrumb .current { color: #be9355; }
#category { 
	clear: both;
	margin-bottom: 20px;
	}

.listing {
	clear: both;
	padding: 15px 0;
}

.imageright img, .imageleft img { 
	padding: 7px;
	background-color: #fff;
	border: 1px solid #c5ab87;
	border-bottom: 0; }
.imageright .noborder, .imageleft .noborder {border: 0;}
.imageright {
	float: right;
	position: relative;
	margin: 0 0 18px 25px;
}

.imageleft {
	float: left;
	position: relative;
	margin: 0 15px 8px 0;
}

.imagecaption {
	font-size: 12px;
	font-weight: bold;
	padding: 0 8px 0 8px;
	margin: 0px 0 15px 0;
	color: #163d51;
/*	background: url(assets/bg_matrix.gif) no-repeat #fff -950px -645px;   REMOVED 404 ERROR */
	border: 1px solid #c5ab87;
	border-top: 0;
}

.imagecaption p {
	margin: 0;
	padding: 0px;
}

/* END TOOL BOX */
#footer {
	clear: both;
	margin: 0 auto;
	color: #000;
	text-align: left;
	padding-left: 148px;
	padding-top: 103px;
	font-size: 11px;
	background: url(assets/matrix.jpg) no-repeat 0 -400px;
}

#footer, #puremich, #copyright {width: 842px;}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #6a2626;
}
#footer a:hover { color: #183d51; }
#footer #one, #footer #two, #footer #three {
	float: left;
	display: inline;
}
#footer #one {
	font-weight: bold;
	width: 500px;
}
#footer #two {
	width: 25%;
}
#footer #three {
	width: 15%;
}

#one a#logo {
	float: left;
	display: block;
	width: 87px;
	height: 82px;
	margin-right: 10px;
	background: url(assets/logo.gif) no-repeat;
	text-indent: -9000px;
}
#footer #three p {display: block; clear: both; padding-top: 10px;}
#socialmedia {margin: 10px 0;}
#socialmedia a{display:inline; float: left; margin-right: 5px;}
.weather { color: #02345b; font-weight: bold;}
.temp {font-size: 18px;}
#copyright {
	font-size: 10px;
	padding: 20px 0;
	color: #666;
	clear: both;
	text-align: center;
	width: 990px;
}

#copyright a {
	color: #666;
	text-decoration: underline;
	font-weight: bold;
}

#copyright a:hover {color: #000;}

/* File Uploads */
.file-download, .download {
	background-repeat: no-repeat;
	background-position: left;
	padding: 1px 2px;	
	padding-left: 20px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 5px;
	display: block;
	float: left;
	clear: left;
	}
.avi	{ background-image: url(images/file-ext/avi.gif);}
.doc	{ background-image: url(images/file-ext/doc.gif);}
.gif	{ background-image: url(images/file-ext/gif.gif);}
.html	{ background-image: url(images/file-ext/html.gif);}
.jpg	{ background-image: url(images/file-ext/jpg.gif);}
.mov	{ background-image: url(images/file-ext/mov.gif);}
.mp3	{ background-image: url(images/file-ext/mp3.gif);}
.pdf	{ background-image: url(images/file-ext/pdf.png);}
.ppt	{ background-image: url(images/file-ext/ppt.gif);}
.txt	{ background-image: url(images/file-ext/txt.png);}
.wmv	{ background-image: url(images/file-ext/wmv.gif);}
.xls	{ background-image: url(images/file-ext/xls.gif);}
.zip	{ background-image: url(images/file-ext/zip.png);}
.download {
	background-image: url(images/file-ext/download.gif);
	clear: left;
	background-repeat: no-repeat;
}

/* Tickets */
#dateForm {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 2px solid #CFC09B;
	height: 1%;
	overflow: hidden;
	background: #571314;
	margin: 0;
	padding: 15px;
	color: white;
	text-shadow: 1px 1px 1px #000;
	clear: both;
	}
#dateForm label:hover {
	background: #8F3539;
	cursor: hand;
	cursor: pointer;
	}
#dateForm label {
	padding: 2px 2px;
	}
#dateForm div h2 {
	color: white;
	}
#dateForm div {
	height: 1%;
	overflow: hidden;
	}
#dateForm div div {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: transparent;
	margin: 0;
	padding: 10px 25px;
	color: white;
	float: left;
	}
#dateForm #fD {
	width: 220px;
	}
#dateForm #fP {
	width: 70px;
	}
#dateForm #fV {
	width: 280px;
	}
#dateForm input[type="submit"] {
	clear: both;
	margin-top: 1em;
	margin-left: 250px;
	}
#fD h2 {
	margin-bottom: 0;
	}
#dateForm select {
	margin: 0 5px;
}
#search_date_year {
	margin-right: 30px;
}
#mmTickets p {
	margin: 12px;
}

.ticket {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 2px solid #571314;
	background: #CFC09B;
	background: #DFD3B5;
	padding: 10px;
	margin: 1em 0;
	height: 1%;
	overflow: hidden;
}
.ticket h2 {
	font-size: 18px;
}
#ticketSelection h1 {
	font-size: 24px;
	margin-top: 1em;
	}

#mmTickets .ticket p {
	margin: 1em 0;
}
.ticketHidden {
	display: none;
}
.tCat {
	padding: 5px 10px;
	background: #571314;
	color: #DFD3B5;
	text-shadow: 1px 1px 1px #333;
	float: right;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 2px solid #CFC09B;
	font-size: 12px;
	font-weight: normal;
}

#ticketCart {
	border: 2px solid #DFD3B5;
	padding: 10px;
	margin: 1em 0;
	background: white;
}
#ticketCart table {
	margin: 0 auto;
	margin-bottom: 1em;
}
#ticketCart h2 {
	background: #DFD3B5;
	padding: 10px;
}
#ticketCart table, #ticketCart th, #ticketCart tr, #ticketCart td {
	border-collapse: collapse;
}

#ticketCart td, #ticketCart th {
	padding: 6px 8px;
}
.tItemTotal, #tTotal {
	border-bottom: 1px solid #571314;
}
#tTotal {
	text-align: right;
	background: #DFD3B5;
}
#tTr {
	background: #C5AB86;
	background: #8F3539;
	color: white;
	text-shadow: 1px 1px 1px #000;
}
.summaryInput {
	width: 30px;
}

