body {
  margin: 0;
  padding-right: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
}

form {
  padding: 10px;
  width: auto;
}

input {
  background-color: #ffffff;
  padding-left: 10px;
}

select {
  background-color: #cecece;
  color: #1e2528;
  border-color: #cecece;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

h3 {
  font-size: 14px;
  font-weight: 600;
  padding-left: 20px;
  padding-top: 1px;
}

h3 a {
  color: white;
  text-decoration: underline;
}

p,
ul,
ol {
  margin-top: 0;
  line-height: 100%;
}

ul,
ol {}

a {
  text-decoration: none;
  color: #e7450c;
  font-weight: bold;
}

a:hover {}

#wrapper {
  margin: 0 auto;
  padding: 0;
}


/* Page */

#page {
  width: 900px;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  background: #f2f2f3;
}

#page-bgtop {
  padding: 0px;
  background: #f2f2f3;
  z-index: 0;
}


/* Content
	opacity: 1.00;
	filter: alpha(opacity=100);
	*/

#content {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
}

iframe {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  height: 800px;
}

.post {
  background-color: white;
  padding-right: 0px;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  border-color: #cecece;
  border-width: 4px;
  border-radius: 4px;
}

.post .undertitle {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  text-align: center;
  padding-bottom: 30px;
}

.post .undertitle a {
  text-decoration: underline;
}

.post .title {
  height: auto;
  padding-top: 30px;
  color: #1e2528;
  text-align: center;
}

.pictureframe {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 300px;
}

.post .left2 {
  clear: both;
  float: left;
  position: relative;
  padding-left: 0px;
  margin-left: 0px;
  left: -3px;
  margin-top: 75px;
}

.post .right2 {
  float: right;
  position: relative;
  padding-right: 40px;
}

.post .center {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  padding-top: 40px;
  height: 700px;
}

.post .underhome {
  float: none;
  position: relative;
  padding-top: 480px;
}

.post .submenuehead {
  height: 43px;
  width: 200px;
  z-index: 1;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative;
  background: black;
  border-color: white;
  border-width: 1px;
  border-radius: 10px;
}

.post .submenu {
  text-align: left;
  border-style: solid;
  border-width: 1x;
  border-color: white;
  background: white;
  color: #525f68;
  border-radius: 0px 0px 5px 5px;
  width: 190px;
  margin-left: 0px;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.post .submenu ul {
  padding-left: 0px;
}

.post .submenu li {
  list-style-type: none;
  line-height: 250%;
  border-style: none;
  background: #d7d7d7;
  border-bottom: solid #c9c9c9;
  border-bottom-width: 1px;
  border-left: solid #c9c9c9;
  border-left-width: 6px;
  padding-left: 10px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
}

.post .submenu a {
  color: #7F1416;
}

.post .submenu li:hover {
  background: #d7d7d7;
  color: black;
  border-bottom: solid #7F1416;
  border-bottom-width: 1px;
  border-left: solid #7F1416;
  border-left-width: 6px;
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}

.post .submenu li.current {
  background: white;
  color: black;
  font-weight: bold;
  border-bottom: solid #7F1416;
  border-bottom-width: 1px;
  border-left: solid #7F1416;
  border-left-width: 6px;
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}

.post .inside {
  height: 43px;
  width: 550px;
  z-index: 1;
  color: #7F1416;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative;
  background: #d7d7d7;
  border-color: white;
  border-width: 1px;
  border-radius: 2px;
}

.post .centertop {
  height: 60px;
  width: 600px;
  z-index: 1;
  color: #7F1416;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  background: #d7d7d7;
  border-color: white;
  border-width: 1px;
  border-radius: 2px;
  font-size: 24px;
  font-weight: 600;
  padding-top: 5px;
  float: right;
  margin-right: 50px;
}

.small {
  font-size: 10px;
  line-height: 80%;
  padding-bottom: 0px;
}

.this {
  color: #7F1416;
  text-decoration: none;
  font-weight: bold;
  border-bottom: solid #7F1416;
  border-bottom-width: 2px;
}

.post .underin {
  height: 43px;
  width: 650px;
  z-index: 1;
  color: #7F1416;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  background: #d7d7d7;
  border-color: white;
  border-width: 1px;
  border-radius: 2px;
  font-size: 24px;
}

.post .underenter {
  padding: 5px;
  text-align: left;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  background: #f9f9f9;
  color: #525f68;
  border-radius: 0px 0px 10px 10px;
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  top: 0px;
  padding-bottom: 30px;
  font-size: 16px;
}

.post p {
  line-height: 180%
}

.post .entry .underenter a {
  text-decoration: underline;
  color: #fec20c;
}

.post .meta a {}

table {
  padding-top: 25px;
}

.post .entry {
  padding: 5px;
  text-align: left;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  background: #f9f9f9;
  color: #707273;
  border-radius: 0px 0px 10px 10px;
  width: 540px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  top: -20px;
  overflow: auto;
  height: 320px;
}

.post .entry2 {
  padding: 5px;
  text-align: left;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  background: #f9f9f9;
  color: #525f68;
  border-radius: 0px 0px 10px 10px;
  width: 590px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  top: -20px;
  overflow: auto;
  height: 550px;
  float: right;
  margin-right: 50px;
}

.post .entry2 img {
  position: relative;
  float: left;
  padding-right: 20px;
  padding-top: 10px;
  padding-left: 10px;
}

.post .display {
  padding: 0 20px 0px 10px;
  text-align: left;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  background: #f9f9f9;
  color: #525f68;
  border-radius: 0px 0px 10px 10px;
  width: 168px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  top: -20px;
}

.post .inside-display {
  height: 43px;
  width: 200px;
  z-index: 1;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative;
  background: #747c91;
  border-color: white;
  border-width: 1px;
  border-radius: 10px;
}


/* progress bar at the top of iframes */

#progress {
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1px;
  z-index: 10;
  width: auto;
  top: 80px;
  background-color: #e2e2e2;
  margin-bottom: 1px;
  border-width: 1px;
  border-radius: 2px;
}


