/* @group RESET */
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;
}
*/

a:link, a:visited img 
{
  border: none;
  text-decoration: none;
}
a:focus, a:hover, a:active img{
  border: none;
  text-decoration: none;
}


/* @end */
/* @group BASE STYLES */
/* Base Styles
 *
 * * Sets some base styles for use throughout the site, as well as useful variables
 *
 * removed: letter-spacing: 0.01em; */
body {
  font-size: 75%;
  background-color: white;
  font-family: Arial, Verdana, sans-serif;
  color: #3e3e3e;
  line-height: 1.3em;
}

/* @group links */
/* Bhavan - Removing due to IE8 problem */

/*:focus {
  outline: 1px dotted #717171;
  color: #006eb7;
}*/

/* Bhavan - Removing due to IE8 problem */

a {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-color: #0089e8;
}
a:link, a:visited {
  color: #0089e8;
}
a:focus, a:hover, a:active {
  border: none;
  color: #006eb7;
}

/* @end */
/* @group headers */
h1, h2, h3, h4, h5, h6 {
  color: #2d2d2d;
  font-weight: bold;
  line-height: 1.1em;
}

h1, h2, h3 {
  font-family: Arial, Verdana, sans-serif;
}

h1 {
  font-size: 2.7em;
  display: inline;
}

body h3 {
  font-size: 1.3em;
}

/* @end */
/* @group tables */
/* tables still need 'cellspacing="0"' in the markup */
table {
  width: 100%;
  border: 0.063em solid #a4a4a4;
  border-left: none;
  border-right: none;
  padding: 0.438em 0;
  margin: 0.5em 0;
}

tbody {
  color: #717171;
}

th {
  font-weight: bold;
}

/* @end */
/* @group block tags */
p {
  margin: 0 0 1.3em 0;
}

ol {
  list-style: decimal;
  margin: 0 1.5em 1.5em 1.5em;
}

ul {
  list-style: disc;
  margin: 0 1.5em 1.5em 1.5em;
}

blockquote {
  margin: 1.3em;
  color: #717171;
}

