/**
 * style.css (This version in zeeforge_site\styles\current)
 * Copyright (c) 2009 Zeetix, LLC and Thomas M. Stambaugh
 * All Rights Reserved, patents pending
 *
 * Styles for sitebuilder-generated sites.
 *
 */

/* Global styles */
body {width: 996px; margin-top:0px; margin-left: 0px; background-color: white;}
table {padding: 0px; margin: 0px; border: 0px; border-collapse: collapse;}
td {padding:0px;}
p {font-size: 12px; line-height: 18px; color: #666666; font-family: Arial, Helvetica, sans-serif}
td {font-size: 12px; color: #666666; font-family: Arial, Helvetica, sans-serif}
ul {font-size: 12px; line-height: 18px; color: #666666; font-family: Arial, Helvetica, sans-serif}
ul.li {list-style-type: square;}
ol {font-size: 12px; line-height: 18px; color: #666666; font-family: Arial, Helvetica, sans-serif}
h1 {font-weight: bold; font-size: 16px; color: #666666; font-family: Arial, Helvetica, sans-serif}
h2 {font-weight: bold; font-size: 14px; color: #666666; font-family: Arial, Helvetica, sans-serif}
h3 {font-weight: bold; font-size: 12px; color: #666666; font-family: Arial, Helvetica, sans-serif}
h5 {font-weight: bold; font-size: 12px; color: #666666; font-family: Arial, Helvetica, sans-serif}

.headline {
  font-size: 18px;
}

/**
 * Page geometry
 * The page_table is the full width of the browser (minus its furniture)
 * The contentTable is contained in a single (full-width) cell of the page_table
 */

#page_table {
  border-collapse: collapse;
  table-layout: fixed;
  padding: 0;
  width: 996px;
  }

#contentTable {
  width: 996px;
  }

/* banner styles */
#bannerTable {table-layout: fixed; width: 100%;}
.bannerLeftMarginCell {width: 2px;}
#bannerCell {width: 375px;}
#bannerImage {width: 375px; height: 15px;}
#bannerSpacerImage {width: 375px; height: 15px;}

#bannerTopDiv {
  height: 1.0em
  }

.shortcutButtonDiv {
  float: right;
  margin-right: 15px;
  }

#bannerBottomDiv {
  height: 1.0em;
  }

div.bannerContainer {
  width: 100%;
  margin: 0 auto;
}

/* multi-column styles */

/* geometry */

/**
 * The left margin separates the the content cell from the left edge of the browser.
 * In a multi-column style, the content cell contains
 *   leftColumn: leftSidebar/majorNavbar/minorNavbar
 *   rightComumn: page content
 *
 *
**/

.super_major_page #contentCell {
  width: 733px;
  background-color: white;
  vertical-align: top;}

.super_major_page div.twoColumnWrapperDiv div.leftColumnDiv {
  position:static;
  float: left;
  width: 233px;
  }

.super_major_page div.twoColumnWrapperDiv div.rightColumnDiv {
  position:static;
  float: right;
  width: 500px;
  }

.super_major_page div.rightColumnDiv div.columnHeader {
  float: right;
  width: 500px;
  text-align: left;
  margin-top: 1.0em;
  margin-bottom: 20px;
  font-size: 18px;
  }

.shadedBlock {
  background: #fee7e7;
  padding: 15px;
  margin-bottom: 1em;
}
.shadedBlock:after {
  display: block;
  clear: both;
  padding-top: 15px;
  line-height: 0.1;
  font-size: 1px;
  content: url("");
  margin: -15px;
  height: 8px;
}

.hairlineDiv {
  height:1px;
  background-color: #dddddd;
  }
/**
 * Single-column styles, for major/minor/subminor pages
 *   leftColumn: leftSidebar/majorNavbar/minorNavbar
 *   rightColumn: page content
 *
 *
**/
.major_page #contentCell {
  width: 500px;
  background-color: white;
  vertical-align: top;}

.minor_page #contentCell {
  width: 500px;
  background-color: white;
  vertical-align: top;}

.sub_minor_page #contentCell {
  width: 500px;
  background-color: white;
  vertical-align: top;}

.super_major_page div.oneColumnWrapperDiv div.columnDiv {
  position:static;
  float: left;
  width: 500px;
  }

/* Column formatting */
.contentColumnPanePad {
  display:block;
  padding:0;
  overflow:hidden;
  }

/*
 * Insert the right gutter in the left column
 */
.leftColumnDiv .contentColumnPanePad {
  margin-right: 10px;
}

/*
 * Insert the right gutter in the minorNavbarCell
 */
#minorNavbarCell .contentColumnPanePad {
  margin-right: 10px;
}

.contentColumnPane {
  }