/* hide the progress shitprogress bar at the top of iframes
#progress ul {
	margin: auto;
	list-style: none;
	line-height: normal;

}

#progress li a{
	height: 30px;
	width: 120px;
	z-index: 4;
	padding-top: 2px;
	color: #7f1416;
	margin-left: 0;
    margin-right: 0;
	text-align: center;
	position: relative;
	font-size: 16px;
	float: left;
}

#progress .current_page_item a{
height: 30px;
	width: 95px;
	z-index: 4;
	padding-top: 2px;
	margin-left: 0;
    margin-right: 0;
	color: white;
	text-align: center;
	background-image:url('../images/progress.png');
	background-position:center top;
	background-repeat:no-repeat;
	position: relative;
	float: left;
	font-weight: bold;
}

#progress .current_page_item a:hover{
color: #ffffff;
	margin-left: 0;
    margin-right: 0;
	text-align: center;
	position: relative;
	background-image:url('../images/progress.png');
	background-position:center top;
	background-repeat:no-repeat;
	float: left;
	font-weight: bold;

}
#progress li a:hover{
font-weight: normal;
text-decoration: none;
color: #ffffff;
	margin-left: 0;
    margin-right: 0;
	text-align: center;
	position: relative;
	background-image:url('../images/progress2.png');
	background-position:center top;
	background-repeat:no-repeat;
	float: left;
}

body {
	font: 0.8em/21px san-serif;

}


/* button */

.lowerbutton {
  width: 200px;
  height: 120px;
  margin: auto;
  padding: 50px;
  z-index: 3;
  position: relative;
  top: 0px;
  right: 30px;
}

.lowerbutton .left {
  float: left;
  position: relative;
  background: url('../images/pdf.png') no-repeat 0 0;
  border: 0;
  display: block;
  width: 64px;
  height: 64px;
}

.lowerbutton .right {
  float: right;
  position: relative;
  background: url('../images/excel.png') no-repeat 0 0;
  display: block;
  width: 64px;
  height: 64px;
}

h2 {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  height: 41px;
  padding: 0px;
  color: #001537;
}

img {
  border: none;
}


/*** Slideshow!  **/

#slideshow {
  position: relative;
  height: 250px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

#slideshow IMG {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0.0;
}

#slideshow IMG.active {
  z-index: 10;
  opacity: 1.0;
}

#slideshow IMG.last-active {
  z-index: 9;
}


/* menu at the bottom of iframes */

#lowermenu {
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  width: auto;
  top: -50px;
  background-image: url('../images/back2.png');
  background-position: center top;
  margin-bottom: 10px;
  position: relative;
}

#lowermenu ul {
  margin: auto;
  list-style: none;
  line-height: normal;
}

#lowermenu li a {
  height: 30px;
  padding-left: 30px;
  z-index: 4;
  padding-top: 2px;
  color: #7f1416;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  position: relative;
  float: left;
}

#lowermenu .current_page_item a {
  height: 30px;
  padding-left: 30px;
  z-index: 4;
  padding-top: 2px;
  margin-left: 0;
  margin-right: 0;
  color: white;
  text-align: center;
  position: relative;
  float: left;
  font-weight: bold;
}

#lowermenu .current_page_item a:hover {
  color: #ffffff;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  position: relative;
  float: left;
  font-weight: bold;
}

#lowermenu li a:hover {
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  position: relative;
  float: left;
}

.footer {
  height: auto;
  color: white;
  text-align: center;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  width: auto;
  position: relative;
}

.container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -300px 0 0 -380px;
}

.content {
  background: url(dummy-images/performers.png);
}

