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: 1em;
  color: black;
  background: #fff; }

ol, ul {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: "" ""; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: ""; }

img a {
  border: none; }

body {
  line-height: 1.5;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 75%; }

h1 {
  font-weight: normal;
  color: #222222;
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em; }
  h1 img {
    margin: 0; }

h2 {
  font-weight: normal;
  color: #222222;
  font-size: 2em;
  margin-bottom: 0.75em; }

h3 {
  font-weight: normal;
  color: #222222;
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em; }

h4 {
  font-weight: normal;
  color: #222222;
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em; }

h5 {
  font-weight: normal;
  color: #222222;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em; }

h6 {
  font-weight: normal;
  color: #222222;
  font-size: 1em;
  font-weight: bold; }

h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0; }

p {
  margin: 0 0 1.5em; }
  p img.left {
    display: inline;
    float: left;
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0; }
  p img.right {
    display: inline;
    float: right;
    margin: 1.5em 0 1.5em 1.5em;
    padding: 0; }

a {
  text-decoration: underline;
  color: #000099; }
  a:visited {
    color: #000066; }
  a:focus {
    color: black; }
  a:hover {
    color: black; }
  a:active {
    color: #cc0099; }

blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

dfn {
  font-style: italic;
  font-weight: bold; }

sup, sub {
  line-height: 0; }

abbr, acronym {
  border-bottom: 1px dotted #666; }

address {
  margin: 0 0 1.5em;
  font-style: italic; }

del {
  color: #666; }

pre {
  margin: 1.5em 0;
  white-space: pre; }

pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5; }

li ul, li ol {
  margin: 0 1.5em; }

ul {
  margin: 0 1.5em 1.5em 1.5em;
  list-style-type: disc; }

ol {
  margin: 0 1.5em 1.5em 1.5em;
  list-style-type: decimal; }

dl {
  margin: 0 0 1.5em 0; }
  dl dt {
    font-weight: bold; }

dd {
  margin-left: 1.5em; }

table {
  margin-bottom: 1.4em;
  width: 100%; }

th {
  font-weight: bold; }

thead th {
  background: #c3d9ff; }

th, td, caption {
  padding: 4px 10px 4px 5px; }

tr.even td {
  background: #e5ecf9; }

tfoot {
  font-style: italic; }

caption {
  background: #eee; }

.quiet {
  color: #666666; }

.loud {
  color: #111111; }

.clear {
  clear: both; }

.nowrap {
  white-space: nowrap; }

.clearfix {
  overflow: hidden;
  display: inline-block; }
  .clearfix {
    display: block; }

.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em; }

.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em; }

.first {
  margin-left: 0;
  padding-left: 0; }

.last {
  margin-right: 0;
  padding-right: 0; }

.top {
  margin-top: 0;
  padding-top: 0; }

.bottom {
  margin-bottom: 0;
  padding-bottom: 0; }

.showgrid {
  background: image_url(grid.png); }

.error {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4; }
  .error a {
    color: #8a1f11; }

.notice {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324; }
  .notice a {
    color: #514721; }

.success {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880; }
  .success a {
    color: #264409; }

.hide {
  display: none; }

.highlight {
  background: yellow; }

.added {
  background: #006600;
  color: white; }

.removed {
  background: #990000;
  color: white; }

label {
  font-weight: bold; }

fieldset {
  padding: 1.4em;
  margin: 0 0 1.5em 0; }

legend {
  font-weight: bold;
  font-size: 1.2em; }

input.text, input.title, input[type=text] {
  margin: 0.5em 0;
  background-color: #fff;
  padding: 5px; }
input.title {
  font-size: 1.5em; }
input[type=checkbox], input.checkbox,
input[type=radio], input.radio {
  position: relative;
  top: 0.25em; }

textarea {
  margin: 0.5em 0;
  padding: 5px; }

select {
  margin: 0.5em 0; }

fieldset {
  border: 1px solid #cccccc; }

input.text, input.title,
textarea,
select {
  border: 1px solid #bbbbbb; }
  input.text:focus, input.title:focus,
  textarea:focus,
  select:focus {
    border: 1px solid #666666; }

input.text, input.title {
  width: 300px; }

textarea {
  width: 390px;
  height: 250px; }

body {
  font-family: Helvetica, Verdana, sans-serif;
  background-color: #E6E6E6; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

a, a:link {
  color: #347224; }

a:hover, a:visited, a:active {
  color: #6eab23; }

textarea {
  width: 350px;
  height: 100px; }

select {
  width: auto; }

td {
  border: 0;
  vertical-align: top; }

th {
  background-color: #347224;
  color: #FFF; }

.selected {
  background-color: #FFFF99; }

.box {
  background-color: #D9D9D9; }

.transparent {
  background-color: transparent; }

.disclaimer {
  font-size: 9px;
  color: #666;
  text-align: left;
  margin: 6px 20px; }

ul.none {
  list-style: none;
  margin-left: 0; }

.small {
  font-size: .9em; }

.highlight {
  background-color: #FFFFCC; }

.maincolor {
  color: #347224; }

.polaroid {
  border: 1px solid #CCCCCC;
  padding: 3px;
  background-color: #FFF; }

.page_image {
  float: left;
  border: 1px solid #CCCCCC;
  padding: 3px;
  background-color: #FFF;
  margin: 0 20px 20px 0; }

.product_heading {
  color: #347224;
  text-align: left;
  font-weight: bold; }

table.separators td {
  border-bottom: 1px solid #CCCCCC;
  text-align: left;
  padding: 5px; }
table.separators td.heading-left {
  font-weight: bold;
  background-color: #FFF;
  border-right: 1px solid #D9D9D9;
  text-align: left; }
table.separators td.sub {
  padding-left: 20px; }
table.separators th {
  border-bottom: 3px solid #CCCCCC;
  text-align: left;
  padding: 9px 12px; }

table.borders {
  background-color: #FFF;
  border: 1px solid #d9d9d9;
  border-spacing: 2px; }
  table.borders td {
    border: 1px solid #d9d9d9;
    padding: 5px;
    text-align: center; }
  table.borders td.feature {
    text-align: left;
    padding: 30px; }
    table.borders td.feature td {
      text-align: left;
      border: 0;
      padding-right: 10px; }
  table.borders td.heading-left {
    font-weight: bold;
    text-align: left; }
  table.borders th {
    border-right: 1px solid #d9d9d9;
    padding: 5px;
    text-align: center;
    background: url(../images/th_bg.jpg) repeat-x 0 center; }

table.basic td, table.basic th {
  padding-bottom: 12px;
  border: 0; }

.label {
  color: #3670A7;
  width: 100px;
  text-align: left;
  vertical-align: top; }

.input {
  color: #000000;
  text-align: left;
  margin-right: 0px; }

.submit {
  text-align: center; }

.fieldWithErrors {
  color: #D12F19; }
  .fieldWithErrors input, .fieldWithErrors select, .fieldWithErrors textarea {
    background: #FBE3E4;
    border: 1px solid #D12F19; }

#errorExplanation {
  width: 400px;
  background: #FBE3E4;
  color: #D12F19;
  border: 2px solid #FBC2C4;
  padding: .8em;
  margin-bottom: 1em; }
  #errorExplanation h2 {
    font-size: 12px;
    color: #D12F19; }
  #errorExplanation p {
    color: #333;
    margin: 12px 0 5px 0; }
  #errorExplanation ul {
    margin: 0 0 0 20px; }
    #errorExplanation ul li {
      font-size: 12px;
      list-style: square;
      margin: 0; }

div.uploadStatus {
  margin: 5px; }

div.progressBar {
  margin: 5px; }
  div.progressBar div.border {
    background-color: #fff;
    border: 1px solid grey;
    width: 100%; }
  div.progressBar div.background {
    background-color: #333;
    height: 18px;
    width: 0%; }

ul.sidelinks {
  list-style-type: none;
  list-style-image: none;
  color: #FFF;
  margin-left: 0; }
  ul.sidelinks li {
    display: inline; }
  ul.sidelinks h3 {
    background-color: #666;
    padding: 4px 3px 4px 6px;
    margin-bottom: 1px;
    font-weight: bold;
    font-size: 1.1em;
    color: #FFF; }
  ul.sidelinks a, ul.sidelinks a:visited, ul.sidelinks a:active {
    padding: 2px 2px 2px 6px;
    display: block;
    text-decoration: none;
    border: 1px solid #CCC;
    color: #666;
    font-size: .9em;
    margin-bottom: 1px; }
    ul.sidelinks a.btn, ul.sidelinks a:visited.btn, ul.sidelinks a:active.btn {
      width: 250px; }
  ul.sidelinks a:hover {
    border: 1px solid #347224;
    color: #347224; }
  ul.sidelinks a.current {
    background-color: #347224;
    color: #FFF;
    border: 1px solid #347224; }

.content_item h1 {
  font-size: 20px; }
.content_item h2 {
  font-size: 17px; }
.content_item h3 {
  font-size: 14px; }

.content_item {
  font-size: 13px; }
  .content_item .video {
    margin-bottom: 1.5em; }

.border-container-top {
  width: 910px;
  background: url(../images/border_top.jpg) no-repeat;
  margin: 5px auto 0 auto;
  padding-top: 15px; }

.border-container {
  width: 910px;
  background: url(../images/border_middle.jpg) repeat-y top left;
  margin: 0 auto;
  color: #333; }
  .border-container a {
    font-weight: bold; }

.border-container-bottom {
  width: 910px;
  background: url(../images/border_bottom.jpg) no-repeat bottom left;
  padding-bottom: 15px;
  margin: 0 auto 5px auto; }

.container {
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block; }
  .container {
    display: block; }

#header {
  display: inline;
  float: left;
  margin-right: 0px;
  width: 900px;
  padding-top: 5px; }
  * html #header {
    overflow-x: hidden; }
  #header h1 a {
    margin: 5px 25px 5px 30px;
    display: block;
    width: 248px;
    height: 77px;
    text-indent: -9999px;
    background: url(../images/mainlogo.gif) no-repeat 0 0; }
  #header h2 {
    width: 300px;
    margin-left: 10px;
    text-indent: -9999px; }

#logo {
  display: inline;
  float: left;
  margin-right: 0px;
  width: 500px; }
  * html #logo {
    overflow-x: hidden; }

#user-bar {
  display: inline;
  float: left;
  margin-right: 0px;
  width: 400px;
  text-align: right; }
  * html #user-bar {
    overflow-x: hidden; }
  #user-bar .links {
    padding: 10px 30px; }

#content {
  display: inline;
  float: left;
  margin-right: 0px;
  width: 900px; }
  * html #content {
    overflow-x: hidden; }

#menu, #main-content, #sidebar {
  padding-top: 40px;
  padding-bottom: 40px; }

body.sublayout-1col #main-content {
  padding-left: 40px;
  display: inline;
  float: left;
  margin-right: 0px;
  width: 820px;
  padding-right: 40px; }
  * html body.sublayout-1col #main-content {
    overflow-x: hidden; }

body.sublayout-2col #menu {
  padding-left: 40px;
  display: inline;
  float: left;
  margin-right: 0px;
  width: 260px;
  padding-right: 40px; }
  * html body.sublayout-2col #menu {
    overflow-x: hidden; }
body.sublayout-2col #main-content {
  display: inline;
  float: left;
  margin-right: 0px;
  width: 520px;
  padding-right: 40px; }
  * html body.sublayout-2col #main-content {
    overflow-x: hidden; }

body.sublayout-2col-sidebar #main-content {
  padding-left: 40px;
  display: inline;
  float: left;
  margin-right: 0px;
  width: 460px; }
  * html body.sublayout-2col-sidebar #main-content {
    overflow-x: hidden; }
body.sublayout-2col-sidebar #sidebar {
  padding-left: 40px;
  display: inline;
  float: left;
  margin-right: 0px;
  width: 320px;
  padding-right: 40px; }
  * html body.sublayout-2col-sidebar #sidebar {
    overflow-x: hidden; }

body.sublayout-3col #menu {
  padding-left: 40px;
  display: inline;
  float: left;
  margin-right: 0px;
  width: 240px;
  padding-right: 40px; }
  * html body.sublayout-3col #menu {
    overflow-x: hidden; }
