@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background: #111111;
  color: #7d7d7d;
  font-family: Arial, Helvetica, sans-serif;
}

a:link, a:active, a:visited {
  color: #bb9125;
  text-decoration: none;
}

a:hover {
  color: #bb9125;
  text-decoration: underline;
}

p {
  font-size: 14px;
  line-height: 1.6em;
  margin: 0 0 1em;
  text-align: justify;
}

h1 {
  color: #bb9125;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: bold;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin: 0 0 .25em;
}

.h1-like {
  color: #bb9125;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: bold;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin: 0 0 .25em;
}

ol {
  list-style: disc;
  color: #999;
  font-size: 13px;
  text-align: justify;
  padding-left: 2.5em;
  line-height: 1.6em;
  margin: 0 0 2em;
}

header {
  position: relative;
  z-index: 10;
  padding: 0 0 25px;
}

#header-flow {
  min-width: 960px;
  position: relative;
}

#logo {
  position: absolute;
  top: 40px;
  left: 30px;
  z-index: 50;
}

nav {
  position: absolute;
  right: 10px;
  top: 45px;
  z-index: 50;
}

nav li {
  float: left;
  list-style: none;
  padding: 0 18px;
}

nav li a {
  display: block;
  overflow: hidden;
  text-indent: -4000px;
  height: 14px;
  background: url(../images/nav.png) no-repeat;
}

nav li#nav01 a {
  width: 100px;
  background-position: 0px 0;
}

nav li#nav01 a:hover {
  background-position: 0px -14px;
}

nav li#nav02 a {
  width: 116px;
  background-position: -137px 0;
}

nav li#nav02 a:hover {
  background-position: -137px -14px;
}

nav li#nav03 a {
  width: 84px;
  background-position: -289px 0;
}

nav li#nav03 a:hover {
  background-position: -289px -14px;
}

nav li#nav04 a {
  width: 106px;
  background-position: -409px 0;
}

nav li#nav04 a:hover {
  background-position: -409px -14px;
}

#slider {
  position: relative;
  margin: 0 auto;
  z-index: 10;
  width: 960px; /* Change this to your images width */
  height: 480px; /* Change this to your images height */
}

#slider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

#slider a {
  border: 0;
  display: block;
}

.divider {
  background: url(../images/divider-bg.png) repeat-x bottom center;
  min-width: 960px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 50;
  min-height: 25px;
}

.divider-shape {
  background: url(../images/divider-shape.png) no-repeat;
  height: 136px;
  width: 420px;
  margin: 0 auto;
  display: none;
}

#content {
  width: 540px;
  padding: 60px 90px 60px 330px;
  margin: 0 auto;
}

footer {
  padding: 20px;
}

footer p {
  text-align: center;
  font-size: 11px;
}

.team-member h3 {
  color: #bb9125;
  font-size: 18px;
  margin-bottom: .25em;
}

.team-member h3 span {
  color: #b8b8b8;
  font-size: 14px;
  padding-left: .5em;
}
