/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}
fieldset,img {
  border: 0;
}
ol,ul {
  list-style: none;
}
caption,th {
  text-align: left;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,q:after {
  content: '';
}
abbr,acronym {
  border: 0;
}

body {
  font: 13px arial,helvetica,clean,sans-serif;
}
select, input, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}
pre, code {
  font-family: monospace;
  color: black;
}
body * {
  line-height: 1.35em;
}
#Wrapper {
  width: 946px;
  margin: 0 auto;
}

#Wrapper strong{
  color: #555;
}

/*******************************/
body>img {
  position: absolute;
}
/* Header */
#Header {
  position: relative;
  z-index: 10;
}

#SiteId {
  padding: 17px 0 5px 10px;
  display: block;
  width: 223px;
}

#ToolBar a {
  color: #3e3e3e;
  text-decoration: none;
}

#ToolBar a:hover {
  color: #ed6813;
}

#ToolBar li {
  float: left;
  margin-left: 10px;
}

#ToolBar li ul {
  float: left;
  z-index: 20;
  text-align: center;
  margin: -5px 0 0;
}

#ToolBar li:hover ul {
  background: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: -6px -1px -1px;
}

#ToolBar li ul li{
  display: none;
  float: none;
  margin: 0px;
  padding: 0;
  width: 80px;
}

#ToolBar li ul li.first{
  display: block;
  padding: 5px 10px;
  width: 60px;
  background: url("../pics/home/arrow.png") no-repeat 60px center;
}

#ToolBar li:hover ul li{
  display: block;
  border-bottom: 1px solid #ccc;
}


#ToolBar li ul li a{
  display: block;
  padding: 5px 10px;
}

#ToolBar li ul li.last{
  border-bottom: none;
}


/****************************************/


#MainChannel {
  width: 692px;
}

#SidebarPrimary {
}

#Content {
}

#SidebarSecondary {
  width: 248px;
}

body.noSidebarPrimary #Content {
  width: 698px;
}
body.noSidebarSecondary #SidebarSecondary {
  display: none;
}
body.noSidebarSecondary #Content {
  width: 698px;
}


#Features {
  margin-bottom: 10px;
  position: relative;
}
#Features .hidden {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

#ContentJump {
  display: none;
}

#Header {
  position: relative;
  z-index: 10;
}
#ToolBar {
  position: absolute;
  top: 20px;
  right: 0;
  color: #3e3e3e;
  font-size: .85em;
  z-index: 20;
}
#ToolBar a {
  color: #3e3e3e;
  text-decoration: none;
}
#ToolBar a:hover {
  color: #ed6813;
}
#ToolBar li {
  float: left;
}
#ToolBar li.link {
  background: url("../pics/common/toolbar-divider.gif") right center no-repeat;
  margin-right: 10px;
  padding-right: 10px;
}
#ToolBar li.linkTemp {
  padding-right: 10px;
}
#ToolBar .text {
  border: 1px solid #d5d5d5;
  height: 13px;
  margin: 0 2px 0 8px;
}





ul#NavigationPrimary {
  z-index: 2;
  position: absolute;
  top: 77px;
  right: 0;
  font-weight: bold;
}

ul#NavigationPrimary li {
  float: left;
  background: url("../pics/common/primary-navigation-divider.gif") center right no-repeat;
  position: relative;
  margin-left: -1px;
}
ul#NavigationPrimary li.last {
  background: none;
  margin: 0;
  padding: 0;
  margin-left: -1px;
}

ul#NavigationPrimary li.over {
  z-index: 5;
  background: url(../pics/secondary-navigation/tab-left-over.png) top left;
}
ul#NavigationPrimary li a {
  display: block;
  padding: 0;
  text-decoration: none;
  color: #707070;
  margin-left: 12px;
  padding-right: 12px;
  padding-top: 3px;
  padding-bottom: 4px;
}
ul#NavigationPrimary li.over a {
  color: #ed6813;
  background: url(../pics/secondary-navigation/tab-right-over.png) top right no-repeat;
}
ul#NavigationPrimary li.on a {
  color: #009ddc;
}

ul#NavigationPrimary li ul {
  display: none;
  left: 0;
  top: 23px;
  position: absolute;
  z-index: 8;
  background: url(../pics/secondary-navigation/first-level-top.gif) top left no-repeat;
  padding-top: 6px;
}
ul#NavigationPrimary li ul li.penultimate a,
ul#NavigationPrimary li ul li.penultimate li.penultimate a {
  height: 18px;
}

ul#NavigationPrimary li ul li.penultimate li a {
  height: 23px;
}

ul#NavigationPrimary li ul li.lastDropDowns {
  height: 6px;
}
ul#NavigationPrimary li ul img {
  float: left;
}
ul#NavigationPrimary li a.over {
  color: #ed6813;
}

ul#NavigationPrimary li.over ul {
  display: block;
}
ul#NavigationPrimary li ul li {
  float: none;
  background: 0;
  margin-right: 0;
  padding-right: 0;
  margin-left: 0;
}
ul#NavigationPrimary li ul li a {
  display: block;
  padding: 0;
  margin: 0;
  padding: 3px 0 0 20px;
  width: 181px !important;
  height: 23px;
  font-size: 85%;
  color: #333 !important;
  font-weight: normal;
  background: url("../pics/secondary-navigation/second-level-off.gif") !important;
}
ul#NavigationPrimary li ul li.over>a {
  background: url("../pics/secondary-navigation/second-level-active.gif") !important;
}

ul#NavigationPrimary li ul li a.parent {
  background: url("../pics/secondary-navigation/third-level-off.gif") no-repeat top left !important;
}

ul#NavigationPrimary li ul li a.over {
  background: url("../pics/secondary-navigation/second-level-active.gif") !important;
}
ul#NavigationPrimary li ul li.third a.over {
  background: url("../pics/secondary-navigation/third-level-active.gif") !important;
}
ul#NavigationPrimary li ul li ul, ul#NavigationPrimary li.over ul li ul {
  background: url(../pics/secondary-navigation/second-level-top.gif) top left no-repeat;
  display: none;
  left: 198px;
  position: absolute;
  top: -20px;
}
ul#NavigationPrimary li ul li ul.left, ul#NavigationPrimary li.over ul li ul.left {
  position: absolute;
  left: -198px;
}
ul#NavigationPrimary li.over ul li.over ul {
  display: block;
}
ul#NavigationPrimary ul.thirdLevel li.over a:hover {
  background: url("../pics/secondary-navigation/second-level-active.gif") !important;
}


