@charset "utf-8";
/* CSS Document */html {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #590406;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #970F00;
	text-decoration: underline;
}
a:hover {
	color: #590406;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	color: #970F00;
	text-align: center;
	margin: 0;
}
.red_title {
	color: #970F00;
	font-size: 14px;
	font-weight: 700;
}
.lg_red_title {
	font-size: 24px;
	color: #970F00;
	text-align: center;
	font-weight: 700;
}
#main_container {
	width: 816px;
	margin: 8px auto 50px auto;
	background: url(images/body_bg.gif) repeat-y;
}

/*----- Styles for "Main Horizontal Navigation ----*/

.hnav {
	clear: left;
	width: 816px;
	background: url(images/nav_bg.gif) no-repeat;
	height: 31px;
}
.hnav ul {
	margin: 0;
	padding-left: 35px;
	float: left;
}
.hnav ul li {
	display: inline;
	line-height: 29px;
}
.hnav ul li a {
	float: left;
	color: white;
	padding: 0px 10px;
	text-decoration: none;
}
.hnav ul li a:visited {
	color: #FFF;
	text-decoration: none;
	
}
.hnav ul li a:hover, #nav ul li .current {
	color: #FFF;
	background: url(images/nav_bg_over.gif) repeat-x;
	height: 31px;
}
.nav_spacer {
	width: 125px;
	visibility: hidden;
	display: block;
	height: 31px;
}

/*---- Styles for "Content" ----*/

#content_wrap {
	float: left;
	width: 816px;
	background: url(images/body_bg.gif) repeat-y;
}
#main_content {
	margin-right: 227px;
	border-right: solid #000 1px;
	margin-top: 1px;
	background: url(images/home_banner.jpg) bottom right no-repeat;
	padding-bottom: 160px;
}
#main_content p {
	margin: 0;
	padding: 20px 20px 20px 45px;
}
#right_column {
	float: left;
	width: 227px;
	margin-left: -227px;
	background: none;
}

/*---- Styles for Footer Navigation ----*/

#bottom_nav {
	clear: both;
	width: 816px;
	height: 25px;
	background: url(images/footnav_bg.gif) no-repeat;
	color: #FFF;
}
#bottom_nav ul {
	margin: 0;
	padding: 8px 35px 0px 0px;
	float: right;
}
#bottom_nav ul li {
	font-size: 10px;
	display: inline;
}
#bottom_nav ul li a {
	float: left;
	color: #FFF;
	padding: 0 8px;
	text-decoration: none;
}
#bottom_nav ul li a:visited {
	color: white;
}
#bottom_nav ul li a:hover, #bottom_nav ul li .current {
	color: white;
	margin-top: -8px;
	padding-top: 8px; 
	padding-bottom: 0;
	background: url(images/footnav_bg_over.gif) repeat-x;
}

/*---- Styles for Footer ----*/

#footer {
	clear: both;
	width: 816px;
	background: #590406 url(images/footer.gif) no-repeat;
	color: #970F00;
	padding: 65px 0 0 0;
	font-size: 10px;
	color: #970F00;
}    
.credits {
	float: right;
}
.credits img {
	margin: 2px 0 0 10px;
}
.credits a:hover {
	color: #FFF;
	text-decoration: none;
}

/* ---- Styles for Calendar ---- */

#calendar_content {
	width: 816px;
	/*background: url(images/background_cal.gif) top center no-repeat;*/
}
#calendar_content table {
	width: 765px;
	font-size: 10px;
}
#calendar_content th {
	width: 14%;
	background-color: #515151;
	text-align: center;
	text-transform: capitalize;
	color: #FFF;
}
#calendar_content .week {
	width: 14%;
	height:	90px;
	background-color: #EEEEDD;
}
#calendar_content table span {
	font-size: 14px;
	font-weight: 700;
	color: #970F00;
}
#calendar_content .weekend {
	width: 14%;
	height:	90px;
	background-color: #CC9999;
}
#calendar_content .month {
	font-size: 16px;
	font-weight: 700;
	padding: 5px 0 5px 15px;
	background: #590406;
	color: #FFF;
}
#calendar_content p {
	padding: 20px 35px 20px 35px;
	text-align: center;
}

/* ---- Styles for Contact Form ---- */

#contact_form .form p {
	color: #970F00
}
#contact_form input {
	background-color: #FFF;
	color: #970F00;
	border: 1px solid #970F00;
	margin-bottom: 10px;
}
#contact_form select {
	color: #970F00;
	background-color: #CCCCCC;
}
#contact_form textarea {
	color: #970F00;
	background-color: #FFF;
	border: 1px solid #970F00;
}
.padding {
	color: #666666;
	font-weight: bold;
	padding-top: 5px;
}
.smltext {
	font-size: 10px
}
#contact {
	width: 300px;
	float: left;
	text-align: center;
}

