body, div, span, p, a, img, h1, h2, h3, h4, h5, ul, li{
  margin: 0px;
  padding: 0px;
  border: none;
}

body {
  font-family: Arial;
  line-height: 22px;
  color: #333333;
  margin: 0px;
  background: white;
  font-size: 13px;
  text-shadow: none;
}

p {
display: block;
-webkit-margin-before: 0px;
-webkit-margin-after: 0px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
margin-bottom: 10px;
}

h1 {
  font-size: 24px;
  color: #AD172B;
  text-shadow: none;
  margin-top: 16px;
  margin-bottom: 16px;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  color: #4D5A2F;
}
a {
  color: #AD172B;
  text-decoration: none;
}
a:hover {
  color: #AD172B;
}

/* ul{
 margin-top: 13px;
 margin-bottom: 13px;
} */

.content ul li, .information ul li{
  list-style-image: url(?ft=img/arrow.gif )
}
.content ul, .content menu, .content dir, .information ul, .information menu, .information dir {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 15px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
}

header, .header {
  background: #AD172B;
  border-top: 0px;
  color: white;
  text-align: right;
  display: block;
}

.container {
  margin-right: auto;
  margin-left: auto;
  width: 997px;
}
.headerContent {
  padding: 4px 0px;
}
.vLineSeperator {
  margin-left: 5px;
  margin-right: 5px;
}
.headerContent a, .headerContent{
  color: white;
  text-decoration: none;
  font-size: 14px;
}
.headerContent a:hover {
  text-decoration: none;
  color: #EAEAEA;
}
.logoSection {
  height: 280px;
  border-bottom: 1px solid #bbb;
}
.nav {
  list-style: none;
  z-index: 100;
      display: inline-block;
    float: right;
}
.nav>li {
  float: left;
  padding: 0px 3px 0px;
  border-right: 1px solid;
  line-height: 21px;
  position: relative;
  z-index: 101;
}
.nav>li:last-child{
  border-right: none;
}
.nav > li > a {
  font-family: Arial;
  text-decoration: none;
  font-size: 15px;
  float: none;
  color: #666666;
  display: block;
}
.nav > li > a:visited {
  color: #666666;
  text-decoration: none;
}
.nav > li > a:hover {
  color: #4D5A2F;
  text-decoration: none;
}
.nav ul.dropdown-menu {
  padding: 0;
  margin: 0;
}
.nav li ul.dropdown-menu {
  display:none;
  position: absolute;
  left: -1px;
  cursor: pointer;
  width: 200px;
  background-color: #ffffff;
  background-position: top;
  vertical-align: bottom;
  text-align: left;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #dcdcdc;
}
.nav li:hover ul.dropdown-menu {
  display:block;
  padding-top: 10px;
}
.nav ul.dropdown-menu li {
  list-style-type: none;
  display: inline-block;
  width: 200px;
}
.nav ul.dropdown-menu li  a {
  font-family: Arial Narrow;
  font-size: 17px;
  text-decoration: none;
  color: #666;
  padding: 5px 10px;
  display:inline-block;
  width: 180px;
  border-bottom: 1px solid #dcdcdc;
  background-color: #fff;
}
.nav ul.dropdown-menu li  a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #4D5A2F;
  
}
.slider{
  width: 100%; 
  margin-bottom: 10px;
}
.content {
  display: inline-block;
  width: 100%;
}

.contentThankYou{
  display: block;
  width: 100%;
  width: 528px;
  margin: 0px auto;
  height: 113px;
  padding-top: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

.contentLeft {
  float: left;
  width: 600px;
  padding: 0px 25px 25px 25px;
}
.contentRight{
  width: 272px;
  margin-right: 25px;
}
.contentRight.news {
  float: right;
  background-color: #AD172B;
  padding: 0px 20px 15px 20px;  
}
.contentRight.news h1{
  color: white;
  font-size: 22px;
}
.contentFull {
   padding: 25px;
}
.information {
  background-image:url('?ft=img/background_info.png');
  height: 263px;
  background-repeat: repeat-x;
  display: inline-block;
}
.information  h1{
  font-size: 24px;
  font-family: Arial;
  font-weight: lighter;
  color: #AD172B;
  text-shadow: none;
}
.info_table {
  position: relative;
  top: 3px;
  height: 257px;
  width: 997px;
  color: #7c7c7c;
}
.info_table a {
  color: #7c7c7c;
  text-decoration: none;
}
.info_table a:hover {
  color: #c5c5c5;
}

.info_dates{
  display: inline-block;
  width: 235px;
  padding: 0px 18px;
}
.info_venue {
  display: inline-block;
  width: 225px;
  padding: 0px 18px;
}

.info_button {
  background-image:url('?ft=img/infobutton_background.png');
  width: 331px;
  height: 58px;
  padding: 10px 10px 0px 10px;
  cursor: pointer;
  color: #aaa;
  font-size: 12px;
}
.info_button:hover {
  background-image:url('?ft=img/infobutton_background_over.png');
}
.info_button table tr td h1 {
  -webkit-margin-after: 0px;
  -webkit-margin-before: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 19px;
  font-weight: lighter;
}
.info_button table tr td h2 {
  -webkit-margin-after: 5px;
  -webkit-margin-before: 0px;
    margin-top: 0px;
  margin-bottom: 3px;
  color: #fff;
  font-size: 16px;
  font-weight: lighter;
}

.footer {
  padding: 30px 0px;
}
.footer p {
  padding: 5px 0px;
}
.footer a {
  color: #7c7c7c;
  text-decoration: none;
}
.footer a:hover {
  color: #AD172B;
}

.rss .newsItem_date{
  font-size: 12px;
  line-height: 20px;
  font-family: Arial;
  line-height: 20px;
  margin-top: 15px;
  margin-bottom: 3px;
  color: #EDE1A8;
  text-indent: 0pt;
  text-shadow: none;
}

.rss .newsItem_link a{
  line-height: 15px;
  font-size: 13px;
  color: white;
  text-decoration: underline;
}