/* new_menu_bar_css(): */

#menu {
  text-align: center;
}

nav {
  font-weight: bold;
  margin-top: -10px;
  margin-left: -10px;
/*width: 100%;*/
  align: center;
}
nav ul ul {
  display: none;
}
nav ul li:hover > ul {
  display: block;
  white-space: nowrap;
}
nav ul {
/*width: 100%;*/
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
/*background: #efefef;*/
  background: #c08040;
/*background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);*/
/*background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);*/
/*background: -webkit-linear-gradient(top, #efefef 0%, #bbbbbb 100%);*/
/*box-shadow: 0px 0px 9px rgba(0,0,0,0.15);*/
/*-- this adds padding to left and right of menu bar */
/*padding: 0 20px;*/
/*border-radius: 10px;*/
  padding: 0 0;
  list-style: none;
  position: relative;
  display: inline-table;
  text-align: center;
}
nav ul:after {
  content: "";
  clear: both;
  display: block;
}
nav ul li {
  float: left;
/*width: 30%;*/
}
nav ul li:hover {
  background: #4b545f;
/*background: linear-gradient(top, #4f5964 0%, #5f6975 40%);*/
/*background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);*/
/*background: -webkit-linear-gradient(top, #4f5964 0%, #5f6975 40%);*/
}
nav ul li:hover a {
  color: #fff;
}
nav ul li a {
  display: block;
/*padding: 25px 40px; -- this controls menu box size */
  padding: 5px 25px;
/*color: #757575;*/
  color: white;
  text-decoration: none;
}
nav ul ul {
  width: auto;
  background: #5f6975;
  border-radius: 0px;
  padding: 0;
  position: absolute;
  top: 100%;
}
nav ul ul li {
  float: none;
  border-top: 1px solid white;
/*border-bottom: 1px solid white;*/
  position: relative;
}
nav ul ul li a {
/*padding: 15px 40px;*/
  padding: 5px 20px;
  color: #fff;
}
nav ul ul li a:hover {
  background: #4b545f;
}
nav ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}

/* index_css(): */

nav {
  font-size: small;
}

body {
  font-family: "Gill Sans", "Calibri", sans-serif;
/*background: #ffa90b; -- model color*/
  background: #c08040;
}

h2 {
  color: #804008;
  text-align: center;
}

h2 a {
  color: #804008;
  text-decoration: none;
}

h2 a:hover {
  color: red;
}

h3 {
  color: #804008;
  text-align: center;
}

h3 a {
  color: #804008;
  text-decoration: none;
}

h3 a:hover {
  color: red;
}

#content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 850px;
  background: white;
  padding: 1em;
}

table.pcols {
  width: 100%;
  max-width: 850px;
  background: white;
}

tr.prow {
  vertical-align: top;
  background: white;
}

td.colsp {
  background-color: white;
}

td.col1 {
/*width: 230px;*/
  padding-right: 40px;
  padding-left: 20px;
}

td.col2 {
  width: 450px;
  padding-right: 20px;
}

p.blurb {
  padding-left: 2em;
  text-indent: -.75em;
  margin-top: -8px;
  padding-bottom: 12px;
}

p.ucover {
  font-size: large;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}

div.author {
  border: 2px solid gray;
  padding: 12px;
  margin-top: 40px;
}

img.embed {
  padding-right: 8px;
  padding-bottom: 16px;
}

a.noul {
  text-decoration: none;
  font-weight: bold;
}

a.noul:hover {
  color: red;
}

.bq {
  float: left;
}

.eq {
  position: baseline;
}

hr.brk {
  width: 40px;
  align: center;
  color: #c08040;
}