/* @end */
/* @group inline tags */
cite {
  font-style: italic;
  color: #717171;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

q {
  font-style: italic;
}
q em {
  font-style: normal;
}

/* @end */
/* @group replaced tags */
img {
  vertical-align: bottom;
}

/* @end */

/* @end */
/* @group PLUGINS */
/* Base helpers
 *  * Sets up various commonoly used helpers */
/* @group General */
.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.margintop10px {
  margin-top: 10px;
}

.margintop20px {
  margin-top: 20px;
}

.borderNone {
  border: 0px;
}

.autoCenter {
  margin: 0 auto 0 auto;
}

.upperCase {
  text-transform: uppercase;
}

hr.clearer {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

div.clearer {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.noCSS, .hidden {
  display: none;
}

.innerContent {
  display: inline-block;
}
.innerContent:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .innerContent {
  height: 1%;
}

.innerContent {
  display: block;
}

.container {
  display: inline-block;
}
.container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .container {
  height: 1%;
}

.container {
  display: block;
}

/* @end */

/* Navigation lists
 *  * Sets up basic vertical and horizontal navigation lists */
/* @group Basic horizontal navigation list to be used anywhere on the site */
.hNavList {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hNavList li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 13px 0 0;
}
.hNavList li:last-child {
  padding-right: 0;
}
.hNavList li a {
  display: block;
  padding: 2px 0;
  margin: 0;
}
.hNavList li p {
  display: block;
  padding: 2px 0;
  margin: 0;
}

.hNavListFullWidthContainer {
  display: table;
  width: 100%;
}
.hNavListFullWidthContainer .hNavList {
  display: table-row;
}
.hNavListFullWidthContainer .hNavList li {
  float: none;
  display: table-cell;
  text-align: center;
}




/* @end */
/* @group Basic vertical navigation list to be used anywhere on the site */
.vNavList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vNavList li {
  margin: 0;
  margin: 4px 0;
  padding: 0 13px 0 0;
}
.vNavList li a {
  display: block;
  padding: 0;
  margin: 0;
}

/* @end */

/* Tabs
 *  * Sets up basic vertical and horizontal tabs */
/* @group Basic horizontal tabs to be used anywhere on the site */
ul.hTabs {
  border-bottom: none;
  margin: 1em 0 1em 0;
  list-style-type: none;
  padding: 3px 0 0px 0;
  text-align: left;
}
ul.hTabs li {
  display: inline;
}
ul.hTabs li a {
  background-color: #DDDDDD;
  border: solid 1px #d7d7d7;
  border-bottom: none;
  display: inline-block;
  padding: 5px 3px 0 3px;
  margin-right: 1px;
  text-align: center;
  text-decoration: none;
}
ul.hTabs li a:hover {
  text-decoration: underline;
}
ul.hTabs li.selected a {
  background: #FFF;
  color: #000;
  position: relative;
  top: 1px;
  padding-top: 6px;
}

/* @end */
/* @group Basic vertical tabs to be used anywhere on the site */
ul.vTabs {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.vTabs li {
  background-color: #f4f4f4;
  border-bottom: solid 1px #cfcfcf;
  margin: 0;
  padding: 8px 30px 8px 20px;
  width: 104px;
}
ul.vTabs li.selected {
  background-color: #ffffff;
}
ul.vTabs li a {
  display: block;
  margin: 0;
}
ul.vTabs li a:hover {
  text-decoration: underline;
}
ul.vTabs li.selected a {
  color: #e31836;
  font-weight: bold;
}
ul.vTabs li.selected a:hover {
  text-decoration: none;
}

/* @end */

/* Base Form Styles
 * * Sets up some default styling for horizontal-style and vertical-style forms */
/* @group General */
label {
  font-weight: bold;
}

/* @end */
/* @group Fieldsets */
fieldset {
  padding: 1.4em;
  margin: 0 0 1.5em 0;
  border: 1px solid #ddd;
}

legend {
  padding: 0 .4em;
  font-weight: bold;
  font-size: 1.2em;
}

/* @end */
/* @group Textareas */
textarea {
  margin: 0.5em 0.5em 0 0;
  padding: .4em;
}

/* @end */
/* @group Hortizontal Form */
form.hForm p {
  margin: 0 0 .5em;
}
form.hForm p label {
  float: left;
  width: 100px;
}
form.hForm p input, form.hForm p select {
  width: 200px;
}
form.hForm p input.button, form.hForm p input.checkbox, form.hForm p input.radio {
  width: auto;
}
form.hForm p.checkbox {
  margin-left: 100px;
}
form.hForm p.checkbox label {
  float: none;
}
form.hForm p.checkbox input {
  width: auto;
}

/* @end */
/* @group Vertical Form */
form.vForm p {
  margin: 0 0 .5em;
}
form.vForm p label {
  display: block;
}
form.vForm p.checkbox label {
  display: inline;
}

/* @end */

/* @end */
/* @group STRUCTURE */
/* general */
.innerContent {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 960px;
}

/* header */
#header {
  background-color: #003e91;
  background: url(../images/header_background.jpg) repeat-x center top;
  height: 244px;
  padding: 23px 0 0 0;
}
#header.home {
  height: 455px;
  background: url(../images/home_header_background.jpg) repeat-x center top;
}
#header .innerContent {
  padding-left: 21px;
  width: 939px;
}
#header #siteLogo {
  display: inline;
  margin-top: 11px;
}

#header #introduction {
  padding-top: 45px;
  width: 690px;
}

#header #introduction img {
  margin: 11px 0 10px 0;
}
#header #barGraph {
  position: relative;
  left: 36px;
  bottom: -4px;
}