.linkBar li {
  float: left;
}
.linkBar {
  background: url("../pics/common/link-bar.gif") no-repeat;
  width: 941px;
  height: 35px;
  margin-bottom: 5px;
  font-size: .85em;
  color: #707070;
}
.linkBar a {
  color: #f47523;
  text-decoration: none;
  display: block;
}
.linkBar a:hover {
  color: #ee3a42;
}


#Breadcrumbs li {
  background: url("../pics/common/breadcrumb-divider.gif") center right no-repeat;
  padding-right: 10px;
  margin-right: 5px;
  position: relative;
  top: 10px;
  left: 23px;
}
#Breadcrumbs li.last {
  background: 0;
  margin-right: 0;
  padding-right: 0;
}

#PageTools li {
  margin: 5px 5px 0 0;
}

a.toolbarButton {
  height: 26px;
}

a.toolbarButton .left,
a.toolbarButton .right {
  background: url('../pics/common/button-left.gif') no-repeat top left;
  height: 26px;
  width: 10px;
  display: block;
  float: left;
}

a.toolbarButton .icon {
  background-image: url('../pics/common/button-icons.gif');
  width: 19px;
  height: 18px;
  float: left;
  margin: 4px 4px 4px -4px;
  background-repeat: no-repeat;
  background-position: left top;
}

a.toolbarButton .right {
  background: url('../pics/common/button-right.gif') no-repeat top left;
}

a.toolbarButton .text {
  float: left;
  background: url('../pics/common/button-main.gif') repeat-x top left;
  line-height: 26px;
}

a.toolbarButton:hover span {
  background-position: bottom;
  color: #fff;
}

.download a.toolbarButton .icon{
  background-position: 0 top;
}

.share a.toolbarButton .icon{
  background-position: -19px top;
}

.try a.toolbarButton .icon {
  background-position: -38px top;
}

.requestInfo a.toolbarButton .icon {
  background-position: -57px top;
}

.newsletter a.toolbarButton .icon{
  background-position: -76px top;
}

.download a.toolbarButton:hover span.icon{
  background-position: 0 bottom;
}

.share a.toolbarButton:hover span.icon{
  background-position: -19px bottom;
}

.try a.toolbarButton:hover span.icon {
  background-position: -38px bottom;
}

.requestInfo a.toolbarButton:hover span.icon {
  background-position: -57px bottom;
}

.newsletter a.toolbarButton:hover span.icon{
  background-position: -76px bottom;
}


#ProductLinkbar {
  margin-bottom: 12px;
}

#MainBody {
  position: relative;
  z-index: 2;
}


#MainChannel {
  float: left;
}


#SidebarPrimary {
  float: left;
}


#Content {
  float: right;
}

#ContentChannel {
  padding: 20px 14px 0px 8px;
  color: #333;
}
#ContentChannel blockquote {
  margin: 0px 0px 20px 20px;
}

blockquote.quotes {
  background: url("../pics/common/quote-box.gif") no-repeat 0 100%;
  padding: 0 0 8px 0;
  width: 257px;
  clear: both;
  margin: 20px;
  float: right;
  color: #3279BE;
}
blockquote.quotes div.quoteContent {
  background: url("../pics/common/quote-box.gif") no-repeat 0 0;
  padding: 18px 30px;
  padding-bottom: 0px;
  color: #3279be;
  font-size: 1.0em;
}
blockquote.quotes div.quoteContent p.quote {
  font-style: italic;
  color: #3279be;
}
blockquote.quotes div.quoteContent p.cite {
  text-align: right;
  margin-bottom: 0px;
  color: #3279be;
}

#SolutionsBenefits {
  margin-bottom: 20px;
  background: url("../pics/sidebar-secondary/product-benefits.gif") top left no-repeat;
}
#SolutionsBenefits h2 {
  color: #FFF;
  font-weight: bold;
  padding: 10px 0 0px 0px;
  font-size: 1.4em;
  line-height: 37px;
}
#SolutionsBenefits ul {
  padding: 10px 30px 10px 30px;
  background: url("../pics/sidebar-secondary/product-benefits-bg-bot.gif") bottom left no-repeat;
  color: #666666;
  list-style: disc;
  font-size: 1.1em;
}
#SolutionsBenefits li {
  padding-bottom: 8px;
}

#ProductBenefits {
  margin-bottom: 20px;
  background: url("../pics/sidebar-secondary/product-benefits.gif") top left no-repeat;
}
#ProductBenefits h2 {
  color: #FFF;
  font-weight: bold;
  padding: 10px 0 0px 0px;
  font-size: 1.4em;
  line-height: 37px;
}
#ProductBenefits ul {
  padding: 0 10px 10px;
  background: url("../pics/sidebar-secondary/product-benefits-bg-bot.gif") bottom left no-repeat;
  color: #666666;
  font-size: 1.1em;
}
#ProductBenefits li {
  padding-bottom: 8px;
}

#VideoBenefits {margin-bottom:20px; background:url("../pics/sidebar-secondary/video.gif") top left no-repeat;}
#VideoBenefits h2 {color:#FFF; font-weight:bold;  padding:10px 0 0px 0px; font-size:1.4em; line-height:37px; }
#VideoBenefits .middle {padding:0 10px 10px; background:url("../pics/sidebar-secondary/video-bg-bot.gif") bottom left no-repeat; color:#666666; font-size:12px;}


#SolutionsBenefits li,
#ProductBenefits li {
  list-style: none;
  background: url('../pics/common/pixel-orange.gif') no-repeat 5px 9px;
  margin: 0;
  padding: 2px 2px 8px 20px;
}

ul#Breadcrumbs {
  float: left;
}
ul#Breadcrumbs li {
  float: left;
}
ul#PageTools {
  float: right;
}
ul#PageTools li {
  float: left;
}


#SidebarSecondary {
  float: left;
  color: #666;
  font-size: .85em;
  padding-top: 20px;
}
#SidebarSecondary a {
  color: #f47523;
}
#SidebarSecondary a:hover {
  color: #009ddc;
}
#SidebarSecondary h3 {
  color: #3279be;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 10px;
}
#SidebarSecondary h2 {
  margin-left: 15px;
}
#SidebarSecondary hr {
  height: 1px;
  border: 0;
  border-bottom: 1px solid #ccc;
}
#SidebarSecondary p {
  margin-bottom: 10px;
  margin-left: 15px;
}

