/* global */
body {
  background: #fff url(../images/bg_body.gif) repeat-x;
  font: 10pt Trebuchet MS, Arial, Helvetica, Sans-Serif;
  color: #484848;
  line-height: 140%;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}
/* headings */
h1 {
  font-size: 200%;
  font-weight: normal;
}
h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 1em 0 .5em 0;
  color: #7d779d;
  line-height: 100%;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}

/* image replacement */
.graphic, #header h1, #header .slogan, #footer .slogan, #moreInfo, #intro li, #hr h4, #player span {
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  text-indent: -8000px;
}

/* clearfix */
#content:after, .fixed:after, ul:after, form p:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#content, .fixed, ul,  form p {
  display: block;
}
#content, .fixed, ul, form p {
  min-height: 1%;
}
* html #content, * html .fixed, * html ul, * html form p {
  height: 1%;
}

/* HTML Tags */
a {
  text-decoration: none;
  color: #555;
}
a:hover {
  color: #999;
}
table, input, textarea, select, li, button {
  font: 100% Trebuchet MS, Arial, Helvetica, Sans-Serif;
  line-height: 140%;
  color: #333;
}
p, blockquote, ul, ol, form {
  margin: 1em 0;
}
blockquote {
}
img {
  border: none;
}
hr {
  display: none;
}
table {
  margin: 1em 0;
  width: 100%;
  border-collapse: collapse;
}
th, td {
  padding: 2px 5px;
}
th {
  text-align: left;
}
li {
  display: list-item;
}
legend {
  display: none;
}
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

/* page setup */
#container {
  margin: 0 auto;
  width: 926px;
  text-align: left;
  position: relative;
}
#header {
  height: 171px;
  position: relative;
  background: url(../images/bg_header_cn.gif) repeat-x 0 98px;
  z-index: 1000;
}
#header .sideLt {
  position: absolute;
  width: 4px;
  height: 46px;
  top: 98px;
  left: 0;
  background: url(../images/bg_header_lt.gif) no-repeat 0 0;
}
#header .sideRt {
  position: absolute;
  width: 4px;
  height: 46px;
  top: 98px;
  right: 0;
  background: url(../images/bg_header_rt.gif) no-repeat 0 0;
}
#content {
  margin-top:-15px;
}
#main {
  float: left;
  display: inline;
  width: 590px;
  margin-left: 33px;
}
#side {
  float: left;
  display: inline;
  margin-left: 3px;
  position: relative;
  width:298px;
}
#full {
  margin: 0 3px;
}
#home #main {
  width: 551px;
  margin-left: 3px;
}
#home #side {
  margin-left: 34px;
  background: url(../images/bg_side.gif) repeat-x;
  padding-top: 55px;
}
#footer {
  text-align: center;
  font-size: 11px;
  border-top: 1px solid #F0F0F0;
  margin-top: 36px;
  padding-top: 4px;
}

/* navigation elements */
/* main nav */
ul#nav, ul#nav ul, ul#nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1000;
}
ul#nav {
  position: absolute;
  top: 98px;
  left: 20px;
}
ul#nav li {
  float: left;
  display: inline;
  margin-right: 10px;
  position: relative;
}
ul#nav li a {
  float: left;
  height: 46px;
  line-height: 46px;
  color: #fff;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  background: url(../images/bg_nav_trans.gif) repeat-x;
}
ul#nav li a.selected , ul#nav li a:hover {
  background: url(../images/bg_nav.gif) repeat-x;
  color: #7bbb0d;
}
ul#nav ul {
  position: absolute;
  left: 0;
  top: 46px;
  width: 200px;
}
ul#nav ul li {
  float: none;
  display: block;
  height: auto;
  line-height: normal;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  position: relative;
  width: 100%;
}
* html ul#nav ul li {
  line-height: 0;
  font-size: 0;
}
ul#nav ul li a {
  float: none;
  display: block;
  width: 100%;
  height: auto;
  line-height: normal;
  background: #7bbb0d;
  /*background: url(../images/bg_nav.png?v=20100611);*/
  border-top: 1px solid #fff;
  text-transform: none;
  font-weight: normal;
  font-size: 12px;
  padding: 0;
  color: #fff;
}
* html ul#nav ul li a {
  background: #7bbb0d;
}
ul#nav ul li a span {
  display: block;
  padding: 4px 8px;
  cursor: pointer;
  color: #fff;
}
ul#nav ul li a:hover span {
  color: #7bbb0d;
}
ul#nav ul ul {
  position: absolute;
  margin-left: 200px;
  top: 0;
}
#nav ul {
  visibility: hidden;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul,
#nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
  visibility: hidden;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul,
#nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
  visibility: visible;
}

/* side nav */
.subnav ul, .subnav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.subnav {
  margin: 1em 0;
  padding-top: 20px;
  background: url(../images/bg_subnav_cn.gif) repeat-y 0 0;
  position: relative;
}
* html .subnav {
  background: none;
}
.subnav .sideTp {
  position: absolute;
  width: 100%;
  height: 6px;
  top: 0;
  left: 0;
  background: url(../images/bg_subnav_tp.gif) no-repeat 0 0;
}
* html .subnav .sideTp {
  display: none;
}
.subnav .sideBt {
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: 0;
  left: 0;
  background: url(../images/bg_subnav_bt.gif) no-repeat 0 0;
}
* html .subnav .sideBt {
  display: none;
}
.subnav ul {
  padding: 5px 22px 20px 22px;
}
.subnav ul ul {
  margin: 0;
  padding: 0;
  background: none;
}
.subnav li {
  border-bottom: 1px solid #f0f0f0;
  padding: 5px 0 5px 20px;
  background: #fff url(../images/bg_arrow2.gif) no-repeat 0 10px;
}
#content .subnav li a {
  text-decoration: none;
  color: #555;
}
#content .subnav li.selected a, #content .subnav li a:hover {
  color: #7BBB0D;
}
#content .subnav li li {
  padding: 5px 0 5px 20px;
  background: none;
  font-weight: normal;
  border: none;
}
.subnav h3 {
  margin: 0 22px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #555;
}

/* header */
#header h1 {
  position: absolute;
  top: 29px;
  left: 3px;
  width: 142px;
  height: 52px;
  background: url(../images/bg_logo.gif) no-repeat 0 0;
}
#header h1 a {
  display: block;
  height: 52px;
}
#header .slogan {
  margin: 0;
  position: absolute;
  top: 46px;
  left: 154px;
  width: 208px;
  height: 14px;
  background: url(../images/bg_tagline.gif) no-repeat 0 0;
}
#footer .slogan {
  margin: 0 auto;
  width: 395px;
  height: 51px;
  background: url(../images/bg_slogan.gif) no-repeat 0 0;
}
#meta {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 10px;
  padding-left: 10px;
  width: 335px;
}
#meta .inner {
  position: relative;
  width: 320px;
  background: url(../images/bg_meta_cn.gif) repeat-x 0 0;
  height: 71px;
}
#meta .sideLt {
  position: absolute;
  background: url(../images/bg_meta_lt.gif) no-repeat 0 0;
  top: 0;
  left: 0;
  height: 71px;
  width: 6px;
}
#meta .sideRt {
  position: absolute;
  background: url(../images/bg_meta_rt.gif) no-repeat 0 0;
  top: 1px;
  right: 0;
  height: 71px;
  width: 6px;
}
#meta ul, #meta li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#meta ul {
  height: 30px;
  padding-left: 70px;
}
#meta li, #meta li a {
  float: left;
  display: inline;
  height: 34px;
  line-height: 34px;
}
#meta li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 8px;
}
#meta li.selected a, #meta li a:hover {
  background: #fff;
  color: #7D779D;
}
#meta p {
  margin: 0;
  clear: both;
  text-align: center;
  color: #7bbb0d;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: -0.05em;
  height: 73px;
  line-height: 41px;
  background: url(../images/bg_call.gif) no-repeat 100% 100%;
}
#meta p em {
  display: none;
}
#header form {
  margin: 0;
  position: absolute;
  right: 10px;
  top: 98px;
  height: 46px;
  padding: 0 30px;
}
#header form, #header form fieldset {
  float: left;
}
#header form label {
  display: none;
}
#header form input {
  vertical-align: top;
  background: #fff url(../images/bg_input.gif) repeat-x;
  border: 1px solid #8ac125;
  float: left;
  display: inline;
  width: 150px;
  padding: 3px;
  margin-top: 10px;
}
#header form button {
  vertical-align: top;
  background: none;
  border: none;
  text-align: left;
  float: left;
  display: inline;
  margin-left: 10px;
  margin-top: 12px;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  height: 20px;
  line-height: 20px;
  width: auto;
}

