/* Base Structure CSS for the Base Page component. */

/* Base HTML elements. */
body {
  margin: 0px;
  padding: 0px;
}
a img {
  border-width: 0px;
}

/* Base Page elements. */
.pageHeader_left, .pageBody_left, .pageFooter_left {
  /* Fix for IE. */
  display: inline;
  float: left;
  clear: left;
}
.pageHeader_center, .pageBody_center, .pageFooter_center {
  /* Fix for IE. */
  display: inline;
  float: left;
}
.pageHeader_right, .pageBody_right, .pageFooter_right  {
  /* Fix for IE. */
  display: inline;
  float: left;
  clear: right;
}
.pageFooter_container {
  font-size: smaller;
}
/* Fix page header height problem in IE. */
.headerLogo h1 {
  line-height: 10px;
  font-size: 10px;
}

/* Common elements. */
.clearer {
  float: none;
  clear: both;
  line-height: 0px;  
  height: 0px;
  font-size: 0px;
}
.zeroHeight {
  line-height: 0px;
}

/* General Document content type styling. */
.document h3, .document h4 {
  margin-bottom: .2em;
}
.document h4 {
  margin-top: .1em;
}
.document p {
  margin: .3em 0em;
}

body {
  font-family: sans-serif;
  font-size: 12px;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 12px;
  font-weight: bold;
}

a img {
  border-width: 0px;
}

.pageFooter ul {
  list-style-type: none;
}

.leadin {
  font-weight: bold;
}/* Base Structure CSS for Primary Navigation. */

.topmenu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.topmenu a {
  display: block;
}

.topmenu li {
  float: left;
  padding: 0px;
  margin: 0px;
  margin-right: 20px;
}

.topmenu .submenu {
  visibility: hidden;
  position: absolute;
  z-index: 10;
}

/* Display the submenu for a list item when it is hovered over. 
   The 'over' class is set by the DOM Script on the LI element. */
.topmenu li:hover .submenu, li.over .submenu {
  visibility: visible;
}

.topmenu .submenu li {
  clear: left;
  margin: 0px;
}

.topmenu .submenu li a {
  display: block;
}/* Base Styling CSS for Primary Navigation. */

.topmenu li {
  font-size: 11px;
  font-weight: bold;
}/* Base Structure CSS for Secondar Navigation. */

.secNav {
  width: 100%;
  margin-bottom: 25px;
}
.secNav h3 {
  padding: 0px;
  margin: 0px;
}

/* Eliminate the padding / margin on the lists. */
.secNav ul {
  padding: 0px;
  margin: 0px;
}

/** Common setup for floating divs. */
.secNav_left, .secNav_right {
  width: 5px;
}
.secNav_left, .secNav_center, .secNav_right {
  float: left;
}
.secNav_center {
  width: auto;
}
.secNav_clear {
  clear: left;
  line-height: 0px;
}

/** CSS for top of the submenu entries in the sidebar. */
.secNavSubMenu_top .secNav_left, .secNavSubMenu_top .secNav_center, .secNavSubMenu_top .secNav_right,
.secNavSubMenu_bottom .secNav_left, .secNavSubMenu_bottom .secNav_center, .secNavSubMenu_bottom .secNav_right {
  height: 5px;
  line-height: 5px;
}

.secNavSubMenu_bottom {
  margin-bottom: 2px;
}

/** Images for bottom of the side menu. */
.secNav_bottom .secNav_left, .secNav_bottom .secNav_center, .secNav_bottom .secNav_right {
  height: 10px;
  line-height: 10px;
}

.secNavSubMenuContents {
  /* width: 140px; */
  width: auto;
}
.secNavSubMenuContents li {
  padding-left: 1em;
  padding-bottom: .5em;
}/* Base Styling CSS for Secondary Navigation. */

.secNav ul {
  list-style-type: none;
}

.secNav a {
  text-decoration: none;
}

/** Images for standard menu buttons. */
.secNavEntry .secNav_left {
  background: url() no-repeat left;
}
.secNavEntry .secNav_center {
  background: url() repeat-x top;
}
.secNavEntry .secNav_right {
  background: url() no-repeat right;
}

