/* Startying with the reset, own styles below */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

html, body {
  height: 100%;
  margin: 0 0 1px 0;
  padding: 0;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of the css reset, own styles below */


body {
	background-color: #ffffff;
	color:#302e2b;
	font-family:Helvetica, Arial, sans-serif;
 	font-size:12px; 
  line-height: 1.2em;
}

a {
  color:#302e2b;
  text-decoration: none;
	padding: 2px;
}

a:hover {
  color: #ffffff;
  background: #302e2b;
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
}


h1 {
	font-size: 1.5em;
  line-height: 1.2em;
	font-weight: bold;
  margin: 0;
  padding: 0 0 0.6em 0;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
  padding: 0 0 0.8em 0;
}

li.active {
  color: #ffffff;
	background: #302e2b;
	padding: 2px;
}

.clearer {
  width: 1px;
  height: 1px;
  clear: both;
}

.main_content {
  padding: 0 0 0.8em 0;
}
 
#container {
	width: 930px;
  margin: 0 auto;
  padding: 0;
}

#all-content {
  margin: 15px;
}

#masthead {
  position: relative;
}

#top_nav {
  position: absolute;
  padding: 0 0 1em 0;
  bottom: 0;
  right: 0;
}

#main_nav {
  line-height: 1.8em;
}

#main_nav li {
  display: inline;
  margin-right: 0.4em;
}

#main_nav ul  {
  display: inline;
}

#main_credits {
  text-align: right;
  line-height: 1.8em;
}

li.active ul.level_2 li.active {
  color: #302e2b;
  background: #fff;
}

li.active ul.level_2 li {
  padding: 0;
}

li.active ul.level_2 li a {
  color:#fff;
  text-decoration: none;
	padding: 0;
}

li.active ul.level_2 li a:hover {
  background: #fff;
  color: #302e2b;
}