/* content */
#content a {
  color: #619A00;
  font-weight: bold;
  text-decoration: underline;
}
#content a:hover {
  color: #999;
}
#home #document a {
  color: rgb(224,82,34);
  text-decoration: none;
}
#home #document a:hover {
  text-decoration: underline;
}
.pre {
  font-size: 15px;
  font-style: italic;
  line-height: 130%;
}
.cols {
  border-top: 1px solid #ccc;
  margin: 3em 0 1em;
  background: url(../images/bg_cols.gif) no-repeat 50% 0;
}
.col {
  float: left;
  display: inline;
  width: 246px;
  margin-left: 59px;
}

#topwords {
width:520px;
font-size:16px;
font-color:#000;
padding-left:15px;
padding-top:40px;
}

#solutionwords {
width:520px;
font-size:17px;
font-color:#000;
font:Arial;
padding-left:15px;
padding-top:10px;
}

.cols .first {
  margin-left: 0;
}
.cols img {
  border: 1px solid #ccc;
}
.cols p.alt {
  padding-top: .5em;
  border-top: 1px solid #f0f0f0;
}
.link {
  padding-left: 18px;
  background: url(../images/bg_arrow2.gif) no-repeat 0 5px;
}
#showcaseItem {
  width: 244px;
  height: 134px;
  border: 1px solid #ccc;
  text-align: center;
  overflow: hidden;
}
#showcaseItem a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#showcaseItem img {
  border: 0;
}
#showcaseText {
  white-space: nowrap;
}

/* flash player */
#player {
  position: relative;
  overflow: visible;
  z-index: 100;
  margin: 1em 0;
  height: 303px;
}
#player .player {
  position: absolute;
  right: 0;
  top: 0;
  width: 337px;
  height: 303px;
  background: url(../images/bg_player.gif) no-repeat 0px -147px;
}
#home #player {
  margin: 0;
  height: 1px;
}
#home #player .player {
  position: absolute;
  right: -3px;
  top: 580px;
}
#home #player span.play {
  top: 592px;
}
#home #player span.stop {
  top: 643px;
}
#home #player span.mute {
  top: 694px;
}
#player span {
  position: absolute;
  width: 70px;
  height: 46px;
  right: 262px;
  z-index: 1000;
  cursor: pointer;
  visibility: hidden;
}
#player span.play {
  top: 12px;
  background: url(../images/bg_play.gif) no-repeat 0 0;
}
* html #player span.play {
  background: url(../images/bg_playOn.gif) no-repeat 0 0;
}
#player span.stop {
  top: 63px;
  background: url(../images/bg_stop.gif) no-repeat 0 0;
}
#player span.mute {
  top: 114px;
  background: url(../images/bg_mute.gif) no-repeat 0 0;
}
#moreInfo {
  margin: 0 auto;
  width: 260px;
  height: 34px;
  background: url(../images/bg_more_info.gif) no-repeat 0 0;
}
#moreInfo a {
  display: block;
  width: 78px;
  height: 34px;
  margin-left: 20px;
}

/* section */
.section {
  padding-bottom: 10px;
}
.homeTop {
  margin: 0;
  padding: 24px 0;
}
.section h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.section h3 span {
  display: block;
  padding: 12px 22px 15px 22px;
}
.section div.newsectionh {
  position: relative;
  margin-bottom: -1px;
}
.section div.newsectionf {
  position:relative;
  height:15px;
  margin-bottom:-1px;
}
.section div.learMoreFooter {
  position:relative;
  height:15px;
  background-color:#F00;
  background:url(../images/learnmore_footer_bg.gif) repeat-x 0 0;
}
.section div.learMoreFooter div.sideLt {
  position:absolute;
  width:12px;
  height:15px;
  top:0;
  left:0;
  background:url(../images/learnmore_footer_lt.gif) no-repeat 0 0;
}
.section div.learMoreFooter div.sideRt {
  position:absolute;
  width:12px;
  height:15px;
  top:0;
  right:0;
  background:url(../images/learnmore_footer_rt.gif) no-repeat 0 0;
}
.section div.learMoreHeader {
  position:relative;
  height:26px;
  background:url(../images/learnmore_header_bg.gif) repeat-x 0 0;
  color:#FFF;
  font-size:18px;
  padding-left: 30px;
  padding-top: 7px;
}