body.sublayout-3col #main-content {
  display: inline;
  float: left;
  margin-right: 0px;
  width: 260px; }
  * html body.sublayout-3col #main-content {
    overflow-x: hidden; }
body.sublayout-3col #sidebar {
  padding-left: 40px;
  display: inline;
  float: left;
  margin-right: 0px;
  width: 240px;
  padding-right: 40px; }
  * html body.sublayout-3col #sidebar {
    overflow-x: hidden; }

#footer {
  display: inline;
  float: left;
  margin-right: 0px;
  width: 900px;
  text-align: center;
  border-top: 4px solid #CCC;
  padding-top: 10px;
  background-image: url(../images/shadow_top.jpg);
  background-repeat: repeat-x; }
  * html #footer {
    overflow-x: hidden; }

body#info-index #menu, body#info-index #main-content, body#info-index #sidebar {
  padding-top: 0px;
  padding-bottom: 0px; }

#showcase {
  display: inline;
  float: left;
  margin-right: 0px;
  width: 900px; }
  * html #showcase {
    overflow-x: hidden; }
  body#info-index #showcase .accordion {
    margin: 0;
    padding: 0; }
    body#info-index #showcase .accordion li {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    body#info-index #showcase .accordion .img {
      display: inline;
      float: left;
      margin-right: 0px;
      width: 450px; }
      * html body#info-index #showcase .accordion .img {
        overflow-x: hidden; }
    body#info-index #showcase .accordion .description {
      padding: 30px;
      font-size: 16px;
      display: inline;
      float: left;
      margin-right: 0px;
      width: 390px;
      background-color: #0089D1;
      color: #FFF;
      height: 300px; }
      * html body#info-index #showcase .accordion .description {
        overflow-x: hidden; }
      body#info-index #showcase .accordion .description h3 {
        color: #FFF;
        margin-bottom: 10px; }

