@import url("VisualEditor/VisualEditor.Config.css.aspx");
@namespace url("http://www.w3.org/1999/xhtml");
html {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  margin: 0;
  padding: 0;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: rgb(44,44,40);
  background-color: rgb(44,44,40);
}
div.layout {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
div#head,
div#body,
div#foot,
div#footer {
  clear: both;  
}
p,
table,
ul, 
ol,
form {
  margin: 0 0 20px 0;
}
hr {
  display: none;  
}
div.clear {
  clear: both;
  height: 0;
}
span.nobr {
  white-space: nowrap;
}
object:focus { /* flash headings */
  -moz-outline: none;  
}
blockquote {
  text-indent: -5px;
}
/* Quicklinks .................................................. */
div.quicklinks {
  font-size: 11px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  background-color: rgb(210,35,42);
}
div.quicklinks a {
  color: rgb(255,255,255);
}
div.quicklinks ul {
  padding: 0;
  margin: 0;
}
div.quicklinks ul,
div.quicklinks li {
  display: inline;
}
div.quicklinks li {
  padding-right: 12px;
}
/* Iconized spot links (see also IE6 css).......................... */
ul.icons {
  position: relative;
  left: -2px;
}
ul.icons em {
  display: none;
}
ul.icons li {
  padding-left: 0;
  padding-bottom: 20px;
}
ul.icons a {
  position: relative;
  padding-left: 31px;
}
ul.icons a img {
  position: absolute;
  left: -8px;
  top: -8px;
}
/* Quicklinksteaser - should be externalized ....................... */
a#quicklinkdemo img {
  margin-left: -3px;
  margin-top: -1px;
}
a#quicklinktours img {
  margin-left: 1px;
}
a#quicklinkresources img {
  margin-left: -2px;
  margin-top: -1px;
}
a#quicklinkpurchase img {
  margin-left: -2px;
}
/* Zendeskteaser - should be externalized ....................... */
img#zendesk {
  margin-top: -144px;
  position: relative;
  left: -17px;
  display: none;
  margin-bottom: -7px;
  #ie margin-bottom: -8px;
}
html>body img#zendesk { /* exlude ie6 */
  display: inline;
}
/* Top ......................................................... */
div#top  {
  border-top: 4px solid rgb(210,35,42); 
  margin-bottom: 70px;  
}
div#top div.quicklinks {
  float: right;
  position: relative;
  z-index: 1;
  padding: 0 4px 5px 28px;
  background-image: url("/Frontend/Images/Deco/quicklinkstop.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
}
div#top div.quicklinks form {
  display: inline;
  margin: 0;
  padding: 0;
}
div#top div.quicklinks input {
  width: 161px;
  background-color: rgb(255,255,255);
  padding: 4px 5px 4px 10px;
  margin: 0 0 0 2px;
  border: none;
  border-width: 0; 
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-topleft: 7px;
  font-weight: bold;
}
div#top div.quicklinks input.active {
  font-weight: normal;
}
/* Head ......................................................... */
div#head {
  background-color: rgb(228,228,224);
  position: relative;
  z-index: 3; /* related to splash z-index settings */
}
div#head h2 {
  position: absolute;
  bottom: -40px;
  left: -77px;
  width: 264px;
  height: 282px;
  background-image: url("/Frontend/Images/Deco/compositebox.png");
  background-repeat: no-repeat;
}
div#head h2 a {
  display: block;
  width: 100%;
  height: 100%;
}
div#head h2 a:focus {
  -moz-outline: none;
}
div#head h2 a span {
  position: absolute;
  background-image: url("/Frontend/Images/Deco/composite.png");
  z-index: 1;
  width: 100px;
  height: 63px;
  top: 164px;
  left: 101px;
  text-indent: 100px;
  overflow: hidden;
  cursor: pointer;
}
/* Navigation ..................................................... */
div#nav {
  user-select: none;
  -moz-user-select: none;
}
div#nav ul {
  margin: 0;
  padding: 0;
  padding-bottom: 7px;
  padding-top: 7px;
  float: right;
  cursor: pointer;
}
div#nav li {
  display: block;
  float: left;
  margin-left: 1px;
}
div#nav a {
  text-transform: uppercase;
  font-weight: bold;
  color: rgb(44,44,40);
  text-decoration: none;
  -moz-border-radius: 10px;
  padding: 19px 11px 19px 11px;
  position: relative;
}
div#nav a:hover,
div#nav a.selected {
  background-color: rgb(210,35,42);
  color: rgb(255,255,255);
}
div#nav a:focus {
  -moz-outline: none;
}
div#nav li ul {
  display: none !important;
}
/* Navigation DHTML ................................................. */
div#nav.mod a:hover,
div#nav.mod a.selected {
  background-color: transparent;
}
div#nav a span {
  position: relative;
  z-index: 1;
}
div#nav table {
  border-collapse: collapse;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