.section div.learMoreHeader div.sideLt {
  position:absolute;
  width:10px;
  height:33px;
  top:0;
  left:0;
  background:url(../images/learnmore_lt.gif) no-repeat 0 0;
}
.section div.learMoreHeader div.sideRt {
  position:absolute;
  width:10px;
  height:33px;
  top:0;
  right:0;
  background:url(../images/learnmore_rt.gif) no-repeat 0 0;
}
.section div.sectionh {
  position: relative;
  height: 40px;
  background: url(../images/bg_sectionh_cn.gif) repeat-x 0 0;
  text-align: center;
  margin-bottom: -1px;
}
.section div.sectionh div.sideLt {
  position: absolute;
  width: 4px;
  height: 100%;
  padding: 0;
  top: 0;
  left: 0;
  background: url(../images/bg_sectionh_lt.gif) no-repeat 0 0;
}
.section div.sectionh div.sideRt {
  position: absolute;
  width: 4px;
  height: 100%;
  padding: 0;
  top: 0;
  right: 0;
  background: url(../images/bg_sectionh_rt.gif) no-repeat 0 0;
}
.section .image {
  margin: 0 15px 0 0;
  float: left;
  border: 1px solid #ccc;
}
.section ul, .section li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section li {
  margin: 0 22px;
  padding: 8px 0 8px 25px;
  border-bottom: 1px solid #ddd;
  background: url(../images/bg_arrow1.gif) no-repeat 0 14px;
}
#home .section li {
  margin: 0 31px;
}
.section li.first {
  border: none;
}
#quickLinks li {
  border: none;
  padding: 0 0 0 35px;
  line-height: 25px;
  height: 25px;
  margin: .75em 22px;
}
#quickLinks li.one {
  background: url(../images/bg_ql1.gif) no-repeat 0 0;
}
#quickLinks li.two {
  background: url(../images/bg_ql2.gif) no-repeat 0 0;
}
#quickLinks li.three {
  background: url(../images/bg_ql3.gif) no-repeat 0 0;
}
#quickLinks li.four {
  background: url(../images/bg_ql4.gif) no-repeat 0 0;
}
#quickLinks li.five {
  background: url(../images/bg_ql5.gif) no-repeat 0 0;
}
#addthis {
  background: none;
  margin: 25px 0px 16px 0px;
  text-align: center;
}

/* tags */
.section ul.tags {
  margin: 0 22px;
  text-align: center;
}
.section ul.tags li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  border-top: none;
  background: none;
}
#content .section ul.tags li a {
  text-decoration: none;
}
#content .section ul.tags li.one {
  font-size: 12px;
}
#content .section ul.tags li.two {
  font-size: 15px;
}
#content .section ul.tags li.three {
  font-size: 18px;
}
#content .section ul.tags li.four {
  font-size: 21px;
}
#content .section ul.tags li.five {
  font-size: 24px;
}

