html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite,
del, dfn, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[class*='col-'], [class*='col-'] li {
  padding-right: 20px;
  float: left;
}

[class*='col-']:last-of-type, [class*='col-'] li:last-of-type {
  padding-right: 0;
}

.col-1-1 {
  width: 100%;
}

.col-1-2 {
  width: 50%;
}

.col-2-3 {
  width: 66.66%;
}

.col-1-3 {
  width: 33.33%;
}

.col-1-4 {
  width: 25%;
}

.col-3-4 {
  width: 75%;
}

.col-1-5 li {
  width: 20%;
 }

.col-1-6 li {
	width: 16.66%;
}

body {
  background: #ededed url("images/tile_light.gif");
  font-family: helvetica, arial, sans-serif;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 30px;
  margin-bottom: 10px;
  text-align: inherit;
}

h2 {
  font-size: 30px;
  margin-bottom: 10px;
  text-shadow: 0px 1px 0px white;
}

h2.highlight {
  text-align: center;
  color: #9eb75b;
  font-weight: 100;
  margin-bottom: 20px;
}

h3 {
  font-size: 16px;
  margin-top: 20px;
}

h4 {
  color: #4c4c4e;
  font-size: 16px;
  margin-bottom: 20px;
}

h5 {
  color: #9eb75b;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-left: 18px;
}

p {
  color: #868686;
  line-height: 20px;
  font-weight: 300;
}

input[type='text'] {
  font-family: inherit;
}

input[type='submit'] {
  font-family: inherit;
  -webkit-appearance: none;
}

.wrapper {
  width: 830px;
  margin: auto;
  position: relative;
}

.wrapper.narrow {
  width: 730px;
  margin: auto;
}

.wrapper.video {
  position: relative;
  width:  720px;
  height: 405px;
  margin: 30px auto 60px;
}

.wrapper.wide {
  width: 990px;
  margin: auto;
}

.wrapper.superwide {
  width: 100%;
  padding: 0px 40px;
}

.wrapper.superwide .tab_navigation {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.wrapper.banner {
  width: 100%;
  padding:  10px 0px;
}

a.logo {
  position: relative;
  display: block;
}

#banner1.wrapper.banner {
  height: 135px;
}

#banner1 a.logo {
  margin: auto;
  height: 110px;
  width: 50px;
  background: url("images/logo.png");
}

#banner1.wrapper.banner p.presents {
  margin-top: 0px;
  font-size: 12px;
	text-align: center;
}

#banner2.wrapper.banner {
  background: #41a9cc;
  height: 75px;
}

#banner2 a.logo {
  margin-left: 5px;
  height: 50px;
  width: 96px;
  background: url("images/logohoriz2.png") no-repeat;
}

#banner2 h1 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 9px 0px 2px 20px;
  text-align: left;
}

#banner2 h4 {
  margin-left: 20px;
	line-height: 20px;
  color: #e6e6e6;
}

#banner2 a.button {
  width: 150px;
  float: right;
}

.dark_bg {
  -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.5);
  background: #4c4c4e url("images/tile_dark.gif");
  width: 100%;
  padding: 0px 0px 10px 0px;
} 

.button, .tab_navigation li a, .tab_navigation li span, .content_box, .signup_form input[type='submit'] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

.button, .tab_navigation li a, .tab_navigation li span {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
}

.button {
  text-align: center;
  font-size: 20px;
  padding: 16px;
  background: #9eb75b;
  color: white;
  width: 100%;
  cursor: pointer;
  border: 0;
}

.button:hover {
  background: #839b44;
}

.divider {
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 1px 0 0 white;
  -moz-box-shadow: 0 1px 0 0 white;
  box-shadow: 0 1px 0 0 white;
  text-align: center;
  background: url("images/content_divider.gif") no-repeat 49.5% 0;
  padding: 40px 0 0;
  height: 0;
  margin: 0 0 50px;
}