#SidebarSecondary .moreProduct {
  padding-left: 120px;
}
#SidebarSecondary .moreProduct a {
  text-decoration: none;
  display: block;
  background: url("../pics/sidebar-secondary/more-products.gif") center right no-repeat;
  width: 92px;
  height: 16px;
  padding: 5px 0 5px 5px;
}

#Resources {
  margin: 0 5px 0 15px;
}

#NavigationSecondary {
  background: url("../pics/secondary-navigation/top-bg.gif") no-repeat;
  font-size: 1.1em;
  margin-bottom: 20px;
}
#NavigationSecondary .bottom {
  background: url("../pics/secondary-navigation/bot-bg.gif") bottom left no-repeat;
  height: 17px;
}
#NavigationSecondary ul {
  padding-top: 5px;
}
#NavigationSecondary a {
  color: #3279be;
  text-decoration: none;
  display: block;
  padding: 6px 5px;
}
#NavigationSecondary a:hover {
  color: #ed6813;
}
#NavigationSecondary li {
  border-bottom: 1px solid #ffffff;
  margin: 0 20px;
}
#NavigationSecondary li a.on {
  color: #ed6813;
}

#NavigationSecondary li.levelTwo {
  border-bottom: 0;
  background: url("../pics/secondary-navigation/level-two-top-bg.gif") no-repeat;
  margin: 0;
  margin-left: 8px;
  margin-top: -1px;
  padding-left: 12px;
}
#NavigationSecondary li.levelTwo a.on {
  padding-bottom: 0;
  padding-top: 7px;
  padding-left: 17px;
}
#NavigationSecondary li.levelTwo div {
  background: url("../pics/secondary-navigation/level-two-bot-bg.gif") bottom left no-repeat;
  margin-left: -12px;
  padding-bottom: 10px;
}
#NavigationSecondary li.levelTwo ul {
  margin: 0;
  padding: 5px 0 0px 10px;
}
#NavigationSecondary li.levelTwo li {
  border-bottom: 0;
}
#NavigationSecondary li.levelTwo li a {
  color: #888888;
  padding: 3px 0;
}
#NavigationSecondary li.levelTwo li a:hover {
  color: #ed6813;
}
#NavigationSecondary li.levelTwo li a.on {
  color: #ed6813;
  background: url("../pics/secondary-navigation/arrow.gif") 0 5px no-repeat;
  padding: 3px 0 3px 10px;
}

#NavigationSecondary li.levelTwo li.levelThree {
  font-size: .9em;
  padding-left: 10px;
}
#NavigationSecondary li.levelTwo li.levelThree a {
  color: #3279be;
}
#NavigationSecondary li.levelTwo li.levelThree a:hover {
  color: #ed6813;
}
#NavigationSecondary li.levelTwo li.levelThree a.on {
  background: 0;
  font-weight: bold;
  padding-left: 0;
  color: #ed6813;
}

#GeneralAbout {
  margin-bottom: 10px;
  clear: both;
}
#GeneralAbout li {
  padding: 5px;
}

#GeneralAbout .download {
  float: right;
}
#Footer {
  color: #666;
  font-size: .85em;
  padding: 0 10px;
  height: 30px
}
#Footer a {
  color: #666;
  text-decoration: none;
}
#Footer a:hover {
  text-decoration: underline;
}
#Footer p.copy {
  float: left;
}
#Footer ul.siteLinks {
  float: right;
}
#Footer ul.siteLinks li {
  display: inline;
  background: url("../pics/common/toolbar-divider.gif") right center no-repeat;
  margin-right: 10px;
  padding-right: 10px;
}
#Footer ul.siteLinks li.last {
  background: none;
  margin-right: 0;
  padding-right: 0;
}



.selfClear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}







.anQuestion {
  background: #FFFF00
}


#ContentChannel h1 {
  font-size: 2.0em;
  color: #ed6813;
  margin-bottom: 10px;
}
#ContentChannel h2 {
  font-size: 1.4em;
  color: #3279be;
  margin-bottom: 10px;
}
#ContentChannel h3 {
  font-size: 1.0em;
  color: #3279be;
  margin-bottom: 5px;
  font-weight: bold;
}
#ContentChannel p {
  margin-bottom: 15px;
  color: #666666;
}
#ContentChannel .p {
  color: #666666;
}
#ContentChannel a {
  color: #ed6813;
}
#ContentChannel a:hover {
  color: #3279be;
}
#ContentChannel ol {
  margin-left: 30px;
  margin-bottom: 15px;
}
#ContentChannel ol li {
  list-style: decimal;
  color: #666666
}
#ContentChannel ul {
  margin-left: 30px;
  margin-bottom: 15px;
}
#ContentChannel ul li {
  list-style: disc;
  padding: 2px;
  color: #666666
}
#ContentChannel ul ul {
  margin-bottom: 0;
  padding: 0px;
}
#ContentChannel .intro {
  font-size: 1.0em;
  color: #666666;
}
#ContentChannel .imgCaption {
  font-style: italic;
  text-align: right;
}
#ContentChannel hr {
  height: 1px;
  border: 0;
  border-bottom: 1px solid #C6C6C6;
  margin-bottom: 20px;
}

#ContentChannel #ProductBenefits ul li {
  list-style: none;
  padding: 2px 2px 8px 20px;
}


#ContentChannel table.genTable {
  border: none;
  border: 1px solid #E5ECF4;
  border-collapse: collapse;
  margin-bottom: 20px;
}
#ContentChannel table.genTable tr.even {
  background: #efefef;
}
#ContentChannel table.genTable th {
  text-align: left;
  font-weight: bold;
  border: 1px solid #E5ECF4;
  border-collapse: collapse;
  vertical-align: top;
  padding: 3px;
  background: #CBD9E9;
}
#ContentChannel table.genTable td {
  text-align: left;
  border: 1px solid #E5ECF4;
  border-collapse: collapse;
  vertical-align: top;
  padding: 3px;
}