div#nav td.c {
  width: 118px;
  height: 32px;
}
div#nav td {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  border: none;
  padding: 0;
}
div#nav td.ne,
div#nav td.se,
div#nav td.nw,
div#nav td.sw {
  width: 11px;
  height: 11px;
}
div#nav a.selected td.n,
div#nav a.selected td.s,
div#nav a.selected td.e,
div#nav a.selected td.w,
div#nav a.selected td.c,
div#nav a:hover td.n,
div#nav a:hover td.s,
div#nav a:hover td.e,
div#nav a:hover td.w,
div#nav a:hover td.c {
  background-color: rgb(210,35,42);  
}
div#nav a.selected td.ne,
div#nav a:hover td.ne {
  background-image: url("/Frontend/Images/deco/red-ne.png");
}
div#nav a.selected td.nw,
div#nav a:hover td.nw {
  background-image: url("/Frontend/Images/deco/red-nw.png");  
}
div#nav a.selected td.se,
div#nav a:hover td.se {
  background-image: url("/Frontend/Images/deco/red-se.png");
}
div#nav a.selected td.sw,
div#nav a:hover td.sw {
  background-image: url("/Frontend/Images/deco/red-sw.png");  
}
/* Body ......................................................... */
div#body {
  background-color: rgb(248,248,245);
  border-top: 1px solid rgb(188,188,184);
  position: relative;
}
/* Foot ......................................................... */
/* mooved to stylesheet "Index.css" */
/* Footer ........................................................ */
div#footer {
  background-color: rgb(44,44,40);
  color: white;
  font-size: 11px;
  font-family: Arial, sans-serif;
  border-top: 4px solid rgb(210,35,42);
  padding-bottom: 20px;
  width: 100%;
}
div#footer div.quicklinks {
  float: left;
  padding: 4px 12px 8px 0;
  background-image: url("/Frontend/Images/Deco/quicklinksfooter.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  padding-left: 3000px;
  margin-left: -3000px;
}
p#disclaimer {
  text-transform: uppercase;
  text-align: right;
  padding-top: 4px;
}
p#disclaimer a {
  color: white;
  text-decoration: none;  
}
p#disclaimer a:hover {
  text-decoration: underline;  
}
p#disclaimer strong {
  cursor: default;
}
/* Lists ......................................................... */
ul,
ol {
  margin-left: -20px; /* see screenIE.css */
}
div#content ul {
  list-style: none;
}
div#content ul li {
  background: url("/Frontend/Images/Deco/bullet.png") transparent no-repeat 0 7px;
  padding-left: 18px; /* same as ul.nav li */
}
div#content ul.nav li {
  background-image: none;
}
ul ul,
ol ul,
ol ol,
ul ol {
  margin-bottom: 0;  
}
ul.nav,
ol.nav {
  cursor: default;
  color: rgb(210,35,42);
}
ul.nl,
ul.nav {
  -moz-user-select: none;
}
ul.nav,
ul.nav ul {
  list-style: none;  
}
ul.nav,
ul.nav ul {
  padding-left: 0;
  margin-left: 0;
}
ul.nav li {
  padding-left: 18px;
  position: relative;
}
ul.nav li em {
  font-family: Arial,sans-serif;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
}
ul.nav li a:hover {
  text-decoration: underline;
}
ul.nav li a:focus {
  -moz-outline: none;
}
ul.nav.strong li a {
  font-weight: bold;
}
ul.nav li a {}
ul.nav li.pdf {
  background: url("/Frontend/Images/Icons/acrobat.png") transparent no-repeat 0 1px !important;
  padding-left: 20px  !important;
}
dl dd {
  padding-bottom: 20px;
}
dl dd:last-child {
  padding-bottom: 0;
}
dl dt {
  font-weight: bold;
}
dl dt em {
  color: rgb(210,35,42);
  padding-right: 8px;
  font-style: normal;
  font-family: Arial;
  position: relative;
  top: -1px;
}
dl dd {
  margin-left: 0;
  padding-left: 20px;
}
html>/**/body div#subnav ul.nav li a { /* exclude ie7 */
  display: block;
}
/* Tables ...................................................... */
table {
  border-collapse: collapse;
  font-size: 13px; /* strange bug in current webkit beta - font size not inherited or what? */
}
th,
td {
  padding: 3px 6px 3px 6px;
  text-align: left;
  vertical-align: top;
}
/* Typo ........................................................ */
a {
  color: rgb(210,35,42);
  text-decoration: none;
}
p a,
a:hover {
  text-decoration: underline;  
}
a.selected {
  font-weight: bold;  
}
h1 {
  text-transform: uppercase;
  font-size: 52px;
  line-height: 52px;
  color: rgb(210,35,42);
  display: block;
  position: relative;
  left: -2px;
  margin: 0;
  padding: 0; 
  position: relative;
}
h1 span { /* injected by Flash replacement to preserve heading on print */
  display: none;
}
h2,h3,h4,h5,h6 {
  text-transform: uppercase;
  font-size: 100%;
  margin: 20px 0 0 0;
  clear: both;
}
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
table + h2 {
  margin-top: 0;
}
a img {
  border: none;  
}
p strong {
  text-transform: uppercase;
}
p em {
  color: rgb(210,35,42); 
  font-weight: bold;
}
blockquote {
  margin: 0;
  padding: 0;
}
address {
  font-style: normal;
}
a.external {
  padding-right: 15px;
  background: transparent url("/Frontend/Images/Deco/linkexternal.png") no-repeat 100% 4px;
}
li a.external {
  background-position: 100% 3px; /* since no underline */
}
/* cols ........................................................ */
div.cols2 {}
div.cols3 {}
div.cols4 {}
div.col1,
div.col2,
div.col3,
div.col4 {
  float: left;  
}
div.cols2 div.col1,
div.cols2 div.col2 {
  width: 50%;
}
div.cols3 div.col1,
div.cols3 div.col2,
div.cols3 div.col3 {
  width: 33.333%;
}
div.cols4 div.col1,
div.cols4 div.col2,
div.cols4 div.col3,
div.cols4 div.col4
 {
  width: 25%;
}
div.cols2 div.col1 div.col {
  padding-right: 10px;
}
div.cols2 div.col2 div.col {
  padding-left: 10px;
}
div.cols3 div.col1 div.col {
  padding-right: 10px;
}
div.cols3 div.col2 div.col {
  padding-left: 10px;
  padding-right: 10px;
}
div.cols3 div.col3 div.col {
  padding-left: 10px;
}
div.cols4 div.col1 div.col {
  padding-right: 10px;
}
div.cols4 div.col2 div.col,
div.cols4 div.col3 div.col {
  padding-left: 10px;
  padding-right: 10px;
}
div.cols4 div.col4 div.col {
  padding-left: 10px;
}
/* Page ........................................................ */
div.pagehead {
  border-bottom: 1px solid rgb(188,188,184);
  margin-top: 60px;
  height: 82px; 
  position: relative;
}
div.pagehead ul.nav {
  position: absolute;
  right: 0;
  bottom: 6px;
}
div.pagehead ul.nav li {
  display: inline;
  margin-left: 16px;
}
div.pagebody {
  padding-bottom: 70px;
  min-height: 300px;
}
/* Layouts ..................................................... */
div#subnav {
  width: 175px
}
div#content {
  min-height: 340px;
}
div#page.twocols div#content.col1,
div#page.threecols div#content.col2,
div#page.threecolsinverse div#content {
  width: 500px;
}
div#spots {
  width: 225px;
}
div#page.twocolsmenu div#content {
  width: 725px;
}
div#page.twocols div#content {
  margin-right: 175px;
}
div#page div#subnav div.col,
div#page div#content div.col {
  padding-top: 38px;
}
div#page.centerfold div#content:before,
div#page.threecolsinverse div#content:before {
  display: none;
}
div#page.centerfold div#subnav,
div#page.centerfold div#content {
  padding-top: 38px;
}
div#page.threecols div#content div.col,
div#page.twocolsmenu div#content div.col {
  border-left: 1px solid rgb(188,188,184);
  padding-left: 34px;
  padding-right: 30px;
  min-height: 280px;
}
div#page.threecolsinverse div#content div.col {
  border-right: 1px solid rgb(188,188,184);
  padding-left: 30px;
  padding-right: 34px;
  min-height: 280px;
}
div#page.threecolsinverse div#subnav div.col {
  padding-left: 30px;
  padding-right: 0;
}
div#page.twocolsmenu div#content div.col {
  padding-right: 0;
}
div.pagebody h1 {
  margin: 0;
  padding: 0;
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 40px;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0;
  left: -1px;
  color: rgb(44,44,40);
  position: relative;
  top: -16px;
  margin-bottom: 20px;
}
div.pagebody h1 em {
  color: rgb(210,35,42);
  font-style: normal;
  white-space: nowrap; /* this will annoy someone at some point */
}
/* Content ................................................... */
div#content > div.col > *:last-child {
  margin-bottom: 0;
}
div#pagebody > div {
  position: relative;
}
*+html div#pagebody > div { /* IE7 can't see */
  position: static;
}
div#content:before { /* hack to make the menu and content column equally high - IE7 can't see */
  content : "";
  border-left: 1px solid rgb(188,188,184);
  position: absolute;
  top: 0;
  left: 175px;
  bottom: 20px;
}
div.nomenu div#content:before { /* please move this to layout section */
  display: none;
}
div#content object {
  display: block;
  -moz-box-shadow: 0 0 3px rgb(44,44,40);
  -webkit-box-shadow: 0 0 3px rgb(44,44,40);
  box-shadow: 0 0 3px rgb(44,44,40);
}
/* Personas (should be externalized) ......................... */
div#page.threecolsinverse div.pagehead {
  height: 112px;
}
div#page.threecolsinverse div#spots {
   position: relative; /* IE6 bug, persona must be absolute not to push nav in right col (!) */
}
div#page.threecolsinverse img#persona {
  top: -40px;
  position: absolute;
}
/* Corners ................................................... */
div.corners div {
  position: absolute;
  width: 9px;
  height: 9px;
  z-index: 1;
  overflow: hidden;
}
div.corners div.ne {
  background-image: url("/Frontend/Images/Deco/spot-ne.png");
  top: -1px;
  right: -1px;
}
div.corners div.nw {
  background-image: url("/Frontend/Images/Deco/spot-nw.png");
  top: -1px;
  left: -1px;
}
div.corners div.se {
  background-image: url("/Frontend/Images/Deco/spot-se.png");
  bottom: -1px;
  right: -1px;
}
div.corners div.sw {
  background-image: url("/Frontend/Images/Deco/spot-sw.png");
  bottom: -1px;
  left: -1px;
}
/* Spots ..................................................... */
div.spot {
  background-color: rgb(228,228,224);
  margin-bottom: 18px;
  position: relative;
  border: 1px solid rgb(188,188,184);
}
div.spot div.body {
  padding: 20px;
  padding-bottom: 0;
}
div#spots div.spot.first {
  border-top: none;
}
div#spots div.spot div.head {
  height: 119px;
  border-bottom: 1px solid rgb(188,188,184);
}
div#spots div.spot.first div.body {
  padding-top: 38px;  
}
div#spots div.spot.first div.head {
  margin-bottom: -20px; /* neutralize previous declaration if the spot contains an image! */
}
div#spots div.spot h2,
div#spots div.spot h3,
div#spots div.spot h4,
div#spots div.spot h5,
div#spots div.spot h6 {
  text-transform: none;
}
div.spot.first div.corners div.ne,
div.spot.first div.corners div.nw {
  display: none;
}
div.spot.speak div.speaker {
  font-size: 11px;
  font-family: Arial, sans-serif;
  position: relative;
  top: 1px;
  font-weight: bold;
  color: rgb(104,104,100);
}
div.spot.speak:first-child div.quotes {
  width: 90px;
  height: 82px;
  #alphabackdrop: url("/Frontend/Images/Deco/quotes2.png");
  top: -38px;
  right: -3px;
  position: absolute;
}
div.spot h2 {
  margin-top: 0; /* generally covered by first-child pseudoselector (way above), but not for IE6 */
}
div.spot h2.img {
  position: relative;
  padding-left: 29px;
  width: 140px; /* for IE6 */
} 
div.spot h2.img img {
  position: absolute;
  left: 1px;
  top: -3px;
}
/* Forms ............................................................ */
input, textarea, select, button, td {
  font-family: inherit;
  font-size: 100%;
}
form.form {
  padding: 19px 20px 19px 20px;
  border: none;
  text-align: right;
  background-color: rgb(228,228,224);
  border: 1px solid rgb(188,188,184);
  position: relative;
}
form.form fieldset {
  border: none;
  margin: 0;
  padding: 0 0 6px 0;
}
form.form fieldset br {
  display: none;
}
form.form label {
  float: left;
  text-align: left;
  display: block;
  width: 150px;
}
html>body form.form label { /* exclude ie6 */
  position: relative;
  top: 3px;
}
form.form input.text,
form.form textarea {
  width: 220px;
  border: 1px solid rgb(188,188,184);
  border-top-color: rgb(124,124,120);
  border-left-color: rgb(124,124,120);
  padding: 4px;
}
form.form input.submit {
  margin: 0;
  width: 231px;
  padding: 4px;
}
form.form span.capcha {
  background-color: white;
  border: 1px solid rgb(188,188,184);
  display: block;
  position: relative;
  float: right;
  width: 220px;
  padding: 4px;
  height: 60px;
}
form.form span.capcha img {
  margin-top: 10px;
  margin-right: 30px;
}
/*
position: absolute; /* whats going on? */
  left: 50%;
  top: 50%;
  margin-left: -80px;
  margin-top: -20px;
*/
/* Tables ........................................................... */
table.data tbody td {
  border: 1px solid rgb(188,188,184);
  text-align: right;
  background-color: rgb(255,255,255);
}
table.data thead th {
  text-align: right;
  color: rgb(210,35,42);
  text-transform: uppercase;
}
table.data th.index {
  text-align: left;
}
table.data td.index {
  text-align: left;
  background-color: rgb(228,228,224);  
}
table.data tfoot td {
  border: none;
  background-color: transparent;
  text-align: left;
  padding-left: 0;
}
table.data tbody td.text,
table.data thead th.text {
  text-align: left;
}
table.text {
  width: 690px; /* ? */
}
table.text thead th {
  text-transform: uppercase;
}
table.text th,
table.text td {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgb(188,188,184);
} 
table.text th.index,
table.text td.index {
  padding-left: 0;
}
table.text tfoot td {
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 20px;
  border: none;
}
/* Editor styles ...................................................... */
img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