/* intro */
#intro {
  height: 261px;
  position: relative;
}
#intro .banners {
  position: absolute;
  top: 0;
  left: 0;
  width: 576px;
  height: 262px;
}
#intro .banners .banner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 576px;
  height: 262px;
  overflow: hidden;
}
#intro .banners .banner img {
  width: 576px;
  height: 262px;
  border: none;
}
#intro .banners .non_opaque {
  opacity: 1.0;
  filter: alpha(opacity=100);
  width: 576px;
  height: 262px;
}
#intro .banners .opaque {
  opacity: 0.0;
  filter: alpha(opacity=0);
  width: 0px;
  height: 0px;
}
#intro .media {
  position: absolute;
  top: 592px;
  right: 0;
  width: 338px;
  height: 238px;
  background: url(../images/bg_intro_media_cn.gif) repeat-x 0 0;
}
#intro .mediaBottom {
  position: absolute;
  top: 830px;
  right: 0;
  width: 335px;
  margin-right: 3px;
  height: 55px;
  background: url(../images/bg_side.gif) repeat-x;
}
* html #intro .media {
  right: -2px;
}
#intro .media .sideLt {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 238px;
  background: url(../images/bg_intro_media_lt.gif) no-repeat 0 0;
}
#intro .media .sideRt {
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  height: 238px;
  background: url(../images/bg_intro_media_rt.gif) no-repeat 0 0;
}
#intro p {
  display: none;
}
#intro ul, #intro li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#intro ul {
  position: relative;
}
#intro li {
  float: left;
  width: 179px;
  height: 78px;
  margin-right: 16px;
}
#intro li a {
  display: block;
  height: 78px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#intro li a {
  background: url(../images/bg_intro_links_arrow.gif) no-repeat 0 -14px;
}
#intro li a:hover {
  background-position: 24px 34px;
}

/* breadcrumbs */
#breadcrumbs {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5pt;
  padding-bottom: .5em;
  border-bottom: 1px solid #f0f0f0;
  font-weight: bold;
}
#content #breadcrumbs a {
  font-weight: normal;
  text-decoration: none;
  color: #555;
  padding-right: 8px;
  background: url(../images/bg_breadcrumbs.gif) no-repeat 100% 50%;
}
#content #breadcrumbs a:hover {
  text-decoration: underline;
}

/* posts and tv list */
.posts, .posts li, ul.tv, ul.tv li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.posts {
  border-top: 1px solid #f0f0f0;
}
.posts li, ul.tv li {
  margin: 1em 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #f0f0f0;
}
.posts li .date {
  font-style: normal;
  display: block;
  color: #619a00;
  font-weight: bold;
  text-decoration: underline;
}
ul.tv h4 {
  font-size: 13px;
  text-transform: uppercase;
  color: #555;
  font-weight: bold;
}
ul.tv h4 {
  font-size: 13px;
  text-transform: uppercase;
  color: #555;
  font-weight: bold;
}
ul.tv .image {
  margin: 0;
  float: left;
  display: inline;
  width: 150px;
}
ul.tv .body {
  float: left;
  display: inline;
  width: 430px;
}
h3.tv {
  height: 79px;
  line-height: 78px;
  text-indent: 22px;
  color: #fff;
  background: url(../images/bg_tv.gif) no-repeat 0 0;
}

/* data (definition list) */
dl.data {
  margin: 1em 0;
}
dl.data dt {
  clear: both;
  margin: .5em 0 0 0;
  padding: 0;
  color: #7D779D;
  float: left;
  width: 130px;
  text-align: right;
  font-weight: bold;
}
dl.data dd {
  margin: .5em 0 0 0;
  padding: 0;
  float: left;
  display: inline;
  width: 430px;
  margin-left: 20px;
}

/* side intro */
#side .intro {
  margin: 1em 0;
  background: url(../images/bg_subnav_cn.gif) repeat-y 0 0;
  padding-top: 15px;
  position: relative;
}
* html #side .intro {
  background: none;
}
#side .intro .sideTp {
  position: absolute;
  width: 100%;
  height: 6px;
  top: 0;
  left: 0;
  background: url(../images/bg_subnav_tp.gif) no-repeat 0 0;
}
* html #side .intro .sideTp {
  display: none;
}
#side .intro .sideBt {
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: 0;
  left: 0;
  background: url(../images/bg_subnav_bt.gif) no-repeat 0 0;
}
* html #side .intro .sideBt {
  display: none;
}
#side .intro p {
  margin: 0;
  text-align: center;
  padding-bottom: 15px;
}