/** Images for standard menu buttons which contain are beneath a 'ul'. */
ul .secNavEntry .secNav_left {
  background: url() no-repeat left;
}
ul .secNavEntry .secNav_center {
  background: url() repeat-x top;
}
ul .secNavEntry .secNav_right {
  background: url() no-repeat right;
}

/** Images for standard ACTIVE menu buttons WITH sub menu entries */
.selectedWithEntries .secNavEntry .secNav_left {
  background: url() no-repeat left;
}
.selectedWithEntries .secNavEntry .secNav_right {
  background: url() no-repeat right;
}

/** Images for standard ACTIVE menu buttons with NO sub menu entries */
.selectedNoEntries .secNavEntry .secNav_left {
  background: url() no-repeat left;
}
.selectedNoEntries .secNavEntry .secNav_right {
  background: url() no-repeat right;
}

/** Images for standard ACTIVE menu buttons, regardless of sub menu entries */
.selectedWithEntries .secNavEntry .secNav_center, .selectedNoEntries .secNavEntry .secNav_center {
  background: url() repeat-x top;
}


/** Images for top of the submenu entries in the sidebar. */
.secNavSubMenu_top .secNav_left {
  background: url() no-repeat left;
}
.secNavSubMenu_top .secNav_right {
  background: url() no-repeat left;
}

/** Images for bottom of the submenu entries in the sidebar. */
.secNavSubMenu_bottom .secNav_left {
  background: url() no-repeat left;
}
.secNavSubMenu_bottom .secNav_right {
  background: url() no-repeat left;
}

.secNav_bottom .secNav_left {
  background: url() no-repeat left;
}
.secNav_bottom .secNav_center {
  background-color: transparent;
}
.secNav_bottom .secNav_right {
  background: url() no-repeat right;
}

.secNavSubMenu_top .secNav_center, .secNavSubMenu_bottom .secNav_center, .secNavSubMenuContents {
  background-color: transparent;
}.simpleMenu {
  margin: auto;
}

.simpleNav_menu li {
  display: inline;
  margin: 5px 10px;
}.simpleNav_menu {
  list-style-type: none;
}.pageHeader_container, .pageBody, .pageFooter_container {
  width: 990px;
  margin: auto;
}

.pageHeader_container, .pageBody {
  border-width: 0px 1px 1px 1px;
}

.pageHeader_container {
  height: 140px;
}

.pageHeader_center {
  width: 100%;
}

/* Primary Navigation Menu. */

.primNavMenu {
  position: relative;
  top: 110px;
  height: 30px;
  padding-left: 20px;
}

.submenu {
  top: 30px;
  border-width: 0 1px 1px 1px;
}

.topmenu li {
  padding: 6px 3em 6px 1em;
  line-height: 18px;
}
/* Override the submenu items. */
.topmenu li .submenu li {
  padding: 4px 2em 4px 1em;
}

/* Special styling for pages that have no sec nav content. */
.body_home .secNav, .body_contactUs .secNav {
  display: none;
}
.body_home .pageBody_center, .body_contactUs .pageBody_center {
  width: 782px;
  margin-left: 20px;
}
.body_home .pageBody_left, .body_contactUs .pageBody_left {
  margin: 0;
}

/* Secondary Navigation Menu. */
.pageBody_left {
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 20px;
}
.secNav {
  width: 190px;
  border-width: 1px;
}

.secNav img {
  display: none;
}
.secNav h3 {
  width: 170px;
  border-width: 0 0 1px 0;
}
.secNav_left, .secNav_right {
  display: none;
}
.secNavContents .secNavEntry {
  padding: 3px 1em 3px 1em;
}
.secNavContents .selectedNoEntries {
}
.pageBody_center h2, .secNav h3 {
  line-height: 20px;
  padding: 10px;
  margin: 0px;
  border-width: 0 0 1px 0;
}

/* Body center. */
.pageBody_center {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  width: 570px;
  border-width: 1px;
}

