/*--------------------------------------------------------
  THIS IS THE DEFAULT CSS FILE FOR LIGONIER.ORG
--------------------------------------------------------*/

/*--------------------------------------------------------
  Tag
--------------------------------------------------------*/
body {
	/* background: url(../images/backgrounds/pattern.jpg) top left; */
}
html, body, #main_table {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
}
#main_table {
	margin: 0 auto;
}
html, body, p, table, td, th, div, blockquote, dl {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #000000;
  text-align: left;
}
h3 {
	font-size: 16px;
	color: #9A1313;
	font-weight: bolder;
	margin-bottom: 8px;
}
ul, ol {
  font-family: Verdana, sans-serif;
  font-size: 1.2em;
  color: #474943;
}
form {
	margin: 0;
	padding: 0;
}
img {
  border: none;
}

select, .dropdown_1 {
	font-size: 15px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

ul {
	padding: 0 0 0 25px;
	margin: 0;
}
#container a {
	color: #96050A;
}
/*--------------------------------------------------------
  Div
--------------------------------------------------------*/

#container {
  background: url("/images/backgrounds/container.gif") repeat-x left top;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}
#capsule {
  background: url("/images/backgrounds/capsule.jpg") no-repeat center top;
  margin: 0 auto;
}
#content {
	width: 780px;
	margin: 0 auto;
}
#main {
	background: #fff;
}

#header {
	height: 80px;
	width: 100%;
	overflow: hidden;
}
#header #logo {
	float: left;
}
#header .search {
	float: right;
	padding: 50px 0 0 0;
	line-height: 12px;
	font-size: 12px;
}


#navigation {
	
}
#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 780px;
	overflow: hidden;
}
#navigation ul li {
	float: left;
	padding: 3px 0;
}
#navigation ul li a {
	border-left: dotted 1px #000;
	display: block;
	padding: 8px 0 0 0;
	height: 21px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}
#navigation ul li a strong {
	display: none;
}
#navigation ul li.first a {
	border: 0;
}
#navigation ul li a#nav1 {
	width: 89px;
	background: url(../images/backgrounds/nav/center.gif) no-repeat center 0;
}
#navigation ul li a#nav1:hover {
	background: url(../images/backgrounds/nav/center.gif) no-repeat center -28px;
}

#navigation ul li a#nav2 {
	width: 150px;
	background: url(../images/backgrounds/nav/arts_partners.gif) no-repeat center 0;
}
#navigation ul li a#nav2:hover {
	background: url(../images/backgrounds/nav/arts_partners.gif) no-repeat center -28px;
}

#navigation ul li a#nav3 {
	width: 160px;
	background: url(../images/backgrounds/nav/partners.gif) no-repeat center 0;
}
#navigation ul li a#nav3:hover {
	background: url(../images/backgrounds/nav/partners.gif) no-repeat center -28px;
}

#navigation ul li a#nav4 {
	width: 70px;
	background: url(../images/backgrounds/nav/visit_us.gif) no-repeat center 0;
}
#navigation ul li a#nav4:hover {
	background: url(../images/backgrounds/nav/visit_us.gif) no-repeat center -28px;
}
#navigation ul li a#nav5 {
	width: 73px;
	background: url(../images/backgrounds/nav/support.gif) no-repeat center 0;
}
#navigation ul li a#nav5:hover {
	background: url(../images/backgrounds/nav/support.gif) no-repeat center -28px;
}
#navigation ul li a#nav6 {
	width: 82px;
	background: url(../images/backgrounds/nav/calendar.gif) no-repeat center 0;
}
#navigation ul li a#nav6:hover {
	background: url(../images/backgrounds/nav/calendar.gif) no-repeat center -28px;
}
#navigation ul li a#nav7 {
	width: 72px;
	background: url(../images/backgrounds/nav/tickets.gif) no-repeat center 0;
}
#navigation ul li a#nav7:hover {
	background: url(../images/backgrounds/nav/tickets.gif) no-repeat center -28px;
}
#navigation ul li a#nav8 {
	width: 76px;
	background: url(../images/backgrounds/nav/contact.gif) no-repeat center 0;
}
#navigation ul li a#nav8:hover {
	background: url(../images/backgrounds/nav/contact.gif) no-repeat center -28px;
}




.promos {
	padding: 0 0 8px 0;
	width: 100%;
	overflow: hidden;
}
.promos .promo {
	float: left;
	margin: 8px 0 0 7px;
}



.newsFlash {
	background: #a80021 url(/images/backgrounds/news.jpg) no-repeat top left;
	padding: 10px;
}
.newsFlash .newsFlashItem {
	font-size: 10px;
	font-family: verdana;
	color: #fff;
}
.newsFlash h3 {
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	border-bottom: dotted 1px #fff;
}
.newsFlash a {
	color: #ffb600 !important;
	text-decoration: none;
	border-bottom: dotted 1px #ffb600;
}
.newsFlash a:hover {
	border: none;
}
.social {
	font-size: 12px;
	padding: 10px;
}
.social h3 {
	margin: 0;
	padding: 10px 0 8px 0;
}
.social ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social ul li {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}
.social ul .facebook {
	background: url(../images/icons/facebook.gif) no-repeat 2px 6px;
}
.social ul .twitter {
	background: url(../images/icons/twitter.gif) no-repeat 2px 6px;
}
.social ul .flickr {
	background: url(../images/icons/flickr.gif) no-repeat 2px 6px;
}
.social ul .subscribe {
	background: url(../images/icons/subscribe.gif) no-repeat 2px 6px;
}
.social ul li a {
	display: block;
	padding: 7px 2px 7px 25px;
	margin: 0;
	text-decoration: none;
	color: #333 !important;
	border-top: dotted 1px #ccc;
}