/* home side */
#home #side .homeTop {
  top: 570px;
  position: relative;
}
#home #side .learnMore {
  background: url(../images/learnmore_body_bg.gif) repeat-y 0 0;
  top: -390px;
  width: 330px;
  position: relative;
  padding-bottom:0px;
}
#content #side .learnMore_products {
	background: url(../images/learnMore_products_bg.jpg) repeat-y 0 0;
	width: 297px;
	position: relative;
	padding-bottom:0px;
}
.learnMore_products_content{
   position:relative;
   padding-top:5px;
   font-size: 15px;
}
.learnMore_products_content h2{
   font-size: 18px;
   font: bold;
   color: #24297D;
   padding-left: 15px;
}
.learnMore_products_content h2 a{
  text-decoration: none;
  color: #24297D;
}
.learnMore_products_content ul li{
  margin: 0 22px;
  padding: 4px 0 4px 25px;
  background: url(../images/bg_arrow1.gif) no-repeat 0 11px;
  border-bottom:0px;
} 
.learnMore_products img{
  margin: 0 auto;
  margin-left: 50px;
}
div.learMoreFooter_product {
  position:relative;
  height:15px;
  background:url(../images/learnMore_product_footer.gif) repeat-x 0 0;
}
/* blog */
.blog {
  display: block;
  overflow: hidden;
  margin: 2em 0 1em 0;
}
.blog img {
  float: left;
  display: inline;
  padding: 5px;
  border: 1px solid #e1e1e1;
  background: #fff;
  margin-right: 10px;
}
.blog img.author {
  width: 68px;
  height: 68px;
}
.blog div {
  float: left;
  width: 500px;
}
.blog h2, .blog h3 {
  margin-top: 0;
  font-size: 28px;
}
.blog p {
  margin-bottom: 0;
}
.blogNav, .blogNav li, .blogLinks, .blogLinks li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content .blogNav a, #content .blogLinks a {
  text-decoration: none;
}
#content .blogLinks a.reportLink {
  color: #484848;
  font-weight: normal;
  font-size: smaller;
  margin-right: 8px;
}
#content h3 a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
#content .blogLinks a.reportLink:hover {
  text-decoration: underline;
}
.blogNav {
  margin-top: 2em;
  padding-top: .5em;
  border-top: 1px solid #ddd;
}
.blogNav li.left {
  float: left;
  padding-left: 15px;
  background: url(../images/bg_prev.gif) no-repeat 0 55%;
}
.blogNav li.right {
  float: right;
  padding-right: 15px;
  background: url(../images/bg_next.gif) no-repeat 100% 55%;
}
.blogLinks {
  text-align: right;
}
.blogLinks li {
  display: inline;
  padding-right: 15px;
  margin-left: 10px;
  background: url(../images/bg_next.gif) no-repeat 100% 55%;
}
ol.comments, ol.comments li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ol.comments li {
  background: url(../images/bg_comment.gif) no-repeat 0 100%;
  padding-bottom: 10px;
  margin: 1em 0;
}
ol.comments li .info {
  background: #fff;
  margin: 0;
  line-height: 200%;
}
ol.comments li .body {
  padding: 10px 20px 0 20px;
  background: url(../images/bg_comment.gif) no-repeat 0 0;
}
ol.comments li .body li {
  list-style: inherit;
  background: none;
}
ul.pageTopLinks {
  position: absolute;
  width: auto;
  right: 0px;
  margin-top: 9px;
  margin-right: 4px;
}
span.noLinkBlogItem {
  font-weight: bold;
  text-decoration: underline;
}

/* form elements */
form {
  margin: 1em 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
legend {
  display: none;
}
input.field, select, textarea {
  border: 1px solid #ddd;
  background: #fff;
  color: #555;
  padding: 2px;
  vertical-align: middle;
  line-height: 16px;
}
textarea {
  overflow: auto;
}
input.focused, textarea.focused, select.focused {
  border: 1px solid #7aba0c;
  background: #F9FFEF;
}
button {
  border: none;
  background: url(../images/bg_button.gif) no-repeat 0 0;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  width: 143px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  vertical-align: middle;
  overflow: visible;
  cursor: pointer;
}
button::-moz-focus-inner {
  border: none;
  padding: 0;
  margin: 0;
  height: 22px;
  line-height: 22px;
}
#contactForm, #resourcesForm, #searchForm2 {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 1em 0;
}
#contactForm label, #resourcesForm label, #searchForm2 label {
  float: left;
  clear: both;
  width: 120px;
  margin-right: 10px;
  text-align: right;
}
#contactForm p.alt, #resourcesForm p.alt {
  margin: .5em 0;
}
#contactForm input.field, #contactForm textarea,    #resourcesForm input.field, #resourcesForm textarea {
  width: 300px;
}
#contactForm select, #resourcesForm select {
  width: 306px;
}
#contactForm textarea, #resourcesForm textarea {
  height: 120px;
}
#contactForm .submit, #resourcesForm .submit, #searchForm2 .submit {
  margin-left: 130px;
}
ul.checkbox {
  margin: 0;
  padding: 0;
  margin-left: 130px;
}
ul.checkbox li {
  margin: .25em 0;
  padding: 0;
  list-style: none;
  float: left;
  display: inline;
  width: 40%;
}
#resourcesForm ul.checkbox li label {
  float: none;
  display: block;
  text-align: left;
  width: auto;
}

