/*
 *  Defaults the basic enviroment for the site
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin:0; padding:0; border:0; outline:0; font-size: 1.0em;
}

body {
  background-color: #5E78B1; color: #ffc;
  font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; text-align: center;
  padding-bottom:1em;
}

h1 { text-align:left; font-size: 1.5em;  padding-bottom: 10px; }
h2 { text-align:left; font-size: 1.25em;	padding-bottom: 10px; }
h3 { text-align:left; font-style:italic; padding-bottom:  5px; }
p  { text-align:left; }
hr { border-top: 2px groove #f93; }

a, a:link, a:visited, a:hover { text-decoration: none; }

img.center { display:block; margin: 0 auto;}

img.right   { float:right; margin-left:6px; border: white solid 0px; }

.clearFloat { clear: both; display: block; }
.clr:after	{ content: "."; display:block; clear:both; visibility:hidden; line-height:0; height:0; }

.stack:after	{ clear:left; display:block; }
.stack li		{ float:left; width:15em; font-style:italic; } 

/*
 *  Site content is in a 800 to 1280 wide window with a  background pattern
 */
 
#wrapper {
  background: url(/art/site/siteback.jpg) 0px 0px no-repeat; background-color: #1C327E;
  width: 100%; margin: 0 auto 0 auto; max-width: 1440px; min-width: 780px;
  text-align: left;

  min-height:800px;
  height:auto !important;
  height:800px;

}
 
/*
 *  Site Wide Header
 */
 
#wrapper #header			{ height: 75px; padding: 5px 5px 0px 5px; }
#wrapper #header img 		{ border: 0px; }
#wrapper #header #leaderad	{ margin: 4px 8px 0 0; padding:0; float:right;}

/*
 *  Site Wide Navigation
 */

#wrapper #menu				{ background-image:url(/art/site/30percent.png); }

#wrapper #menu ul			{ height:1.5em; width:100%; margin:0; padding:0; list-style-type:none;  
							  font:normal normal .95em Arial, Helvetica, sans-serif; text-align:center; }
							  
#wrapper #menu ul li		{ float:left; padding:0;  position:relative; white-space:nowrap; }


#wrapper #menu ul li a		{ display: block; margin:0; padding:2px;
							  background-image: url("/art/site/menu.gif"); background-color:white; color: #1C327E; 
							  border-bottom-style: none;  border-left: solid 1px #fff;  border-right: solid 1px #999;
							  text-decoration: none; width: 64px;}

#wrapper #menu ul li:hover a { background-color: #fff;  color: #960; }


/*
 *  Site Wide Main
 */
 
#wrapper #main				{ padding: 5px 5px 5px 5px; }

/*
 *  Site Wide Footer
 */

#footer 	{ height:1em; width:100%; background-color:#5E78B1; color:white; font-size:.6em; line-height:.6em; }
#footer p	{ text-align:center;}
#footer a,
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:focus,
#footer a:active	{ color: white; background-color: #5e78b1; text-decoration:none; font-style:normal; }

#tosfooter 		{ height:1em; width:100%; color:white; font-size:.6em; line-height:.6em; }
#tosfooter p	{ text-align:center;}

/*
 * Ajax Loading Div
 */
#loading 			{ display:none; position:absolute;  top:152px; left:335px; width:32px; height:32px; 
					  background: transparent url(/art/site/load.gif) center top no-repeat; text-align:center;
					  font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; }