.content h1 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-top: 180px;
  color: #222;
  line-height: 50px;
}

.content h3 {
  text-align: center;
  font-size: 22px;
  color: #222;
}

.orbit-bullets li.has-thumb {
  width: 100px;
  height: 75px;
}


/*** ESSENTIAL STYLES ***/

.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu {
  line-height: 1.0;
}

.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 15em;
  /* left offset of submenus need to match (see below) */
  border-radius: 4px;
  background: #bababa;
}

.sf-menu ul li {
  width: 100%;
}

.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}

.sf-menu li {
  float: left;
  position: relative;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: 2.5em;
  /* match top ul list item height */
  z-index: 9999;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 15em;
  /* match ul width */
  top: 0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 15em;
  /* match ul width */
  top: 0;
}


/*** DEMO SKIN ***/

.sf-menu {
  float: left;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 110px;
}

.sf-menu a {
  border-left: none;
  border-top: none;
  padding: .75em 1em;
  text-decoration: none;
}

.sf-menu a,
.sf-menu a:visited {
  /* visited pseudo selector so IE6 applies text colour*/
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}

.sf-menu li {
  background: transparent;
  padding-right: 20px;
}

.sf-menu li li {
  background: #d4d2d2;
  border-radius: 2px;
  color: #000000;
}

.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
  background: #dbdbdb;
  outline: 0;
  border-radius: 2px;
  color: #e85e13;
}


/*** arrows **/

.sf-menu a.sf-with-ul {
  padding-right: 2.25em;
  min-width: 2px;
  /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
  position: absolute;
  display: block;
  right: .75em;
  top: 1.05em;
  /* IE6 only */
  width: 10px;
  height: 10px;
  text-indent: -999em;
  overflow: hidden;
  background: url('../images/arrows-ffffff.png') no-repeat -10px -100px;
  /* 8-bit indexed alpha png. IE6 gets solid image only */
}

a>.sf-sub-indicator {
  /* give all except IE6 the correct values */
  top: .8em;
  background-position: 0 -100px;
  /* use translucent arrow for modern browsers*/
}


/* apply hovers to modern browsers */

a:focus>.sf-sub-indicator,
a:hover>.sf-sub-indicator,
a:active>.sf-sub-indicator,
li:hover>a>.sf-sub-indicator,
li.sfHover>a>.sf-sub-indicator {
  background-position: -10px -100px;
  /* arrow hovers for modern browsers*/
}


/* point right for anchors in subs */

.sf-menu ul .sf-sub-indicator {
  background-position: -10px 0;
}

.sf-menu ul a>.sf-sub-indicator {
  background-position: 0 0;
}


/* apply hovers to modern browsers */

.sf-menu ul a:focus>.sf-sub-indicator,
.sf-menu ul a:hover>.sf-sub-indicator,
.sf-menu ul a:active>.sf-sub-indicator,
.sf-menu ul li:hover>a>.sf-sub-indicator,
.sf-menu ul li.sfHover>a>.sf-sub-indicator {
  background-position: -10px 0;
  /* arrow hovers for modern browsers*/
}


/*** shadows for all but IE6 ***/

.sf-shadow ul {
  background: url('../images/shadow.png') no-repeat bottom right;
  padding: 0 8px 9px 0;
  -moz-border-radius-bottomleft: 17px;
  -moz-border-radius-topright: 17px;
  -webkit-border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
}

.sf-shadow ul.sf-shadow-off {
  background: transparent;
}

.gallery2 {
  margin: 0 auto;
}

.gallery2 ul,
.gallery2 ul p {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 9px;
}

.gallery2 ul li {
  display: inline;
}

.gallery2 ul li a {
  display: block;
  margin: 2px;
  float: left;
  padding: 12px;
  width: auto;
}

.gallery2 ul p {
  text-align: left;
  padding-bottom: 6px;
}

.gallery2 li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.gallery2 li a {
  color: #565555;
}

.gallery2 li a:hover {
  color: #e85e13;
}

.gallery {
  width: 800px;
  margin: 0 auto;
  padding-top: 50px;
  padding-left: 90px;
}

.gallery ul,
.gallery ul p {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.gallery ul li {
  display: inline;
}

.gallery ul li a {
  display: block;
  margin: 2px;
  float: left;
  padding: 2px;
  width: auto;
}

.gallery ul p {
  text-align: left;
  padding-bottom: 8px;
  font-size: 9px;
}

.gallery li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.gallery li a {
  color: #565555;
}

.gallery li a:hover {
  color: #e85e13;
}


/* end of Image Grid */

.donate-right {
  margin-left: 5px;
  vertical-align: super;
}

.donate-left {
  margin-right: 5px;
  vertical-align: super;
}

.donate-btn-img {
  background-color: inherit;
  padding-left: 0;
}

.donate-form {
  padding: 0;
}