.itemPane {
  }

.itemPanePad {
  margin-right: 10px;
  }

.shadedItemPane {
  background-color: #fee7e7;
  }

/*
 * Preserve the left margin of superMajorPage left column items
 */
.super_major_page .leftColumnDiv .itemPanePad {
  margin-left: 10px;
  }

/*
 * Preserve the left margin of minorNavbar items
 */
#minorNavbarCell .itemPanePad {
  margin-left: 10px;
  }

.inlineImage {
  border:0;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

/* product styles */
  .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* */

/**
 * I don't think this is used.
 */
div.container {
  /* Parameterize this -- it's the total width - (left margin + right margin)*/
  width: 996px;
  margin: 0 auto;
}

.super_major_page div.leftColumnDiv div.columnHeader {
  text-align: left;
  margin-top: 1.0em;
  margin-bottom: 20px;
  font-size: 18px;
  }

div.pitch p {
  text-align: left;
  margin-bottom: 0;
}

div.pitch {
  float: left;
  width: 233px;
  text-align: left;
}

div.product {
  float: right;
  width: 500px;
  text-align: left;
  margin-bottom: 20px;
}

div.product p {
  margin-bottom: 0;
}

div.product img {
  float: left;
  width: 500px;
  margin: 0 15px 10px 0;
}

div.product img.none {
  margin-bottom: 0;
}

div.product h1 sup {
  font-size: 10px;
  color: #999;
  font-weight: normal;
}

div.product h1 {
  font-size: 18px;
  margin-bottom: 2px;
}

div.product h1 span {
  font-size: 10px;
  color: #cb0b0b;
  font-weight: normal;
  text-transform: uppercase;
}

div.product h2 {
  font-size: 12px;
  margin-bottom: 1px;
}

/* */

/* Use this trick to pull images tight in their vertical box */
img.block {display: block;}
/* Use this rule to turn off the blankety-blank link borders around images. */
a img {border:0px;}

#logoCell {background-color: white; width: 248px; height: 130px; vertical-align: top; padding:0;}
#logoImage {
  float: right;
  width: 219px;
  margin-right: 10px;
  height: 100px;}
#logoFill {width: 219px; height: 30px;}
#taglineImage {
  float: right;
  width: 219px;
  margin-right: 10px;
  height: 30px;
  }

#leftPageCell {width: 233px; vertical-align: top; padding: 0;}
#rightPageCell {width: auto; vertical-align: top; background-color: white;}
#personalToolbarCell {white-space: nowrap; display: block; font-size: smaller; text-align: right}

#super_major_header_image {height: 24px; width: 996px;}
.supermajorBackgroundLeft {background-image:  url(/images/spacer.gif); background-repeat: repeat-x;}
.supermajorBackgroundRight {background-image: url(/images/spacer.gif);background-repeat: repeat-x;}

/* Major navbar styles
 * Use the margin-left property of each button image to align it in its
 * containing table data cell.
 *
 * For each image, the properties are as follows:
 *    margin-left: (containerWidth - imageWidth)/2
 *      where containerWidth is the width property of the containing cell
 *      and imageWidth is the buttonImage width
 *    margin-right: auto
 *
 * Parameterize the majorNavbarButtonImage geometry later.
 */

.majorButtonHatImage {
  width: 26px;
  height: 35px;
  display: block;
}

#major_navbar_table {background-color: white; color: black; border-collapse: collapse;table-layout: fixed;padding:0;width: 619px;}
.majorNavbarCell {background-color: white; color: black; font-family: Arial, Helvetica, sans-serif; text-decoration: none; text-align: left; font-size: 18px;}
.majorNavbarCell a {color: black; text-decoration: none;}
.majorNavbarCell a:link {background-color: white; color: black; text-decoration: none;}
.majorNavbarCell a:visited {background-color: white; color: black; text-decoration: none;}
.majorNavbarCell a:hover {background-color: #b21313; color: white; text-decoration: none;}

.majorNavbarCellSelected {color: black; background-color: white; font-family: Arial, Helvetica, sans-serif; text-decoration: none; text-align: left; font-size: 18px;}
.majorNavbarCellSelected a {background-color: #b21313; color: white; font-family: Arial, Helvetica, sans-serif; text-decoration: none; text-align: left; font-size: 18px;}
.majorNavbarCellSelected a:link {background-color: #b21313; color: white; text-decoration: none;}
.majorNavbarCellSelected a:visited {background-color: #b21313; color: white; text-decoration: none;}

#majorACell {width: 85px; vertical-align: top;}
#majorAHatImage {
  margin-left: 29px;
  margin-right: auto;
  }

#majorBCell { width: 94px; vertical-align: top;}
#majorBHatImage {
  margin-left: 34px;
  margin-right: auto;
  }

#majorCCell { width: 162px; vertical-align: top;}
#majorCHatImage {
  margin-left: 68px;
  margin-right: auto;
  }

#majorDCell { width: 141px; vertical-align: top;}
#majorDHatImage {
  margin-left: 57px;
  margin-right: auto;
  }