#ContentChannel table.genTableBordTopBot {
  border: none;
  margin-bottom: 20px;
  border-top: 1px solid #E5ECF4;
}
#ContentChannel table.genTableBordTopBot td {
  text-align: left;
  vertical-align: top;
  padding: 3px;
  padding-right: 10px;
  border-bottom: 1px solid #E5ECF4;
  padding-top: 10px;
}



#ContentChannel .keyContent {
  background: url("../pics/common/key-content-bg.gif") no-repeat 0 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#ContentChannel .keyContent div.content {
  background: url("../pics/common/key-content-bg.gif") no-repeat 0 0;
  padding: 20px 0 0 0;
}
#ContentChannel .keyContent li {
  list-style: none;
  padding: 10px 0 10px 140px;
  width: 470px;
  border-bottom: 1px solid #CCC;
}
#ContentChannel .keyContent li.last {
  border-bottom: 0;
}


#ContentChannel .promoBox {
  background: url("../pics/common/promo-box.gif") no-repeat;
  padding: 20px 25px 0 35px;
  margin-left: 10px;
  color: #3279BE;
}
#ContentChannel .promoBox p {
  margin-bottom: 0;
  padding-bottom: 5px;
}
#ContentChannel .promoBoxBottom {
  background: url("../pics/common/promo-box-bot.gif") top left no-repeat;
  height: 14px;
  margin: 0 0 20px 10px;
}
#ContentChannel .promoBox p.quote {
  font-style: italic;
  color: #3279BE;
}
#ContentChannel .promoBox p.cite {
  font-weight: bold;
  text-align: right;
  color: #3279BE;
}


#ContentChannel .promoBoxClear {
  background: url("../pics/common/promo-box-clear.gif") left bottom no-repeat;
  padding: 0 0 10px 0;
  margin-left: 10px;
  margin-bottom: 20px;
  color: #333333;
}
#ContentChannel .promoBoxClear p {
  margin-bottom: 0;
  padding-bottom: 5px;
}
#ContentChannel .promoBoxClear div.content {
  background: url("../pics/common/promo-box-clear.gif") top left no-repeat;
  padding: 20px 25px 0 25px;
}


#ContentChannel .logoQuote img {
  float: left;
}
#ContentChannel .logoQuote p.quote {
  margin-left: 135px;
  font-style: italic;
  color: #3279BE;
}
#ContentChannel .logoQuote p.cite {
  text-align: right;
  padding-right: 20px;
  color: #3279BE;
}


#ContentChannel .promoBoxFullWidth {
  background: url("../pics/common/full-width-promo-bg.gif") left bottom no-repeat;
  padding: 0 0 10px 0;
  margin-left: 0;
  margin-bottom: 20px;
  color: #333333;
}
#ContentChannel .promoBoxFullWidth p {
  margin-bottom: 0;
  padding-bottom: 5px;
  line-height: 150%;
  font-size: 1.1em;
}
#ContentChannel .promoBoxFullWidth div.content {
  background: url("../pics/common/full-width-promo-bg.gif") top left no-repeat;
  padding: 0 25px;
  padding-top: 20px;
}
#ContentChannel .promoBoxFullWidth p.quote {
  color: #295ac6;
  line-height: 200%;
}
#ContentChannel .promoBoxFullWidth p.cite {
  text-align: center;
  color: #295ac6;
}
#ContentChannel .promoBoxFullWidth p.download {
  text-align: right;
  margin-bottom: 0;
}
#ContentChannel .promoBoxFullWidth div.content h2 {
  color: #295ac6;
  margin-bottom: 2px;
}
#ContentChannel .promoBoxFullWidth div.content h3 {
  color: #000000;
  font-size: 1.2em;
  font-weight: normal;
  margin-bottom: 20px;
}
#ContentChannel .promoBoxFullWidth div.content img.logo {
  float: right;
}



#ContentChannel ul.twoCols {
  margin: 0;
  margin-top: 20px;
}
#ContentChannel ul.twoCols li {
  list-style: none;
  float: left;
  width: 49%;
  text-align: center;
}


#ContentChannel ul.twoColsLeft {
  margin: 0;
  margin-top: 20px;
}
#ContentChannel ul.twoColsLeft li.first {
  padding-left: 0;
  padding-right: 15px;
}
#ContentChannel ul.twoColsLeft li {
  list-style: none;
  float: left;
  width: 47%;
  text-align: left;
  padding-left: 15px;
  padding-right: 0;
}
#ContentChannel ul.twoColsLeft li hr {
  margin-bottom: 10px;
}


#ContentChannel .formError {
  color: #ff0000;
}
#ContentChannel fieldset.generic {
  margin-bottom: 20px;
}
#ContentChannel fieldset.generic .invalid {
  color: #ff0000;
}
#ContentChannel fieldset.generic p,
#ContentChannel fieldset.generic .p {
  clear: both;
  color: #666;
  font-size: 0.9em;
}
#ContentChannel fieldset.generic p label,
#ContentChannel fieldset.generic .p label {
  width: 150px;
  float: left;
  text-align: right;
  padding-right: 5px;
}
#ContentChannel fieldset.generic p input,
#ContentChannel fieldset.generic .p input {
  width: 240px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}
#ContentChannel fieldset.generic p select,
#ContentChannel fieldset.generic .p select {
  width: 240px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}

#ContentChannel fieldset.generic p .input_box,
#ContentChannel fieldset.generic .p .input_box {
  width: auto;
}

#ContentChannel fieldset.generic p,
#ContentChannel fieldset.generic .p {
  margin-bottom: 5px;
}
#ContentChannel fieldset.generic div.textarea textarea {
  width: 300px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}
#ContentChannel fieldset.generic p.subscribe {
  padding-left: 40px;
}
#ContentChannel fieldset.generic p.subscribe label {
  width: auto;
  float: none;
  text-align: left;
  padding-left: 10px;
}
#ContentChannel fieldset.generic p.subscribe input {
  width: auto;
  float: left;
}
#ContentChannel fieldset.generic p.buttons {
  padding-left: 50px;
  margin-top: 5px;
}
#ContentChannel fieldset.generic div.instructions {
  padding-left: 50px;
  margin-top: 20px;
}
#ContentChannel fieldset.generic p.buttons input {
  width: auto;
}


body.shareWithColleague #Wrapper {
  width: 500px;
}
body.shareWithColleague #ContentChannel fieldset.generic p label {
  width: 75px;
}
body.shareWithColleague #ContentChannel fieldset.generic p input {
  width: 200px;
}


