/* Begin CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
	
body {
	line-height: 1em; }
	
ol, ul {
	list-style: none; }
	
blockquote, q {
	quotes: none; }
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }

/* remember to define focus styles! */
:focus {
	outline: 0; }

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none; }
	
del {
	text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0; }
	
/* End CSS Reset */

html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-text-size-adjust: none; }

body {
  	font-family: arial, helvetica, sans-serif;
  	font-size: 90%;
	text-align: left;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #33569b;
	color: #fff; }
	
p {
	font-size: 1em;
	line-height: 1.2em;
	padding-bottom: 1em;
	text-align: left; }
	
h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em; }
	
p + h1 {
	padding-top: 2em;
	margin-bottom: .25em; }
	
h2 {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: .25em; }
	
a:link, a:hover, a:visited {
	color: #fff; 
	font-decoration: underlined; }
	
#logo {
	position: absolute;
	top: 5px;
	left: 3px;
	z-index: 3;
	border: 0; }
	
#menu {
	position: relative;
	height: auto;
	width: auto;
	padding: .75em 0 .75em 265px;
	margin: 0;
	z-index: 2;
	background: #c3983a; }
	
#menu a:link, #menu a:hover, #menu a:visited {
	padding: 0 0 3px 0;
	margin-right: 1em;
	font-size: .95em;
	font-weight: bold;
	text-decoration: none;
	color: #fff; }
	
#menu a.active {
	color: #fff;
	background: url("/graphics/menu_back.gif") bottom  repeat-x; }
	
#hidden {
	display: none; }
	
#bigImage {
	position: relative;
	height: 554px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	z-index: 1; }
	
#shadowImage {
	position: relative;
	height: 12px;
	padding: 0;
	margin: 0;
	background: url("/graphics/shadow.jpg") no-repeat; }
	
#fence {
	position: relative;
	width: 770px;
	height: 100%;
	margin: 0 15px 25px 15px;
	padding: 0; }
	
#concerts {
	float: left;
	width: 230px;
	height: auto;
	margin: 0;
	padding: 0;
	background: #fff url("/graphics/box-top.gif") top no-repeat;
	color: #33569b; }
	
#concerts h1 {
	padding: 15px 10px 0 10px;
	text-align: center; }
	
#concerts ul {
	padding: 0 10px 20px 10px;
	list-style-position: outside;
	background: url("/graphics/box-bottom.gif") bottom no-repeat; }
	
#concerts ul li {
	font-size: .9em;
	color: #33569b;
	text-align: center;
	text-decoration: none; }
	
#concerts ul li a:link, #concerts ul li a:hover, #concerts ul li a:visited {
	color: #33569b;
	text-align: left;
	text-decoration: underline; }
	
#concerts ul li + li, #content ul li + li {
	padding-top: .75em; }
	
#mp3 {
	float: left;
	width: 230px;
	height: auto;
	margin-top: 110px;
	padding: 0;
	background: #fff url("/graphics/box-top.gif") top no-repeat;
	color: #33569b;
	clear: left; }
	
#mp3 h1 {
	padding: 15px 10px 0 10px;
	text-align: center; }
	
#mp3 ul {
	padding: 0 10px 20px 10px;
	list-style-position: outside;
	background: url("/graphics/box-bottom.gif") bottom no-repeat; }
	
#mp3 ul li {
	font-size: .9em;
	color: #33569b;
	text-align: center;
	text-decoration: none; }
	
#mp3 ul li a:link, #mp3 ul li a:hover, #mp3 ul li a:visited {
	color: #33569b;
	text-align: left;
	text-decoration: underline; }
	
#mp3 ul li + li, #mp3 ul li + li {
	padding-top: .75em; }
		
#list {
	float: left;
	width: 230px;
	height: auto;
	margin-top: 20px;
	padding: 0;
	text-align: left;
	background: #fff url("/graphics/box-top.gif") top no-repeat;
	color: #33569b;
	clear: both; }
	
#list p {
	font-size: .9em;
	text-align: center;
	padding: 0 10px 1em 10px; }
	
#list ul {
	padding: 0 10px 20px 10px;
	list-style-position: outside;
	background: url("/graphics/box-bottom.gif") bottom no-repeat; }
	
#list ul li {
	font-size: .9em;
	color: #33569b;
	height: auto;
	text-align: center;
	line-height: 1.2em;
	text-decoration: none; }
	
#list ul li + li {
	padding-top: 1em; }
	
#list h2 {
	text-align: center;
	padding: 15px 10px 1em 10px; }
	
#list p + h2 {
	padding-top: 0; }
	
ol {
	list-style: decimal;
	list-style-position: inside; }
	
#leftSide {
	float: left;
	width: 230px;
	height: 100%;
	margin-top: 110px;
	padding: 0;
	background: #33569b;
	color: #fff; }
	
#leftSide a:link img {
	width: 226px;
	padding: 2px;
	margin-bottom: 1em;
	background: #fff; }
	
#leftSide a:hover img {
	background: #c3983a; }
	
#contentHome {
	position: relative;
	width: 510px;
	margin: 0 0 0 250px;
	height: 100%; }
	
#content, #roster {	
	position: relative;
	width: 510px;
	margin: 1em 0 0 250px;
	height: 100%; }
	
.calendar {
	clear: right;
	float: left;
	margin-right: 10px;
	width: 60px;
	height: 77px; }
  
