/* css document */

/* browser selectors */
/* .win.ie6, .win.ie7, .gecko, .mac.safari */

* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Times New Roman, Georgia, serif;
  font-size: 100%;
  background: url(../images/bg.jpg) #362716;
}
img {
  border: none;
}
a {
  color: #4F0B15;
}
a:hover {
  color: #902633;
}
.clear {
  width: 100%;
  clear: both;
}



/* Wrap */

#wrap {
  width: 760px;
  margin: 40px auto 10px auto;
  background-color: #B8AD9D;
  border: 20px solid #B8AD9D;
}


/* Header */

#header {
  width: 760px;
  height: 100px;
  margin: 0 0 25px 0;
  display: block;
  float: left;
}
#header img {
  width: 760px;
  height: 100px;
  display: block;
  float: left;
}



/* Nav */

#nav {
  width: 180px;
  margin: 0 0 40px 0;
  display: block;
  float: left;
  border-top: 1px solid #9D8A7E;
  border-bottom: 1px solid #CAC2B6;
}
#nav ul {
  list-style: none;
}
#nav li {
  float: left;
  font-size: 0.9em;
  font-weight: bold;
  border-top: 1px solid #CAC2B6;
  border-bottom: 1px solid #9D8A7E;
}
#nav li a {
  width: 160px;
  padding: 7px 10px 6px 10px;
  display: block;
  color: #20110A;
  text-transform: uppercase;
  text-decoration: none;
}
#nav li a:hover {
  background: #BFB6A8;
}
#nav li a.current {
  background: url(../images/bgBtn.gif) repeat-x;
  color: #FFF;
}



/* Second Level Nav */
#nav ul ul li {
  font-size: 0.75em;
  border: none;
}
#nav ul ul li a {
  color: #574239;
}



/* Content */

#content {
  width: 560px;
  margin-bottom: 40px;
  display: block;
  float: right;
  text-align: left;
}
#content h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
  color: #4F0B15;
  letter-spacing: -0.05em;
}
#content p {
  margin-bottom: 0.85em;
  font-size: 0.95em;
  line-height: 1.3em;
}
#content ul, ol {
  margin: 0 0 1.2em 5em;
  line-height: 1.2em;
  font-size: 0.95em;
}
#content li {
  margin: 0 0 0.25em 0;
}
#content img {
  margin: 0 0 20px 20px;
  float: right;
  border: 1px solid #999;
}
#content img.hero {
  margin: 0 0 20px 0;
  display: block;
  float: left;
  border: none;
}
#content img.banner {
  margin: 10px 20px 50px 0;
  float: left;
  border: none;
}
#content table {
  width: 100%;
  margin: 0 0 1.8em 0;
}
#content table caption {
  padding: 5px;
  text-align: left;
  font-size: 0.95em;
  font-weight: bold;
  text-transform: uppercase;
  background: #C4BBAE;
}
#content table th {
  padding: 5px;
  text-align: left;
  font-size: 0.8em;
  border-bottom: 3px solid #830B27;
  text-transform: uppercase;
}
#content table td {
  padding: 5px;
  text-align: left;
  font-size: 0.9em;
  vertical-align: top;
  border-bottom: 1px solid #9D8A7E;
}
#content table td img {
  margin: 0;
}
#content table td span {
  font-size: 10px;
}



/* Footer */

#footer {
  width: 760px;
  padding: 10px 0 0 0;
  display: block;
  float: left;
  font-size: 0.9em;
  border-top: 2px solid #BB2A39;
  background: url(../images/logoFooter.gif) no-repeat;
}
#footer p.hours {
  width: 740px;
  height: 85px;
  padding: 0 20px 0 0;
  text-align: right;
  font-size: 1.2em;
  color: #20110A;
}
#footer p.copy {
  margin-top: 8px;
  text-align: center;
  font-size: 0.95em;
  color: #604031;
}
#footer ul {
  list-style: none;
  text-align: center;
}
#footer li {
  display: inline;
  margin-right: 6px;
  padding-right: 10px;
  line-height: 1.3em;
  border-right: 1px solid #493B31;
}
#footer li a {
  font-size: 0.85em;
  font-weight: bold;
  color: #20110A;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
#footer li a:hover {
  color: #20110A;
  text-decoration: underline;
}
#footer li a.current {
  text-decoration: underline;
}
#sitecraft {
  width: 100px;
  margin: 8px auto 10px auto;
}
#sitecraft img {
  width: 100px;
  height: 16px;
}
