/*
	file name:	sd_base.css
	author:		Eric McClafferty
	date:		11/21/2022
	revised:	5/23/2025
*/
*		{margin: 0; padding: 0;}
body *	{font-family: Verdana, Geneva, sans-serif; font-size: 100%;
		font-weight: bold; line-height: 1.4em; vertical-align: baseline;}
body		{background-color: #f6f6f6;}		
article, aside, figure, figcaption, footer, header, nav, section	{display: block;}
#wrapper	{max-width: 960px; margin: 0 auto; background-color: #f0f0f0;}
h1, h2, h3, address  { color: #484848;}
nav		{height: 30px; width: 100%; background-color: #e0e0e0; padding-bottom: 6px;}
#gohome  {float: left; padding-left: 2%;}
#gohome:hover  {background-color: #f6f6f6;}
#site_name  {font-family: "Times New Roman", serif; color:#484848;
		    font-size: 1.3em; font-variant: small-caps; font-weight: bold;
		    letter-spacing: 2px; line-height: 1.7em; margin-left: 20%; display: none;}
#sd_home  {float: right; padding-right: 2%;}
#sd_home:hover  {background-color: #f6f6f6;}
.break	{display: inline;}
img	{width: 95.8333%; margin: 1% 2.0833%; outline: 1px #bbb solid;}
.sc_conceal  {display: none;}
address {text-align: center; font-size: 0.8em; padding-bottom: 1.2em; clear: both;}
#mnavwrap  {float: left; width: 100%; background-color: #ccc; margin-bottom: 20px;}
#mnavwrap ul  {float: left; width: 100%;}
#mnavwrap ul li	{list-style-type: none; width: 48%; padding: 1px 1% 0 1%; height: 35px;
			float: left; text-align: center; outline: 1px solid #bbb;}
#mnavwrap ul li a  {text-decoration: none; color: #484848; font-size: 0.875em;
				line-height: 1.6em; }
#mnavwrap li a:hover    {color:#222; background-color: #fff;}
#mnavwrap li.ur_here a {color: #666; background-color: #f6f6f6;}
#mnavwrap li.ur_here a:hover  {color: #666; background-color: #f6f6f6;}
