@charset "utf-8";
/* 1 */
/* rules to ensure consistent rendering for all browsers */
body,
h1, h2, h3, h4, h5, h6,
p, div, span,
ul, ol, dl,
img, fieldset {
  margin: 0;
  border: 0;
  padding: 0;
  outline: 0;
  vertical-align: top;
}
ul, ol, dl {
  list-style: none;
}
img, fieldset {
  display: block;
}
abbr, acronym {
  border: 0;
  text-decoration: none;
}
em, cite {
  font-style: normal;
}
  /* remove default system colors for links */
a         { color: inherit; text-decoration: none; cursor: pointer; }
a:link    { color: inherit; }
a:visited { color: inherit; }
a:hover   { color: inherit; text-decoration: underline; }
a:active  { color: inherit; }

/* site style */
html {
  /* invalid css */ overflow-y: scroll; /* always show vertical scrollbar */
}
body {
  width: 100%;
  background-color: #fff;
  color: #333;
  font: 100% "Lucida Sans", "Lucida Grande", Tahoma, sans-serif;
}
body .page {
  position: relative; /* for absolutely positioning children */
  margin: 0 auto;
  width: 1055px;
}
body .page a {
  color: #69bd45;
}
body .page .navigation li a {
  color: #69bd45;
  text-transform: lowercase;
}
body .page .navigation li {
  display: inline;
}

#header {
  background: #fff url("../images/backgrounds/header.png") bottom left repeat-x;
  font-size: 80%;
}
#header img {
  margin: 24px 0 0 40px;
}
#header .navigation {
  position: relative; /* necessary for z-indexing */
  margin-left: 40px;
  width: 50%;
  height: 32px;
  overflow: visible;
  z-index: 2;
}
#header .navigation li {
  display: block;
  float: left;
  padding: 0 0.75em;
  height: 32px;
  line-height: 26px;
}
  /* format current page link in navigation */
body#home    #header .navigation .home,
body#about   #header .navigation .about,
body#jobs    #header .navigation .jobs,
body#contact #header .navigation .contact,
body         #header .navigation li:hover {
  background: url("../images/current_page.png") bottom center no-repeat;
}
body#home    .navigation .home    a,
body#about   .navigation .about   a,
body#jobs    .navigation .jobs    a,
body#contact .navigation .contact a {
  color: #6c6d70;
  font-weight: bold;
}

#content {
  background-color: #fafafa;
  color: #333;
  font-size: 110%;
  line-height: 110%;
}
#content .page {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  background-color: #fff;
  overflow: auto;
}
#content .page .text {
  padding: 3.1em 500px 1em 48px;
}
#content .page h1 {
  font: 500 190% "Myriad Pro", Tahoma, sans-serif;
  color: #69bd45;
}
#content .page h2 {
  font: 120% "Lucida Grande", Tahoma, sans-serif;
  color: #6c6d70;
}
#content .page h3 {
  font-size: 80%;
  color: #6c6d70;
}
#content .page p,
#content .page ul,
#content .page ol,
#content .page dl {
  font-size: 75%;
}
#content .page p {
  margin: 1em 0;
}
#content .page ol {
  margin: 0 0 6px;
}
#content .page ul {
  margin: 0 2em 6px;
}
#content .page dl {
  margin: 1em 2em 6px;
}
#content .page .bullet li,
#content .page .bullet dt {
  margin-top: 4px;
  padding-left: 12px;
}
#content .page .bullet li { background: url("../images/bullets/green.png") 0 0.4em no-repeat; }
#content .page .bullet dt { background: url("../images/bullets/red.png")   0 0.4em no-repeat; }
#content .page ul.links {
  margin: 8px 0 0;
  width: 600px;
  list-style: none;
  overflow: auto;
}
#content .page ul.links li {
  float: left;
  padding: 0 2em;
  width: 153px;
  color: #000;
  font-size: 75%;
}
#content .page ul.links #sc,
#content .page ul.links #pdo {
  padding-left: 20px;
}
#content .page ul.links #tcv {
  width: 110px;
}
#content .page ul.links #sc,
#content .page ul.links #elastic,
#content .page ul.links #tcv,
#content .page ul.links #tc {
  background: url("../images/seperator.png") center right no-repeat;
}
#content .page ul.links li img {
  display: block;
}
#content .page ul.links #pdo img { margin:  0   23px  8px  0; }
#content .page ul.links #sc  img { margin: 26px  0   27px  0; }
#content .page ul.links #tcv img { margin:  8px  0   12px  0; }
#content .page ul.links #tc  img { margin: 20px  0    9px  0; }
#content .page ul.links #scv img { margin: 17px  0   21px  0; }
#content .page ul.links #elastic img { margin: 9px 0px 9px 6px; }
#content .page ul.links #elastic { width: 116px;}
#content .page dl dt {
  margin-top: 1em;
  font-size: 125%;
  font-weight: bold;
  color: #eb1d24;
}
#content .page dl dd {
  margin-bottom: 1em;
}
#content .page dl dt span {
  margin-left: 8px;
}

#footer {
  background: #fff url("../images/backgrounds/footer.png") top left repeat-x;
  color: #666;
  font-size: 65%;
  height: 50px;
  padding-top: 15px;
}
#footer #copyright {
  display: block;
  float: left;
  padding-left: 40px;
}
#footer .navigation {
  display: block;
  float: right;
  margin-right: 40px;
}
#footer .navigation li {
  margin-left: 1em;
}
#footer .navigation li.sitemap {
  margin-left: 3em;
}
