﻿*
{
  font-family: Helvetica Neue, Verdana, Arial, Serif;
  margin: 0;
  padding: 0;
}
a
{
  color: #656565;
  text-decoration: none;
}
a:hover
{
  color: #f7671f;
}
a img
{
  border: 0;
}
body
{
  background-color: #b1aaa2;
  font-size: 8pt;
}
button
{
  background: #f76c1f url(content/images/button_background.jpg) repeat-x 0 0;
  border: 1px solid #ececec;
  color: #fff;
  font-size: 90%;
  height: 22px;
  outline: #ccc solid 1px;
  padding-bottom: 2px;
  text-transform: uppercase;
}
button.button2
{
  border: 1px solid #9d9d9d;
  outline: 0;
}
em
{
  font-style: italic;
}
input,
select,
textarea
{
  padding: 2px;
}
input[type='text'],
input[type='password']
{
  border: 1px solid #eee;
  outline: #ccc solid 1px;
  margin-bottom: 1px;
  width: 225px;
}
input[type='checkbox']
{
  border: 0;
  padding: 0;
}
select
{
  border: 1px solid #eee;
  margin-bottom: 1px;
  outline: #ccc solid 1px;
}
textarea
{
  border: 1px solid #eee;
  outline: #ccc solid 1px;
  height: 175px;
  margin-bottom: 1px;
  width: 405px;
}
textarea.editor
{
  border: 0;
  padding: 0;
  width: 100%;
}
td
{
  vertical-align: top;
}
.required span
{
  color: #f00;
}
acronym
{
  border-bottom: 1px dashed #aaa;
  cursor: help;
}
#tooltip {
  background-color: #fff;
  border: 1px solid #999;
  padding: 5px;
  max-width: 375px;
  position: absolute;
  z-index: 3000;
}
#tooltip h3,
#tooltip div
{
  font-size: 10pt;
  margin: 0;
}
.tooltip
{
  display:none;
  background-color:#fff;
  border:1px solid #ccc;
  padding:3px;
  font-size:13px;
  -moz-box-shadow: 2px 2px 11px #666;
  -webkit-box-shadow: 2px 2px 11px #666;
  max-width: 325px;
}

/* Debug */
#content .error
{
  color: #a30000;
}
#content div.error
{
  border: 1px solid #d77;
  padding: 2px;
}
#content div.error,
#content tr.error
{
  background-color: #fdd;
}
#content .notice
{
  color: #c57e0f;
}
#content div.notice
{
  border: 1px solid #f0c020;
  padding: 2px;
}
#content div.notice,
#content tr.notice
{
  background: #ffe;
}
#content .message
{
  color: #33a333;
}
#content div.message
{
  border: 1px solid #8be58b;
  padding: 2px;
}
#content div.message,
#content tr.message
{
  background: #f3fff3;
}
#content div.error,
#content div.notice,
#content div.message
{
  margin: 0 auto 10px;
}
#content div.error ul,
#content div.notice ul,
#content div.message ul
{
  padding-left: 20px;
}
#content div.error li,
#content div.notice li,
#content div.message li
{
  margin: 2px 0;
}
#template_debug textarea
{
  height: 450px;
  width: 100%;
}

/* Wrapper/Container */
#wrapper 
{
  background-color: #ececec;
  margin: auto;
  width: 1004px;
}

/* Header */
#header
{
  background: #fefefe url(content/images/header_background.jpg) no-repeat 100% 0;
  height: 99px;
}
#header h1
{
  float: left;
}
#header h1 a
{
  /*background-image: url(content/images/logo.jpg);*/
  display: block;
  height: 99px;
  width: 255px;
}
#header h1 span
{
  display: none;
}
#header #login
{
  color: #fff;
  float: right;
  margin-top: 15px;
  width: 307px;
}
#header #login table
{
  width: 275px;
}
#header #login td
{
  border: 1px solid #ececec;
  height: 24px;
}
#header #login label
{
  float: left;
  font-size: 90%;
  margin: 4px 0 0 10px;
}
#header #login input
{
  border: 1px solid #fff;
  float: right;
  font-size: 110%;
  margin: 1px;
}
#header #login button
{
  width: 59px;
}
#header #login input[type='text']
{
  width: 163px;
}
#header #login input[type='password']
{
  width: 100px;
}
#header #login div
{
  float: left;
  font-size: 100%;
  margin-top: 2px;
  width: 270px;
}
#header #login div div
{
  width: auto;
}
#header #login .forget
{
  float: right;
  margin-top: 5px;
  width: auto;
}
#header #login div a
{
  color: #fff;
  font-size: 90%;
  text-decoration: underline;
}
#header #login div input
{
  float: none;
  margin: 0;
}
#header #login div label
{
  float: none;
  margin: 0;
}
#header #login input[type='checkbox']
{
  border: 0;
  padding: 0;
}

