/* global stuff */
body {
  margin: 0px;
  padding: 0px 0px 10px 10px;
  background: #FFDED2 url(/img/layout/body_bg.jpg) left top repeat-y;
}

#wrapper { width: 752px; }

h1 span, h2 span { display: none; }

/* header */
#header {
  padding: 10px 10px 0px 10px;
  background: #AE0F0F url(/img/layout/header_bg.gif) left bottom repeat-x;
  width: 752px;               /* fake width & height for IE5 */
  height: 145px;
  voice-family: "\"}\"";      /* box model hack */
  voice-family: inherit;
  width: 732px;               /* actual values */
  height: 135px;
}
html>body #header {
  width: 732px;
  height: 135px;
}

h1 {
  width: 172px;
  height: 135px;
  margin: 0px;
  padding: 0px;
  background: url(/img/layout/header_logo.gif) left top no-repeat;
  float: right;
}
#header img {
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

/* nav stuff */
#nav ul {
  list-style: none;
  margin: 6px 0px 0px 10px;
  padding: 0;
  border: 1px #BFBFBF solid;
  border-top: 3px #BFBFBF solid;
  width: 730px;
  height: 21px;
}
#nav ul li {
  margin: 0;
  padding: 0;
  float: left;
}
#nav ul li a span { display: none; }
#nav ul li a {
  display: block;
  float: left;
  height: 21px;
  border-left: 1px #BFBFBF solid;
  background-repeat: no-repeat;
  background-position: left top;
}
#nav ul li a:hover { background-position: left bottom; }

#nav ul li a#link_home { width: 47px; background-image: url(/img/layout/nav_home.gif); border-left: none; }
a#link_about     { width: 64px;  background-image: url(/img/layout/nav_about.gif); }
a#link_locations { width: 89px;  background-image: url(/img/layout/nav_locations.gif); }
a#link_services  { width: 82px;  background-image: url(/img/layout/nav_services.gif); }
a#link_history   { width: 53px;  background-image: url(/img/layout/nav_history.gif); }
a#link_options   { width: 99px;  background-image: url(/img/layout/nav_options.gif); }
a#link_staff     { width: 63px;  background-image: url(/img/layout/nav_staff.gif); }
a#link_coffins   { width: 106px; background-image: url(/img/layout/nav_coffins.gif); }
a#link_contact   { width: 73px;  background-image: url(/img/layout/nav_contact.gif); }
a#link_links     { width: 44px;  background-image: url(/img/layout/nav_links.gif); }

body#about a#link_about,       body#locations a#link_locations,
body#services a#link_services, body#history a#link_history,
body#options a#link_options,   body#staff a#link_staff,
body#coffins a#link_coffins,   body#contact a#link_contact,
body#links a#link_links { background-position: left bottom; }       /* keep "current page" links "active" */

#subnav {
  background: #FFECDC url(/img/layout/subnav_bg.gif) left bottom no-repeat;
  border-right: 10px #F7D5C5 solid;
  padding: 10px 14px 0px 0px;
  float: right;
  color: #665E58;
  text-align: right;
  margin: 5px 0px 0px 0px;
  width: 172px;
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 148px;
}
html>body #subnav { width: 148px; }

#subnav ul {
  list-style: none;
  margin: 0;
  padding: 3px 0px 15px 0px;
}
#subnav ul li {
  margin: 2px 0px;
  padding: 0;
}
#subnav ul li a {
  color: #665E58;
  text-decoration: none;
  font-weight: bold;
}
#subnav ul li a:hover { color: black; text-decoration: underline; }

/* content layout */
#content-region {
	width: 732px;
	background: url(/img/layout/content_bg.gif) 110px 28px no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content {
	margin-left: 125px;
	margin-top: 5px;
	width: 620px;
}
h2 {
	float: left;
	margin-top: 10px;
	width: 95px;
	height: 40px;
	background-position: right top;
	background-repeat: no-repeat;
}
body#about     h2 { background-image: url(/img/layout/h_about.gif); }
body#locations h2 { background-image: url(/img/layout/h_locations.gif); }
body#services  h2 { background-image: url(/img/layout/h_services.gif); }
body#history   h2 { background-image: url(/img/layout/h_history.gif); }
body#options   h2 { background-image: url(/img/layout/h_options.gif); }
body#staff     h2 { background-image: url(/img/layout/h_staff.gif); }
body#coffins   h2 { background-image: url(/img/layout/h_coffins.gif); }
body#contact   h2 { background-image: url(/img/layout/h_contact.gif); }
body#links     h2 { background-image: url(/img/layout/h_links.gif); }

#content ul { margin: 10px 5px; }
#content li {
	margin: 5px 0px;
	text-align: left;
}

#content dl { margin: 8px 0px 6px 0px; }
#content dl dt {
	font-style: italic;
	font-weight: bold;
}
#content dl dd {
	margin: 2px 5px 5px 2px;
	text-align: left;
	font-weight: normal;
}

#content a { color: #666; }
#content a:hover { color: black; }

#content img {
  display: block;
  float: left;
  margin: 6px 12px 6px 0px;
  border: 1px black solid;
}

#footer {
  clear: both;
  margin-top: 30px;
  padding: 6px 3px;
  background: url(/img/layout/footer_bg.gif) left top repeat-x;
  text-align: right;
}
#footer #info { float: left; }
#footer a { font-weight: bold; text-decoration: none; }
#footer #info, #footer #info a { color: #ABABAB; }
#footer #copyright, #footer #copyright a { color: black; }
#footer #info a:hover { color: black; text-decoration: underline; }
#footer #copyright a:hover { color: #ABABAB; text-decoration: underline; }

/* headings and typography */
#subnav, #footer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 55%;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: xx-small;
}
html>body #subnav, html>body #footer { font-size: xx-small; }

#content {
  font-family: "Trebuchet MS", sans-serif;
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
html>body #content {
	font-size: small;
	font-weight: bold;
	text-align: center;
}

h3 {
  clear: both;
  font-family: Georgia, Times, serif;
  font-weight: normal;
  margin-bottom: 5px;
  font-size: medium;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: large;
}
html>body h3 {
	font-size: large;
	text-align: left;
}

p {
	margin-bottom: 5px;
	margin-top: 0px;
	font-weight: bold;
	text-align: left;
}

/* page-specific */
table#gallery img {
  display: inline;
  margin: 0px;
  float: none;
  border: 1px black solid;
}
