
/* CSS Document */

body {
  margin: 0px;
  background-color: #8F8F8C;
  background-image: url(/images/site-background.gif);
  background-repeat: repeat-x;
  font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
  color: #333333;
  font-size: 14px;
  line-height: 19px;
}

td {
  font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

a {
  color: #a30046;
  text-decoration:none;
}

a:hover {
  color: #a30046;
  text-decoration:underline;
}

p {
  margin-top: 10px;
  margin-bottom: 0px;
}

ul, li {
  margin-top: 0px;
  margin-bottom: 0px;
}

form {
  margin: 0px;
}

img {
  border: none;
}

h2 {
  font-family: "Times New Roman", Times, serif;
}

h1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 48px;
  line-height: 48px;
  color: #a30046;
  margin: 10px 0px 0px 0px;
  padding-bottom: 0px;/* margin-bottom was causing various strange problems*/
  font-weight: normal;
}

h3 {
  font-size: 18px;
  line-height: 24px;
}

sup { font-size: 9px; line-height: 0; }
* html sup { vertical-align: text-top; }

/********* Page Layout styles ***********/

#sitecontainer {
  width: 998px;
  margin-left: auto;
  margin-right: auto;
}

#page_top {
  background-image: url(/images/page-top.gif);
  background-repeat: no-repeat;
  margin-top: 38px;
  height: 9px;
  font-size: 1px;
  line-height: 1px;
  width: 998px;
}

#page_main {
  background-image: url(/images/page-background.gif);
  background-repeat: repeat-y;
  width: 998px;
}

#page_main_leftshadow {
  float: left;
  width: 9px;
  height: 131px;
}

#page_main_rightshadow {
  float: left;
  width: 9px;
  height: 131px;
}

#page_main_center {
  float: left;
  width: 980px;
}

#page_bottom {
  background-image: url(/images/page-bottom.gif);
  background-repeat: no-repeat;
  width: 998px;
}

/********* Page Layout - Shadowed Content Box ***********/

#contentbox_top, #contentbox_top_white {
  width: 980px;
  height: 23px;
  background-image: url(/images/contentbox-top-bg.gif);
  background-repeat: no-repeat;
}

#contentbox_main {
  width: 980px;
  background-image: url(/images/contentbox-bg.gif);
  background-repeat: repeat-y;
}

#contentbox_bottom {
  width: 980px;
  height: 23px;
  background-image: url(/images/contentbox-bottom-bg.gif);
  background-repeat: no-repeat;
}

#contentbox_main_white {
  width: 980px;
  background-image: url(/images/contentbox-bg-white.gif);
  background-repeat: repeat-y;
}

#contentbox_bottom_white {
  width: 980px;
  height: 23px;
  background-image: url(/images/contentbox-bottom-bg-white.gif);
  background-repeat: no-repeat;
}

/* the White Backgrounds are for the Products Pages */



#contentbox_home {
  width: 980px;
  height: 350px;
  background-image: url(/images/contentbox-bg-home.gif);
  background-repeat: no-repeat;
}

/********* Page Layout - text content ***********/


#content_leftcolumn {
  float: left;
  width: 679px;
}

#content_rightcolumn {
  float: left;
  width: 275px;
  text-align: center;
}



#content_leftcolumn .textmargins {
  padding: 0px 25px 0px 50px;

}

.inner_column1 {
 /* inner column 1 & 2 have been mostly removed, except on the site map. */
  float: left;
  width: 280px;
}

.inner_column2 {
  float: left;
  margin-left: 35px;
  width: 280px;
}

#content_leftcolumn li {
  margin-top: 12px;
}

.products_greybox {
  margin-left: 23px;
 /* padding: 15px 25px 25px 25px;*/
  background-color: #515151;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: white;
  font-weight: normal;
  /* changed the original text-based box to a graphic, due to complaints about font differences */
  height: 117px;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url(/images/products-greybox-bg.gif);
  background-repeat: no-repeat;

}

/********* Home Page Flash ***********/

#homeflashbox, #productsflashbox {
  width: 656px;
  height: 348px;
  text-align: center;
  margin-left: 23px;
  margin-top: -11px;
  position: relative;
}

#productsflashbox {
  margin-bottom: 15px;
  border-bottom: solid 1px #999;
}

/********* Page Layout - Header and Footer ***********/

#top_logo {
  float: left;
  width: 217px;
  height: 85px;
}

