/* 
  -----------------------------------
  Future Worlds of H.B. Fredman / screen styles
  by Nan Fredman/Cool Tuna Studio
  www.cooltuna.com
  12/01/06
  -----------------------------------
*/
/* GLOBAL LAYOUT ELEMENTS ------------------------------------- */
* { margin: 0; padding: 0; }
body {
	background: #fff;
	color: #000;
	font: 101% Arial, Helvetica, sans-serif;
	}
#skipnav { display: none; }
div#content-1 { margin: 1em 0; width: 520px; border: 1px dashed #CCC; padding: 2em; } 
div#footer { width: 600px; margin: 3em 0 0 0; }

/* NAVIGATION ------------------------------------------------- */
	/* Global Naviation (menu bar at top) */
div#global-nav { width: 420px; margin: 15px 0 2em 0; font-size: 10pt !important; }
ul#navlist { margin: 0; padding: 0; }
#navlist li { 	
	float: left;
	list-style-type: none;
	margin: 3px 12px 0 0;
	padding: 0;
	white-space: nowrap; 
	display: inline;
}
#navlist a:link, #navlist a:visited { color: #000; font-weight: bold; text-decoration: underline; } /* white */
#navlist a:hover, #navlist a:active { color: #000;} /* gold */
#global-nav #navlist .selected { color: #000 !important; cursor: default; } /* sky blue */

div#local-nav { display: none; }

/* TEXT ------------------------------------------------------- */
h1 { font-size: 1.5em; }
h1.home { height: 64px; visibility: visible; font-weight: bold; }
h2 { font-size: 1.3em; }
h3 { margin-bottom: .2em; font-size: 1.1em; }
h4 { margin-bottom: 0; font-size: 100%; }
h5, h6 { font-size: 100%; }
p { margin: 0 0 0.8em 0; text-indent: 1em; }

div#content-1 p {font-size: 0.75em; line-height: 1.8em; }
div#footer { font-size: 0.7em; color: #FAF4E2; }

/* LINKS ------------------------------------------------------ */

/* LISTS ------------------------------------------------------ */

/* IMAGES ----------------------------------------------------- */
img {
	border: none;
	}

/* TABLES ----------------------------------------------------- */
table {
	margin-bottom: 1.2em;
	font-size: 1em;
	}

/* FORMS ------------------------------------------------------ */
form {
	margin: 0;
	}

/* HOME PAGE -------------------------------------------------- */

/* INNER PAGES ------------------------------------------------ */

/* UTILITIES -------------------------------------------------- */
.noprint { visibility: hidden; }