#nav {
  display: inline;
  float: left;
  margin-right: 0px;
  width: 900px; }
  * html #nav {
    overflow-x: hidden; }
  #nav ul {
    background: url(../images/navigation.jpg);
    margin-left: 0px;
    width: 900px;
    height: 40px;
    margin-bottom: 0; }
    #nav ul li {
      list-style-type: none;
      float: left; }
      #nav ul li a {
        display: block;
        text-indent: -9999px;
        height: 40px; }
  #nav li#home a {
    background: url(../images/navigation.jpg);
    width: 180px;
    background-position: 0 0; }
  #nav li#home a:hover {
    background-position: 0 -40px; }
  #nav li#about a {
    background: url(../images/navigation.jpg);
    width: 180px;
    background-position: -180px 0; }
  #nav li#about a:hover {
    background-position: -180px -40px; }
  #nav li#slice a {
    background: url(../images/navigation.jpg);
    width: 180px;
    background-position: -360px 0; }
  #nav li#slice a:hover {
    background-position: -360px -40px; }
  #nav li#transact a {
    background: url(../images/navigation.jpg);
    width: 180px;
    background-position: -540px 0; }
  #nav li#transact a:hover {
    background-position: -540px -40px; }
  #nav li#contact a {
    background: url(../images/navigation.jpg);
    width: 180px;
    background-position: -720px 0; }
  #nav li#contact a:hover {
    background-position: -720px -40px; }

