@charset "utf-8";
/* CSS Document */

/* RESETS */
* {
  color: rgb(102,102,102);
}
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: helvetica, arial, sans-serif;
}
html, body {
  height: 100%;
}
.preloads {
  display: none;
}
ol, ul {
	margin: 15px 0;
	padding: 0;
	font-size: 12px;
}
li {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
ol {
  padding: 0 0 0 20px;
}
ol li {
  line-height: 15px;
  font-size: 12px;
}
dl.news dt {
  margin-bottom: 10px; 
  clear: both; 
  float: left; 
  width: 60px;
  margin-left: 10px;
}
dl.news dd {
  display: inline; 
  float: left; 
}
.body_2col dl.news dd {
  width: 530px;
}
.body_3col dl.news dd, .body_3col ul li dl.news dd {
  width: 390px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* STYLES START */
/* TEMPLATE */
* {
  font-family: helvetica, arial, sans-serif;
}
.clear {
  clear: both;
  visibility: hidden;
}
body {
  background: #f8f8f8 url('/assets/images/template/body_bg.jpg') repeat-y center top;
  text-align: center;
  width: 1024px;
  margin: 0 auto;
}
a {
  color: rgb(204,0,51);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.content_wrap {
  margin: 0 auto -70px;
  width: 1024px;
  background: #f1f1f1 url('/assets/images/template/main_content_bg.jpg') repeat-x;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
}
.header {
  height: 84px;
  background-color: #f7f7f7;
  background-image: url('/assets/images/template/header_bg.jpg');
  background-repeat: repeat-x;
}
.logo {
  float: left;
  width: 139px;
  height: 52px;
  padding: 15px 0 0 25px;
}
.top_right_float { 
  float: right;
  padding: 10px 30px;
  width: 720px;
  text-align: right;
}
ul#top_links {
  font-size: 10px;
  position: relative;
  margin-top: 10px;
  z-index: 100;
}
ul#top_links > li {
  display: inline;
  padding: 6px 11px;
  height: 12px;
  position: relative;
  z-index: 100;
}
ul#top_links > li > a {
  color: rgb(102,102,102);
}
ul#top_links > li > a:hover {
  color: rgb(204,0,51);
}
ul#top_links > ul > li > ul > li > a {
  color: rgb(204,0,51);
}
ul#top_links > li:hover, ul#top_links > li.over {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 5px 10px;
  cursor: pointer;
}
ul#top_links li a:hover {
  text-decoration: none;
}
ul#top_links > li > ul {
  position: absolute;
  top: 23px;
  left: -1px;
  display: none;
  text-align: left;
  padding: 5px 0 5px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  font-size: 10px;
  line-height: 12px;
  margin: 0;
  z-index: 100;
  zoom: 1;
}
/* target FireFox 2 */
ul#top_links > li > ul, x:-moz-any-link {
  margin-top: -3px;
}
/* revert for FireFox 3+ */
ul#top_links > li > ul, x:-moz-any-link, x:default {
  margin-top: 0;
}
ul#top_links > li:hover > ul {
  display: block;
}
ul#top_links ul li {
  display: block;
  padding: 3px 0 3px 10px;
  width: 120px;
  background-color: #ffffff;
  z-index: 100;
}
ul#top_links ul li:hover {
  background-color: #808083;
}