/* Navigation */
#topNav
{
  background: #949494 url(content/images/topnav_background.jpg) repeat-x 0 0;
  border-top: 1px solid #ececec;
  float: left;
  width: 100%;
}
#topNav ul
{
  float: left;
  list-style: none;
  text-transform: capitalize;
  width: 192px;
  z-index: 20;
}
#topNav ul:first-child
{
  margin-left: 20px;
}
#topNav li
{
  cursor: pointer;
  list-style-type: none;
  position: relative;
}
#topNav li a
{
  border-left: 1px solid #ececec;
  background: #949494 url(content/images/topnav_background.jpg) repeat-x 0 0;
  color: #fff;
  display: block;
  padding: 5px 0 5px 10px;
  text-decoration: none;
}
#topNav li a span
{
  display: none;
}
#topNav ul ul
{
  background: #b4b4b4;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  display: none;
  left: -1;
  margin-left: 0;
  position: absolute;
  top: auto;
  z-index: 30;
}
#topNav-1 ul
{
  width: 192px;
}
#topNav-2 ul
{
  width: 228px;
}
#topNav-3 ul
{
  width: 203px;
}
#topNav-4 ul
{
  width: 200px;
}
#topNav li:hover ul,
#topNav li.shover ul
{
  display: block;
}
#topNav li li
{
  clear: both;
  float: left;
  width: 100%;
}
#topNav li li:first-child
{
  border: 0;
}
#topNav li li a
{
  background-image: none;
  border-top: 1px solid #ececec;
  width: auto;
}
#topNav li li a:hover
{
  background-color: #b49186;
}
#topNavContainer {
  border-right: 1px solid #ececec;
  float: left;
}

/* Content */
#content
{
  background-color: #ececec;
  clear: both;
  color: #656565;
  line-height: 130%;
}
#content .correct
{
  color: Blue;
}
#content .incorrect
{
  color: Red;
}
#content sup
{
  font-size: 90%;
}
#content hr
{
  margin: 10px 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}