/* search */
#searchJoe {
  margin: 0;
  position: relative;
}
#searchJoe div {
  display: block;
  background: url(../images/bg_searchJoe.png) no-repeat 0 0;
  width: 250px;
  height: 263px;
  position: absolute;
  top: -50px;
  right: 0;
}
* html #searchJoe div {
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='portal/images/bg_searchJoe.png',sizingMethod='scale');
}
div.searchTips {
  display: none;
}
ul.searchResults {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 1em 0;
  padding: 1em 0;
}
ul.searchResults li {
  margin: 1em 300px 1em 0;
  padding: 0;
  list-style: none;
}
ul.searchResults li p {
  margin: .25em 0;
}
#content span.searchNavLinks {
  margin-left: 16px;
}
#content a.searchNavigation {
  margin-right: 8px;
  padding: 0 4px;
  text-decoration: none;
  border: 1px solid #619A00;
}
#content a.searchNavigation:hover {
  color: #999;
  border-color: #999;
}
#content a.searchNavigation b {
  color: #999;
}

/* hr watercooler */
#hr {
  background: url(../images/bg_hr_cn.gif) repeat-x 0 0;
  height: 90px;
  margin: 4em 0 1em 0;
  position: relative;
}
#hr .sideLt {
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/bg_hr_lt.gif) no-repeat 0 0;
}
#hr .sideRt {
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../images/bg_hr_rt.gif) no-repeat 0 0;
}
#hr h4 {
  position: absolute;
  top: 2px;
  left: 34px;
  width: 187px;
  height: 86px;
}
#hr h4 a {
  display: block;
  height: 86px;
  background: url(../images/bg_hr_logo.gif) no-repeat center center;
}
#hr p {
  position: absolute;
  margin: 0;
  top: 25px;
  left: 245px;
  width: 309px;
}
#hr div.link {
  position: absolute;
  width: 309px;
  top: 17px;
  left: 585px;
  text-align: right;
  background: none;
  padding-left: 0;
}
#hr div.link div.linkButton {
  position: relative;
  height: 48px;
  background: url(../images/bg_hrlink_cn.gif) repeat-x 0 0;
}
#hr div.linkButton .sideLt {
  position: absolute;
  width: 5px;
  height: 48px;
  top: 0;
  left: 0;
  background: url(../images/bg_hrlink_lt.gif) no-repeat 0 0;
}
#hr div.linkButton .sideRt {
  position: absolute;
  width: 5px;
  height: 48px;
  top: 0;
  right: 0;
  background: url(../images/bg_hrlink_rt.gif) no-repeat 0 0;
}
* html #hr div.linkButton .sideRt {
  right: -2px;
}
#hr div.link a {
  display: block;
  height: 100%;
  line-height: 48px;
  color: #fff;
  text-align: center;
  font-size: 22px;
}
#hr div.link a:hover {
  color: #ddd;
}

