body {
  background-color: black;
  text-align: center;
  
}

.page-wrapper {
  width: 990px;
  background-color: #111111;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-family: Helvetica,sans-serif;
  
}

div.banner {
  display: block;
  width: 990px;
  min-height: 180px;
  margin-bottom: 5px;
  background-image: url('/images/site/banner.png');
  background-repeat: no-repeat;
  position: relative;
}

div.left-column {
  width: 700px;
  min-height: 200px;
  
  float: left;
}

div.right-column {
  width: 285px;
  min-height: 200px;
  float: right;

}

div.footer {
  display: block;
  width: 100%;
  height: 30px;
  background-color: #8E221E;
  clear: both;
}

div.slideshow {
  display: block;
  width: 700px;
  height: 320px;
  background-color: white;
  margin-bottom: 5px;
  position: relative;
}

div.module {
  width: 100%;
  min-height:20px;
  background-color: #AC987A;
  margin: 0px;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

div.module div.content {
  margin-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  color: white;
}

div.module div.content h1 {
  color: #8E221C;
  padding: 0px;
  padding-bottom: 10px;
  margin: 0px;
}

div.module div.content p {
  line-height: 20px;
  font-size: 14px;
}

div.module h1.heading-bar {
  padding: 0px;
  margin: 0px;
  font-size: 17px;
  background-color: #3D4E53;
  color: white;
  text-align: right;
  height: 30px;
  padding-right: 10px;
  
}

h1.heading-bar span.heading-text {
  font-size: 16px;
  padding-top: 3px;
}

ul.events-listing {
  padding: 0px;
  font-size: 12px;
}

ul.events-listing li {
  list-style-type: none;
  border-bottom: 1px solid white;
  padding-bottom: 3px;
  padding-top: 3px;
}

ul.events-listing li .event-date {
  display: block;
  color: #8E221E;
}

ul.events-listing li .event-details {
  display: block;

}

ul.tree-list {
  padding: 0px;
  display: block;

  bottom: 0px;
  left: 0px;
  clear: both;
  display: block;
  width: 100%;
  min-height: 24px;
  background-color: #822C29;
  padding-top: 6px;
  margin-top: 5px;
  
}

ul.level-0 {
  background-color: transparent;
  margin-top: 0px;
}

ul.level-1 {
  
  
}

ul.tree-list li {
  list-style-type: none;
  float: none;
  display: inline-block;
}

ul.tree-list li a {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  color: white;
  text-decoration: none;
  font-size: 12px;
  border: 1px solid black;
  margin-right: 1px;
  margin-left: 1px;
  margin-bottom: 2px;
}

ul.tree-list li.in-path a {
  font-weight: bold;
  text-decoration: underline;
}

ul.tree-list li a:hover {
  background-color: #721C19
}

div.top-menu {
  padding-top: 150px;
}

ul.gallery {
	padding: 0px;
}

ul.gallery li {
	list-style-type: none;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid white;
	padding: 0px;
	width: 100px;
	height: 100px;
}

textarea#mdm_contact_message {
	width: 400px;
	height: 200px;
	font-size: 12px;
	border: 1px solid #000;
}

input[type="text"] {
	width: 400px;
	border: 1px solid #000;
}