body#home li#home a {
  background-position: 0 -40px; }

body#about li#about a {
  background-position: -180px -40px; }

body#slice li#slice a {
  background-position: -360px -40px; }

body#transact li#transact a {
  background-position: -540px -40px; }

body#contact li#contact a {
  background-position: -720px -40px; }

.module {
  padding: 15px;
  border: 1px solid #CCC;
  margin-bottom: 12px; }

.submodule {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 3px solid #CCC; }

ul.menu_list {
  list-style-type: none;
  color: #FFF;
  margin-left: 0; }
  ul.menu_list li {
    display: inline; }
  ul.menu_list h3 {
    background-color: #347224;
    padding: 4px 3px 4px 6px;
    margin-bottom: 1px;
    font-weight: normal;
    font-size: 1.2em;
    color: #FFF; }
  ul.menu_list a, ul.menu_list a:visited, ul.menu_list a:active {
    margin-bottom: 1px;
    padding: 5px 2px 5px 8px;
    display: block;
    text-decoration: none;
    color: #FFF;
    font-size: .9em;
    background-color: #347224; }
    ul.menu_list a.btn, ul.menu_list a:visited.btn, ul.menu_list a:active.btn {
      width: 250px; }
  ul.menu_list a:hover {
    background-color: #666; }
  ul.menu_list a.current {
    background-color: #347224;
    color: #FFF;
    border: 1px solid #347224; }

.content_item {
  width: 700px; }

hr {
  background-color: #CCC;
  height: 3px;
  border: 0;
  margin: 20px 0; }

.loud_buttons {
  margin: 0 0 15px 0; }
  .loud_buttons a, .loud_buttons a:link, .loud_buttons a:active, .loud_buttons a:visited {
    border: 1px solid #555;
    background-color: #347224;
    color: #FFF;
    padding: 12px 18px;
    text-decoration: none;
    display: block;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 4px;
    text-align: center; }
    .loud_buttons a:hover, .loud_buttons a:link:hover, .loud_buttons a:active:hover, .loud_buttons a:visited:hover {
      background-color: #FFF;
      color: #347224;
      border: 1px solid #347224; }

.video_caption {
  background-color: #333;
  color: #FFF;
  padding: 10px; }

.video_grid .video {
  float: left;
  margin: 0 10px 10px 0; }