#content div[id^='template']
{
  float: left;
  margin-bottom: 20px;
  width: 964px;
}
#content h2
{
  margin-bottom: 20px;
}
#content h3
{
  margin: 10px 0;
}
#content fieldset
{
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 10px;
}
#content legend
{
  padding-left: 3px;
}
h1, h2, h3, h4, h5
{
  line-height: normal;
}
#content form > table
{
  width: 99%;
}
#content button
{
  padding-left: 10px;
  padding-right: 10px;
}
#content p
{
  margin: 0 0 15px 0;
}
#content table.list
{
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
}
#content table.list th,
#content table.list td
{
  padding: 4px;
  text-align: left;
}
#content table.list th
{
  background-color: #cecece;
  color: #555;
  font-weight: bold;
}
#content table.list tr.row1
{
  background-color: #fff;
}
#content table.list tr.row2
{
  background-color: #fdf5e7;
}
#content ol,
#content ul
{
  padding-left: 30px;
}
#content li
{
  margin-bottom: 10px;
}
#content li table
{
  margin-top: 8px;
}
#content form.cert td {
  padding-bottom: 5px;
}
#content form.cert td div {
  margin-bottom: 3px;
}
#content #boxes {
  margin: 0;
  padding: 0;
}
#content #boxes li,
#content #info_pdfs li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
#content #boxes li {
  background-repeat: no-repeat;
  background-position: 0 20px;
  color: #333;
  display: block;
  float: left;
  font-size: 12px;
  font-variant: uppercase;
  font-weight: bold;
  height: 241px;
  text-transform: uppercase;
  width: 200px;
}
#content #boxes li span {
  padding-left: 4px;
}
#content #boxes li img {
  margin-top: 3px;
}
#content #boxes li.dashboard a {
  background-image: url(content/images/box_dashboard.png);
}
#content #boxes li.tools a {
  background-image: url(content/images/box_tools.png);
}
#content #boxes li.web a {
  background-image: url(content/images/box_web.png);
}
#content #boxes li.kiosk a {
  background-image: url(content/images/box_kiosk.png);
}
#content #boxes li.reporting a {
  background-image: url(content/images/box_reporting.png);
  width: 204px;
}
#content #info_pdfs {
  padding-left: 30px;
}
#content #info_pdfs li {
  display: list-item;
  float: left;
}
#content #info_pdfs li a {
  color: #117ec2;
  float: left;
  font-size: 12px;
  font-variant: uppercase;
  font-weight: bold;
}
#content #info_pdfs li.overview a {
  background: transparent url(content/images/pdf_overview.jpg) no-repeat 0 20px;
  display: block;
  height: 217px;
  width: 167px;
}
#content #info_pdfs li.workplace a {
  background: transparent url(content/images/pdf_wellness.jpg) no-repeat 0 20px;
  display: block;
  height: 217px;
  width: 167px;
}
#content #info_pdfs li.center a {
  background: transparent url(content/images/pdf_center.jpg) no-repeat 0 20px;
  display: block;
  height: 217px;
  width: 167px;
}
#content #info_pdfs li.links {
  margin-left: 20px;
  width: 200px;
}
#content #info_pdfs li.links div {
  color: #117ec2;
  font-weight: bold;
  padding-bottom: 3px;
}
#content #info_pdfs li.links div:first-child {
  margin-top: 5px;
}
#content #info_pdfs li.notation {
  margin-left: 40px;
  padding-bottom: 20px;
  width: 200px;
}
#content #info_pdfs li.notation img {
  margin-top: 5px;
}
#templateText,
#templateMarket,
#templateApproach,
#templateProduct,
#templateNews
{
  padding: 20px;
}

/* Home Page Template */
#templateHome .header
{
  background: #cecece url(content/images/home_header.jpg) no-repeat 100% 0;
  font-family: Myriad Pro;
  height: 254px;
  margin-bottom: 20px;
  width: 964px;
}
#templateHome .header .image
{
  float: left;
  height: 254px;
  width: 320px;
}
#templateHome .header .desc
{
  color: #fff;
  font-size: 180%;
  float: left;
  line-height: 120%;
  height: 230px;
  padding: 10px 14px;
  width: 615px;
}
#templateHome .header ul,
#templateHome .header ol
{
  padding: 10px 0 0 28px;
}
#templateHome .header div.highlight
{
  bottom: 10px;
  font-size: 110%;
  margin-top: 65px;
  text-align: right;
}
#templateHome .block
{
  border-right: 1px solid #cecece;
  float: left;
  line-height: normal;
  margin-right: 20px;
  padding-right: 20px;
  width: 294px;
}
#templateHome .block-last
{
  /*
  background-color: #fff;
  border: 1px solid #cecece;
  */
  border-right: 0;
  height: 283px;
  margin-right: 0;
  padding: 0;
  /*width: 276px;*/
}
#templateHome .item
{
  float: left;
  margin-bottom: 15px;
  width: 100%;
}
#templateHome .item .image
{
  float: left;
  height: 85px;
  margin-right: 10px;
  width: 85px;
}
#templateHome .item .title
{
  float: left;
  width: 190px;
}
/*
#templateHome .block-last .title
{
  width: 100%;
}
#templateHome .block-last .title a
{
  background: transparent url(content/images/readmore_bullet.jpg) no-repeat 100% 0;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  padding-right: 50px;
  width: 220px;
}
*/
#templateHome .item .desc
{
  float: left;
  font-size: 7pt;
  width: 190px;
}
/*
#templateHome .block-last .desc
{
  margin-top: 8px;
  text-align: center;
  width: 100%;
}
*/
#templateHome .item a
{
  color: #f7671f;
}
/*
#templateHome #solution_slideshow
{
  height: 215px;
  float: left;
  margin-top: 8px;
  width: 100%;
}
#templateHome #solution_slideshow div
{
  display: none;
  font-size: 12px;
}
#templateHome #solution_slideshow div img
{
  margin-top: 5px;
}
*/