/* social */
#social {
  background: url(../images/bg_social.gif) no-repeat 0 0;
  height: 63px;
  line-height: 63px;
  margin: 1em 0;
  padding: 0;
}
#social li {
  float: left;
  display: inline;
  list-style: none;
  margin: 16px 10px;
  padding: 0;
  line-height: 30px;
  padding-left: 40px;
}
#social li.delicious {
  margin-left: 160px;
  background: url(../images/ico_delicious.gif) no-repeat 0 0;
}
#social li.digg {
  background: url(../images/ico_digg.gif) no-repeat 0 0;
}
#social li.twitter {
  background: url(../images/ico_twitter.gif) no-repeat 0 0;
}
#social li.rss {
  background: url(../images/ico_rss.gif) no-repeat 0 0;
}
#social li a {
  color: #555;
}
#social li a:hover {
  text-decoration: underline;
}

/* footer */
#footer a {
  color: #555;
}
#footer a:hover {
  text-decoration: underline;
}
#footer ul, #footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer ul {
  margin: 1em 0;
  line-height: 100%;
}
#footer li {
  padding: 0 10px;
  display: inline;
  border-left: 1px solid #555;
  line-height: 100%;
}
#footer li.first {
  border: none;
  padding-left: 0;
}

/* document */
#home #document {
  margin-top: 16px;
  margin-bottom: 40px;
}
#document table, #document input, #document textarea, #document select, #document li, #document button {
  color: #484848;
}
#document table td {
  vertical-align: top;
}
#document h1, #document h2 {
  margin: 1em 0 .5em 0;
  color: #7d779d;
  line-height: 100%;
}
#document h1 {
  font-size: 26pt;
}
#document h2 {
  font-size: 20pt;
}
#document div.Standard {
  margin: 1em 0;
}
#document .NormalBold {
  font-weight: bold;
}
#document .NormalBoldRed {
  font-weight: bold;
  color: rgb(224,82,34);
}
#document .PortalLinkLine {
  display: block;
  margin: 0em;
  padding-left: 18px;
  background: url(../images/bg_arrow2.gif) no-repeat 0 5px;
}
#document div.PortalLinkLine {
  margin: 0em;
}
#home #document div.PortalLinkLine {
  margin: 6px 0 0 40px;
}
#document div.PortalLinkLineIndented {
  margin-left: 40px;
}
#document .AdTagline {
  font-size: 20pt;
  line-height: 120%;
  position: relative;
  left: -16px;
  color: #7d779d;
}
#document .AdCopy {
  font-size: 10pt;
  line-height: 110%;
  font-style: italic;
  margin-top: 4px;
  margin-bottom: 24px;
}
#document div.AdCopy {
  padding-left: 18px;
}
#document ul {
  list-style-type: disc;
  margin: 0px 0px 16px 0px;
  padding: 0;
}
#document li {
  margin-top: 4px;
  margin-left: 16px;
}

/********************************* * Tag Styles ********************************/
#cloudTags {
  width: 300px;
  text-align: center;
}
#cloudTags a {
  text-decoration: none;
  margin-right: 10px;
}
#cloudTags span {
  color: #619A00;
  font-weight: bold;
  text-decoration: none;
  margin-right: 10px;
}

/********************************* * Dynamic Content Layer Styles ********************************/
.dynamicContentLayer {
  display: none;
  position: fixed;
  position: expression('absolute');
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.dynamicContentLayer .transparency {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  opacity: 0.50;
  filter: alpha(opacity=50);
}
.dynamicContentLayer .contentContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 1.00;
  filter: alpha(opacity=100);
}
.dynamicContentLayer .content {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
}

/********************************* * Dynamic Content Styles ********************************/
.dynamicContent {
  position: relative;
}
.dynamicContent .content {
  position: relative;
}
.dynamicContent .loadStatus {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent url(../../cfactor/images/loaderStatus/loading-blackOnWhiteRoller.gif) no-repeat center;
}

/********************************* * Popup Box Styles ********************************/
.popupBox {
  visibility: hidden;
  position: absolute;
  padding: 2px;
  color: rgb(23,58,16);
  font: normal 12px Arial, Verdana, Sans-Serif;
  border: 1px solid rgb(23,58,16);
  background: rgb(255,255,255);
  z-index: 100000000;
}

/********************************* * Misc Styles ********************************/
.ajaxLoadStatus {
  background: url(../../cfactor/images/loaderStatus/loading-blackOnWhiteRoller.gif) no-repeat center;
}
.bold {
  font-weight: bold;
}
.red {
  color: rgb(255,0,0);
}


