/* This stylesheet controls the layout of the core version */

/* GENERAL LAYOUT */

html {
	height: 100%;
	}
	
body {
	text-align: center;
	background-color: #222;
	}

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	}
	
#header {
	position: relative;
	background: url(media/graphics/interface/header_bg.jpg) top left repeat;
	}
	
#tableofcontents {
	padding: 0 10px 10px 10px;
	}
	
#maincontent {
	clear: both;
	padding: 20px 10px;
	}
	
#footer {
	clear: both;
	margin-top: 2em;
	padding: 1em 0;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.6em;
	background-color: #333;
	}
	
/* HEADER */

/* swap header h1 declarations if you create a topbar */

#header h1 {
	position: relative;
	height: 80px;
	}
	
#header h1 a {
	position: absolute;
	display: block;
	width: 309px;
	height: 54px;
	top: 12px;
	left: 20px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(media/graphics/interface/title_bg.png) top left no-repeat;
	}
	
/* #header h2 {
	position: absolute;
	display: block;
	top: 22px;
	right: 20px;
	width: 341px;
	height: 35px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(media/graphics/interface/produced_by.png) top left no-repeat;
	} */
	
#header h2 {
	position: absolute;
	right: 10px;
	top: 25px;
	font-size:1em;
	color: #5F6033;
	background-color: transparent;
	}
	
#header h2 a {
	padding: 2px 0;
	color: #698530;
	text-decoration: underline;
	}
	
#header h2 a:hover {
	color: #8fb743;
	}
	
/* NAVIGATION */

#nav {
	background-color: #2f0606;
	}
	
#nav ul {
	width: 253px;
	float: left;
	/* border-right: 1px solid #4a0a0a; */
	color: #fff;
	line-height: 1.4em;
	}
	
#nav ul li.here a {
	color: #2f0606;
	background: #fff url(media/graphics/interface/here_arrow.png) center left no-repeat;
	}
	
#nav ul.last {
	width: 254px;
	border-right: 0;
	}
	
#nav ul.last a {
	border-right: 0;
	}
	
#nav ul li a {
	display: block;
	padding: 5px 10px 5px 20px;
	border-bottom: 1px solid #4a0a0a;
	border-right: 1px solid #4a0a0a;
	font-size: 1.1em;
	color: #b5a479;
	text-decoration: none;
	background-color: #2f0606;
	}
	
#nav ul li a:hover {
	color: #fff;
	background-color: #460909;
	}
	
#nav ul li.here a:hover {
	color: #2f0606;
	background-color: #fff;
	}
	
/* MAIN CONTENT */

h2.page_title {
	margin-bottom: 1em;
	padding: 0px;
	font-size: 1.6em;
	background-color: transparent;
	}
	
div#tech_notes h3 { /* hides the extra h3 pulled in from the technotes.txt file */
	display: none;
	}
	
div.page {
	clear: both;
	margin: 1em 0;
	padding: 1em 0;
	}
	
div.topnav a {
	font-size: 1em;
	}
	
/* DOWNLOAD PAGE */

div#dl_agree h2 {
	background-color: transparent;
	}
	
/* FOOTER */

#footer {
	font-size: 1em;
	}

#footer a {
	color: #fff;
	text-decoration: underline;
	}

/*to hide stuff in the print version that is to be displayed in the module version*/	
.print_hide {
	display: none;
	}
