/*
	Nonzero1.0 by nodethirtythree design
	http://www.nodethirtythree.com
	missing in a maze
*/

@import url("rstdocument.css");

/* Basic Stuff */
* {
	margin: 0em;
	padding: 0em;
}

body {
	font-size: 9pt;
	background-color: #fff;
}

ul.links { list-style: none; }
ul.links li { line-height: 2em; }
ul.links li.first { }
p { line-height: 1.8em; }

/* Header */

#header {
	width:100%;
	height:122px;
	background: #440000 url('images/n1.gif') repeat-x;
	color: #585858;
	font-family: "trebuchet ms", helvetica, sans-serif;
}
#header h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	letter-spacing: -1px;
	font-family: "trebuchet ms", helvetica, sans-serif;
}


#header_inner {
	position: relative;
	width: 950px;
	height:122px;
	margin: 0 auto;
}
#header h1,h2 span { font-weight: bold; }

#header p a {
	text-decoration: underline;
	color: #F16C00;
}
#header p a:hover { text-decoration: none; }
/* Logo */

#logo {
	position: absolute;
	bottom: 0.6em;
}

#logo h1 {
	display: inline;
	color: #fff;
	font-size: 2.6em;
}

#logo h2 {
	display: inline;
	padding-left: 0.5em;
	color: #D2DCE5;
	font-size: 1.0em;
}

/* Menu */

#menu {
	position: absolute;
	right: 0em;
	bottom: 0em;
}

#menu ul { list-style: none; }

#menu li { float: left; }

#menu li a {
	margin-left: 0.5em;
	display: block;
	padding: 1.1em 1.4em 1.0em 1.4em;
	background: #fff url('images/n4.gif') repeat-x;
	border: solid 1px #fff;
	color: #616161;
	font-weight: bold;
	font-size: 1.0em;
	text-decoration: none;
}

#menu li a.active {
	background: #FF790B url('images/n3.gif') repeat-x;
	color: #fff;
	border: solid 1px #DB7623;
}

/* Main */
#main { background: #fff url('images/n2.gif') 0px 1px repeat-x; }

#main_inner {
	position: relative;
	width: 950px !important;
	margin: 0 auto;
	padding-top: 3.5em;
}
/* Footer */

#footer {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	border-top: dotted 1px #E1E1E1;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	padding-top: 1.0em;
	text-transform: lowercase;
}