ul#top_links ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
.search {
  border: none;
  text-align: right;
  margin-top: 10px;
}
.search input, .search button {
  border: none;
  font-size: 10px;
  margin: 0;
  float: right;
  margin: 0 10px 0 0;
}
.search input.search_box {
  background: url('/assets/images/template/search_box.png') no-repeat top right;
  text-align: right;
  width: 126px;
  height: 14px; 
  padding: 2px 10px;
}
.search .search_button {
  background: url('/assets/images/template/search_button.png') no-repeat bottom right;
  cursor: pointer;
  height: 19px;
  width: 19px;
  text-indent: -9999px;
}
#main_menu {
  height: 30px;
  list-style-type: none;
  background: rgb(204,0,51) url('/assets/images/template/navbar_bg.jpg') repeat-x left top;
  margin: 0;
  padding: 0;
  text-align: left;
}
#main_menu ul, #main_menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
#main_menu a {
  text-decoration: none;
}
#main_menu > li {
  display: inline;
  display: inline-block;
  font-size: 14px;
  position: relative;
  z-index: 99;
}
#main_menu > li:hover {
  background-color: #6d6e70;
}
#main_menu > li.thisSection, #main_menu > li.thisSection > a {
  color: rgb(204,0,51);
  background-color: #eeeeee;
}
#main_menu > li > a {
  color: #ffffff;
  display: inline-block;
  height: 16px;
  padding: 7px 25px 7px;
}
/* target FireFox 2 */
#main_menu > li > a, x:-moz-any-link {
  height: 30px;
  line-height: 30px;
  padding: 0 25px;
}
/* revert for FireFox 3+ */
#main_menu > li > a, x:-moz-any-link, x:default {
  height: 16px;
  padding: 7px 25px 7px;
  line-height: 16px;
}
#main_menu > li:hover > ul {
  display: block;
}
#main_menu > li > ul {
  position: absolute;
  top: 30px;
  left: 0;
  list-style-type: none;
  padding: 10px 9px 9px 24px;
  background-color: #fcfcfc;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
  display: none;
  z-index: 99;
  width: 500px;
}
/* target FireFox 2 */
#main_menu > li > ul, x:-moz-any-link {
  top: 14px;
}
/* revert for FireFox 3+ */
#main_menu > li > ul, x:-moz-any-link, x:default {
  top: 30px;
}
#main_menu > li > ul#menu_services_expand {
  width: 328px;
}
#main_menu > li > ul.menu_leadership_expand {
  width: 125px;
}
#main_menu > li > ul.menu_leadership_expand-es {
  width: 160px;
}
#main_menu > li > ul.menu_leadership_expand-fr {
  width: 132px;
}
#main_menu > li > ul > li a {
  color: #333333;
}
#main_menu > li > ul > li a:hover {
  color: rgb(204,0,51);
}
#main_menu > li#menu_support > ul, #main_menu > li#menu_support > ul > li > ul {
  width: 180px;
}
#main_menu > li > ul > li {
  float: left;
  vertical-align: top;
  width: 150px;
  display: block;
}
#main_menu > li > ul > li+li {
  padding-left: 20px;
}
#main_menu > li > ul > li > ul > li.main_menu_submenu_heading, #main_menu > li > ul > li > ul > li.main_menu_submenu_heading a {
  color: rgb(204,0,51);
  font-weight: bold;
}
#main_menu > li > ul li+.main_menu_submenu_heading {
  margin-top: 10px;
}
#main_menu > li > ul > li > ul > li.main_menu_submenu_heading:hover, #main_menu > li > ul > li > ul > li.main_menu_submenu_heading a:hover {
  text-decoration: underline;
}
#main_menu > li > ul > li > div {
  background-color: #f8de63;
  width: 135px;
  padding: 9px;
  border: 1px solid #f8de63;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
