#container {
  width: 885px;
  min-width: 885px;
  margin: 10px auto;
  background-color: #fff;
  color: black;
	/*height: 100%;*/
  border: 1px solid gray;
  line-height: 130%;
  font-size: 1.5em;
  background-color: #fee9e5;
  font-family: 'Lucida Grande', Helvetica, Verdana, Sans-serif; }


#admin_contaier {
  width: 100%;
  color: red; }

#admin_container {
  width: 100%;
  color: red;}

.center {
  margin-left: auto;
  margin-right: auto; }

#top {
  padding: .5em;
  background-color: white;
  border-bottom: 1px solid gray;
  text-align: center; }

#banner_print {
  display: none; }

#top h1 {
  padding: 0;
  margin: 0; }

#leftnav {
  float: left;
  width: 200px;
  margin: 0px;
	padding: 0px;
  text-align: center;
}

#content {
  background-color: white;
  width: 653px;
  border-left: 1px solid gray;
  padding: 1em;
	height: 100%;
  float: right; }

#footer {
  clear: both;
  margin: 0;
  padding: .5em;
  color: #333;
  background-color: #ddd;
  border-top: 1px solid gray;
  text-align: center;
  font-size: 0.75em; }

.footerimg {
  vertical-align: middle; }

.bigspade {
  background-image: url(bigspade-pink.png);
  width: 208px;
  height: 2em;
  float: left;
  background-repeat: no-repeat; }
  .bigspade h2 {
    padding: 5px; }

.bigheart {
  background-image: url(bigheart-pink.png);
  width: 208px;
  height: 2em;
  float: left;
  background-repeat: no-repeat; }
  .bigheart h2 {
    padding: 5px; }

.bigdiamond {
  background-image: url(bigdiamond-pink.png);
  width: 208px;
  height: 2em;
  float: left;
  background-repeat: no-repeat; }
  .bigdiamond h2 {
    padding: 5px; }

.bigclub {
  background-image: url(bigclub-pink.png);
  width: 208px;
  height: 2em;
  float: left;
  background-repeat: no-repeat; }
  .bigclub h2 {
    padding: 5px; }

.clear {
  clear: both; }

#bottom_cards {
  background-image: url(bottom.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 135px;
  width: 100%;
  bottom: 0px;
  z-index: 5;
  padding: 0px; }


#st_bottomcards {
  position: fixed;
  background-image: url(bottom-small.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 68px;
  width: 100%;
  bottom: 0px;
  z-index: 5;
  padding: 0px; } 

#st_maincontainer {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 0px;
  bottom: 68px;
  text-align: center;
  overflow: auto;
}

#mhzbar {
  height: 40px;
  background-color: #0d0449;
  width: 100%;
  color: white;
  vertical-align: middle;
  font-family: Lucida Grande, Helvetica, Verdana, Sans-serif;
  font-size: 1.5em; }

#mhzbarlogo {
  vertical-align: middle; }

a:link.nav {
  padding-top: 20px;
  font-weight: bold;
  color: white; }

a:visited.nav {
  padding-top: 20px;
  font-weight: bold;
  color: white; }

a:link.subnav {
  padding-top: 20px;
  font-weight: bold;
  color: black;
  font-size: 8pt;
}

a:visited.subnav {
  padding-top: 20px;
  font-weight: bold;
  color: black;
  font-size: 8pt;
}

/* a:hover.nav {
  background-image: url(diamond.png);
  background: no-repeat url(/images/button_over.png); } */


a.nav {
  text-decoration: none;
  vertical-align: middle;
}

a.subnav {
  text-decoration: none;
  vertical-align: middle;
  color: black;
  font-size: 8pt;
}

li.subnav {
  background-image: url(/images/button-red.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 40px;
}

li:hover.subnav {
  background-image: url(/images/button-brown.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 40px;
  color: black;
}


li.nav {
  background-image: url(/images/button-normal.png);
  background-repeat: no-repeat;
  text-align: center;
  width: 100%;
  height: 40px;
}

div.selectedtab {
	width: 155px;
	height: 26px;
	background-image: url(/images/tab-white.png);
	background-repeat: no-repeat;
	background-position: top center;
	color: black;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}

div.opentab {
  width: 155px;
	  height: 26px;
		  background-image: url(/images/tab-dark.png);
			  background-repeat: no-repeat;
				  background-position: top center;
					  color: white;
						  font-weight: bold; 
							  text-align: center;
								padding-top: 5px;
								}

div:hover.opentab {
  width: 155px;
	  height: 26px;
		  background-image: url(/images/tab-medium.png);
			  background-repeat: no-repeat;
				  background-position: top center;
					  color: white;
						  font-weight: bold; 
							  text-align: center;
								padding-top: 5px;
								}


div.nav {
  background-image: url(/images/button-normal.png);
  background-repeat: no-repeat;
  background-position: top center;
  height: 40px;
  text-decoration: none;
  vertical-align: middle;
  font-weight: bold;
  color: white;
  padding-top: 5px;
  font-size: 75%;
}

li:hover.nav {
  background-image: url(/images/button-selected.png);
  background-repeat: no-repeat;
  text-align: center;
  width: 100%;
  height: 40px;
  color: black;
}

div:hover.nav {
  background-image: url(/images/button-brown.png);
  background-repeat: no-repeat;
	background-position: top center;
  text-align: center;
  width: 100%;
  height: 40px;
  color: black;
}

li.navfolder {
  text-align: center;
  width: 100%;
  min-height: 40px;
  list-style-type: none;
}

li:hover.navfolder {
  text-align: center;
  width: 100%;
  min-height: 40px;
  color: black;
  list-style-type: none;

}


#embanotice {
  color: white;
  background-color: black; }

#leftnav p {
  margin: 0 0 0 0; }

#content h2 {
  margin: 0 0 .5em 0; }

p {
  padding: 0;
  margin: 0; }

body {
  font-size: 62.5%; 
  behavior: url('csshover3.htc');}

.spadelink {
  color: black;
  text-decoration: none;
}

.nounderlink {
	text-decoration: none;
}

.spadelink:hover {
  color: white;
  text-decoration: none;
}

.spadelist {
  list-style-type: none;
  background-color: #FFB8AB;
  border: 1px solid #FEAB9B;
  padding: 0; 
  color: white;
  text-decoration: none;}

.spadelist:hover {
  list-style-type: none;
  padding: 0px;
  background-color: #FF6F54;
}


ul.nav {
  list-style-type: none;
  padding: 0px;
  width: 100%;
  }

ul.subnav {
  list-style-type: none;
  padding: 0px;
  width: 100%;
}

ul.menunav {
  list-style-type: none;
  padding: 0px;
  width: 100%;
}

div.nav {
  list-style-type: none;
  padding-left: 5px;
  width: 100%;
  text-align: center;
}

div.subnav {
  background-image: url(/images/button-red.png);  
  background-repeat: no-repeat;
	background-position: top center;
  list-style-type: none;
  padding-left: 5px;
  width: 100%;
  text-align: center;
  height: 40px;
  padding-top: 5px;
}

div:hover.subnav {
  background-image: url(/images/button-brown.png);
  background-repeat: no-repeat;
	background-position: top center;
  list-style-type: none;
  padding-left: 5px;
  width: 100%;
  text-align: center;
  height: 40px;
  padding-top: 5px;
}

/*
li.subnav {
  background-image: url(/images/button-red.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 40px;
} 

li:hover.subnav {
  background-image: url(/images/button-brown.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  text-align: center;



*/

div.menunav {
  list-style-type: none;
  padding-left: 5px;
  width: 100%;
  text-align: center;
}

