*
{
  border: none;
  margin: 0;
  padding: 0;
}
/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/
h1 {
  font-size: 24px;
}

a
{
  text-decoration: none;
}
a:visited {
  color: blue;
}
a:link {
  color: blue;
}
body {
  text-align: center;
  background-color: white;
  font-family: "Times New Roman";
  font-variant: normal;
  background: #005235;
}
#whole_wrapper {
  width: 900px;
  clear: both;
  margin: 0 auto;
}
#whole {
  clear: both;
  float: left;
  width: 900px;
  position: relative;
  text-align: left;
  background-color: white;
  background-image: url(../img/bg_900.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  border-left: 2px solid #bdc0c2;
}
#hd_wrapper {
  width: 818px;
  height: 15px;
  clear: both;
  float: left;
  border-top: 5px solid black;
  background: url(../img/hd_grad.png);
  background-repeat: repeat-x;
  margin-left: 10px;
}
#hd {
  float: left;
  text-align: left;
  width: 860px;
  height: 15px;
}

#bd {
  clear: both;
  float: left;
  margin-left: 30px;
  margin-top: 170px;
  width: 870px;
  display: inline;
  text-align: left;
}
#nav {
  float: left;
  width: 124px;
  text-align: left;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-top: 5px;
}
#navbar{
  background: transparent;
  float: left;
  font-size: 0;
  font-weight: normal;
  list-style-type: none;
  list-style-position: outside;
  line-height: 40px;
  width: 124px;
  border: 0;
  border-right: 1px solid #c4c4c4;
  z-index: 10;
}
#navbar li {
  padding: 0;
  clear: both;
  float: left;
  position: relative;
  width: 124px;
  height: 40px;
  text-align: left;
}
#navbar li a{
  font-size: 14px;
  color: black;
  /*margin-left:-35px;*/
  text-decoration: none;
  font-weight: bold;
  background-color: #transparent;
  margin: 2px;
  margin-left: 10px;
  margin-right: 0;
  z-index: 10;
  letter-spacing: .2em;
}
#navbar li a#selected{
  color: #9f2a2a;
  background-color: #transparent;
}
#navbar li a:visited{
  color: black;
  background-color: #transparent;
}
.level1 {
  float: left;
  width: 119px;
  z-index: 10;
}
#navbar li:hover {
  background: url(../img/level1hover.png);
}
#navbar li:hover .level1{
  color: #444;
  background-color: transparent;
  z-index: 10;
}

#navbar li .level2{
  color: white;
  background-color: transparent;
  display: none;
  width: 124px;
  line-height: 0px;
}

#navbar li:hover .level2{
  
  float: left;
  display: block;
  position: absolute;
  left: 116px;
  top: 0px;
  z-index: 20;
  
}

#navbar li:hover .level2 img{ 
  line-height: 0px;
  margin: 0;
  border: 0;
}
#navbar li:hover .level2 .level2list{ 
  line-height: 32px;
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  background: #b6b79f;
  width: 124px;
}
#navbar li:hover .level2 .level2list .navdiv {
  line-height: 0;
  height: 1px;
  background: #c4c4c4;
}
#navbar li:hover .level2 .level2list li{ 
  border-left: 3px solid #005235;
  border-right: 3px solid #005235;
  background: #b6b79f;
  width: 118px;
  height: 28px;
  line-height: 28px;
  text-align: left;
}

#navbar li:hover .level2 .level2list li a{
  color: white;
  font-size: 12px;
  letter-spacing: 0.1em;
  width: 119px;
  height: 32px;
  float: left;
  margin-left: 5px;
}
#navbar li .level2 .level2list li:hover {
  color: #cd2424;
  background: #b6b79f;
}
#navbar li .level2 .level2list li:hover a{
  color: #1f1293;
}
.nav_link {
  font-size: 12px;
  text-decoration: underline;
  font-weight: bold;
}
#footer {
  margin-top: 30px;
  clear: both;
  float: left;
  width: 900px;
  height: 80px;
  background: url(../img/footer.png);
  background-repeat: no-repeat;
}


#main {
  float: left;
  width: 720px;
  margin-left: 10px;
  margin-top: 10px;
}
.pagetitle {
  font-size: 20px;
  font-weight: bold;
}
.guidelines_1 {
  font-size: 18px;
  font-variant: small-caps;
  font-weight: bold;
  letter-spacing: .05em;
}
.guidelines_2 {
  font-size: 16px;
  font-variant: small-caps;
  text-decoration: underline;
  font-weight: bold;
  letter-spacing: .05em;
}
.guidelines_3 {
  font-size: 14px;
  font-variant: small-caps;
  font-weight: bold;
  letter-spacing: .05em;
}

/* Products pages - Burial Options, Bronze Markers 
----------------------------------------------------------------------*/
#BurialOptions .hoverbox .thickbox img {
  height:100px;
}
#BronzeMarkers .hoverbox li {
  height:150px;
}
#BronzeMarkers .hoverbox .thickbox img {
  width:150px;
}