#content .calendar-icon-1 {
  background: url('/graphics/cal-jan.gif'); }
  
#content .calendar-icon-2 {
  background: url('/graphics/cal-feb.gif'); }
  
#content .calendar-icon-3 {
  background: url('/graphics/cal-mar.gif'); }
  
#content .calendar-icon-4 {
  background: url('/graphics/cal-apr.gif'); }
  
#content .calendar-icon-5 {
  background: url('/graphics/cal-may.gif'); }
  
#content .calendar-icon-6 {
  background: url('/graphics/cal-jun.gif'); }
  
#content .calendar-icon-7 {
  background: url('/graphics/cal-jul.gif'); }
  
#content .calendar-icon-8 {
  background: url('/graphics/cal-aug.gif'); }
  
#content .calendar-icon-9 {
  background: url('/graphics/cal-sep.gif'); }
  
#content .calendar-icon-10 {
  background: url('/graphics/cal-oct.gif'); }
  
#content .calendar-icon-11 {
  background: url('/graphics/cal-nov.gif'); }
  
#content .calendar-icon-12 {
  background: url('/graphics/cal-dec.gif'); }
   
.calendar-day {
  font-weight: bold;
  font-size: 2em;
  line-height: normal;
  color: #000;
  width: 60px;
  text-align:center;
  padding-top: 35px; }
	
#content ul {
	list-style-position: outside;
	background: #33569b; }
	
#content ul + ul {
	margin-top: 1.5em; }
	
#content ul li {
	font-size: 1em;
	color: #fff;
	height: auto;
	padding-top: 8px;
	line-height: 1em;
	text-align: left;
	text-decoration: none; }
	
#content ul li a:link, #content ul li a:hover, #content ul li a:visited {
	color: #fff;
	text-align: left;
	text-decoration: underline; }
	
#content ul li + li {
	padding-top: .25em; }
	
#content ul + h2, #content h2 {
	padding-top: 2em; }

#roster ul {
	list-style-position: outside;
	background: #33569b; }
	
#roster ul li {
	font-size: 1em;
	color: #fff;
	height: auto;
	line-height: 1.2em;
	text-align: left;
	text-decoration: none; }
	
#roster ul li a:link, #roster ul li a:hover, #roster ul li a:visited {
	color: #fff;
	text-align: left;
	text-decoration: underline; }
	
#roster ul li + li {
	padding-top: 1em; }
	
#roster h2 {
	padding-top: 2em; }
	
#roster p + h2 {
	padding-top: 0; }
	
.bold {
	font-weight: bold; }
	
.underline {
	text-decoration: underline; }
	
.oblique {
	font-style: italic;
	font-weight: bold; }

.red {
	color: #f30; }
	
.blue {
	color: #33569B;
	text-align: center; 
	padding: 10px 0 5px 0; }
	
form {
	color: #fff; }
	
p + form {
	padding-top: 1em; }

div.photos {
	float: left;
	margin-bottom: 2em; }
	
div.photos a:link img {
	float: left;
	padding: 2px;
	margin: 0 10px 10px 0;
	background: #fff; }
	
div.photos a:hover img {
	background: #c3983a; }
	
div.photos a:link img.last {
	margin-right: 0; }
	
div.photos h2 {
	padding-bottom: .5em; }
	
div.clear {
	clear: both; }
	
input {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #fff;
	background: #33569b;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dashed #fff; }
	
textarea {
	font-family: arial, helvetica, sans-serif;;
	font-size: 1em;
	color: #fff;
	background: #33569b; }
	
input.noline {
	border: 0;
	padding-top: 1.5em; }
	
textarea {
	border: 1px dashed #fff; }
	
#sponsors {
	position: relative;
	width: 510px;
	padding: 0;
	height: 130px;
	background: url('/graphics/logo-background.gif') no-repeat; }
	
#sponsors img, #sponsors img a:link {
	padding: 11px;
	vertical-align: middle;
	border: 0; }
	
#footer {
	float: left;
	width: 770px;
	height: auto;
	padding-top: 1em;
	margin: 20px 0;
	background: #33569b; }
	
#footer p {
	font-size: .85em;
	text-align: center; }
	
/* Begin Lightbox CSS */

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0; }
	
#lightbox img {
	width: auto;
	height: auto; }
	
#lightbox a img {
	border: none; }

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto; }
	
#imageContainer {
	padding: 10px; }

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0; }
	
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10; }
	
#imageContainer>#hoverNav {
	left: 0; }
	
#hoverNav a {
	outline: none; }

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block; }
	
#prevLink {
	left: 0;
	float: left; }
	
#nextLink {
	right: 0;
	float: right; }
	
#prevLink:hover, #prevLink:visited:hover {
	background: url("/graphics/prevlabel.gif") left 15% no-repeat; }
	
#nextLink:hover, #nextLink:visited:hover {
	background: url("/graphics/nextlabel.gif") right 15% no-repeat; }

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%; }

#imageData {
	padding: 0 10px;
	color: #666; }
	
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left; }
	
#imageData #caption {
	font-weight: bold; }
	
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em; }
	
#imageData #bottomNavClose {
	width: 66px;
	float: right; 
	padding-bottom: 0.7em;
	outline: none; }	 	

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000; }

/* End Lightbox CSS */
	