body {
  background-color: #fff;
  background-image: url(/images/background.png);
  background-repeat: repeat-x;
  font-family: "Helvetica Neue","Lucida Grande",Verdana, Helvetica,Arial,Verdana,sans-serif
}

.container {
  background-color: transparent;
}

#header {
  background-image: url(/images/header_bg.png);
  background-repeat: no-repeat;
  background-color: transparent;
  height: 150px;
  overflow: visible;
}

#header .mmi_logo {
  float: right;
  margin: 6px 6px 0px 0px;
}

#header h1 {
  float: right;
  margin: 1em 8em 0px 0px;
  margin-right: 8em;
  text-align: center;
}

#sidebar {
}
#footer {
  border-top: 1px solid #D0AB6B;
  text-align: right;
}

.center {
  text-align: center;
}

.quotediv {
  background-color: #DDD9C7;
  background-color: #eee;
  background-color: #E9D7B8;
  border-top: 1px solid #D0AB6B;
  border-bottom: 1px solid #D0AB6B;
  padding: 1em;
  margin-bottom: 1em;
}

.quotediv .quote {
  font-style: italic;
}

.quotediv .attribution {
  text-align: right;
}

.attribution {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  color: #900;
}

.portrait {
  float: left;
  padding: 0px 1em 1em 0px;
  margin: 0px;
}

ul {
  list-style-type: disc;
  margin-left: 2em;
}

#navigation {
  list-style-type: none;
  margin-left: 0em;
  font-size: 1.4em;
}

a {
  text-decoration: none;
  color: #9E8251;
  
}

a:hover {
  text-decoration: underline;
}

/*#navigation a {
  text-decoration: none;
  color: #9E8251;
}
*/
p {
}

em {
  background-color: transparent;
}
.main_content {
}

.border {
  border-right: 1px solid #D0AB6B;
}

.required {
  color: #900;
  font-weight: bold;
}

textarea {
  background-color: #fff;
  height: 100px;
  width: 240px;
}

.pyramid {
  float: right;
}

.flyer {
  float: right;
}

.leadership, .management {
  padding-left: 1.5em;
}

.management p {
  padding-left: 1.5em;
}

.book {
  clear: both;
  width: 100%;
/*  height: 130px;*/
}

.bookcover {
  float: left;
  padding: 4px;
  margin-right: 8px;
  border: 1px solid #999;
}

.motto {
  color: #333;
  font-size: 125%;
  font-style: italic;
  margin-bottom: 0.5em;
}

blockquote .logo {
  float:left;
  padding: 0;
  margin-left: -1.5em;
  margin-right: 1em;
}

#videos {
  padding-bottom: 2em;
}

.video {
  border-top: 1px solid #D0AB6B;
  margin-top: 2em;
  padding-top: 2em;
}

.youtube {
  padding-left: 100px;
}

.quote {
  padding-left: 2em;
}