/* ---- artists ---- */

.artists {
	width: 175px;
	margin: 20px 0 0 90px;
	text-align: center;
	float: left;
}

/* ---- Styles for AJAX calendar ---- */

#calendar_container {
	width: 704px;
	margin-left: 25px;
}
#calendar td {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#calback {
	clear: both;
	width: 80%;
	height: 100%;
	background: url('/calendar/images/calWaiting.gif') no-repeat center;
}

#calendar {
	background: #FFF;
	width: 100%;
	height: 100%;
}

.cal {
	width: 400px;
	border: 1px solid #CCC;
	margin: 0 auto;
}

.cal a {
	color: #0C0;
	text-decoration: none;
	border-bottom: 1px dashed #CCC;
	font-size: 9px;
}

.cal a:hover {
	color: #0E0;
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;  
	background: url('/calendar/images/calBack.gif') repeat center left;
	padding: 5px;
}

.calhead img {
	border: none;
}

.calhead table {
	width: 100%;
}

.calhead a {
	text-decoration: none;
	border: none;
}

.dayhead {
	height: 25px;
	background: #EEE;
}

.dayhead td {
	text-align: center;
	color: #000;
}

.dayrow {
	background: #FFF;
	height: 40px;
}

.dayrow td {
	width: 14%;
	font-size: 9px;
	color: #656551;
	padding: 3px;
	border: 1px solid #DDD;
}

.day {
	float: right;
}

.dayover {
	background: #F4F4F4;
}

.dayout {
	background: #FFF;
}

#event {
	font-family: Arial, sans-serif;
	width: 100%;
	height: 100%;
	border-top: 1px solid #727260;
	border-bottom: 1px solid #727260;
}

#event .heading {
	padding: 10px;
	position: relative;
	background: url('/calendar/images/calEvent.gif') repeat-x top left;
	border-bottom: 1px dotted #CCC;
}

#event .title {
	color: #656551;
	font-size: 16px;
	font-weight: bold;
}

#event .posted {
	color: #8C8C73;
	font-size: 10px;
}

#event .back {
	position: absolute;
	top: 10px;
	right: 10px;
}

#event .back a {
	color: #0C0;
	text-decoration: underline;
	border: none;
	font-size: 10px;
}

#event .back a:hover {
	color: #0E0;
}

#event .line {
	padding: 10px;
	overflow: auto;
}

.error {
	color: #C00;
	font-size: 14px;
	font-weight: bold;
}

#jump {
	z-index: 100;
	line-height: 30px;
	padding: 5px;
	background: #F6F6F6;
	border: 1px solid #888;
}

#jump a {
	text-decoration: none;
	border: none;
}

#jump img {
	border: none;
}

/* ---- Styles for survey panel ---- */

#survback {
	background: #FFF url('/survey/waiting.gif') no-repeat center center;
	width: 190px;
	margin: 0 25px 10px 10px;
	float: right;
}

#survey {
	width: 100%;
	background: #FFF;
	height: 100%;
	/*overflow: none;
	opacity: 0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;*/
}

#survey a {
	border: none;
	text-decoration: none;
	color: #590406;	
}

#survey a:hover {
	color: #970F00;	
}

#survey div {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 25px;
}

#surv_main {
	width: 100%;
	border: 1px solid #000;
}

#surv_main .subj {
	width: 100%;
	height: 25px;
	margin: 0;
	background: url('/survey/subj_bar.gif') repeat-x top left;
	color: #FFF;	
	font-weight: bold;
}

#surv_main .ques {
	width: 100%;
	background: url('/survey/ques_back.gif') repeat-x top left;		
	margin: 0;
	padding: 0;
}

#surv_main .q, #survey .a {
	padding: 10px 10px 0px 10px;
	line-height: normal;
}

#surv_main .q {
	font-size: 13px;
	font-weight: bold;
}

#surv_main .ans {
	margin: 0;
	padding: 0;
	display: block;
	line-height: 20px;
}

#surv_main .result {
	position: relative;
	height: 15px;
	line-height: 15px;
	width: 99%;
	background: #F5F5F5;
	border: 1px solid #888;
}

#surv_main .rbar {
	background: url('/survey/ans_bar.gif') repeat-x;
	border-right: 1px solid #666;
	height: 15px;
}

#surv_main .rperc {
	background: transparent;
	line-height: 15px;
	font-size: 11px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 15px;
	z-index: 20;
	color: #333;
}

#surv_main .botm {
	width: 100%;
	height: 25px;
	margin: 0;
	margin-top: 15px;
}
	
#surv_main input {
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

#surv_main .left {
	float: left;
	margin-left: 10px;	
}

#surv_main .right {
	float: right;
	margin-right: 10px;	
}
#main_content #survey .a p {
	padding: 5px 10px;
}