.partners {
	padding: 15px;
	background: #fff;
	margin: 8px 0 0 0;
	width: 750px;
	overflow: hidden;
}
.partners .title {
	float: left;
	margin-top: 10px;
}
.partners .logos {
	float: right;
	width: 615px;
	overflow: hidden;
	border-left: dotted 1px #ccc;
	padding: 0 0 0 10px;
}
.partners .logos img {
	float: left;
}


#footer {
	text-align: left;
	font-family: verdana;
	font-size: 13px;
	padding: 10px 0 20px 0;
}


/*--------------------------------------------------------
  Class
--------------------------------------------------------*/

.bottomnav1
    { font-size: 15px; color: #000; font-weight: normal; padding-left: 1px; padding-right: 1px; line-height: 16px; }
.bottomnav1 a
    { color: #9A1313; text-decoration: none; }
.bottomnav1 a:hover
    { color: #4f4f4f; text-decoration: underline; }
.bottomnav1_on
    { font: 14px Arial, Helvetica, sans-serif; color: #4f4f4f; font-weight: bold; padding-left: 1px; padding-right: 1px; }
.bottomnav1_on a:link, .bottomnav1_on a:visited
    { color: #4f4f4f; text-decoration: underline; }
.bottomnav1_on a:hover, .bottomnav1_on a:active
    { color: #4f4f4f; text-decoration: underline; }


.title1
    { font: 18px Verdana; color: #474943; line-height: 14px; }
.title1_white
    { font: 18px Verdana; color: #ffffff; line-height: 14px; }

.text1
    { font: 14px Verdana; color: #474943; line-height: 14px; }
.text1 a:link, .text1 a:visited
    { color: #9b6b41; }
.text1 a:hover, .text1 a:active
    { color: #9b6b41; text-decoration: underline; }
.text1_red
    { font: 14px Verdana; color: #ed1c24; line-height: 14px; }
.text2
    { font: 13px Verdana; color: #474943; line-height: 14px; }
.text2 a:link, .text2 a:visited
    { color: #9b6b41; }
.text2 a:hover, .text2 a:active
    { color: #9b6b41; text-decoration: underline; }


.data_form, .data_form td, .data_form th {
	background: #FFF;
	font: 14px Verdana;
}
.data_form input, .data_form select, .data_form textarea {
	font: 14px Verdana;
	color: #474943;
	width: 70%;
}
.data_form th {
	text-align: left;
	padding: 5px 10px;
	background: #DDD;
	font-weight: bolder;
}
.data_form td {
	padding: 5px 10px;
}
.data_form .caption {
	width: 70%;
}

.capsule {
	padding: 0 20px;
	font: 14px Verdana;
	color: #474943;
	line-height: 14px;
}











/* calendar dropdowns */
.clndr {
	width: 740px;
	padding: 20px 20px 0 20px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	z-index: 5;
}
.clndr .caption {
	font-size: 14px;
	color: #96050A;
	padding: 0 0 5px 0;
}
.clndr .tbl {
	border-collapse: collapse;
}
.clndr .tbl td {
	padding: 7px;
	border-left: dotted 1px #ddd;
	border-right: dotted 1px #ddd;
}
.clndr .tbl td.first {
	border: 0;
	padding-left: 0;
}
.clndr .tbl td.last {
	border: 0;
	padding-right: 0;
}
.dropdown {
	position: relative;
	border: solid 2px #ddd;
	font-size: 11px;
	width: 170px;
	height: 21px;
}
.dropdown .clicker {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.dropdown ul {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 170px;
	z-index: 1;
	border-bottom: solid 1px #aaa;
	height: 20px;
	overflow: hidden;
}
.dropdown ul.open {
	height: auto;
}
.dropdown li.first {
	background: none;
}
.dropdown li {
	list-style: none;
	border: solid 1px #aaa;
	border-bottom: 0;
	background: #fff;
	display: none;
	margin: 0;
}
.dropdown .active {
	display: block;
	font-weight: bold;
}
.dropdown li a {
	display: block;
	margin: 0;
	width: 148px;
	text-decoration: none;
	padding: 3px 10px;
	color: #333 !important;
	line-height: 130%;
}
.dropdown li a:hover {
	color: #96050A !important;
	background: #eee;
}





.dataForm {
	font: 13px Verdana;
	color: #474943;
}
.dataForm .row {
	width: 100%;
	overflow: hidden;
	clear: both;
	padding: 5px 0;
	font: 13px Verdana;
	color: #474943;
}
.dataForm label {
	font: 13px Verdana;
	color: #474943;
	line-height: 14px;
	font-weight: bold;
}
.dataForm .field {
	font: 13px Verdana;
	color: #474943;
}
.dataForm .field input, .dataForm .field textarea {
	width: 50%;
}
.dataForm .field label {
	font-weight: lighter;
}
.dataForm .field input, .dataForm .field textarea {
	font: 13px Verdana;
	color: #474943;
}
.dataForm .extra {
	font: 13px Verdana;
	color: #474943;
}
.dataForm .buttonSet input {
	width: auto !important;
}
.dataForm .default {
	width: auto !important;
}