/* pageContent */
#pageContent {
  background: #FFF;
}
#pageContent .innerContent {
  padding-top: 20px;
  padding-bottom: 26px;
}
#pageContent .innerContent .testimonialBox {
  background: url(../images/testimonial_box_background.png) no-repeat top left;
  height: 86px;
  margin-top: 40px;
  padding: 12px 0;
  text-align: center;
  width: 960px;
}
#pageContent .innerContent .testimonialBox h3 {
  color: #727272;
  font-size: 0.8em;
  font-weight: normal;
  letter-spacing: 0.07em;
  margin-bottom: 7px;
  text-transform: uppercase;
}
#pageContent .innerContent .testimonialBox em {
  color: white;
  display: block;
  font-family: Georgia, Times, serif;
  font-size: 1.4em;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 4px;
}
#pageContent .innerContent .testimonialBox small.testimonialAuthor {
  color: #727272;
  display: block;
  font-family: Georgia, Times, serif;
  font-size: 1.0em;
  font-style: italic;
  font-weight: normal;
}

/* footer */
#footer {
  background: #333333 url(../images/footer_background.jpg) repeat-x top left;
  padding: 23px 0 46px 0;
}

/* @end */
/* @group COMPONENTS by type */
/* utiltity navigation */
#utilityNavigation {
  display: block;
  margin-bottom: 22px;
  width: 158px;
}

#utilityNavigation li.searchField {
  display: list-item;
  float: right;
  text-align: right;
  margin-right: 11px;
  padding-top: 7px;
}
#utilityNavigation li.searchField .globalSearchInput {
  background-color: #006eba;
  border: solid 1px #00a0e3;
  color: white;
  font-size: 0.9em;
  padding: 6px 10px 4px 10px;
  margin-right: 4px;
  width: 96px;
}

#utilityNavigation li.searchField #globalSearchSubmit {
  position: relative;
  top: 5px;
}

/* main navigation */
#mainNavigation {
  margin: 0 0 24px 0;
  position: relative;
  left: -21px;
  width: 955px;
}
#mainNavigation ul {
  height: 41px;
}
#mainNavigation ul li {
  background: url(../images/main_navigation_background_sprite.png) repeat-x 0 0;
  padding: 0;
}
#mainNavigation ul li:hover {
  background-position: 0 -41px;
}
#mainNavigation ul li a {
  height: 24px;
  border-left: solid 1px #ffffff;
  border-right: solid 1px #e3e3e3;
  padding: 11px 10px 0 10px;
}
#mainNavigation ul li.first {
  background: url(../images/main_navigation_left_end_background_sprite.png) no-repeat left 0;
}
#mainNavigation ul li.first:hover {
  background-position: left -41px;
}
#mainNavigation ul li.first a {
  border-left: none;
  padding-left: 18px;
}
#mainNavigation ul li.last {
  background: url(../images/main_navigation_right_end_background_sprite.png) no-repeat right 0;
}
#mainNavigation ul li.last:hover {
  background-position: right -41px;
}
#mainNavigation ul li.last a {
  border-right: none;
  padding-right: 18px;
}
#mainNavigation ul li.selected a {
  color: #fd8600;
}

/* Main Navigation - Selected CSS */
#home #nav-home a,
#why #nav-why a,
#captivate #nav-captivate a,
#cultivate #nav-cultivate a,
#services #nav-services a,
#about #nav-about a,
#contact #nav-contact a
{
    color: #fd8600;
}

/* sub navigation bar */
#subNavigation {
  background: url(../images/sub_navigation_background.png) repeat-x center top;
  position: relative;
  top: -19px;
  width: 100%;
}
#subNavigation .innerContent {
  background: url(../images/sub_navigation_selected_icon.png) no-repeat 19px 0;
  height: 49px;
}

#subNavigation .innerContent ul.hNavList li {
  margin-top: 20px;
  margin-right: 19px;
}

/* boxes */
#pageContent .box .innerContent {
  padding: 0;
  width: auto;
}

.box.bordered {
  background: url(../images/bordered_section_background.gif) no-repeat 0 0;
  min-height: 200px;
}

