* {
  margin:0;
  padding:0;
}

html, body {
  height:100%;
  /*overflow:hidden;*/
}

body {
  font:0.8125em Arial, sans-serif;
  line-height:1.4em;
  color:#fff;
  background-color:#000;
}

div#flash-message {
  padding: 5px;
  background-color: #ffff80;
  color: #333;
  line-height: 1.4em;
}

div#article {
	float: left;
	padding: 15px;
  width: 460px;
  background-color: #30393f;
}

div#article h2 {
  margin-bottom: 1.4em;
}

div#article h3 {
  margin-bottom: 0.5em;
}

div#article p {
  margin-bottom: 1em;
  line-height: 1.4em;
}

div#article ul,
div#article dl {
  margin-bottom: 1.4em;
  line-height: 1.3em;
}

div#article ul li {
  margin:0 0 0.8em 20px;
}

div#article dl dd {
  margin-bottom:0.4em;
}

ul#nav,
ul#nav ul,
ul#subNav,
ul#subNav ul { /* all lists */
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 245px;
}

ul#nav li,
ul#subNav li { /* all list items */
	position: relative;
	float: left;
	width: 245px;
	line-height: 1.25em;
}

ul#nav li ul,
ul#subNav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	margin-left: 245px;
	margin-top: -28px;
}

ul#nav li ul ul,
ul#subNav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

ul#nav li a,
ul#subNav li a {
	width: 235px;
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #222229;
	border-bottom: 1px solid #000;
	padding: 5px;
}

ul#nav li a:hover,
ul#subNav li a:hover {
	color: #00ccff;
	background-color: #111119;
}

ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#subNav li:hover ul ul,
ul#subNav li:hover ul ul ul {
	left: -999em;
}

ul#nav li:hover ul,
ul#nav li li:hover ul,
ul#nav li li li:hover ul,
ul#subNav li:hover ul,
ul#subNav li li:hover ul,
ul#subNav li li li:hover ul { /* lists nested under hovered list items */
	left: auto;
}