/* Stayhealthy Approach Template */
#templateApproach .block
{
  border-right: 1px solid #cecece;
  float: left;
  height: 303px;
  margin: 20px 13px 20px 0;
  padding-right: 8px;
  width: 219px;
}
#templateApproach .block p
{
  min-height: 70px;
}
#templateApproach .block h3
{
  font-size: 140%;
  margin-bottom: 10px;
}
#templateApproach .block .image
{
  clear: left;
}
#templateApproach .block-first
{
  clear: both;
}
#templateApproach .block-last
{
  border: 0;
}
#templateApproach .col1
{
  float: left;
  margin-right: 40px;
  width: 300px;
}
#templateApproach .col2
{
  float: left;
  width: 300px;
}

/* Text Template */
#templateText a
{
  text-decoration: underline;
}
#templateText .block
{
  float: left;
}
#templateText .block-solo
{
  clear: left;
}
#templateText .block-first
{
  clear: left;
  border-right: 1px solid #cecece;
  margin-right: 20px;
  min-height: 507px;
  padding-right: 20px;
  width: 451px;
}
#templateText .block-last
{
  min-height: 583px;
  width: 470px;
}
#templateText .block ol,
#templateText .block ul
{
  padding-left: 35px;
}
#templateText .faqs div
{
  background-color: #f7f7f7;
  display: none;
  margin-top: 10px;
  padding: 3px;
}
#templateText #subNav
{
  padding: 0;
}
#templateText #subNav li
{
  float: left;
  font-size: 120%;
  list-style: none;
  margin: 0 20px 40px 0;
}
#templateText #subNav li a.active
{
  color: #f7671f;
}

/* Market Template */
#templateMarket .content h2
{
  margin-bottom: 10px;
}
#templateMarket .content ul
{
  padding-left: 15px;
  margin-bottom: 15px;
}
#templateMarket .content li
{
  margin-bottom: auto;
}
#templateMarket .header a
{
  color: #fff;
  text-decoration: underline;
}
#templateMarket .header
{
  background: #cecece url(content/images/home_header.jpg) no-repeat 100% 0;
  font-family: Myriad Pro;
  height: 254px;
  margin-bottom: 20px;
  width: 964px;
}
#templateMarket .header .image
{
  float: left;
  height: 254px;
  width: 320px;
}
#templateMarket .header .desc
{
  color: #fff;
  font-size: 180%;
  float: left;
  line-height: 120%;
  height: 230px;
  padding: 10px 14px;
  width: 615px;
}
#templateMarket .header ul,
#templateMarket .header ol
{
  padding: 10px 0 0 28px;
}
#templateMarket .header div.highlight
{
  bottom: 10px;
  margin-top: 115px;
  text-align: right;
}
#templateMarket .block
{
  float: left;
}
#templateMarket .block-first
{
  border-right: 1px solid #cecece;
  min-height: 297px;
  padding-right: 20px;
  width: 299px;
}
#templateMarket .block-last
{
  background-color: #fff;
  float: right;
  height: 294px;
  overflow: hidden;
  width: 620px;
}
#templateMarket .item
{
  display: none;
}
#templateMarket .item-first
{
  display: block;
}
#templateMarket .item img
{
  float: left;
  margin: 0 50px;
}
#templateMarket .item h2
{
  padding-top: 90px;
  padding-right: 90px;
}
#templateMarket .item p
{
  padding-right: 40px;
}

/* Product Template */
#templateProduct .block
{
  float: left;
  width: 470px;
}
#templateProduct .block h2
{
  margin: 16px 0;
}
#templateProduct .block-last
{
  border-left: 1px solid #ccc;
  margin-left: 20px;
  padding-left: 20px;
  min-height: 560px;
  width: 430px;
}

/* News Template */
#templateNews .stamp
{
  font-weight: bold;
  text-transform: uppercase;
}
#templateNews .disclaimer
{
  font-size: 80%;
}
#templateNews .block
{
    border-bottom: 1px solid #ccc;
}
#templateNews .block-last
{
    border-bottom: 0;
}
div.top-updated,
div.top-published
{
    border-top: 1px solid #ccc;
    padding-top: 2px;
    color: #888;
}

/* Footer */
#footer
{
  background-color: #fff;
  clear: both;
  color: #656565;
  padding: 6px;
}
#footer a
{
  margin: 0 3px;
  text-decoration: none;
}