body.contact #Wrapper {
  width: 480px;
}
body.contact #ContentChannel {
  padding-left: 0;
  padding-top: 0;
}



#ContentChannel dl.team {
  padding: 0 20px 0 10px;
  margin-bottom: 20px;
}
#ContentChannel dl.team dt {
  float: left;
  margin-right: 20px;
  clear: both;
  padding-bottom: 20px;
}
#ContentChannel dl.team dd {
  min-height: 140px;
  padding-bottom: 20px;
}


#ContentChannel dl.locations {
  padding: 0 20px 0 10px;
  margin-bottom: 20px;
}
#ContentChannel dl.locations dt {
  float: left;
  margin-right: 20px;
  clear: both;
  padding-bottom: 20px;
  padding-top: 5px;
}
#ContentChannel dl.locations dd {
  min-height: 140px;
  padding-bottom: 20px;
}


#ContentChannel dl.awards dt {
  float: left;
  margin-right: 20px;
  text-align: right;
  clear: both;
  font-size: 0.9em;
  padding-bottom: 20px;
  padding-top: 10px;
}
#ContentChannel dl.awards dd {
  padding-bottom: 0;
  padding-top: 10px;
  border-top: 1px solid #CCCCCC;
  min-height: 150px;
}
#ContentChannel dl.awards dt span.city {
  display: block;
}
#ContentChannel dl.awards dt span.date {
  display: block;
  width: 100px;
}


#ContentChannel ul.companyContactPhones {
  height: 200px;
}
#ContentChannel ul.companyContactPhones {
  margin: 0;
  padding: 0;
}
#ContentChannel .companyContactPhones li {
  float: left;
  padding-left: 15px;
  height: 100px;
  width: 150px;
  list-style: none;
}


#ContentChannel table.careersTable {
  font-size: 0.85em;
  margin-top: 0;
  color: #666;
}
#ContentChannel h3.careers {
  margin-bottom: 0;
  background: #5C5C5C;
  color: #FFF;
  padding: 3px;
}
#ContentChannel a.apply {
  background: transparent url(../pics/common/button-bg.gif) no-repeat scroll right center;
  display: inline;
  float: right;
  height: 16px;
  margin: 0;
  padding: 5px 0 5px 10px;
  text-decoration: none;
  width: 87px;
}
#ContentChannel tr.even a.apply {
  background: transparent url(../pics/common/button-gray-bg.gif) no-repeat scroll right center;
}




#ContentChannel dl.mediaCoverageEvents dt {
  padding-left: 110px;
  font-size: 1.0em;
  font-weight: bold;
  clear: both;
}
#ContentChannel dl.mediaCoverageEvents dd {
  clear: both;
}
#ContentChannel dl.mediaCoverageEvents dd img {
  float: left;
  border: 1px solid #CCCCCC;
  margin-top: -5px;
}
#ContentChannel dl.mediaCoverageEvents dd div {
  margin-left: 110px;
}
#ContentChannel dl.mediaCoverageEvents dd h4 {
  color: #3279be;
  font-weight: bold;
}


#ContentChannel dl.pressReleaseIndex dt {
  font-size: 0.8em;
  margin-top: -5px;
}
#ContentChannel dl.pressReleaseIndex dd {
  line-height: 100%;
  margin-bottom: 20px;
}
#ContentChannel dl.pressReleaseIndex dd a {
  color: #666666;
  text-decoration: none;
}
#ContentChannel dl.pressReleaseIndex dd a:hover {
  text-decoration: underline;
  color: #3279be;
}


#ContentChannel ul.threeCols {
  margin: 0;
  margin-top: 20px;
}
#ContentChannel ul.threeCols li {
  list-style: none;
  float: left;
  width: 32%;
  text-align: center;
}


#ContentChannel dl.solutionsLanding {
  margin-bottom: 20px;
  color: #666666;
}
#ContentChannel dl.solutionsLanding dt {
  float: left;
  clear: left;
  padding: 0 10px 10px 0;
}
#ContentChannel dl.solutionsLanding dd {
  min-height: 60px;
  padding-top: 5px;
}


#ContentChannel blockquote.customerQuotesPage {
  margin: 0 30px;
  color: #666666;
}
#ContentChannel blockquote.customerQuotesPage p.cite {
  text-align: right
}

#ContentChannel ul.documentList,
#ContentChannel ul.partnerList,
#ContentChannel ul.customerList{
  margin: 0;
  padding: 0;
}
#ContentChannel ul.documentList li ,
#ContentChannel ul.partnerList li ,
#ContentChannel ul.customerList li {
  clear: both;
  margin: 0 20px 20px 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #CCCCCC;
  min-height: 65px;
  list-style: none;
  overflow: hidden;
}

#ContentChannel h2.toggle {
  cursor: pointer;
  padding: 0 0 0 20px;
  background: url("../pics/common/arrows.png") no-repeat left -25px;
}

#ContentChannel h2.toggle.close {
  background: url("../pics/common/arrows.png") no-repeat left 3px;
}

#ContentChannel ul.documentList li {
  min-height: 0;
}

#ContentChannel ul.documentList li h3 ,
#ContentChannel ul.partnerList li h3 ,
#ContentChannel ul.customerList li h3 {
  color: #000000;
  font-weight: bold;
}

#ContentChannel ul.documentList li span ,
#ContentChannel ul.partnerList li span ,
#ContentChannel ul.customerList li span {
  color: #000;
}
#ContentChannel ul.documentList li img ,
#ContentChannel ul.partnerList li img ,
#ContentChannel ul.customerList li img {
  float: left;
}
#ContentChannel ul.documentList li div.content ,
#ContentChannel ul.partnerList li div.content ,
#ContentChannel ul.customerList li div.content {
  margin-left: 130px;
}

#ContentChannel ul.documentList li .more ,
#ContentChannel ul.partnerList li .more ,
#ContentChannel ul.customerList li .more {
  float: right;
}

#ContentChannel ul.documentList li .moreContent ,
#ContentChannel ul.partnerList li .moreContent ,
#ContentChannel ul.customerList li .moreContent {
  clear: right;
}

