/* CSS Document */
body { background-color: #D3B992; font: 76.1% Verdana, Arial, Helvetica, sans-serif; }

a { color: #fc0; }
a:hover { color: #f93; }
dl { margin-top: 0; }
dt { font-weight: bold; }
dl.structures dt { font-weight: normal; }
dd { margin-top: 1em; margin-bottom: 1em; }
h1 { font-size: 1.6em; font-weight: bold; }
h2 { font-size: 1.3em; font-weight: bold; }

.small { font-weight: normal; font-size: 0.5em; }

td.nav { background: #837f80 url('/images/inside_r12_c1.jpg') bottom no-repeat; }

div.menu a.menuItem { font-weight: bold; color: #fff; }
div.menu a.menuItem:hover { color: #f93; }
div.menu {
  font: 13px Verdana, Arial, Helvetica, sans-serif;
  background-color: #837f80;
  Border: solid 1px #fff;
  left: 0px;
  padding: 2px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
  text-align: left;
}
div.menu a.menuItem {
  cursor: pointer;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

#content { margin: 1em; letter-spacing: 0.1em; }
#content a { color: #f60; }

#flashvideo { text-align: center; }

.sec-audio { float: right; text-align: center; border: 1px solid #ccc; padding: 10px; margin: 0 10px; background-color: #dedede; }
.sec-audio p { margin: 0; font-weight: bold; font-size: 0.8em; color: #666;}

/* structure photo / page styles */
div.photos { text-align: center; background-color: #dedede; border: 1px solid #ccc; padding: 1em;  margin: 0 10px 1em;}
div.photos p { margin: 0; }
div.photos img { border: 1px solid #666; }
p.lead_photo { text-align: center; }
p.lead_photo img { border: 1px solid #666; }
blockquote.quote {
	background: url(/images/quote.png) top left no-repeat;
	text-align: justify;
	font-style: italic;
	margin: 0;
	padding: 0 55px;
}

#footer { margin: 1em auto 3em; font-size: 0.9em; color: #333; width: 734px; text-align: right; }
#footer a { color: #333; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#footer p { margin: 0; }
#footer ul { margin: 0; padding: 0; }
#footer li { display: inline; margin-left: 20px; }