.divider h2 {
  color: #868686;
  background: #ededed url("images/tile_light.gif");
  padding: 0 10px;
  display: inline-block;
  font-weight: 100;
  position: relative;
  top: -15px;
}

.divider p {
  display: inline-block;
  padding: 0 10px;
  background: #ededed url("images/tile_light.gif");
  position: relative;
  top: -8px;
}

.divider.dot {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 30px 0 0px;
}

.divider.line {
  background: none;
  margin: 0 0 30px;
}

.divider.line h2 {
  top: -22px;
}

#footer {
  height: auto;
  text-align: center;
}

#footer p {
  font-size: 13px;
}

#footer a {
  color: inherit;
}

#footer a:hover {
  color: black;
  text-decoration: underline;
}

.content_box {
  clear: both;
  overflow: hidden;
  *zoom: 1;
  background: white;
  padding: 40px 0 0px;
}

.content_box h2 {
  line-height: 33px;
	font-siz
}

.content_box h2 {
  line-height: 33px;
}

.content_box h3 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 22px;
  color: #4c4c4e;
}
.content_box p {
  margin-bottom: 22px;
  line-height: 22px;
}
.content_box p a {
  color: #839b44;
  font-weight: 400;
}
.content_box p a:hover {
  text-decoration: underline;
}

.content_box .main.codearea {
  min-height: 200px; 
  min-width: 100%; 
  display: inline-block;
}

.content_box .main.codearea .aside {
  margin-bottom: 20px; 
  padding: 10px; 
  height: 172px;
  border: solid 1px #bbbbbb;
}

.main.codearea .aside table tr td {
  vertical-align: text-top;
  padding: 5px;
}

.content_box .main {
  padding: 0px 45px;
}

.content_box .notification {
	padding: 0px 45px 15px 45px;
}

.content_box #disqus_thread {
	padding: 0px 0px 25px 0px;
}

.content_box h2 {
  line-height: 33px;
}

.content_box h3 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 22px;
  color: #4c4c4e;
}

.content_box p {
  margin-bottom: 22px;
  line-height: 22px;
	color: #4c4c4e
}

.content_box p a {
  color: #839b44;
  font-weight: 400;
}

.content_box p a:hover {
  text-decoration: underline;
}

.content_box textarea {
  width: 100%;
  min-height: 250px;
  resize: vertical;
  overflow: auto;
}

.content_box #graph {
  overflow: auto;
	padding: 20px 0px 40px 0px;
}

.content_box #graph svg {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.content_box #graph pre {
	padding-left: 40px;
}

.content_box .wrapper.superwide.graph {
  border-top: 1px solid #cccccc;
  padding: 20px 0px 0px 0px;
  margin-top: 40px;
}

.tab_navigation {
  width: 730px;
  margin-right: auto;
  margin-left: auto;
}

.tab_navigation.objects {
  margin-top: 25px;
}

.tab_navigation li {
  padding: 0 20px 0 0;
}

.tab_navigation li a, .tab_navigation li span {
  position: relative;
  color: #00668f;
  background: white;
  text-shadow: none;
  text-align: left;
  font-weight: 400;
  display: block;
  text-align: center;
  padding: 15px 0;
  margin: 0 auto;
  text-transform: uppercase;
}

.tab_navigation li a {
  font-size: 14px;
  line-height: 18px;
  padding: 14px 5px;
  top: -20px;
  cursor: pointer;
}

.tab_navigation li span {
  font-size: 18px;
  height: 48px;
  line-height: 22px;
  top: -25px;
  margin-top: 0px;
}

.tab_navigation li a:hover {
  background: #00668f;
  color: #8ec1d6;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}

.tab_navigation li a.active, .tab_navigation li a.active:hover, .tab_navigation li span.active, .tab_navigation li span.active:hover {
  background: #41a9cc;
  color: #00668f;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

.tab_navigation li a.active:after, .tab_navigation li a.active:hover:after, .tab_navigation li span.active:after, .tab_navigation li span.active:hover:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #41a9cc;
  margin: 0 auto;
}