/* CSS Document */

* { outline: none; }

body { font: 76.1% Arial, Helvetica, sans-serif; background-color: #f2ebd0; margin: 1em 0 0;}

#wrapper { width: 706px; margin: 0 auto; }
#headwrapper { margin: 0; padding: 0; background: url(/images/img_03.jpg) no-repeat; height: 108px; }
#head { padding: 2em 4em 0; }
#image_header { margin: 0; padding: 0; background: url(/images/img_05.jpg) no-repeat; height: 173px; }
#welcome { background: url(/images/img_07.jpg) no-repeat; height: 173px; }
#welcome h1 { display: none; }
#footer { background: url(/images/img_16.jpg) no-repeat; height: 25px; padding: 20px 40px; font-size: 0.8em; color: #666; }
#footer a { color: #666; text-decoration: none; }

ul.nav { margin: 1em 0; padding: 0; text-align: center; font-weight: bold; font-size: 1.2em; }
ul.nav li { list-style-type: none; display: inline; padding: 12px; }
ul.nav li a { padding: 4px; text-decoration: none; color: #333; border-top: 2px solid #f2ebd0; }
ul.nav li a:hover { border-top: 2px solid #d00; color: #d00; }

.content { margin: 0 1em; }
.content a { color: #774; text-decoration: underline; }
.content h1 { font-size: 1.6em; color: #333 }
.content h2 { font-size: 1.4em; color: #333 }
.content h3 { font-size: 1.4em; color: #333; font-weight: normal; }
.content h4 { font-size: 1.1em; color: #333; font-weight: bold; }
.content h5 { font-size: 1em; color: #333; font-weight: bold; }
.content h6 { font-size: 1em; color: #333; font-weight: normal; font-style: italic; }
.content li { margin-top: 0.5em; margin-bottom: 0.5em; }

table.content_x3 { border-collapse: collapse; margin: 1em 0; padding: 0; width: 100%; }
table.content_x3 td { border-collapse: collapse; margin: 0; padding: 0; vertical-align: top; }
table.content_x3 td.col1 { width: 306px; }
table.content_x3 td.col2 { width: 200px; }

#GalleryTable { margin: 0 auto; }
#GalleryTable img { margin: 1em; border: 2px solid #333; }
#GalleryTable img:hover { border: 2px solid #D00; }

table.content_x2 { border-collapse: collapse; margin: 1em 0; padding: 0; width: 100%; }
table.content_x2 td { border-collapse: collapse; margin: 0; padding: 0; vertical-align: top; }
table.content_x2 td.col1 { width: 506px; }
table.content_x2 td.col2 { width: 200px; }

table.content_x1 { border-collapse: collapse; margin: 1em 0; padding: 0; width: 100%; }
table.content_x1 td { border-collapse: collapse; margin: 0; padding: 0; vertical-align: top; }

td.col1 img { border: 3px solid #d1c99b; }

.caption { text-align: center; font-style: italic; color: #774; }
.center { text-align: center; }
a.more { color:#d00; background: url(/images/arrow.gif) top left no-repeat; background-position: 0 3px; padding-left: 8px; font-size: 0.9em; }
dl { margin: 0; }
dt { margin-bottom: 1em; font-weight: bold; }
dd { margin-bottom: 1em;}
hr.h_dotted { border: 2px dotted #555; border-width: 2px 0 0 0; width: 75%; }
ul.sub { margin: 0; padding: 0 0 0 2em; }
ul.sub li { margin: 0.5em; list-style-image: url(/images/arrow.gif); }
ul.sub li a { color: #d00; }
.sub li ul { }
.sub li ul li { list-style: none; }

/* drop menu */
div.menu a.menuItem { font-weight: normal; color: #333; font-size: 1.2em; }
div.menu {
  background-color: #d1c99b;
  border: solid 1px #d1c99b;
  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;
border-top: 2px solid #d1c99b;
}
div.menu a.menuItem:hover {
  color: #d00;
border-top: 2px solid #d00;
}
div.menu div.menuItemSep {
  border: 1px inset #fff;
  margin: 4px 2px;
}