.box.tabsOnTap {
  margin-top: 40px;
}
.box.tabsOnTap .hTabs {
  margin-bottom: -24px;
  position: relative;
  left: -24px;
  top: -46px;
}
.box.tabsOnTap .hTabs li a {
  text-align: left;
}
.box.tabsOnTap .hTabs li a:link, .box.tabsOnTap .hTabs li a:visited {
  border: none;
}
.box.tabsOnTap .hTabs li a:hover, .box.tabsOnTap .hTabs li a:active {
  border: none;
}
.box.tabsOnTap .innerContent {
  padding: 0;
  width: auto;
}

/* company information box - bordered box with tabs */
#companyInformationBox.box.tabsOnTap {
  float: left;
  position: relative;
  top: -11px;
  padding: 1px 24px 0 24px;
  width: 362px;
}
#companyInformationBox.box.tabsOnTap .hTabs li a {
  height: 17px;
  padding: 10px 3px 2px 16px;
  text-align: left;
  width: 128px;
}
#companyInformationBox.box.tabsOnTap .hTabs li.selected a {
  width: 126px;
}

/* product info box */
.productInformationBox {
  background: url(../images/product_info_home.jpg) no-repeat top left;
  height: 240px;
  margin-bottom: 10px;
  padding: 21px 26px;
  width: 456px;
}
.productInformationBox ul {
  margin: 2px 0 5px 0;
}
.productInformationBox ul li {
  list-style-image: url(../images/blue_bullet.gif);
  margin-left: 13px;
  margin-bottom: 4px;
  width: 300px;
}

/* blog */
.blogPost {
  margin-bottom: 22px;
}

.rightHomeBox {
  width: 250px;
  margin-left: 20px;
  background: #eeeeee;
  border: 1px solid #cccccc;
  padding: 20px;
  float: right;
}

.leftHomeBox {
  width: 600px;
  background: white;
  border: none;
  padding: 10px;
  float: left;
}

.rightActionsColumn {
  width: 290px;
  right: 20px;
  float: right;
}

.nextStepsTopLeft,.nextStepsTopRight,.nextStepsBottomLeft,.nextStepsBottomRight,.contactBoxTopLeft,.contactBoxTopRight,.contactBoxBottomLeft,.contactBoxBottomRight {
  background: transparent url(/css/images/box-corners.png) no-repeat 0 0;
  position: absolute;
  width: 5px;
  height: 5px;
}

.nextStepsTopLeft {
  top: -1px;
  left: -1px;
  background-position: -30px 0;
}

.nextStepsTopRight {
  top: -1px;
  right: -1px;
  background-position: -35px 0;
}

.nextStepsBottomLeft {
  bottom: -1px;
  left: -1px;
  background-position: -30px -5px;
}

.nextStepsBottomRight {
  bottom: -1px;
  right: -1px;
  background-position: -35px -5px;
}

.contactBoxTopLeft {
  top: -1px;
  left: -1px;
  background-position: 0px 0;
}

.contactBoxTopRight {
  top: -1px;
  right: -1px;
  background-position: -5px 0;
}

.contactBoxBottomLeft {
  bottom: -1px;
  left: -1px;
  background-position: 0px -5px;
}

.contactBoxBottomRight {
  bottom: -1px;
  right: -1px;
  background-position: -5px -5px;
}

/* width: 490px; background: url(../images/nextSteps_background.png) repeat-y top left; */
.nextSteps {
  background: #EEEEEE;
  border: 1px solid #0F52A1;
  width: 260px;
  padding: 0px 15px;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}

.contactBox {
  background: #EEEEEE;
  border: 1px solid #CCCCCC;
  width: 260px;
  padding: 0px 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
}

.nextSteps h3 {
  font-size: 1.2em;
  margin-top: 10px;
}

.nextSteps div p {
  width: 260px;
}

.contactBox h3 {
  font-size: 1.2em;
  margin-top: 10px;
}

.contactBox div p {
  width: 260px;
}

/* round box */
.box.fullWidth {
  padding: 29px 20px 22px;
  width: 100%;
}

.box.fullWidth.roundedBox {
  background: url(../images/full_width_round_box_background.jpg) repeat-y top left;
}