#ContentChannel div.documentSelectBar form,
#ContentChannel div.partnerSelectBar form,
#ContentChannel div.customerSelectBar form {
  margin-bottom: 1em;
  text-align: right;
}
#ContentChannel div.documentSelectBar select,
#ContentChannel div.partnerSelectBar select,
#ContentChannel div.customerSelectBar select {
  font-size: 16px;
}
#ContentChannel div.documentSelectBar select option,
#ContentChannel div.partnerSelectBar select option,
#ContentChannel div.customerSelectBar select option{
  padding: 0 0.5em;
}



#ContentChannel table#EditionMatrix {
  border: 1px solid #E3E3E3;
  border-collapse: collapse;
  margin-bottom: 20px;
}
#ContentChannel #EditionMatrix td {
  border: 1px solid #E3E3E3;
  border-collapse: collapse;
  padding: 5px;
  font-size: 0.9em;
}
#ContentChannel #EditionMatrix tr.desc {
  background: #DAE4EE;
}
#ContentChannel #EditionMatrix tr.desc td {
  padding: 5px;
  color: #333333;
  font-weight: bold;
}
#ContentChannel #EditionMatrix tr.editions {
  background: #5C5C5C;
}
#ContentChannel #EditionMatrix tr.editions td {
  padding: 5px;
  color: #FFFFFF;
  font-weight: bold;
}
#ContentChannel #EditionMatrix tr.editions td.text {
  width: 150px;
  text-align: center;
  vertical-align: middle;
}
#ContentChannel #EditionMatrix tr.even {
  background: #F4F4F4;
}
#ContentChannel #EditionMatrix td.checked {
  text-align: center;
}



#SiteMap ul.siteMapUl {
  margin-left: 30px;
  margin-bottom: 20px;
}
#ContentChannel #SiteMap ul.siteMapUl li {
  list-style: disc;
  width: auto;
  float: none;
  padding-left: 0;
  padding-bottom: 2px;
  list-style-position: outside;
}
#ContentChannel #SiteMap ul.siteMapUl ul {
  margin-bottom: 0;
}




/*

Tabs - important styles to ensure accessibility in print

*/
@media projection, screen {
  .ui-tabs-hide {
    display: none;
  }

}
@media print {
  .anchors {
    display: none;
  }

}

#TabContainer {
  font-size: .9em;
  border: 1px solid #fff;
}
#TabContainer .content {
  clear: both;
  position: relative;
  z-index: 1;
  border-top: 1px solid #3279be;
  position: relative;
  top: -1px;
  padding: 20px 15px;
}
#TabContainer ul.tabs.tabs {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 15px;
  width: 650px;
  height: 29px;
}
#TabContainer ul.tabs:after {
  display: block;
  clear: both;
  content: " ";
}
#TabContainer ul.tabs li {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  list-style: none;
  z-index: 2;
  background: url("../pics/common/tab_inactive.png") no-repeat top right;
  padding-right: 15px;
  position: relative;
}

#TabContainer ul.tabs a {
  display: block;
  position: relative;
  z-index: 2;
  padding: 7px 0 7px 15px;
  color: #fff;
  text-decoration: none;
  background: url("../pics/common/tab_inactive.png") no-repeat top left;
  height: 15px;
}
#TabContainer ul.tabs .ui-tabs-selected a {
  color: #3279be;
  background: url("../pics/common/active_tab.png") no-repeat top left;
}
#TabContainer ul.tabs .ui-tabs-selected {
  background: url("../pics/common/active_tab.png") no-repeat top right;
  padding-right: 15px;
}
#TabContainer ul.tabs .ui-tabs-selected a, ul a:hover, ul a:focus, ul a:active,
#TabContainer .fragment {
}
#TabContainer ul.tabs .ui-tabs-selected a:link, ul .ui-tabs-selected a:visited,
#TabContainer ul.tabs .ui-tabs-disabled a:link, ul .ui-tabs-disabled a:visited {
  cursor: text;
}
#TabContainer ul.tabs a:hover, ul a:focus, ul a:active {
  cursor: pointer;
}
#TabContainer ul.tabs .ui-tabs-disabled {
  opacity: .4;
}
#TabContainer ul.tabs .ui-tabs-disabled a:hover, ul .ui-tabs-disabled a:focus, ul .ui-tabs-disabled a:active {
  background: transparent;
}
#TabContainer .fragment {
  padding: 0 10px;
}
#TabContainer ul.tabs .ui-tabs-selected .ui-tabs-loading {
  background-position: 4px 50%;
  background-repeat: no-repeat;
}






* {
  padding: 0;
  margin: 0;
}



#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color: #666666;
}
#TB_window a:link {
  color: #666666;
}
#TB_window a:visited {
  color: #666666;
}
#TB_window a:hover {
  color: #000;
}
#TB_window a:active {
  color: #666666;
}
#TB_window a:focus {
  color: #666666;
}



#TB_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.TB_overlayMacFFBGHack {
  background: url(macFFBgHack.png) repeat;
}
.TB_overlayBG {
  background-color: #000;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay {
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color: #000000;
  display: none;
  border: 4px solid #525252;
  text-align: left;
  top: 50%;
  left: 50%;
}
* html #TB_window {
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display: block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption {
  height: 25px;
  padding: 7px 30px 10px 25px;
  float: left;
}
#TB_closeWindow {
  height: 25px;
  padding: 11px 25px 10px 0;
  float: right;
}
#TB_closeAjaxWindow {
  padding: 7px 10px 5px 0;
  margin-bottom: 1px;
  text-align: right;
  float: right;
}
#TB_ajaxWindowTitle {
  float: left;
  padding: 7px 0 5px 10px;
  margin-bottom: 1px;
}
#TB_title {
  background-color: #e8e8e8;
  height: 27px;
}
#TB_ajaxContent {
  clear: both;
  padding: 2px 15px 15px 15px;
  overflow: auto;
  text-align: left;
  line-height: 1.4em;
}
#TB_ajaxContent.TB_modal {
  padding: 15px;
}
#TB_ajaxContent p {
  padding: 5px 0px 5px 0px;
}
#TB_load {
  position: fixed;
  display: none;
  height: 13px;
  width: 208px;
  z-index: 103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px;
}
* html #TB_load {
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}
* html #TB_HideSelect {
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent {
  clear: both;
  border: none;
  margin-bottom: -1px;
  margin-top: 1px;
  _margin-bottom: 1px;
}
.mast img {
  height: 387px;
  width: 686px;
}



