/* color scheme: 
     red #891c24 
     light beige #dccf98
     dark beige #9e8457 
     darker beige #8d784f
     very light beige #edebc8
     [green-gray #8e9870]
*/

body { 
  background: white;
  font-family: "Helvetica Neue", "Arial", sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  min-width: 800px;
  max-width: 1600px;
}

div#banner {
  background: #edebc8;
  position: relative;
  height: 140px;
  padding-top: 20px; padding-bottom: 15px;
}

div#banner img {
  display: block;
  margin-left: auto; margin-right: auto;
  text-align: center; /* IE */
}

div.hmenu {
  padding: 2px 0 1px 0;
  white-space: nowrap;
  height: 22px;
}
div.hmenu#lang { background: #dccf98; padding-top: 4px; }
div.hmenu#section { background: #edebc8; }
div.hmenu ul { 
  font-family: "Candara", "Trebuchet MS", "DejaVu Sans", sans-serif;
  font-weight: bold;
  font-size: 19px;
  display: block;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  text-align: center;
}
div.hmenu li { 
  list-style: none;
  display: inline;
}

div.hmenu li.selected { 
  color: #891c24;
  border-bottom: 0;
  padding: 2px 7px 2px 7px;
}
#lang li.selected { background: #edebc8; }
#section li.selected { background: white; }
div.hmenu li.unselected a {
  border-bottom: 0;
  padding: 2px 7px 2px 7px;
}
div.hmenu li.unselected a:hover { 
  background: #8d784f;
  color: white;
}

div#main {
  position: absolute;
  top: 225px;
  width: 100%;
}

div.vmenu { 
 border-right: 1px dotted #8d784f;
 padding-right: 15px;
}

div.vmenu a:after {
  content: " >";
}

div.column { 
  position: absolute;
  top: 20px;
  padding-bottom: 50px;
  /*overflow: hidden;*/
}

/* make tops of columns line up */
div.column *:first-child { margin-top: 0 !important }

/* inline links */
a { 
  text-decoration: none;
  border-bottom: 1px dotted #8d784f;
}
a:link { color: #8d784f; }
a:visited { color: #8d784f; }

/* "more" links */
.more {
  font-size: 12px;
}
div.more {
  text-align: right;
}
span.more { 
  padding-left: 5px;
}
.more a:after { 
  content: " >";
}

/* headings */
h1 { font-family: "Candara", "Trebuchet MS", "DejaVu Sans", sans-serif; font-size: 24px; line-height: 26px; color: #891c24; }
h2 { font-family: "Candara", "Trebuchet MS", "DejaVu Sans", sans-serif; font-size: 24px; line-height: 26px; color: #891c24; }
h3 { font-family: "Candara", "Trebuchet MS", "DejaVu Sans", sans-serif; color: #891c24; }
h4 { font-family: "Candara", "Trebuchet MS", "DejaVu Sans", sans-serif; color: #891c24; margin: 15px 0 5px 0;}
span.inlinehead { font-family: "Candara", "Trebuchet MS", "DejaVu Sans", sans-serif; font-weight: bold; color: #891c24; text-align: left;}

/* constant amount of space under headings */
h2 + * { margin-top: 0 !important }
h3 + * { margin-top: 0 !important }
h4 + * { margin-top: 0 !important }

div.caption {
  font-size: 12px;
  line-height: 15px;
}

div.column img.display {
  width: 95%; 
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; /* IE */
  border: 1px solid #8d784f;
}

div.column img.floatright {
  width: 50%; 
  margin: 0 0 10px 10px;
  float: right;
  display: inline; /* IE */
}
div.column img.floatleft {
  width: 50%; 
  margin: 0 10px 10px 0;
  float: left;
  display: inline; /* IE */
}

dt {
  text-align: right;
  float: left;
  clear: left;
  width: 150px;
  padding-right: 10px;
  color: #8d784f;
}

dd {
  margin-left: 160px;
  padding-bottom: 10px;
}

dd:after {
  display: block;
  clear: left;
  content: "";
}

/* tight versions of ul and table that are good for side columns */

ul.info { 
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
}

ul.bullets { 
  padding-left: 25px;
}

table.info { 
  border-spacing: 5px 2px;
  margin: 10px 0 10px -5px;
}

table.info td { 
  font-size: 14px;
  padding: 0;
  vertical-align: top;
}