.box.fullWidth.roundedBox .boxTop {
  background: url(../images/full_width_round_box_top_background.jpg) no-repeat top left;
  height: 55px;
  left: -20px;
  position: relative;
  top: -29px;
}
.box.fullWidth.roundedBox .boxBottom {
  background: url(../images/full_width_round_box_bottom_background.jpg) no-repeat bottom left;
  height: 8px;
  position: relative;
  left: -20px;
  bottom: -29px;
}
.box.fullWidth.roundedBox .hTabs {
  border-left: solid 1px #c3c3c3;
  margin: 0 0 0 0px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: -60px;
  z-index: 1000;
}
.box.fullWidth.roundedBox .hTabs li {
  display: inline-block;
  float: left;
  font-size: 0.9em;
  line-height: 1.1em;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 152px;
}
.box.fullWidth.roundedBox .hTabs li a {
  background: url(../images/tab_gradient_background.jpg) no-repeat top right;
  color: #2f2f2f;
  padding: 0 12px 3px 14px;
  text-align: left;
  width: 126px;
  height: 100%;
}
.box.fullWidth.roundedBox .hTabs li a:link, .box.fullWidth.roundedBox .hTabs li a:visited {
  border: none;
  text-decoration: none;
}
.box.fullWidth.roundedBox .hTabs li a:hover, .box.fullWidth.roundedBox .hTabs li a:active {
  border: none;
  text-decoration: none;
}
.box.fullWidth.roundedBox .hTabs li.selected a {
  background: #FFF url(../images/tab_selected_gradient_background.jpg) no-repeat top right;
  top: 0;
}
.box.fullWidth.roundedBox .hTabs li strong {
  display: block;
  font-size: 1.3em;
  margin: 2px 0 1px 0;
}
.box.fullWidth.roundedBox .box {
  background-color: #FFF;
  border: solid 1px #c2c2c2;
  margin: 0;
  margin-top: 0;
  margin-bottom: -29px;
  padding: 20px 40px;
  position: relative;
  top: -61px;
  width: 838px;
}
.box.fullWidth.roundedBox .box img {
  margin-right: 10px;
}
.box.fullWidth.roundedBox .box img + .column {
  margin-left: 28px;
}

.box.fullWidth.roundedBox .box div.left + .column {
  margin-left: 28px;
}

.box.fullWidth.roundedBox .box .column {
  display: block;
  margin-right: 28px;
  width: 500px;
}
.box.fullWidth.roundedBox .box .column:last-child {
  margin-right: 0;
}
.box.fullWidth.roundedBox .box .column h3 {
  font-size: 1.3em;
  margin: 0 0 1px 0;
}
.box.fullWidth.roundedBox .box .column p {
  line-height: 1.5em;
}

/* buttons */
.actionButton:link, .actionButton:visited {
  color: white;
  display: inline-block;
  height: 30px;
  font-size: 1.1em;
  margin-left: 2px;
  letter-spacing: 0.08em;
  padding-top: 10px;
  padding-right: 2px;
  text-transform: uppercase;
  text-align: center;
  width: 138px;
}
.actionButton:hover, .actionButton:active {
  color: white;
}

.actionButton.orangeButton:link, .actionButton.orangeButton:visited {
  color: white;
  background: url(../images/action_button_sprites.png) no-repeat left 0;
}
.actionButton.orangeButton:hover, .actionButton.orangeButton:active {
  background-position: left -40px;
}

.actionButton.blackButton:link, .actionButton.blackButton:visited {
  color: white;
  background: url(../images/action_button_sprites.png) no-repeat right 0;
}
.actionButton.blackButton:hover, .actionButton.blackButton:active {
  background-position: right -40px;
}