#top_nav {
  float: left;
  width: 737px;
  height: 85px;
  font-family: Arial, Helvetica, sans-serif;
  color: #999999;
  font-size: 14px;
  line-height: 16px;
}

#footer_links {
  width: 953px;
  padding-top: 5px;
  padding-bottom: 8px;
  font-family: Arial, Helvetica, sans-serif;
  color: #999999;
  font-size: 10px;
  line-height: 14px;
  text-align: right;
}

#footer_links a {
  color: #999999;
  text-decoration: none;
}

#footer_links a:hover {
  color: #666666;
  text-decoration: underline;
}

.navselected {
  background-color: #999999 !important;
  color: #FFF !important;
}

* html .ie6footerfix { 

margin-top: -27px; 

}


/********* Buttons and Stuff for the Right Column ***********/

a#teaser {
  display: block;
  width: 275px;
  height: 163px;
  background-image: url(/images/rightcolumn-teaser.gif);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}

a#teaser:hover {
  background-image: url(/images/rightcolumn-teaser-over.gif);
}

a#real_insight {
  display: block;
  width: 275px;
  height: 299px;
  background-image: url(/images/rightcolumn-real-insight.gif);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}

a#real_insight:hover {
  background-image: url(/images/rightcolumn-real-insight-over.gif);
}

/*  no longer used... */
a#fifty_percent_home {
  display: block;
  width: 275px;
  height: 163px;
  background-image: url(/images/rightcolumn-50percent-home.gif);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}

a#fifty_percent_home:hover {
  background-image: url(/images/rightcolumn-50percent-home-over.gif);
}



a#real_insight_home {
  display: block;
  width: 275px;
  height: 163px;
  background-image: url(/images/rightcolumn-real-insight-home.gif);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}

a#real_insight_home:hover {
  background-image: url(/images/rightcolumn-real-insight-home-over.gif);
}


/*

OLD sifr sidebox headers ---

div.benefits_header {
  width: 275px;
  height: 78px;
  background-image: url(/images/rightcolumn-productsbox-header.gif);
  background-repeat: no-repeat;
  overflow: hidden;

}

div.benefits_header h2 {
  color: white;
  font-size: 19px;
  line-height: 1em;
  text-align: center;
  margin: 0px;
  padding: 18px 30px 0px 30px;
  font-weight: normal;
  
}
*/

h2.header_benefits, h2.header_industries, h2.header_request_info, h2.header_casestudy_subnav  {
  width: 275px;
  height: 66px;
  margin: 0px;
  padding: 0px;
  background-image: url(/images/rightcolumn-header-benefits.gif);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}

h2.header_industries {
  background-image: url(/images/rightcolumn-header-industries.gif);
}

h2.header_request_info {
  background-image: url(/images/rightcolumn-header-request-info.gif);
}

h2.header_casestudy_subnav {
  background-image: url(/images/casestudy-subnav-top.gif);
  height:55px;
}


div#benefits_list, div#request_info_sidebar {
  padding-left: 16px;
  padding-right: 35px;
  background-image: url(/images/rightcolumn-productsbox-bg.gif);
  background-repeat: repeat-y;
  text-align: left;
  }
  
div#benefits_list ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

div#benefits_list li {
  margin-bottom: 12px;
}

div#request_info_sidebar a {
  font-weight: bold;
  color: #a30046;
}

div#request_info_sidebar a:hover {
  color: #a30046;
}

/********* Site Map styles ***********/

ul.sitemap, ul.sitemap li {
  margin-left: 0px;
  padding: 0px;
  list-style: none;
}

ul.sitemap ul li {
  list-style: none;
  margin-top: 6px !important;
}

ul.sitemap a {
  color: #a30046;
  text-decoration: none;
}

ul.sitemap a:hover {
  color: #a30046;
  text-decoration: underline;
}



/********* FORM styles ***********/

form.contactform {
  line-height: 14px;
}

form.contactform input {
  width: 360px;
}

form.contactform label {
  display: block;
  clear: left;
  float: left;
  width: 195px;
}




/********* TABLE styles ***********/

table.chart {
  border: solid 1px #3A3738;
}

table.chart td {
  background-color: #737373;
  color: white;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding: 10px;
}

table.chart td.centercolumn {
 border-left: solid 1px #333;
 border-right: solid 1px #333;
}

table.chart tr.toprow td {
  background-image: url(/images/chart-header-bg.gif);
  background-repeat: repeat-x;
  border-bottom: solid 1px #222;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
}


