/* 
  -----------------------------------
  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; }
html { min-height: 100%; margin-bottom: 1px; }
body {
	background: #5B1722;
	color: #000;
	font: 101% Verdana, Arial, Helvetica, sans-serif;
	min-width: 800px; /* Add your width and a measurement, such as pixels. */
    text-align: center;
	}
div#wrapper {
     width: 800px; height: 100%;
     margin: 0 auto;
     text-align: left;
	 background: url(../assets/presentation/windowBG.jpg) repeat-y;
}
div#page { background: url(../assets/presentation/pagebridgeBG.jpg) no-repeat; width: 700px; margin: 0 50px; }
div#content-wrap { width: 700px; }
div#content-1 { width: 440px; margin: 40px 0 31px 45px; float: left; display: inline; }
div#local-nav { float: left; display: inline; }
div#footer {  width: 620px; background: #952637 url(../assets/presentation/pageF.jpg) no-repeat; margin: 0 50px; padding: 50px 31px 0 45px; }

/* ACCESSIBILITY ---------------------------------------------- */
#skipnav {
	position: absolute;
	margin-left: -1000px;
	width: 900px;
	}
#skipnav a:focus, #skipnav a:active {
	margin-left: 1000px;
	overflow: visible;
	display: block;
	width: 10em;
	}
#blah:active { }

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

	/* Local Navigation (right side of page */
div#local-nav { width: 159px; margin: 140px 0 8px 38px; font-size: 11px; }
ul#local-navlist { margin: 0; padding: 0; }
#local-navlist li { list-style-type: none; background:url(../assets/presentation/arrowOnRed.jpg) no-repeat 0px 0.1em; padding: 0 0 0.6em 15px; }
#local-navlist a:link, #local-navlist a:visited { color: #FFF; font-weight: bold; text-decoration: none; } /* white */
#local-navlist a:hover, #local-navlist a:active { color: #E2AE40; } /* gold */ 

/* TEXT ------------------------------------------------------- */

h1 { font-size: 1.5em; }
h1.home { height: 64px; visibility: hidden; }
h2 { font-size: 1.3em; margin: 0 0 0.8em 0; color: #966330; font-weight: bold; }
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 ------------------------------------------------------ */
div#content-1 a:link, div#content-1 a:visited { color: #386974; text-decoration: underline; } /* teal blue */
div#content-1 a:hover, div#content-1 a:active { color: #fff; text-decoration: none; background-color: #386974; }
div#footer a:link, div#footer a:visited { color: #fff; text-decoration: underline; }
div#footer a:hover, div#footer a:active { color: #80BEFD; text-decoration: none; } /* sky blue */

/* LISTS ------------------------------------------------------ */
div#content-1 ul { margin: 0 0 0.8em 1em; padding: 0; font-size: 0.75em; }
div#content-1 li { list-style-type: none; background:url(../assets/presentation/arrowOnWhite.jpg) no-repeat 0px 0.4em; padding: 0 0 0.5em 15px; }
div#content-1 li a:link, div#content-1 li a:visited { color: #FFF; font-weight: bold; text-decoration: none; } /* white */
div#content-1 li a:hover, div#content-1 li a:active { color: #E2AE40; } /* gold */ 

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

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

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

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

/* INNER PAGES ------------------------------------------------ */
/* UTILITIES -------------------------------------------------- */
.hiddenStructure { display: none; }
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