/* Segmented Buttons */
ul.hNavList.segmentedButtons.actionSegmentedButtons {
  margin-right: 5px;
}
ul.hNavList.segmentedButtons.actionSegmentedButtons li {
  background: url(../images/segmented_action_button_sprites.png) no-repeat right 0;
  color: white;
  height: 39px;
  margin: 0;
  padding-right: 0;
}
ul.hNavList.segmentedButtons.actionSegmentedButtons li a {
  height: auto;
  padding: 11px 18px;
  width: auto;
}
ul.hNavList.segmentedButtons.actionSegmentedButtons li.first {
  background-position: 0 0;
  width: 127px;
}
ul.hNavList.segmentedButtons.actionSegmentedButtons li.first:hover, ul.hNavList.segmentedButtons.actionSegmentedButtons li.first:active {
  background-position: 0 -39px;
}
ul.hNavList.segmentedButtons.actionSegmentedButtons li.first a {
  padding-left: 20px;
}
ul.hNavList.segmentedButtons.actionSegmentedButtons li.middle {
  background-position: -127px 0;
  width: 131px;
}
ul.hNavList.segmentedButtons.actionSegmentedButtons li.middle:hover, ul.hNavList.segmentedButtons.actionSegmentedButtons li.middle:active {
  background-position: -127px -39px;
}
ul.hNavList.segmentedButtons.actionSegmentedButtons li.last {
  background-position: -258px 0;
  width: 123px;
}
ul.hNavList.segmentedButtons.actionSegmentedButtons li.last:hover, ul.hNavList.segmentedButtons.actionSegmentedButtons li.last:active {
  background-position: -258px -39px;
}
ul.hNavList.segmentedButtons.actionSegmentedButtons li.last a {
  padding-right: 20px;
}

/* @end */
/* @group OVERRIDES by content */
#header .actionButton:link, #header .actionButton:visited, #pageContent .actionButton:link, #pageContent .actionButton:visited, #footer .actionButton:link, #footer .actionButton:visited {
  color: white;
  text-decoration: none;
}
#header .actionButton:hover, #header .actionButton:active, #pageContent .actionButton:hover, #pageContent .actionButton:active, #footer .actionButton:hover, #footer .actionButton:active {
  color: white;
  text-decoration: none;
}

/* header */
#header {
  color: white;
}
#header a {
  border: none;
}
#header a:link, #header a:visited {
  color: white;
  text-decoration: none;
}
#header a:focus, #header a:hover, #header a:active {
  color: #ff9c00;
  text-decoration: none;
}
#header h1 {
  color: white;
}
#header #introduction strong {
  display: block;
  font-size: 1.9em;
  font-weight: bold;
  margin-bottom: 8px;
  text-shadow: #333333 1px 1px 5px;
}

#header #introduction .subhead {
  color: #EEEEEE;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.2em;
  text-shadow: #333333 1px 1px 5px;
}

#header ul.hNavList.segmentedButtons.actionSegmentedButtons {
  margin-bottom: 27px;
}

/* main navigation */
#mainNavigation a {
  border: none;
  font-weight: bold;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
#mainNavigation a:link, #mainNavigation a:visited {
  color: #595959;
  text-decoration: none;
}
#mainNavigation a:focus, #mainNavigation a:hover, #mainNavigation a:active {
  color: #fd8600;
  text-decoration: none;
}

/* sub navigation */
#subNavigation ul.hNavList li a {
  border: none;
  font-size: 1.2em;
  font-weight: bold;
}
#subNavigation ul.hNavList li a:link, #subNavigation ul.hNavList li a:visited {
  color: #2f2f2f;
  text-decoration: none;
}
#subNavigation ul.hNavList li a:focus, #subNavigation ul.hNavList li a:hover, #subNavigation ul.hNavList li a:active {
  color: #fd8600;
  text-decoration: none;
}
#subNavigation ul.hNavList li.selected a:link, #subNavigation ul.hNavList li.selected a:visited {
  color: #fd8600;
  text-decoration: none;
}
#subNavigation ul.hNavList li.selected a:focus, #subNavigation ul.hNavList li.selected a:hover, #subNavigation ul.hNavList li.selected a:active {
  color: #fd8600;
  text-decoration: none;
}

/* page content */
#pageContent h2 {
  color: #005eb0;
  font-size: 1.9em;
  font-weight: normal;
  margin-left: 2px;
  margin-bottom: 15px;
}