#ContentChannel .videos .video {
  border: 2px solid #1e8acb;
  margin: 0 -3px;
  width: 935px;
  position: relative;
  background: url('../pics/services/videos/featured-background.gif') repeat-y right top;
}

#ContentChannel .videos .video .tl,
#ContentChannel .videos .video .tr,
#ContentChannel .videos .video .bl,
#ContentChannel .videos .video .br,
#ContentChannel .videos .video .mb,
#ContentChannel .videos .video .mt {
  height: 12px;
  width: 12px;
  padding: 0;
  margin: 0;
  position: absolute;
}

#ContentChannel .videos .video .tl {
  background: url('../pics/services/videos/featured-tl.gif') no-repeat top left;
  top: -2px;
  left: -2px;
}
#ContentChannel .videos .video .tr {
  background: url('../pics/services/videos/featured-tr.gif') no-repeat top left;
  top: -2px;
  right: -2px;
}
#ContentChannel .videos .video .bl {
  background: url('../pics/services/videos/featured-bl.gif') no-repeat top left;
  bottom: -2px;
  left: -2px;
}
#ContentChannel .videos .video .br {
  background: url('../pics/services/videos/featured-br.gif') no-repeat top left;
  bottom: -2px;
  right: -2px;
}

#ContentChannel .videos .video .mb {
  background: url('../pics/services/videos/featured-mb.gif') no-repeat top left;
  bottom: -2px;
  right: 217px;
}
#ContentChannel .videos .video .mt {
  background: url('../pics/services/videos/featured-mt.gif') no-repeat top left;
  top: -2px;
  right: 217px;
}

#ContentChannel .videos .video .player {
  float: left;
  padding: 30px 10px 10px;
  width: 696px;
  position: relative;
}

#ContentChannel .videos .video .player object {
  display: block;
  border: 3px solid #9ccdee;
  margin: auto;
  width: 540px;
  height: 305px;
}

#ContentChannel .videos .player div.description {
  width: 540px;
  margin: auto;
}

#ContentChannel .videos .player div.description h2 {
  margin: 0;
}

#ContentChannel .videos .player div.description span.date {
  font-weight: bold;
  font-size: 12px;
  margin-left: 10px;
  color: #999;
}


#ContentChannel .videos .video .featuredVideos {
  float: left;
  background: #1e8acb;
  width: 219px;
}

#ContentChannel .videos .video .featuredVideos h2 {
  margin: 10px auto;
  width: 129px;
}

#ContentChannel .videos .video .featuredVideos h2 .big {
  text-align: right;
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 20px;
}

#ContentChannel .videos .video .featuredVideos h2 .small {
  text-align: left;
  display: block;
  color: #c2e8ff;
  font-size: 20px;
  line-height: 20px;
}

#ContentChannel .videos .video .featuredVideos div.hr {
  height: 3px;
  background: url('../pics/services/videos/featured-separator.gif') repeat-y center bottom;
}

#ContentChannel .videos .video .featuredVideos ul {
  padding: 0;
  list-style: none;
  line-height: 2;
  font-size: 14px;
  margin: 0;
}

#ContentChannel .videos .video .featuredVideos ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 2;
  position: relative;
}

#ContentChannel .videos .video .featuredVideos ul li a {
  padding: 5px 10px 5px 20px;
  margin: -1px 0 0;
  display: block;
  color: #fff;
  text-decoration: none;
  background: url('../pics/services/videos/featured-separator.gif') no-repeat center bottom;
}

#ContentChannel .videos .video .featuredVideos ul li.selected {
  background: url('../pics/services/videos/featured-selected.gif') repeat-y left top;
}

#ContentChannel .videos .video .featuredVideos ul li.selected .selected {
  width: 20px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -11px;
  background: url('../pics/services/videos/selector-arrow.gif') no-repeat top left;
}










#ContentChannel .allVideos {
  margin: 10px -3px;
  width: 937px;
  border: 1px solid #c6c6c6;
  position: relative;
}

#ContentChannel .allVideos .top {
  background: url('../pics/services/videos/caroussel-top.gif') no-repeat top left;
  height: 31px;
  margin: -1px;
  color: white;
  padding: 0 10px;
  line-height: 31px;
}

#ContentChannel .allVideos .top h2 {
  float: left;
  color: #fff;
  line-height: 31px;
  margin: 0 0 0 30px;
}

#ContentChannel .allVideos .top ul.filters {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  font-size: 12px;
  position: relative;
  line-height: 31px;
}

#ContentChannel .allVideos .top ul.filters li {
  display: inline;
  color: #fff;
}

#ContentChannel .allVideos .top ul.filters li a {
  color: #ccebfd;
  text-decoration: none;
}

#ContentChannel .allVideos #caroussel {
  clear: both;
  height: 160px;
  position: relative;
}

#ContentChannel .allVideos #caroussel .previous {
  background: url('../pics/services/videos/caroussel-arrow-left.gif') no-repeat top left;
  height: 26px;
  width: 26px;
  position: absolute;
  top: 50%;
  left: -13px;
  margin-top: -13px;
  z-index: 2;
}

#ContentChannel .allVideos #caroussel .next {
  background: url('../pics/services/videos/caroussel-arrow-right.gif') no-repeat top left;
  height: 26px;
  width: 26px;
  position: absolute;
  top: 50%;
  right: -13px;
  margin-top: -13px;
  z-index: 2;
}

#ContentChannel .allVideos #caroussel #scroller {
  overflow: hidden;
}

#ContentChannel .allVideos ol {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 160px;
  overflow: hidden;
}

#ContentChannel .allVideos ol li {
  margin: 10px 26px;
  padding: 10px;
  width: 160px;
  height: 120px;
  overflow: hidden;
  list-style: none;
  border: 1px solid #999;
  float: left;
  background: #fff;
}

#ContentChannel .allVideos ol li.selected {
  border: 3px solid #1e8acb;
  margin: 8px 24px;
}

#ContentChannel .allVideos ol li ul.tags {
  display: none;
}

#ContentChannel .allVideos ol li a {
  text-decoration: none;
  position: relative;
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  color: #fff;
}

#ContentChannel .allVideos ol li.selected a,
#ContentChannel .allVideos ol li a:hover {
  color: #1e8acb;
}

#ContentChannel .allVideos ol li a img {
  border: none;
  vertical-align: bottom;
  width: 160px;
}