/********* Case Studies Section ***********/

h3.caseStudies {
  margin: 35px 0 0 0;
}

table.case_chart {
  background-image: url(/images/case_chart_stripe.gif);
  background-repeat: repeat-y;
  background-position: 95px 0px;
}

table.case_chart td {
  font-size: 14px;
  line-height: 18px;
  padding: 10px;
  vertical-align:top;
}

table.case_chart tr.toprow td {
  background-image: url(/images/chart-header-bg.gif);
  background-repeat: repeat-x;
  height: 30px;
  font-size: 14px;
  padding: 0;
  text-indent: 8px;
  color: white;
  vertical-align: middle;
}

p.case_study_intro {
  color: #666;
  font-size: 18px;
  line-height: 27px;
  margin-top: 15px;
  
}

.casestudy_pdf_box {
  height: 100px;
  background-image: url(/images/casestudy-pdf-box.gif);
  text-align:center;
}

.casestudy_pdf_box p {
  margin:0;
  padding: 30px 25px 0 25px;
  font-size:13px;
  font-weight:bold;
}


.casestudy_subnav_bottom {
 background-image: url(/images/casestudy-subnav-bottom.gif);
 height: 24px;
 font-size: 1px;
 line-height: 1px;
}

.casestudy_subnav_bg {
 background-image: url(/images/casestudy-subnav-bg.gif);
 text-align:left;
}

.casestudy_subnav_bg ul, .casestudy_subnav_bg li, .casestudy_subnav_bg p {
  margin:0;
  padding:0;
  list-style:none;
}

.casestudy_subnav_bg li {
  padding-bottom: 8px;
}

.casestudy_subnav_margins {
  margin-left:24px;
  margin-right:23px;
  padding: 4px 15px 8px 15px;
}

.casestudy_subnav_currentsection {
  background-color: #f7f7f7;
  margin-left:27px;
  margin-right:24px;
  padding: 8px 15px 0px 15px;
}

.casestudy_subnav_currentsection a.currentpage, .casestudy_subnav_currentsection a.currentpage:hover {
  color:#333;
  text-decoration:none;
  font-weight:bold;
  cursor:default;
}



/********* Additional Misc Page Elements ***********/

#data_assessment_image {
  text-indent: -9999px;
  overflow: hidden;
  background-image: url(/images/data-assessment-photo.jpg);
  background-repeat: no-repeat;
  height: 350px;
  margin-left: 23px;
  margin-top: -11px;
  border-bottom: solid 1px #999;
  margin-bottom: 15px;

}

/********* Error Message styles ***********/

div.errorExplanation {
  color: #eac6d4;
  padding: 15px 10px 20px 15px;
  background-color: #a30046;
  background-image: url(/images/error-message-bg.jpg);
  background-repeat: no-repeat;
  margin-top: 20px;
  background-position: right bottom;
  font-size: 13px;
}

div.errorExplanation h2 {
  font-size: 34px;
  line-height: 34px;
  margin: 0px;
  padding: 0px;
}

div.errorExplanation ul {
  margin-top: 12px;
}

div.errorExplanation li {
  margin-top: 8px !important;

}

div.errorExplanation p {
  margin-top: 2px;
}



/********* text-formatting and misc other styles ***********/

a#services_button {
  /* this is no longer used. replaced with regular graphics... */
  display: block;
  position: relative;
  width: 287px;
  height: 43px;
  background-image: url(/images/services-contact-button.gif);
  background-repeat: no-repeat;
  text-indent: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 43px;
  text-decoration: none;
  margin-top: 10px;
  right: -27px;
  bottom: -12px;
}

a#services_button:hover {
  color: #ffffff;
  text-decoration: underline;
}

.clear, .spacer {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  overflow: hidden;
}

.hrule_dotted {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 2px;
  background-image: url(/images/hrule-dotted.gif);
  background-repeat: repeat-x;
  margin: 20px 0 20px 0;
}

.hrule_dotted_light {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 2px;
  background-image: url(/images/hrule-dotted-light.gif);
  background-repeat: repeat-x;
  margin: 8px 0 8px 0;
}

.hrule_dotted_light_on_grey {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 2px;
  background-image: url(/images/hrule-dotted-light-on-grey.gif);
  background-repeat: repeat-x;
  margin: 10px 0 0px 0;
}


.red {
  color: #a30046;
}

.size11 {
  font-size: 11px;
  line-height: 16px;
}

.bold {
  font-weight: bold;
}