ul#main_menu > li > ul > li > div > h5 {
  color: rgb(204,0,51);
  font-weight: bold;
  margin: 2px 0 0 0;
  padding: 0;
  font-size: 11px;
}
#main_menu > li > ul > li > div > p {
  margin: 0;
  padding: 0;
  font-size: 11px;
}
#main_menu > li > ul > li > div > img {
  float: right;
}
#main_menu > li > ul > li > div+div {
  margin-top: 10px;
}
.main_content {
  position: relative;
  padding: 0 20px;
  height: 100%;
}
.main_content_home {
  padding: 0;
}
.maincolumn_left_narrow {
  width: 640px;
  float: left;
}
.maincolumn_left_wide {
  width: 730px;
  float: left;
}
.breadcrumb {
  height: 13px;
  padding: 0 0 0 10px;
  margin: 7px 0 0 0;
  text-align: left;
  font-size: 10px;
  overflow: hidden;
}
#content_left {
  margin-top: 5px;
  text-align: left;
}
.maincolumn_left_wide #content_left .masthead {
  margin: -15px 0 20px 0;
}
.maincolumn_left_narrow #content_left .masthead {
  margin: -15px 0 0 0;
}
.masthead > img {
  margin-top: 15px;
}
.masthead a:hover {
  text-decoration: none;
}
div.masthead div.masthead_container {
  width: 641px; 
  height: 190px; 
  position: relative; 
}
div.masthead div.masthead_container h2 {
  font-size: 18px; 
  font-weight: normal; 
  padding: 35px; 
  width: 430px; 
  line-height: 22px;
}
div.masthead div.masthead_container h2 span {
  font-size: 14px; 
  vertical-align: 20%;
}
div.masthead div.masthead_container div.masthead_shadebar {
  opacity: 0.6; 
  filter: alpha(opacity=60); 
  -moz-opacity: 0.6; 
  height: 22px; 
  padding: 4px 20px 4px 40px; 
  position: absolute; 
  top: 160px; 
  left: 0; 
  width: 581px;
}
div.masthead div.masthead_container div.masthead_bottom_container {
  height: 22px; 
  padding: 4px 20px 4px 40px; 
  position: absolute; 
  top: 160px; 
  left: 0; 
  width: 581px;
}
div.masthead div.masthead_container div.masthead_bottom_container p {
  font-size: 12px; 
  float: left; 
  margin-top: -1px;
}
div.masthead div.masthead_container div.masthead_bottom_container p img {
  padding: 0 10px 4px 0;
  margin-bottom: -10px;
}
div.masthead div.masthead_container div.masthead_bottom_container div {
  background: url(/assets/images/global/btn_green_deptpage.png) no-repeat left top; 
  margin-top: 2px; 
  height: 21px;
  width: 112px; 
  float: right; 
  color: #ffffff; 
  font-size: 11px;
  text-align: center;
}
div.masthead div.masthead_container div.masthead_bottom_container div a {
  display: block; 
  padding: 2px 0; 
  width: 112px;
  height: 17px;
  text-align: center; 
  color: #ffffff;
  font-weight: bold;
}
.left_column {
  float: left;
  width: 230px;
  margin-right: 20px;
}
.left_column_box {
  padding: 13px;
  border: 1px solid #e3e3e4;
  background-color: #ffffff;
}
.left_column_box+.left_column_box {
  margin-top: 20px;
}
.left_column_box p, .left_column_box h4 {
  color: #37424a;
  font-size: 14px;
  margin: 0 0 10px 0;
  font-weight: normal;
}
.left_column_box .divider {
  height: 1px;
  border-top: 1px solid #c8c9ca;
  margin: 15px -13px;
}
.left_column_box a {
  display: block;
  width: 211px;
  margin: 0 -13px;
  padding: 2px 5px 2px 13px;
  font-size: 11px;
}