#ContentChannel .allVideos ol li a div.infos {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3px 5px;
  font-size: 0.9em;
  text-align: center;
  background: url("../pics/services/videos/transparent-black.png") repeat top left;
}

#ContentChannel .allVideos ol li a div.infos .title {
  line-height: 1.1;
  display: block;
}

#ContentChannel .allVideos ol li a div.infos .date {
  display: block;
  font-size: 0.8em;
  color: #aaa;
}

#SidebarSecondary h3#featuredVideo {
  margin: 0 15px;
  padding: 15px 0 0;
}

#NavigationSecondary.videos {
  margin-top: 45px;
}

.separator {
  clear: both;
}




.discoverMore {
  background: url("../pics/discover-more/more_top.gif") no-repeat top left;
  padding-top: 36px;
  margin: 20px 2px;
}

.discoverMore .content {
  background: url("../pics/discover-more/more_bottom.gif") no-repeat bottom left;
  padding: 10px;
}

.discoverMore .content ul {
}

.discoverMore .content ul li {
}

#SidebarSecondary .discoverMore .content ul li a {
  text-decoration: none;
  color: #666;
  line-height: 45px;
  font-size: 13px;
  font-weight: bold;
  padding-left: 60px;
  display: block;
}

#SidebarSecondary .discoverMore .content ul li a:hover {
  color: #ed6813;
}

.discoverMore .content ul li a img {
  border: none;
  vertical-align: middle;
}


.genericBox {
  padding-top: 50px;
  margin: 20px 2px;
}

.genericBox .content {
  padding: 1px 20px 10px;
}

.genericBox .content a img {
  border: none;
}


.genericBox .content img {
  max-width: 204px;
}

#SidebarSecondary .genericBox .content p {
  margin: 5px 0;
}


.genericBox.event {
  background: url("../pics/events-box/events_top.gif") no-repeat top left;
}

.genericBox.event .content {
  background: url("../pics/events-box/events_bottom.gif") no-repeat bottom left;
}

.genericBox.focus {
  background: url("../pics/events-box/focus_top.gif") no-repeat top left;
}

.genericBox.focus .content {
  background: url("../pics/events-box/events_bottom.gif") no-repeat bottom left;
}

.genericBox.success {
  background: url("../pics/events-box/success_top.gif") no-repeat top left;
}

.genericBox.success .content {
  background: url("../pics/events-box/events_bottom.gif") no-repeat bottom left;
}


#banner_video {
  height: 366px;
  width: 666px;
  background-image: url(../pics/masts/demo-banner/banner_video.jpg);
  background-position: top;
  background-repeat: no-repeat;
}

#banner_video a {
  float: left;
}

#banner_video a img {
  float: left;
}

#banner_video #banner_video_button {
  height: 67px;
  width: 230px;
  display: inline-block;
  background-image: url(../pics/masts/demo-banner/banner_video_button_o.jpg);
  background-position: top;
  background-repeat: no-repeat;
  text-decoration: none;
  position: relative;
}

#banner_video #banner_video_button span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../pics/masts/demo-banner/banner_video_button.gif) no-repeat top left;
  position: absolute;
  top: 0;
  left: 0;
}

#banner_video #banner_video_button:hover span {
  display: none;
}

#Header #searchForm {
  position: absolute;
  top: 40px;
  right: 6px;
}


#searchForm {
  position: relative;
}

#searchForm .content {
  height: 23px;
  float: left;
}

#searchForm .content .contentLeft {
  background: white url('../search/media/img/search-form-left.png') no-repeat top left;
  float: left;
  height: 23px;
  width: 6px;
}

.webkit #searchForm .content .contentLeft {
  background: transparent url('../search/media/img/search-form-left.png') no-repeat top left;
  position: relative;
  right: -6px;
}

#searchForm .content .contentRight {
  background: transparent url('../search/media/img/search-form-content.png') no-repeat top left;
  float: left;
  height: 23px;
  width: 15px;
  position: relative;
}

#searchForm .content input#searchField {
  background: transparent url('../search/media/img/search-form-content.png') repeat-x top left;
  border: none;
  display: block;
  height: 23px;
  float: left;
  line-height: 23px;
  margin: 0px;
  padding: 2px 12px 0px 2px;
  width: 182px;
  font-size: 14.4px;
  outline: none;
}

#searchForm .content button {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 25px;
  margin: 0px -25px 0 0;
  padding: 0px;
  position: relative;
  top: -2px;
  left: -25px;
  overflow: visible;
  cursor: default;
  font-family: arial;
  font-size: 14.4px;
}

#searchForm .content button .buttonContent {
  background: transparent url('../search/media/img/search-button-content.png') repeat-x left top;
  height: 25px;
  font-weight: bold;
  float: left;
  line-height: 25px;
  margin: 0px 7px 0px 25px;
  padding: 0px 3px;
}

#searchForm .content button:hover .buttonContent {
  background-position: left bottom;
}

#searchForm .content button .buttonLeft {
  background: transparent url('../search/media/img/search-button-left.png') no-repeat left top;
  float: left;
  height: 25px;
  margin-right: -25px;
  width: 25px;
}

#searchForm .content button:hover .buttonLeft {
  background-position: left bottom;
}


#searchForm .content button .buttonRight {
  background: transparent url('../search/media/img/search-button-right.png') no-repeat right top;
  float: left;
  height: 25px;
  margin-left: -7px;
  width: 7px;
}

#searchForm .content button:hover .buttonRight {
  background-position: right bottom;
}

#SidebarSecondary .genericBox .content a{
  color: #5A5A5A;
  text-decoration: none;
}

#SidebarSecondary .genericBox .content a:hover{
  color: #ed6813;
}

.quotesWide {
  background: url("../pics/common/quote-box-wide.gif") no-repeat 0 100%;
  padding: 0px 0 8px 0;
  width: 666px;
  clear: both;
  margin: 20px 0px 20px;
  float: left;
  color: #3279BE;
}
.quotesWide div.quoteContentWide {
  background: url("../pics/common/quote-box-wide.gif") no-repeat 0 0;
  padding: 18px 30px;
  padding-bottom: 0px;
  color: #3279be;
  font-size: 1.0em;
}
.quotesWide div.quoteContentWide p.quoteWide {
font-style: italic;
  color: #3279be;
}
.quotesWide div.quoteContentWide p.citeWide {
  text-align: right;
  margin-bottom: 0px;
  color: #3279be;
}