.pageBody_center .content_body {
  margin: 1em;
}

/* Bottom images. */
.pageBody_center_bottom {
  border-width: 1px 0 0 0;
  padding: 10px 0px 0px 7px;
}
.plainImage {
  margin: auto;
  width: 560px;
}
.plainImage_asset {
  margin: 0 3px;
}

/* Bottom simple nav. */
.pageBody_bottom {
  clear: both;
  padding-top: 30px;
}
.simpleNav_menu {
  width: 400px;
  margin: auto;
  margin-bottom: 15px;
}

/* Copyright. */
.pageFooter_center {
  width: 990px;
}
.pageFooter_center .plainContent {
  margin-top: 10px;
  text-align: center;
}

/* Page body right. */
.pageBody_right {
  margin: 20px 20px 0 10px;
}

/* Right feature boxes. */
.pageBody_right .featureLinkBox {
  width: 144px;
  border-width: 1px;
  margin-bottom: 20px;
}
.pageBody_right .featureLinkBox h3 {
  margin: 0px;
  line-height: 20px;
  padding: 10px;
  padding-left: 40px;
}
.pageBody_right .featureLinkBox .featureLinkBox_button {
  margin: 12px;
}

/* contact profiles. */
.fullContactProfile {
  padding: 1em;
}
.fullContactProfile h2 {
}h2 {
  font-weight: normal;
  font-size: 24px;
}

a {
  color: #83889C;
}

a:hover {
  color: #BE575C;
}

.pageHeader_container {
  background: transparent url(/cyton/digitalAssets/0/61_header.gif) no-repeat scroll top left;
}

body {
  background-color: #EEEEEE;
}

.pageHeader_container, .submenu, .pageBody, .secNav, .pageBody_center, .pageBody_center h2, .pageBody_center_bottom, .secNav h3, .pageBody_right .featureLinkBox {
  border-color: #776666;
  border-style: solid;
}

.pageBody {
  background-color: #FAFAFA;
}

/* Primary Navigation Menu. */
.primNavMenu {
  background: transparent url(/cyton/digitalAssets/0/62_topmenu_background.gif) repeat-x scroll top left;
}

.topmenu a, .pageBody_center h2 a, .secNav h3 a, .featureLinkBox h3 a {
  color: #FFFFFF;
  text-decoration: none;
}

.topmenu a:hover, .featureLinkBox h3 a:hover {
  color: #FFFFEE;
}
.topmenu li {
  font-size: 12px;
}

.submenu {
  background-color: #8A8A8A;
}
.submenu li {
  font-size: 11px;
}
/* Secondary Navigation Menu. */
.secNavContents .selectedNoEntries {
  /*background-color: #F2F5ED;*/
  font-weight: bold;
}

/* Page body content. */
.pageBody_center h2, .secNav h3 {
  background: #8CA06F url(/cyton/digitalAssets/0/63_box_headerbg_green.gif) repeat-x scroll top left;
}
.pageBody_center, .secNav {
  background-color: #FFFFFF;
}

/* Bottom images. */
.pageBody_center_bottom {
  background-color: #DDCCCC;
}
.plainImage {
}

/* Bottom simple navigation. */
.simpleNav a {
  text-decoration: none;
  font-size: smaller;
  font-weight: bold;
}
.simpleNav a:hover {
  text-decoration: underline;
}

/* Bottom copyright. */
.pageFooter_center {
  color: #999999;
}

/* Page body right. */
.pageBody_right .featureLinkBox {
  background-color: #FFFFFF;
}

.pageBody_right #login.featureLinkBox h3 {
  background: #28743E url(/cyton/digitalAssets/0/65_box_headerbg_darkgreen.gif) repeat-x scroll top left;
}
.pageBody_right #register.featureLinkBox h3 {
  background: #A34B4F url(/cyton/digitalAssets/0/66_box_headerbg_red.gif) repeat-x scroll top left;
}

/* Contact profile. */
.fullContactProfile h2 {
  background: none;
  font-size: 14px;
  font-weight: bold;
}
.fullContactProfile_pic {
  float: right;
}