#pageContent a {
  text-decoration: none;
}

#pageContent .blogPost small {
  color: #888;
  display: inline-block;
  letter-spacing: 0.05em;
  font-family: Georgia, Times, serif;
  font-style: italic;
  font-size: 1.1em;
  margin-bottom: 5px;
}

#pageContent a.moreLink {
  border: none;
  color: #ff7c00;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
}
#pageContent a.moreLink:link, #pageContent a.moreLink:visited {
  color: #ff9c00;
  text-decoration: none;
}
#pageContent a.moreLink:hover, #pageContent a.moreLink:active {
  color: #fd8600;
}

#pageContent a.actionLink {
  border: none;
}
#pageContent a.actionLink:link, #pageContent a.actionLink:visited {
  background-color: #5d5d5d;
  border: none;
  color: white;
  display: inline-block;
  font-size: 0.8em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 4px;
  margin-right: 2px;
}
#pageContent a.actionLink:focus, #pageContent a.actionLink:hover, #pageContent a.actionLink:active {
  background-color: #6d6d6d;
  color: white;
}

/* bordered box with tabs */
#companyInformationBox.box.bordered.tabBox.tabsOnTap li a {
  border: none;
}
#companyInformationBox.box.bordered.tabBox.tabsOnTap li a:link, #companyInformationBox.box.bordered.tabBox.tabsOnTap li a:visited {
  background-color: #f5f5f5;
  border: none;
  color: #898989;
  font-weight: bold;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
}
#companyInformationBox.box.bordered.tabBox.tabsOnTap li a:hover, #companyInformationBox.box.bordered.tabBox.tabsOnTap li a:active {
  background-color: #f0f0f0;
}
#companyInformationBox.box.bordered.tabBox.tabsOnTap li.selected a:link, #companyInformationBox.box.bordered.tabBox.tabsOnTap li.selected a:visited {
  background: url(../images/tabs_selected_icon.gif) no-repeat 121px 14px;
  background-color: #FFF;
  border: solid 1px #cdcdcd;
  color: #ff9c00;
  border-bottom: none;
  text-decoration: none;
}
#companyInformationBox.box.bordered.tabBox.tabsOnTap li.selected a:hover, #companyInformationBox.box.bordered.tabBox.tabsOnTap li.selected a:active {
  background-color: #FFF;
}

/* footer */
#footer {
  text-align: center;
}
#footer a {
  border: none;
}
#footer a:link, #footer a:visited {
  color: #727272;
  text-decoration: none;
}

#footer h3 a:link, #footer h3 a:visited {
  color: #BBBBBB;
}

#footer a:hover, #footer a:active {
  color: #ff9c00;
  text-decoration: none;
}
#footer .column {
  text-align: left;
  width: 135px;
}
#footer .column h3 {
  color: #cccccc;
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 1px;
  text-transform: uppercase;
}
#footer .column ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

#footer .column ul li {
  font-size: 0.9em;
  margin-bottom: 3px;
  text-transform: uppercase;
}

#footer .companyInfo {
  color: #727272;
  font-size: 0.9em;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#footer .companyInfo img {
  display: block;
  margin: 0 auto;
  margin-top: 12px;
}

#footer .social {
  clear: right;
  float: right;
  text-align: left;
  margin-top: 15px;
  margin-right: 40px;
  line-height: 2em;
}

/* @end */
/* @group OVERRIDES by page */
/* @end */
/* @group DEBUG */
/* @end */



/* BEGIN BLOG CSS */
.du_rssreader_default
{
     border:none;
     padding:5px 0px 10px 5px;

}
.du_rssreader_default .du_rssreader li
{
    background:transparent url(Images/news_li.gif) no-repeat 0 5px;
    padding:0px 5px 10px 20px;
    list-style-type:none;
}
.du_rssreader_li_title
{
    font-weight:bold;
}
.du_rssreader_li_pubDate
{
    font-size:0.8em;
    font-style:italic;
}
.du_rssreader_li_description
{
    font-size:0.9em;
}

/* END BLOG CSS */