#majorECell { width: 55px; vertical-align: top;}
#majorEHatImage {
  margin-left: 14px;
  margin-right: auto;
  }

#majorFCell { width: 82px; vertical-align: top;}
#majorFHatImage {
  margin-left: 28px;
  margin-right: auto;
  }

#majorGCell { width: 0px; vertical-align: top;}
#majorGHatImage {
  margin-left: 0px;
  margin-right: auto;
  }

/* minor button behavior */
#minorNavbarCell {width: 233px; vertical-align: top;}
#minorNavbarVerticalSpacer {width: 1px; height: 10px;}
.minorButton {                background-color: white; color: #888888; height: 20px; display: block; text-decoration: none; vertical-align: top; font-size: 14px; font-family: Arial, Helvetica, sans-serif; text-align: left; font-weight: 900; border-style: none;}
.minorButtonSelected {background-color: white; color: black; height: 20px; display: block; text-decoration: none; vertical-align: top; font-size: 14px; font-family: Arial, Helvetica, sans-serif; text-align: left; font-weight: 900; border-style: none;}
.minorButton:hover {background-color: white; color: #cb0b0b; text-decoration: underline;}
.minorSpacerImage {width: 1px; border: 0;}

/* subminorButton behavior */
.subMinorButton                 {background-color: white; color: #888888; height: 20px; display: block; text-decoration: none; vertical-align: top; font-size: 12px; font-family: Arial, Helvetica, sans-serif; text-align: left; font-weight: 900; border-style: none;}
.subMinorButtonSelected {background-color: white; color: black; height: 20px; display: block; text-decoration: none; vertical-align: top; font-size: 12px; font-family: Arial, Helvetica, sans-serif; text-align: left; font-weight: 900; border-style: none;}
.subMinorButton:hover {background-color: white; color: black; text-decoration: underline;}

.minorBackground {background-image: url(/images/nav/minorBackground.gif);}
.minorLeftSpacer {width: 50px; height: 1px; border: 0px;}
.subMinorLeftSpacer {width: 60px; height: 1px; border: 0px;}
.subMinorSpacerImage {width: 15px; border: 0;}

#navCell {background-color: white; vertical-align: top;padding:0;}

#superMajorLeftMarginCell {width: 15px; background-color: white; vertical-align: top}

#majorLeftMarginCell {width: 15px; background-color: white; vertical-align: top}
#majorLeftMarginImage {width: 15px; height: 1px;}

#minorNavbarRightMarginCell {width: 5px;}
#contentTopMarginImage {height: 10px;}

#footerTable {width:100%;}
.footerLeftMarginCell {width: 15px; background-color: white; vertical-align: top}
.footerHairlineCell {height:1px; background-color: gray;}
.rightMarginCell {width: 20px; background-color: white; color: black; vertical-align: top}

.majorFooterLeftMarginCell {width: 15px; background-color: white; color: #666666; vertical-align: top}
.footerContentCell {background-color: white; color: #666666; vertical-align: top; font-size: 12px; line-height: 18px; font-family: Arial, Helvetica, sans-serif;}

/*
Turn this off for zeetix/zeeforge sites
.default {font-size: 12px; padding-bottom: 14px; color: #666666; line-height: 18px; font-family: Arial, Helvetica, sans-serif;}
.default {}
*/
.default {}

.subheader {font-size: 24px; padding-bottom: 12px; color: #666666; font-family: Arial, Helvetica, sans-serif;}
#subheaderSpacerImage {width: 1px; height: 40px; display: block;}
.footnoteReference {vertical-align: super; font-size: xx-small}

#estimateForm {margin-top: 2px;}
.requiredMark {color: #FF0000;}

/* Experimental styles*/
.clear { clear: both; display: block; margin: 0; padding: 0; }

#content p {
  margin: 10px 0;
}

#content h2 {
  margin: 5px 0;
  padding: 3px 0;
}

div #content {
  padding: 0;
  margin: 0;
}

#content div.person h2,
#content div.person p {
  margin-left: 150px;
}

#content div.person {
  width: 780px;
  margin-bottom: 20px;
  padding: 20px 0;
  float: left;
  clear: left;
}

/* content items */
#content_body div.item h3,
#content_body div.item p {
  width: 780px;
  float: left;
  clear: left;
  margin-left: 0px;
  margin-bottom: 5px;
}

