/* reset styles */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* site styles */
a {
  color: #00a1fd;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #fb8114;
  text-decoration: underline;
}
blockquote {
  font-family: Courier, monospace;
  border: 1px solid #fb8114;
  padding: 1em 15px;
  margin: 0 0 1em 0;
}
body {
  font: 13px Helvetica, Arial, sans-serif;
  line-height: 1.231;
  text-align: center;
  color: #333;
  background: url(body.gif) no-repeat bottom left;
}
h1, h2, h3, h4, strong {
font-weight: bold;
}
h1, h2, h3, p, ul {
  margin-bottom: .5em;
}
h1 {
  font-size: 138.5%;
  color: #666;
}
h2 {
  font-size: 123.1%;
  color: #fb8114;
}
h3 {
  color: #fb8114;
}
h4 {
  margin-bottom: 0;
}
ol, ul {
  margin: 0 0 1em 2em;
}
li {
  list-style-position: outside;
  list-style-type: disc;
}
.nav_items, .modules {
  margin-left: 0;
}
.nav_item, .module {
  list-style: none;
}
.nav_item {
  display: block;
  float: left;
  border-left: 1px solid #fb8114;
  padding: 0 15px;
}
#footer .nav_item {
  border-left: none;
  border-right: 1px solid #fb8114;
}
.module {
  margin: 0 0 2em 0;
  padding: 3.25em 15px 1em 15px;
  background: #fb8114 url(module.gif) no-repeat;
  color: #fff;
}
.module img, .module .video {
  border: 2px solid #fff;
  font-size: 0;
  line-height: 0;
}
.module a.more {
  margin-top: 1em;
  display: block;
}
.module h2 {
  font-size: 138.5%;
  color: #fff;
  text-transform: lowercase;
}
.module a,
.module a:hover {
  color: #fff;
  text-decoration: underline;
}
#document {
  margin: auto;
  width: 750px;
  text-align: left;
}
#header {
  height: 260px;
  background: url(header.gif) no-repeat;
  margin: 0 0 1em 0;
}
#header h1 {
  text-indent: -2000px;
}
#main {
  float: left;
  width: 425px;
  margin-bottom: 1em;
  padding: 1em 15px;
}
#sidebar {
  float: left;
  width: 265px;
  margin: 0 0 1em 15px;
  padding: 1em 15px 1em 0;
}
#footer {
  clear: both;
  padding: 3em 0 1em 15px;
  margin: 5em 0 0 0;
  border-top: 2px solid #fb8114;
}
#copyright {
  float: left;
}
#footer .nav_items {
  float: right;
}
/* clear fixes */
.nav_items, #footer {
  *height: 1%;
}
.nav_items:after, #footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}