.left_column_box a:hover {
  color: #ffffff;
  background-color: #8996a0;
  text-decoration: none;
}
.left_column_box a.thisPage {
  font-weight: bold;
  color: RGB(102,102,102);
}
.left_column_box a.subnav1 {
  padding-left: 23px;
  width: 201px;
}
.left_column_box a.subnav2 {
  padding-left: 33px;
  width: 191px;
}
.left_column_box a.subnav3 {
  padding-left: 43px;
  width: 181px;
}
.left_column_box a.thisPage:hover {
  color: RGB(102,102,102);
  background-color: #ffffff;
  cursor: default;
}
.body_2col {
  float: left;
  width: 600px; 
  padding: 20px 20px 0 20px;
}
.body_3col {
  width: 480px;
  float: left;
}
.maincolumn_right_wide  {
  width: 324px;
  margin-left: 18px;
  float: left;
  margin-bottom: -50px;
}
.maincolumn_right_narrow  {
  width: 230px;
  margin-left: 16px;
  float: left;
  margin-bottom: -50px;
}
ul.other_actions {
  height: 17px;
  padding: 3px 0px 0 20px;
  margin: 0;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
}
ul.other_actions li {
  float: left;
  margin: 0 12px 0 0;
  font-size: 10px;
  line-height: 10px;
  display: inline;
}
ul.other_actions li a {
  color: rgb(102,102,102);
}
ul.other_actions li a:hover {
  text-decoration: none;
}
ul.other_actions li a img {
  padding-right: 4px;
}
.other_actions_text {
  vertical-align: 50%;
}
#content_right {
  margin-top: 5px;
  text-align: left;
}
.clear_footer {
  height: 70px;
  clear: both;
}
ul.footer_links {
  padding: 30px 10px 10px 40px;
  position: relative;
  height: 10px;
  clear: both;
  margin: 0;
}
ul.footer_links li {
  float: left;
  font-size: 10px;
  padding: 0 10px;  
}
ul.footer_links li a {
  color: rgb(102,102,102);
}
ul.footer_links li+li {
  border-left: 1px solid rgb(102,102,102);
}
h1, h2, h3, h4, h5, h6, p {
  text-align: left;
}
h1 {
  color: rgb(204,0,51);
}
h1 {
  font-size: 16px;
}
h2, h3 {
  margin: 20px 0 0 0;
  line-height: 16px;
}
h2 {
  font-size: 14px;
}
h3 {
  font-size: 12px;
}
h4 {
  font-size: 12px;
  margin-top: 25px;
}
h5, h6 {
  margin: 8px 0;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
  margin: 0;
  line-height: 14px;
}
h1+p, h2+p, h3+p, h4+p, h5+p, h6+p, h1+ul, h2+ul, h3+ul, h4+ul, h5+ul, h6+ul {
  margin-top: 0;
}
.column h1+p, .column h2+p, .column h3+p, .column h4+p, .column h5+p, .column h6+p, .column h1+ul, .column h2+ul, .column h3+ul, .column h4+ul, .column h5+ul, .column h6+ul {
  margin-top: 0;
}
.leadgen p+h4 {
  margin-top: 20px;
}
.intro {
  font-size: 16px;
  line-height: 18px;
}
.intro+p, h1+p+p {
  margin-top: 20px;
}
p, p.normal {
  font-size: 12px;
  line-height: 16px;
  margin: 12px 0 0 0;
}
p.heading {
  font-size: 16px;
  margin: 4px 0;
}
blockquote {
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
  padding: 0 10px;
  margin: 12px 0 0 0;
  color: #333333;
}
.sig {
  font-size: 12px;
  line-height: 16px;
  padding: 0 10px;
  margin: 12px 0 0 0;
  color: #333333;
}
.indented_text ul, .body_3col ul, dl {
  font-size: 12px;
  line-height: 15px;
  margin: 15px 0 0 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 12px;
}
dd ul {
  margin-top: 0;
}
ul.prodlist {
  margin-top: 0;
}
ul.dash li, ul.prodlist li ul.dash li {
  background: url(/assets/images/global/bullet-dash.png) no-repeat left top;
  padding: 0 0 0 10px;
  line-height: 15px;
  margin: 0;
}
ul.prodlist li {
  padding: 0;
  background: none;
}
ul.dash li ul, ul.prodlist li ul, p+ul.dash, p+ul.prodlist {
  margin: 0;
  padding: 0;
}
h1+ul.dash, h2+ul.dash, h3+ul.dash {
  margin-top: 0;
}
.text_box {
  clear: both;
  background-color: #ffffff;
  border: 1px solid #e3e4e4;
  padding: 20px;
}
p+div.text_box, ul+div.text_box {
  margin-top: 20px;
}
.case_study {
  clear: both;
}
div.case_study+div.case_study {
  padding-top: 20px;
}
.case_study h4, .text_box h4 {
  margin: 0;
  color: rgb(204,0,51);
  line-height: 15px;
}
.text_box p+h4 {
  margin-top: 20px;
}
.case_study_content {
  float: left;
}
.body_2col .text_box {
  margin-left: -20px;
  margin-right: -20px;
}
.body_2col .case_study_content{
  width: 430px;
}
.body_3col .case_study_content {
  width: 320px;
}
.case_study_lead_in, .text_box h4 strong {
  color: rgb(102,102,102);
}
.case_study_asset {
  float: right;
}
.body_2col .case_study_asset {
  width: 158px;
}
.body_3col .case_study_asset {
  width: 98px;
}
.home_box {
  width: 205px;
  height: 158px;
  border: 1px solid #dddedf;
  background-color: #f8f8f8;
  padding: 12px 12px 22px 16px;
  float: left;
  margin: 16px;
  overflow: hidden;
  position: relative;
  text-align: left;
}
.home_box h1 {
  margin-top: 0;
  line-height: 16px;
}
.home_box+.home_box {
  margin-left: 0px;
}
.home_box p {
  margin: 6px 0;
  color: #808285;
  font-size: 11px;
  line-height: 15px;
}
.home_box p+div.learn_more_button {
  margin-top: 0;
}
.home_box .search {
  margin-top: 20px;
}
.home_box .search input, .home_box .search button {
  float: left;  
  margin-right: 5px;
  text-align: left;
}
.home_box > ul {
  font-size: 11px;
  margin: 5px 0 0 0;
  text-align: left;
}
.home_box ul li {
  line-height: 14px;
  margin-top: 6px;
}
.home_box > ul > li {
  color: rgb(204,0,51);
}
.home_box > ul > li > ul {
  color: #808285;
  font-weight: normal;
}
.home_box .learn_more_button, .home_box select {
  font-size: 10px;
  margin-top: 10px;
  position: absolute;
  top: 162px;
  left: 16px;
  margin: 0;
}
.home_box .abs {
  position: absolute;
  top: 160px;
  left: 16px;
  margin: 0;
}
.home_box select option.optHead {
  font-weight: bold;
  font-size: 11px;
}
/* WIDGETS */
.widget {
  text-align: left;
  overflow: hidden;
  font-size: 12px;
}
.widget h3 {
  margin: 0 0 10px 0;
  font-size: 13px;
}
.widget ul {
  margin: 0;
}
.widget p, .widget ul li, .widget label {
  color: #ffffff;
  display: block;
}
.widget label {
  font-weight: bold;
  clear: both;
}
.widget p {
  margin: 0;
  clear: both;
}
.widget p+p {
  margin-top: 15px;
}
.widget p+h6 {
  margin-top: 16px;
}
.widget h6 {
  font-size: 12px;
  font-weight: normal;
}
.widget ul li {
  text-align: left;
}
.widget ul li a {
}
.widget ul+h5 {
  margin-top: 20px;
}
div.widget+div.widget {
  margin-top: 20px;
}
.aq_narrow {
  background: url('/assets/images/widgets/additional_questions_bg_narrow.png') no-repeat top left;
  width: 200px;
  height: 134px;
  padding: 5px 15px 15px 15px;
}
.aq_wide {
  background: url('/assets/images/widgets/additional_questions_bg_wide.png') no-repeat;
  width: 295px;
  height: 158px;
  padding: 12px 0 0 30px;
}
.maincolumn_right_wide #content_right .widget {
  width: 283px;
  padding: 20px;
  border: 1px solid #cccccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin-bottom: 20px;
}
.maincolumn_right_narrow #content_right .widget{
  width: 199px;
  padding: 15px;
  border: 1px solid #cccccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin-bottom: 20px;
}
.leadgen {
  border: 1px solid #e0bf82;
}
.leadgen p, .leadgen li, .leadgen a {
  color: #ffffff;
}
.leadgen h3, .leadgen h4, .leadgen strong {
  color: #ffdd15;
}
.leadgen h4 {
  margin: 0 0 10px 0;
  font-size: 13px;
}
.leadgen ul+p, .leadgen p+p, .leadgen ul+ul {
  margin-top: 10px;
}
.leadgen p a, .leadgen ul li a {
  color: #ffdd15;
}
.maincolumn_right_narrow #content_right .leadgen {
  background: url('/assets/images/widgets/widget_bg_narrow_orange.png') repeat-y;
}
.maincolumn_right_wide #content_right .leadgen {
  background: url('/assets/images/widgets/widget_bg_wide_orange.png') repeat-y;
}
.in_the_news {
  background: #58595b;
  border: 1px solid #b1b2b3;
  color: #babcbe;
}
.in_the_news p {
  color: #babcbe;
}
.in_the_news h3 {
  margin-top: 0;
}
.in_the_news h3, .in_the_news h6, .in_the_news p a, .in_the_news strong {
  color: #bad500;
}
.help p, .help ul li, .help a {
  color: #036f3b;
}
.help h3 {
  color: #ffffff;
  margin-bottom: 0;
}
.help h3+p {
  margin-top: 0;
}
.help ul li {
  padding: 5px 0 0 35px;
  margin: 13px 0 0 0;
  background-repeat: no-repeat;
  background-position: top left;
}
.maincolumn_right_wide #content_right .help {
  background: url('/assets/images/widgets/widget_bg_wide_green.png') repeat-y;
  border: 1px solid #d7d7d7;
}
.maincolumn_right_narrow #content_right .help {
  background: url('/assets/images/widgets/widget_bg_narrow_green.png') repeat-y left top;
  border: 1px solid #d7d7d7;
}
.hlp_wide ul {
  float: left;
  width: 90px;
}
.hlp_wide ul li {
  padding-left: 30px;
  margin-top: 18px;
}
li#help_contact_us {
  background: url('/assets/images/widgets/icon_contact_us_dark.png') no-repeat left top; min-height: 20px;
}
li#help_call_us {
  background: url('/assets/images/widgets/icon_call_us_dark.png') no-repeat left top; min-height: 20px;
}
li#help_buy_products {
  background: url('/assets/images/widgets/icon_try_products_dark.png') no-repeat left top; min-height: 20px;
}
.help_new p {
  color: #036f3b;
}
.help_new ul li, .help_new a {
  color: #ffffff;
  font-weight: bold;
}
.help_new a:hover {
  text-decoration: none;
}
.help_new h3 {
  color: #ffffff;
  margin-bottom: 0;
}
.help_new h3+p {
  margin-top: 0;
}
.help_new ul li {
  margin: 13px 0 0 0;
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 0;
}
.help_new ul li a, .help_new ul li > span {
  display: block;
  padding: 5px 0 0 45px;
  width: 67px;
  height: 20px;
}
.help_new ul li > span {
  color: #dddddd;
}
.maincolumn_right_wide #content_right .help_new {
  background: url('/assets/images/widgets/widget_bg_wide_green.png') repeat-y;
  border: 1px solid #d7d7d7;
}
.maincolumn_right_narrow #content_right .help_new {
  background: url('/assets/images/widgets/widget_bg_narrow_green.png') repeat-y left top;
  border: 1px solid #d7d7d7;
}
li#new_help_contact_us {
  background: url('/assets/images/global/help_email.png') no-repeat left top; width: 112px; height: 25px;
}
li#new_help_call_us {
  background: url('/assets/images/global/help_phone.png') no-repeat left top; width: 112px; height: 25px;
}
li#new_help_buy_products {
  background: url('/assets/images/global/help_browse.png') no-repeat left top; width: 169px; height: 25px;
}
li#new_help_chat {
  background: url('/assets/images/global/help_chat.png') no-repeat left top; width: 169px; height: 25px;
}
li#new_help_buy_products a, li#new_help_chat a, li#new_help_chat span {
  width: 140px;
  padding-left: 37px;
}
li#new_help_contact_us_long {
  background: url('/assets/images/global/help_email_long.png') no-repeat left top; width: 212px; height: 25px;
}
li#new_help_call_us_long {
  background: url('/assets/images/global/help_phone_long.png') no-repeat left top; width: 136px; height: 25px;
}
li#new_help_buy_products_long {
  background: url('/assets/images/global/help_browse_long.png') no-repeat left top; width: 212px; height: 25px;
}
li#new_help_contact_us_long a, li#new_help_buy_products_long a {
  width: 167px;
}
li#new_help_call_us_long a {
  width: 91px;
}
.partner_login h3, .solutions_finder h3 {
  margin-top: 0;
  color: #ffffff;
}
.partner_login p, .solutions_finder p {
  margin-top: 10px;
  color: #1b75ba;
}
.solutions_finder strong {
  color: #1b75ba;
}
.maincolumn_right_narrow #content_right .partner_login, .maincolumn_right_narrow #content_right .solutions_finder {
  background: url('/assets/images/widgets/widget_bg_narrow_teal.png') repeat-y left top;
  border: 1px solid #bfc5c5;
 }
