/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size: 1.5em;
	line-height: 125%;
}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

body {
  background: #221f20;
  color: #ffffff;
  font: 75% Helvetica, Tahoma, Verdana, Arial, sans-serif;
  text-align: center;
  overflow-y: scroll;
  padding-top: 0px; 
  margin-top: 0px;
  letter-spacing: normal;
}

a {
	color: #e20000;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline; 
}

img {
	border: none;
}

#page {
  background: #ffffff;
  margin: 0 auto;
  text-align: left;
  width: 900px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -mox-box-shadow: 0px 8px 15px #000;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-box-shadow: 0px 8px 15px #000;
	color: #000;
}

#header {	
  background: #ffffff;
  border-bottom: 3px solid #e20000;
  height: 118px;
  position: relative;
}

#header h1 {
  font-size: 4.0em;
  position: absolute;
  margin: 30px 0 0 45px;
}
#header h1 a {
  color: #000;
  font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: normal;
  text-decoration: none;
}
#header h1 a:hover {color: #9ca9b7;}

#header h1 span {
  color: #9ca9b7;
  font-size: 18px;
}

#nav {
  bottom: 0;
  font-size: 1.1em;
  position: absolute;
  right: 0px;	
}

/* navigation */

#nav ul {
  display: inline;
}
#nav li {
  display: block;
  float: left;
  list-style: none;
}
#nav li a {
  background: #000;
  color: #fff;
  display: block;
  margin: 0 1px 0 1px;
  line-height: 1.6em;
  padding: 7px 20px 7px 20px;
  text-align: center;
  text-decoration: none;
  -moz-border-radius-topleft: 9px;
  -moz-border-radius-topright: 9px;
  -webkit-border-top-left-radius: 9px;
  -webkit-border-top-right-radius: 9px;
}
#nav li a:hover {
	background: #929292;
}

#nav li a.current { background: #e20000; }


#content {
  float: left;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 20px 20px 20px 20px;
  width: 600px;
}

#home #content { width:860px }

#content h2 {
  color: #000;
  font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: normal;
  padding: 0 0 17px 0;
}
#content h2 a {
  color: #000;
  text-decoration: none;
}
#content h2 a:hover {
  color: #e20000;
}
#content h3, #content h4 {
  background: none;
  /*border-bottom: 1px solid #dfe3e4;*/
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  /*padding: 5px;*/
}
#content p {
  line-height: 1.5em;
  margin: 0 0 20px 0;
}
#content ol {
  line-height: 1.8em;
  margin: 0 30px 20px 50px;
}
#content ul {
  line-height: 1.8em;
  margin: 0 30px 20px 30px;
}
#content ul li {
  line-height: 1.8em;
  list-style: square;
  padding-left: 2px;
}

#footer {
  /*border-top: 1px solid #DBDFE0;*/
  background: rgba(75,75,75,0.1);
  clear: both;
  color: #666;
  font-size: 1.1em;
}

#footer p {
  line-height: 1.5em;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
#footer a {
  color: #aaa;
  text-decoration: underline;
}

div#sidebar {
	width: 250px;
	height: auto;
	padding-right: 10px;
	float: right;
	position: relative;
}

div.download {
	line-height: 0px;
}

div.sidebox {
	background-color: #f8f8f8;
	font-size: 11px;
	margin: 20px auto;
	border: 1px solid #cdcdcd;
	height: auto;
}

div.sidebox h5 {
	height: 25px;
	background-color: #929292;
	font-size: 13px;
	line-height: 25px;
	color: #fff;
	text-shadow: rgba(0,0,0,0.75) 0 1px 2px;
	text-align: center;
	padding: 3px;
	margin: 0px;
}

div.sidebox-content {
	padding-left: 5px;
	padding-right: 5px;
}

div.sidebox ul {
	padding-left: 15px;
}