.maincolumn_right_wide #content_right .partner_login, .maincolumn_right_wide #content_right .solutions_finder {
  background: url('/assets/images/widgets/widget_bg_wide_teal.png') repeat-y left top;
  border: 1px solid #bfc5c5;
}
.maincolumn_right_narrow #content_right .solutions_finder {
  min-height: 180px;
  position: relative;
}
.maincolumn_right_wide #content_right .solutions_finder {
  min-height: 140px;
  position: relative;
}
.solutions_finder .learn_more_button {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.learn_more_button {
  border: none;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  margin: 15px 0 0 0;
  line-height: 17px;
  background: url('/assets/images/global/button_bg_green_repeat.png') repeat-x bottom right;
  cursor: pointer;
  height: 18px;
  padding: 1px 0 0 0;
  display: inline-block;
}
.learn_more_button a {
  color: #ffffff;
  height: 18px;
  padding: 0 10px;
  display: block;
}
.learn_more_button a:hover {
  text-decoration: none;
}
.btn_green {
  border: none;
  font-size: 11px;
  color: #ffffff;
  text-align: center;
  margin: 10px 0 0 0;
  line-height: 17px;
  cursor: pointer;
  background: url('/assets/images/global/btn_green_189.png') no-repeat bottom right;
  width: 189px;
  height: 25px;
  font-weight: bold;
}
  
.masthead_bottom_container .btn_green {
  position: absolute;
  top: 150px;
  left: 16px;
}
.btn_green a {
  color: #ffffff;
  height: 19px;
  width: 189px;
  text-align: center;
  padding: 3px 0;
  display: block;
  font-weight: bold;
}
.btn_green a:hover {
  text-decoration: none;
}
.home_box p+div.btn_green {
  margin-top: 0;
}
.btn_green.wide_112 {
  width: 112px;
  background: url('/assets/images/global/btn_green_112.png') no-repeat bottom right;
}
.btn_green.wide_112 a {
  width: 112px;
}
.btn_green.wide_192 {
  width: 192px;
  background: url('/assets/images/global/btn_green_192.png') no-repeat bottom right;
}
.btn_green.wide_192 a {
  width: 192px;
}
.btn_green.wide_225 {
  width: 225px;
  background: url('/assets/images/global/btn_green_225.png') no-repeat bottom right;
}
.btn_green.wide_225 a {
  width: 225px;
}
.solution {
  border: none;
}
.solution input, .solution button {
  border: none;
  font-size: 10px;
  margin: 0;
  text-align: left;
}
.solution input.solution_box {
  background: url('/assets/images/widgets/solution_box.png') no-repeat top right;
  width: 214px;
  height: 17px; 
  padding: 3px 10px 0;
  float: left;
}
.solution button.solution_button {
  background: url('/assets/images/widgets/solution_button.png') no-repeat bottom right;
  cursor: pointer;
  width: 25px;
  height: 20px;  
  text-indent: -9999px;
  float: left;
  margin-left: 2px;
}
.solution label {
  padding: 8px 0 3px 0;
}
.library, .callout {
  background: #58595b;
  border: 1px solid #b1b2b3;
}
.library h3, .library h6, .library strong {
  color: #bad500;
}
.library h3 {
  margin-top: 0;
}
.library h6 {
  line-height: 20px;
}
.library div {
  margin-top: 10px;
}

/* BODY STYLES */

.indented_text {

}
.column {
  float: left;
}
.column p {
  margin: 20px 0 0 0;
}
.body_2col .column {
  width: 290px;
  padding: 0 10px 0 0;
}
.body_3col .column {
  width: 230px;
  padding: 0 10px 0 0;
}
div.column+div.column {
  padding: 0 0 0 10px;
}
.back_link_wrap{
  float: right;
}
.back_link {
  float: left;
}
.back_link a{
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.back_link a:hover{
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.back_link_arrow {
  float: left;
  padding: 0pt 0pt 0pt 5px
}
/* IMAGE ROTATOR */
#slider {
  position: relative;
  margin: 0;
  padding: 0;
}
#slider .scroll {
  width: 1024px;
  height: 359px;
  overflow: auto;
  overflow-x: hidden;
  clear: left;
  position: relative;
  margin: 0;
  padding: 0;
}
#slider .scrollable {
  list-style-type: none;
  width: 1024px;
  height: 359px;
  text-align: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#slider .scrollContanier div {
  width: 1024px;
  height: 359px;
  display: inline;
  position: relative;
  margin: 0;
  padding: 0;
  -moz-background-clip: border; 
  -moz-background-origin: padding; 
  -moz-background-inline-policy: continuous; 
}
#slider .scrollable div div {
  padding: 65px 350px 65px 35px;
  width: 639px;
}
#slider .scrollable div div h2 {
  font-size: 32px;
  line-height: 34px;
  color: #ffffff;
  font-weight: normal;
  margin: 0 0 30px 0;
}
#slider .scrollable div div h2 span {
  color: #ffc425;
}
#slider .scrollable div div h3 {
  font-size: 20px;
  line-height: 22px;
  color: #ffc425;
  font-weight: bold;
  margin: 0;
}
#slider .scrollable div div p {
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
  margin: 2px 0 35px 0;
}
#slider .scrollable div div div.home_rotator_btn {
  background: url(/assets/images/buttons/home_rotator_btn_bg_repeat.png) repeat-x left top;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  height: 19px;
  padding: 0;
  display: inline-block;
}
#slider .scrollable div div div.home_rotator_btn a, #slider .scrollable li div div.home_rotator_btn_long a {
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  height: 17px;
  text-align: center;
  padding: 2px 10px 0;
}
#slider .scrollable div div div.home_rotator_btn_long a {
  width: 183px;
}
#slider .scrollable .btn_red {
  background: url(/assets/images/global/btn_red_124.png) no-repeat left top;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  height: 28px;
  width: 124px;
  padding: 0;
  display: inline-block;
}
#slider .scrollable .btn_red a {
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  height: 18px;
  width: 124px;
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
}
#slider .scrollable .btn_red.wide_154 {
  width: 154px;
  background: url(/assets/images/global/btn_red_154.png) no-repeat left top;
}
#slider .scrollable .btn_red.wide_164 {
  width: 164px;
  background: url(/assets/images/global/btn_red_164.png) no-repeat left top;
}
#slider .scrollable .btn_red.wide_154 a {
  width: 154px;
}
#slider .scrollable .btn_red.wide_164 a {
  width: 164px;
}
#slider .scrollable .btn_red.wide_190 {
  width: 190px;
  background: url(/assets/images/global/btn_red_190.png) no-repeat left top;
}
#slider .scrollable .btn_red.wide_190 a {
  width: 190px;
}
#slider .scrollable .btn_red.wide_255 {
  width: 255px;
  background: url(/assets/images/global/btn_red_255.png) no-repeat left top;
}
#slider .scrollable .btn_red.wide_255 a {
  width: 255px;
}
#slider ul.navigation {
  list-style-type: none;
  text-align: left;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 300px;
  left: 890px;
}
#slider .navigation li {
  display: inline;
  text-align: left;
  margin: 0;
  padding: 0;

}
#slider .navigation li a {
  display: inline-block;
  text-align: center;
  font-size: 11px;
  line-height: 19px;
  width: 12px;
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
#slider .navigation li.selected a {
  color: #e1134f;
}
.scrollButtons:hover {
  cursor: pointer;
}
.home_news_ticker {
  background-color: #6d6e70; 
  padding: 15px 10px 15px 30px; 
  height: 14px;
}
.home_news_ticker_control {
  overflow: hidden; 
  float: left; 
  width: 120px; 
  text-align: left; 
  font-size: 12px; 
  color: rgb(255, 255, 255); 
  background-color: #6d6e70;
}
.home_news_ticker_content {
  float: left; 
  width: 860px; 
  color: #ffffff; 
  font-size: 12px; 
  height: 14px; 
  background-color: #6d6e70; 
  text-align: left; 
  overflow: hidden;
}
.home_news_ticker_control span {
  color: rgb(184, 212, 50);
}
.home_news_ticker_control img {
  margin-bottom: -2px;
  height: 11px;
  width: 11px;
}
.hide, .print_only {
  display: none;
}
.translating {
  background-color: #666666;
  color: #ffffff;
  text-align: center;
  padding: 4px 0;
  font-size: 12px;
}
.maincolumn_left_wide .translating {
  margin: -10px 0 10px 0;
}
.maincolumn_left_narrow .translating {
  margin: 0 -20px;
}
.translating+h1 {
  margin-top: 10px;
}
sup {
  font-size: 90%;
  vertical-align: 15%;
  padding-left: 1px;
  color: inherit;
}