/* ------------------------------------------------------------------------------------------------

   Squarespace Core CSS Definitions DO NOT REPLACE.  DO NOT IMPORT THIS FILE.  All definitions are needed.
   Override as required from Custom CSS only!

------------------------------------------------------------------------------------------------ */

@media screen { 


/* --- core elements --------------------------------------------------------------------------- */

html { height: 100%; }
img { border: 0 none; }
body { border: 0px; height: 100%; margin: 0px; padding: 0px; }
td { background: transparent; border: 0px; margin: 0px; padding: 0px; }
p { margin-bottom: 1em; margin-top: 0em; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0px; padding: 0px; }
ul { list-style-type: square; /* naturally. */ margin: 1em 0 1em; padding: 0; padding-left: 2em; }
form { margin:0; padding: 0; }
    
input.button { background: #F3F3F3; border-bottom: 1px solid #999999; border-left: 1px solid #CCCCCC; border-right: 1px solid #999999; border-top: 1px solid #CCCCCC; color: #666666; font: bold 10px/10px Verdana, Helvetica, sans-serif; margin: 0px; padding: 3px 5px 3px 5px; height: 30px; }
input.text { background: #FFFFFF; border: 1px solid #484848; color: #000000; font: 8pt Arial, Tahoma, Verdana, Helvetica, sans-serif; height: 15px; padding: 3px; width: 300px; }
input.text-inactive { background: #FFFFFF; border: 1px solid #484848; color: inherit; font: 8pt Arial, Tahoma, Verdana, Helvetica, sans-serif; height: 15px; padding: 3px; width: 300px; }
input.text-fixed { background: #f6f6f6; border: 1px solid #484848; color: #303030; font: 8pt Arial, Tahoma, Verdana, Helvetica, sans-serif; height: 15px; padding: 3px; width: 300px; }
textarea { background: #FFFFFF; border: 1px solid #484848; color: #000000; font: 8pt Courier, serif; padding: 3px; }
select {  background: #FFFFFF; color: #000000;  font:10pt Arial, Tahoma, Verdana, Helvetica, sans-serif; }


.clearer { clear: both; line-height: 0; height: 0; }
.templateErrors { display: none; }

 
/* --- image defaults -------------------------------------------------------------------------- */

.thumbnail, .picture-full, .picture img, .thumbnail-image-float-left img, .thumbnail-image-float-right img, .thumbnail-image-float-none img { }
#main-picture-wrapper { line-height: 1px; }
 
     
/* --- core squarespace elements --------------------------------------------------------------- */

#sidebar2Wrapper { display: none; } 
#siteTitle, #pageFooterWrapper, #pageBodyWrapper { clear: both; } 
#content, #sidebar1, #sidebar2 { overflow: hidden; }
#active-module-marker { display: none; }
  
.folder-link { -moz-outline: 0; }

.verticalNavigationBar .folder-open a.folder-link { background: transparent url(../layout/iconSets/light/folder-contract.png) center left no-repeat; padding-left: 15px; }
.verticalNavigationBar .folder-open ul { }
.verticalNavigationBar .folder-closed a.folder-link{ background: transparent url(../layout/iconSets/light/folder-expand.png) center left no-repeat; padding-left: 15px; }

.folder-closed .folder-wrapper ul { display: none; }

.horizontalNavigationBar { width: 0px; }
.horizontalNavigationBar .content-navigation { float: left; }
  
.horizontalNavigationBar .folder-open .folder-wrapper .module a { margin-left: 0; }
.horizontalNavigationBar .folder-open .folder-wrapper a.folder-link { }
.horizontalNavigationBar .folder-open .folder-wrapper ul { display: block; position: absolute; } 
.horizontalNavigationBar .folder-open .folder-wrapper ul li { float: none; }

.horizontalNavigationBar ul { list-style-type: none; padding: 0; margin: 0; }
.horizontalNavigationBar ul li { float: left;  padding: 0; margin: 0; }
.horizontalNavigationBar ul li a { display: block; }
  
.inline-icon { margin-right: 6px; vertical-align: middle; }   
.error-box { background-color: #FFF799; color: #FFFFFF; padding: 15px; margin-top: 1em; }
.error-text, .error-text a:link, .error-text a:visited, .error-text a:active, .error-text a:hover { color: #FFF799; }
.faded-text { color: #B0B0B0; }

.offsite-link {         background: transparent url(../layout/iconSets/light/open-off-site.png) center left no-repeat; padding-left: 12px; margin-right: 1px; }
.offsite-link-inline {  background: transparent url(../layout/iconSets/light/open-off-site.png) center right no-repeat; padding-right: 12px; margin-right: 1px; }
 .folder-link-expand {   background: transparent url(../layout/iconSets/light/folder-expand.png) center center no-repeat; padding: 0 6px 0 6px; line-height: 9px; font-size: 9px; cursor: pointer; }
.folder-link-contract { background: transparent url(../layout/iconSets/light/folder-contract.png) center center no-repeat; padding: 0 6px 0 6px; line-height: 9px; font-size: 9px; cursor: pointer; }


/* --- image floating / editor constructs ------------------------------------------------------ */


.thumbnail-image-float-left { float: left; margin: 0px 10px 8px 0px; font-size: 9px; font-family: Verdana, sans-serif; line-height: 14px; }
.thumbnail-image-float-right { float: right; margin: 0px 0px 8px 10px; font-size: 9px; font-family: Verdana, sans-serif; line-height: 14px; }
.thumbnail-image-float-none { font-size: 9px; font-family: Verdana, sans-serif; }
.thumbnail-image-float-left img, .thumbnail-image-float-right img , .thumbnail-image-float-none img { border: 1px solid #ccc; text-decoration: none; }
.thumbnail-image-block { display: block; }
.thumbnail-image-inline { display: inline; }
  
.thumbnail-image-float-left img, .thumbnail-image-float-right img , .thumbnail-image-float-none img { border: 1px solid #ccc; text-decoration: none; }

.full-image-float-left { float: left; margin: 0px 10px 8px 0px; font-size: 9px; font-family: Verdana, sans-serif; line-height: 14px; }
.full-image-float-right { float: right; margin: 0px 0px 8px 10px; font-size: 9px; font-family: Verdana, sans-serif; line-height: 14px; }
.full-image-block { display: block; }
.full-image-inline { display: inline; }
 
.full-image-float-left img, .full-image-float-right img , .full-image-float-none img { text-decoration: none; }
.full-image-float-none { font-size: 9px; font-family: Verdana, sans-serif; }

.thumbnail-caption { display: block; font-size: 9px; font-family: Verdana, sans-serif; line-height: 14px; padding-top: 5px; padding-bottom: 10px;  }
   

/* --- LEGACY constructs ----------------------------------------------------------------------- */

.sizeLess40 { font-size: 60%; }
.sizeLess20 { font-size: 80%; }
.sizeGreater20 { font-size: 120%; }
.sizeGreater40 { font-size: 140%; }
.sizeGreater60 { font-size: 160%; }
.sizeGreater80 { font-size: 180%; }
.sizeGreater100 { font-size: 200%; }


/* --- squarespace document construction elements ---------------------------------------------- */

.document-heading { margin-bottom: 1.8em; }
.document-title { margin-bottom: .8em; }
.header { margin-bottom: 2em; }
.body { margin-bottom: 2em; margin-top: 1em; } 
.body-direct { margin-bottom: 2em; }
.footer { margin-top: 2em; clear: both; }
.field { margin-bottom: 1em; clear: both; }


/* --- squarespace form module components ----------------------------------------------------- */

.form-body { list-style-type: none; padding: 0; margin: 0; }

.form-body .fieldContainer {       padding: 5px 0px 5px 0px; margin: 0; clear: both; }
.form-body .fieldContainerActive { padding: 5px 0px 5px 0px; margin: 0; clear: both; }
.form-body .fieldContainerNew {    padding: 5px 0px 5px 0px; margin: 0; clear: both; }

.form-body .fieldTitle { font-weight: bold; padding-bottom: 3px; font-size: 12px; }
.form-body .fieldHelp { font-size: 9px; padding-top: 4px; }
.form-body .fieldObjects { }
.form-body .fieldRequiredStar { color: #FFF799; }
.form-body .fieldAugmentedLink { font-weight: normal; font-size: 9px; } 

.form-body .formTitle { font-weight: normal; font-size: 12px; padding-bottom: 1em; }
.form-body .formCaption { font-weight: bold; font-size: 12px; padding-bottom: 3px; line-height: 17px; }
.form-body .formErrorMessage { font-size: 12px; padding-top: 1em; }

.form-body .sectionBreak { padding-top: 4px; }
.form-body .optionRow { padding-top: 2px; }

.form-body .singlelinetext-small  { width: 100px; }
.form-body .singlelinetext-medium { width: 180px; }
.form-body .singlelinetext-large  { width: 340px; }

.form-body .singlelinetext-small-inline  { width: 95%; }
.form-body .singlelinetext-medium-inline { width: 95%; }
.form-body .singlelinetext-large-inline  { width: 95%; }

.form-body .paragraphtext-small  { height: 70px;  width: -50px; }
.form-body .paragraphtext-medium { height: 100px; width: -50px; }
.form-body .paragraphtext-large  { height: 200px; width: -50px; }
 
.form-body .paragraphtext-small-inline  { height: 70px;  width: 95%; }
.form-body .paragraphtext-medium-inline { height: 100px; width: 95%; }
.form-body .paragraphtext-large-inline  { height: 200px; width: 95%; }
 
.form-body #username, .form-body #password { width: 160px; }

.submit-button { width: 120px; margin-top: 2em !important; }


/* --- squarespace specifics ------------------------------------------------------------------- */

.journal-filter-header { margin-bottom: 15px; padding-bottom: 15px; }
.journal-navigation { margin-top: 2em; clear: both; }

.journal-comment-area { margin-top: 25px; padding-top: 15px; }
.journal-comment-area .caption { }
.journal-comment-area .text { }
.journal-comment-area-disabled-text { margin-top: 2em; }

.journal-reference-area { margin-top: 25px; padding-top: 15px; }
.journal-reference-area .caption { margin-bottom: 1em; }
.journal-reference-area .text { }

.journal-entry-navigation { margin-bottom: 2em; }

.journal-entry { margin-bottom: 2em; }
.journal-entry .title { }
.journal-entry .tag { clear: both; }
.journal-entry .body { margin: 1em 0 1em 0; }
.journal-entry .enclosure { background-image: url(../layout/iconSets/light/file.png); background-position: left center; background-repeat: no-repeat; padding-left: 24px; }

.journal-entry-follow-up { clear: both; margin-bottom: 1em; padding-left: 12px; } 
.journal-entry-follow-up .follow-up-caption { margin-bottom: 1em; }
.journal-entry-follow-up .follow-up-body { }

.journal-entry-references { margin: 15px 0 15px 0; padding: 0; list-style-type: none; }
.journal-entry-references li { margin: 0; clear: both; margin-bottom: 8px; height: 1%;  }
.journal-entry-references li .icon-area { float: left; width: 22px; }
.journal-entry-references li .text-area { margin-left: 22px; height: 1%;  }
.journal-entry-references li .text-area .headline { }
.journal-entry-references li .text-area .headline .type { font-weight: bold; }
.journal-entry-references li .text-area .headline .title { }
.journal-entry-references li .text-area .author-byline { font-size: 10px; line-height: 14px; margin: 2px 0 0 0; padding: 0; }
.journal-entry-references li .text-area .excerpt { font-size: 10px; line-height: 14px; margin: 2px 0 0 0; padding: 0; }
  
.journal-entry-tag .posted-in .tag-element, .journal-entry-tag .posted-on, .journal-entry-tag .posted-by, .journal-entry-tag .post-comments, .journal-entry-tag .post-references { white-space: nowrap; }

.journal-entry-float-date, .journal-entry-float-date span { display: none; }
.journal-entry-float-day, .journal-entry-float-day span { display: none; }
  
.journal-archive-set ul { margin-top: 1em; }

.unpublished { color: #B0B0B0; }

.amazon-item-list { padding: 0; }
.amazon-item-list li { list-style-type: none; margin-bottom: 10px; height: 1%; }
.amazon-item-list li .picture { float: left; overflow: hidden; }
.amazon-item-list li .description { height: 1%; margin-bottom: 15px; margin-left: 90px; }
.amazon-item-list li .description .authors { margin-bottom: 15px; } 
.amazon-item-list li .description .text { margin-bottom: 15px; }
.amazon-item-list li .description .amazon-link { }

.gallery-navigation { margin-bottom: 15px; margin-top: 15px; } /* compatibility */
.gallery-description { margin-top: 5px; clear: both; }

.gallery-navigation-top  { padding-bottom: 12px; text-align: left; }
.gallery-navigation-bottom  { padding-top: 12px; text-align: left; }

.picture-full { clear: both; }

#main-picture-description-title { padding-bottom: 1em; }

.picture-gallery-list { padding: 0; margin: 0; } 
.picture-gallery-list li { list-style-type: none; margin-bottom: 12px; height: 1%;  }
.picture-gallery-list li .thumbnail { }
.picture-gallery-list li .thumbnail-container { float: left; }
.picture-gallery-list li .description { } 
.picture-gallery-list li .description .caption { margin-bottom: 5px; }
.picture-gallery-list li .description .author { margin-bottom: 5px; margin-top: 5px; }
.picture-gallery-list li .description .text {  }
.picture-gallery-list li .description ul { margin-top: 1em; }
.picture-gallery-list li .description ul li { list-style-type: square; display: list-item; }

.picture-gallery-thumbnail-list { padding: 0; margin: 0; }
.picture-gallery-thumbnail-list li { list-style-type: none; height: 1%; display: inline;  }
.picture-gallery-thumbnail-list li .thumbnail { display: inline; }
.picture-gallery-thumbnail-list li .thumbnail-container-tiled { float: left; margin-bottom: 12px; margin-right: 12px;  }
.picture-gallery-thumbnail-list li .thumbnail-container-with-description { float: left; margin-bottom: 12px;  }
.picture-gallery-thumbnail-list li .description { margin-bottom: 1em; height: 1%; overflow: hidden; }
.picture-gallery-thumbnail-list li .description ul { margin-top: 1em; }
.picture-gallery-thumbnail-list li .description ul li { list-style-type: square; display: list-item; }

.picture-gallery-thumbnail-scroll-right, .picture-gallery-thumbnail-scroll-left { background-color: #D6D6D6; width: 10px; height: 55px; margin: 0; padding: 0; border: 0; -moz-outline: 0 }
.picture-gallery-thumbnail-scroll-right { margin-left: 3px; }
.picture-gallery-thumbnail-scroll-left { margin-right: 3px; }

.file-item-list { padding: 0; }
.file-item-list li { list-style-type: none; margin-bottom: 10px;  height: 1%; clear: both; }
.file-item-list li .icon { float: left; display: block; line-height: 16px; }
.file-item-list li .content { height: 1%; margin-left: 24px; }
.file-item-list li .title { display: inline;  }

.folder-item-list { }
.folder-item-list li { margin-bottom: 1em; }

.link-group-list { padding: 0; }
.link-group-list li { list-style-type: none; margin-bottom: 1.5em; }
.link-group-list li ul { margin-top: 1em; }
.link-group-list li ul li { list-style-type: square; margin-bottom: .5em;  }
.link-group-list li ul li .title { }
.link-group-list li ul li .description { }
 
 /* V1 */
.discussion-comment-list { margin: 0; padding: 0;  }
.discussion-comment-list li { list-style-type: none; background: transparent url(../layout/iconSets/light/comment.png) no-repeat 0px 1px; padding-bottom: 10px; margin-top: 10px; padding-left: 24px; border-bottom: 1px solid #B0B0B0;  }
.discussion-comment-list li:last-child { border: 0; margin-bottom: 0; padding-bottom: 0; }
.discussion-comment-list li .post-title { display: inline; }

 /* V2 */
 
.discussion-table { width: 100%; }
.discussion-table .inline-icon { display: none; }

.discussion-table-header td { font-weight: bold; font-size: 12px; padding: 2px; }
.discussion-table-header .replycount-cell, .discussion-table-header .viewcount-cell { text-align: center; }
  
.discussion-table-row td { padding: 2px; }

.discussion-table-row .icon-cell { width: 22px; background: transparent url(../layout/iconSets/light/comment.png) no-repeat 1px 10px; }
  
.discussion-table-row .topic-cell { padding: 7px 0 5px 0; }
.discussion-table-row .topic-cell .topic-text { font-size: 14px; }
.discussion-table-row .topic-cell .topic-author { font-size: 11px; }
.discussion-table-row .topic-cell .topic-created { display: none; }
 
.discussion-table-row .replycount-cell { text-align: center; font-size: 26px; }
.discussion-table-row .viewcount-cell { text-align: center; }
  
.discussion-table-row .updated-cell { font-size: 10px; }
.discussion-table-row .updated-cell .reply-author { display: none; }

.discussion-table-header .viewcount-cell, .discussion-table-row .viewcount-cell { display: none; }
   
  
.comment { margin-top: 1em; padding-bottom: 1em; }
.comment .body { margin-top: 1em; }
.comment .signature { margin-top: .5em; text-align: right; }

.change-list { margin: 0; padding: 0; }
.change-list li { background: no-repeat 0px 1px; border-bottom: 1px solid #CCCCCC; display: block; list-style-type: none; margin: 0; margin-bottom: 1.2em; padding: 0; padding-bottom: 1.2em; padding-left: 28px; }
.change-list li:last-child { border: 0; margin-bottom: 0; padding-bottom: 0; }

.input-field { margin-bottom: 1em;  }
.input-field .title { margin-bottom: 5px; }
.input-field .control { }

.input-field-error { font-weight: bold; margin-bottom: 5px; }

.table .row { clear: both; } 
.table .left { float: left; margin: 5px; text-align: right; width: 100px; }
.table .right { margin-bottom: 5px; margin-left: 100px; }

.notice-box { margin-bottom: 2em; }
.notice-box .caption { display: inline; }
.notice-box .caption-text { margin-top: 1em; margin-bottom: 2em; }
.notice-box .link-field-title { font-weight: bold; padding-bottom: 10px; margin-top: 1em; }
.notice-box .link-field-text {  }

.notice-box-alert { margin-bottom: 1em; padding: 1em; }
.notice-box-alert .icon { float: left; }
.notice-box-alert .text { height: 1%; margin-left: 22px; }

#squarespace-powered { padding: 0; }
#squarespace-powered-text { padding: 0; font-size: 80%; }

.search-form .queryFieldWrapper { display: block; float: left; }
.search-form .queryField { font-size: 18px; padding: 3px; }
.search-form .queryButtonWrapper { display: block; float: left; padding-left: 15px;  }
.search-form .queryButton { }
.search-form #advancedSearchOptionsLink { font-size: 9px; margin-top: 3px; }
.search-form .advanced-search-group-label { margin: 1em 0 1em 0; }

.search-results { margin-top: 2em; }
.search-result { margin-bottom: 20px; }
.search-result .search-result-number { display: none; float: left; font-size: 30px; }
.search-result .search-result-entry { }
.search-result .search-result-title { font-size: 18px; }

.search-result .search-result-tag { font-size: 10px; font-weight: normal; } 
.search-result .search-result-type { }
.search-result .search-result-author { }
.search-result .search-result-date { }

.search-result .search-result-body { margin-top: 4px; font-size: 12px; }

.search-result .search-result-title .hit-word-title { font-weight: bold; }
.search-result .search-result-body .hit-word-body { font-weight: bold; font-size: 120%; }
  
.faq-category-list { padding: 0; margin: 0; }
.faq-category-list li { list-style-type: none; margin-bottom: 20px; }
.faq-category-list li { }

.faq-question-list { margin-top: 1em; }
.faq-question-list li { list-style-type: square; margin-bottom: 6px; }
.faq-question-list li .title { } 
.faq-question-list li .description { margin-bottom: 15px; }

.faq-entry-count { font-size: 13px; }
.faq-entry .text { }
.faq-entry .tag { font-size: 10px; }

.google-map { width: 100%; height: 400px; }

  
/* --- microblogging --------------------------------------------------------------------------- */
  
.post-data-link a { } 
.post-data-link .link-arrow { font-size: 80%; padding-left: 8px; } 

.post-data-chat .dialogue .line { }
.post-data-chat .dialogue .line .speaker { display: block; }

.post-data-quote .source { display: inline; }
.post-data-quote .source p { display: inline; }

  
/* --- feeds ----------------------------------------------------------------------------------- */

.feed-list, .feed-list-inline { padding: 0; }
.feed-list li, .feed-list-inline li { list-style-type: none; margin: 0; padding: 0; }

.feed-list .feed-link { padding-left: 22px; background-image: url(../universal/images/xml/feed-icon-16x16-orange.png); background-repeat: no-repeat; background-position: center left; }
.feed-list-inline .feed-link { padding-left: 16px; background-image: url(../universal/images/xml/feed-icon-12x12-orange.png); background-repeat: no-repeat; background-position: center left; }


/* --- navigation bar elements ----------------------------------------------------------------- */

.content-passthrough .amazon-item-list-pt li { margin-bottom: 10px; }
.content-passthrough .amazon-item-list-pt .picture { float: none; margin: 0; margin-bottom: .5em; padding: 0; }
.content-passthrough .amazon-item-list-pt .description { margin: 0; }
.content-passthrough .amazon-item-list-pt .description .title { }
.content-passthrough .amazon-item-list-pt .description .authors { display: inline; }
.content-passthrough .amazon-item-list-pt .description .text { margin-top: .5em; }

.content-passthrough .change-list-pt { margin: 0; }
.content-passthrough .change-list-pt li { margin-bottom: .4em; }

.content-passthrough .archive-item-list-pt { margin: 0; margin-bottom: 1em; }
.content-passthrough .archive-item-list-pt li { margin-bottom: .4em; }

.content-passthrough .link-group-list-pt { margin-bottom: .5em;  }
.content-passthrough .link-group-list-pt li .title { font-weight: bold; }
.content-passthrough .link-group-list-pt li .description { }
.content-passthrough .link-group-list-pt li ul { margin-bottom: 10px;  }
.content-passthrough .link-group-list-pt li ul li { margin-bottom: 2px;  }
.content-passthrough .link-group-list-pt li ul li .title { font-weight: normal; }
.content-passthrough .link-group-list-pt li ul li .description { }

.content-passthrough .search-form-pt { height: 1%; }
.content-passthrough .search-form-pt .queryFieldWrapper { display: block; float: left; }
.content-passthrough .search-form-pt .queryField { font-size: 10px; padding: 3px; }
.content-passthrough .search-form-pt .queryButtonWrapper { display: block; float: left; padding-left: 10px;  }
.content-passthrough .search-form-pt .queryButton { }
  
#sidebar1 .content-passthrough .search-form-pt .queryField { width: -50px; }
#sidebar2 .content-passthrough .search-form-pt .queryField { width: -50px; }

  
.section ul { margin: 0; padding: 0; } 
.section ul li { list-style-type: none; margin: 0; padding: 0; }

.inline-icon { height: 16px; width: 16px; }

.date-icon { background: transparent url(../layout/iconSets/light/date.png) top left no-repeat; }
.permalink-icon { background: transparent url(../layout/iconSets/light/permalink.png) top left no-repeat; }
.comment-icon { background: transparent url(../layout/iconSets/light/comment.png) top left no-repeat; }
.user-registered-icon { background: transparent url(../layout/iconSets/light/user-registered.png) top left no-repeat; }
.reference-icon { background: transparent url(../layout/iconSets/light/reference.png) top left no-repeat; }
.print-icon { background: transparent url(../layout/iconSets/light/print.png) top left no-repeat; }
.email-icon { background: transparent url(../layout/iconSets/light/email.png) top left no-repeat; }
.share-icon { background: transparent url(../layout/iconSets/light/share.png) top left no-repeat; }
.category-icon { background: transparent url(../layout/iconSets/light/category.png) top left no-repeat;  }

.social-link-controls .social-block-title { padding-bottom: 15px; font-family: Arial; letter-spacing: -1px; font-weight: bold; }
.social-link-controls .social-block { height: 22px; width: 155px; float: left; display: block; }
.social-link-controls { padding: 15px; height: 190px; border: 2px solid #ccc; font: 14px/16px Arial; background: #fefefe; color: #303030; text-align: left; }
.social-link-controls-wrapper { display: block; opacity: 0; filter:alpha(opacity=0); width: 350px; position: absolute; overflow: hidden;  }

   
/* --- standard button definitions ---------------------------------------------------------- */
  
a.button {
    background: transparent url(../universal/images/button/button-a.png) no-repeat scroll top right;
    color: #151515 !important;
    display: block;
    float: left;
    font: 12px arial, sans-serif !important;
    height: 24px !important;
    line-height: 18px  !important;
    margin-right: 6px !important;
    padding: 0 16px 0 0 !important;
    text-decoration: none !important;
}

a.important {
    font-weight: bold !important; 
}

a.button span {
    background: transparent url(../universal/images/button/button-span.png) no-repeat;
    display: block;
    line-height: 14px !important;
    padding: 5px 0 5px 18px !important;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    -moz-outline: 0;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px !important;
}
  


/* --- old overrides ---------------------------------------------------------- */
.content-passthrough .search-form-pt { padding: 0; margin: 0; }
.content-passthrough .search-form-pt .queryField { width: 100px; padding: 3px; height: 14px; }
.content-passthrough .search-form-pt .queryButton { height: 22px; }
/* --- old overrides ---------------------------------------------------------- */

} 
 
/* --- printer stylesheet definitions ---------------------------------------------------------- */

@media print {

  body { background: white; font-size: 12pt; }

  h1 { font-size: 24pt; margin-bottom: 0; padding-bottom: 0; }
  .h1subtitle { font-size: 9pt; font-weight: normal; margin-bottom: 25px; border-bottom: 1px solid #ccc; padding-bottom: 10px; text-decoration: none; }
  #pageFooter { font-size: 9pt; margin-top: 28px; border-top: 1px solid #ccc; padding-top: 8px; }
  img { border: 0px; }

  a:link, a:visited { color: #520; background: transparent; font-weight: bold; text-decoration: underline; }
  #siteTitle a:link, #siteTitle a:visited { color: black; background: transparent; font-weight: bold; text-decoration: none; }
  .journal-navigation, #sidebarWrapper, #sidebar, .notice-box, .inline-icon, .journal-entry-navigation { display: none; }

}

.section{text-align: left; line-height: 1.4em; padding-bottom: 20px; }
.section .caption{letter-spacing: normal; font-weight: bold; padding-bottom: 7px; color: #A70017; }
#sidebar a:link, #sidebar a:visited, #sidebar a:active{text-decoration: none; padding-left: 8px; padding-bottom: 5px; margin-bottom: 5px; color: #C3C3C3; border-color: #202020; background-image: url(../storage/1/navbar-off.gif); background-position: 0 50%; background-repeat: no-repeat; }
#active-module a:link, #active-module a:visited, #active-module a:active{padding-left: 5px; color: #FFFFFF; background-image: url(../storage/1/navbar.gif); background-position: 0 50%; background-repeat: no-repeat; }



a:link, a:visited, a:active{text-decoration: none; color: #A8C87F; }
h2, .h2, journal-entry .title a{font-size: 14px; letter-spacing: normal; line-height: normal; font-weight: bold; color: #FFFFFF; }
h3, .h3{font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif; font-size: 10pt; font-weight: bold; }
.section .module{margin-bottom: 3px; }
.section .folder{border-left: 1px solid #b0b0b0; padding-left: 10px; margin-left: 7px; margin-top: 4px; margin-bottom: 4px; border-color: #b0b0b0; }
.notice-box{padding-right: 20px; padding-left: 20px; padding-top: 20px; padding-bottom: 20px; background-color: #212121; }
#pageHeader{text-align: left; }
.h1subtitle{font-size: 11px; }
.h2subtitle{}
.h3subtitle{}
.section .module-active{padding-bottom: 3px; }
#pageHeaderWrapper{color: #FFFFFF; }
#pageBody{text-align: justify; line-height: 1.7em; padding-top: 35px; }
#pageFooter{font-size: 9px; padding-bottom: 25px; color: #595959; }
h4, .h4{font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif; color: #A60017; }
#canvasWrapper{}
#content div.journal-entry-navigation, #content div.journal-filter-header{border-bottom: 1px solid inherit; text-align: right; padding-bottom: 3px; }
.comment{border-bottom: 1px solid inherit; padding-right: 0px; padding-left: 0px; padding-top: 1px; padding-bottom: 2px; margin-right: 0px; margin-left: 0px; margin-top: 0px; margin-bottom: 10px; }
.tag{font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 9px; border-top: 1px solid inherit; letter-spacing: normal; padding-top: 4px; }
#pageFooterWrapper{padding-right: 0px; padding-left: 0px; padding-top: 10px; padding-bottom: 0px; margin-right: 0px; margin-left: 0px; margin-top: 0px; margin-bottom: 0px; }
#sidebar a:hover{text-decoration: none; color: #A70017; }
#active-module a:hover{}
a:hover{text-decoration: none; color: #ACD372; }
h1, .h1, h1 a:hover, h1 a:visited, h1 a:link, h1 a:active{font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif; font-size: 25px; letter-spacing: normal; line-height: normal; font-weight: normal; text-decoration: none; margin-bottom: 15px; color: #A70017; }






/*
-----------------------------------------------
Style Name: Version 2.0
Author: Tyler Thompson & Aaron "bring the payne" Payne
----------------------------------------------- */


/* ColumnPadding, NavigationColumnWidth, MainColumnWidth: 
   Size can be changed in Style Settings */

/* Comments and Journal Tag Entry:
   Background image used to create border, can be changed in Customizable Elements */

.info-spacer{display: block; border-bottom: 1px solid #3d5013; margin-bottom : 13px; }

.available { color: #94c32e;}

#sectionContent1079370 {padding : 10px 0 0 15px; background: url(../storage/1/organic-frame.gif) no-repeat; display : none;}

#modulePage1352777 #sectionContent1079370 {display : block;}
#modulePage1352778 #sectionContent1079370 {display : block;}
#modulePage1352779 #sectionContent1079370 {display : block;}

/* turns off dotted line around link */
a
{
  outline: none;
}

/* turns off IE bug extra space above buttons */
li {display : inline;}

li.line {text-size : 50%;}


.title-left {float : left;}
.back {float : right; margin-top : 5px;}


.staff-phone {float : left; margin-left : 25px;}
.staff-fax {float : right; margin-right : 25px; text-align : right;}

.back a { display:block; width:24px; height: 24px; background: url(../storage/1/back.png) no-repeat 0 ; }
.back a:hover { display: block; background: url(../storage/1/back.png) no-repeat -24px 0; }


/*
.available { color: #94c32e; background: url(/storage/1/info.gif) no-repeat left; padding-left: 20px; display: block; border-bottom: 1px solid #3d5013; }
*/

.notice-box {background : url(../storage/1/form-back.jpg) no-repeat;}

#formFields { color:#A70017; }

table.contacts { font-size: 120%; }

td.department { background: url(../storage/1/department.jpg) no-repeat 0 50%; padding-left: 8px; color: #A70017; margin-bottom: 5px; }

td.ext { padding-left: 20px; border-bottom: 1px solid #202020; border-left: 1px solid #202020; }

td.phone { text-align: right; border-bottom: 1px solid #202020; color: #A70017; }

table.contacts { width: 495px; }

td.name { border-bottom: 1px solid #202020; width: 250px; margin-right: 10px; }

.padright { padding-right: 25px; }


/*************** index area ************************/


/*
.featureprogram a { display:block; width:238px; height: 110px; background: url(/storage/1/xmas-front2.jpg) no-repeat 0 0; }
.featureprogram a:hover { display: block; background: url(/storage/1/xmas-front2.jpg) no-repeat -237px 0; }

.featureprogram a { display:block; width:238px; height: 110px; background: url(/storage/1/pear-front2.jpg) no-repeat 0 0; }
.featureprogram a:hover { display: block; background: url(/storage/1/pear-front2.jpg) no-repeat -237px 0; }

.featureprogram a { display:block; width:238px; height: 110px; background: url(/storage/1/fruitrition-front.jpg) no-repeat 0 0; }
.featureprogram a:hover { display: block; background: url(/storage/1/fruitrition-front.jpg) no-repeat -237px 0; }

.featureprogram a { display:block; width:238px; height: 133px; background: url(/storage/1/varietal-front4.jpg) no-repeat 0 0; }
.featureprogram a:hover { display: block; background: url(/storage/1/varietal-front4.jpg) no-repeat -237px 0; }

.featureprogram a { display:block; width:238px; height: 133px; background: url(/storage/1/april-front2.jpg) no-repeat 0 0; }
.featureprogram a:hover { display: block; background: url(/storage/1/april-front2.jpg) no-repeat -237px 0; }
*/
.featureprogram a { display:block; width:238px; height: 133px; background: url(../storage/1/christmas.jpg) no-repeat 0 0; }
.featureprogram a:hover { display: block; background: url(../storage/1/christmas.jpg) no-repeat -237px 0; }


.dis a { display:block; width:237px; height: 133px; background: url(../storage/1/dis-hsm.jpg) no-repeat 0 ; }
.dis a:hover { display: block; background: url(../storage/1/dis-hsm.jpg) no-repeat -237px 0; }

/*
.dis a { display:block; width:237px; height: 133px; background: url(/storage/1/disney-front4.jpg) no-repeat 0 ; }
.dis a:hover { display: block; background: url(/storage/1/disney-front4.jpg) no-repeat -237px 0; }
*/

.kids a { display:block; width:238px; height: 133px; background: url(../storage/1/moms-front4.jpg) no-repeat 0 ; }
.kids a:hover { display: block; background: url(../storage/1/moms-front4.jpg) no-repeat -237px 0; }

.news a { display:block; width:238px; height: 133px; background: url(../storage/1/loading-dock.jpg) no-repeat 0 ; }
.news a:hover { display: block; background: url(../storage/1/loading-dock.jpg) no-repeat -237px 0; }

/*************** /index area ************************/


/***** universal button positioning *****/
/*
#leftcol { width: 153px; height : 110px; float: left; clear: all; margin-right: 18px; }

#midcol { width: 153px; height : 110px; float: left; }

#rightcol { width: 153px; height : 110px; float: right; }
*/
/***** /universal button positioning *****/

/*************** company Area ************************/
#companyheader {width : 770px; height : 275px; background : url(../storage/1/company/company-mainpic.jpg) no-repeat 0 0; }


.company-history a { display:block; width:238px; height: 110px; background: url(../storage/1/nav-2/text-nav-history.jpg) no-repeat 0 0; }
.company-history a:hover { display: block; background: url(../storage/1/nav-2/text-nav-history.jpg) no-repeat -238px 0; }



.company-news a { display:block; width:238px; height: 110px; background: url(../storage/1/nav-2/text-nav-news.jpg) no-repeat 0 0; }
.company-news a:hover { display: block; background: url(../storage/1/nav-2/text-nav-news.jpg) no-repeat -238px 0; }



.company-video a { display:block; width:238px; height: 110px; background: url(../storage/1/nav-2/text-nav-video.jpg) no-repeat 0 0; }
.company-video a:hover { display: block; background: url(../storage/1/nav-2/text-nav-video.jpg) no-repeat -238px 0; }

/* company NEWS */

#newsheader {width : 491px; height : 150px; background : url(../storage/1/company/news-header.jpg) no-repeat 0 0; }

.floatleft {float : left; padding : 0 25px 25px 0;}


.floatright {float : right; padding : 0 0 0 25px;}




/* /company NEWS */


/*************** /company Area ************************/

/*************** Disney Area ************************/


#disneyheader {width : 491px; height : 150px; background : url(../storage/1/hsm-feature-banner.jpg) no-repeat 0 0; }
/*
#disneyheader {width : 491px; height : 150px; background : url(/storage/1/disney-pixie-header.jpg) no-repeat 0 0; }
#disneyheader {width : 491px; height : 150px; background : url(/storage/1/disneyheader2.gif) no-repeat 0 0; }
*/


.dis-promos a { display:block; width:153px; height: 110px; background: url(../storage/1/nav/text-nav-promos.jpg) no-repeat 0 0; }
.dis-promos a:hover { display: block; background: url(../storage/1/nav/text-nav-promos.jpg) no-repeat -153px 0; }


.dis-news a { display:block; width:153px; height: 110px; background: url(../storage/1/nav/text-nav-news.jpg) no-repeat 0 0; }
.dis-news a:hover { display: block; background: url(../storage/1/nav/text-nav-news.jpg) no-repeat -153px 0; }


.dis-video a { display:block; width:153px; height: 110px; background: url(../storage/1/nav/text-nav-video.jpg) no-repeat 0 0; }
.dis-video a:hover { display: block; background: url(../storage/1/nav/text-nav-video.jpg) no-repeat -153px 0; }

.dis-cherry a { display:block; width:153px; height: 110px; background: url(../storage/1/nav/text-nav-dis-cherries.jpg) no-repeat 0 0; }
.dis-cherry a:hover { display: block; background: url(../storage/1/nav/text-nav-dis-cherries.jpg) no-repeat -153px 0; }


.dis-pear a { display:block; width:153px; height: 110px; background: url(../storage/1/nav/text-nav-dis-pears.jpg) no-repeat 0 ; }
.dis-pear a:hover { display: block; background: url(../storage/1/nav/text-nav-dis-pears.jpg) no-repeat -153px 0; }

.dis-apple a { display:block; width:153px; height: 110px; background: url(../storage/1/nav/text-nav-dis-apples.jpg) no-repeat 0 ; }
.dis-apple a:hover { display: block; background: url(../storage/1/nav/text-nav-dis-apples.jpg) no-repeat -153px 0; }

.dis-mexico a { display:block; width:153px; height: 110px; background: url(../storage/1/nav/text-nav-mexico.jpg) no-repeat 0 ; }
.dis-mexico a:hover { display: block; background: url(../storage/1/nav/text-nav-mexico.jpg) no-repeat -153px 0; }

/*************** /Disney Area ************************/



/***** Disney button positioning *****/
#leftcol-dis { width: 153px; height : 110px; float: left; clear: all; margin-right: 18px; }

#midcol-dis { width: 153px; height : 110px; float: left; }

#rightcol-dis { width: 153px; height : 110px; float: right; }
/***** /Disney button positioning *****/


/*************** promotions Area ************************/
#promotionsheader {width : 491px; height : 150px; background : url(../storage/1/promo-header.jpg) no-repeat 0 0; }

.school a { display:block; width:238px; height: 110px; background: url(../storage/1/nav-2/text-nav-school.jpg) no-repeat 0 0; }
.school a:hover { display: block; background: url(../storage/1/nav-2/text-nav-school.jpg) no-repeat -238px 0; }


.varietal a { display:block; width:238px; height: 110px; background: url(../storage/1/nav-2/text-nav-varietal.jpg) no-repeat 0 0; }
.varietal a:hover { display: block; background: url(../storage/1/nav-2/text-nav-varietal.jpg) no-repeat -238px 0; }

.fruitrition a { display:block; width:238px; height: 110px; background: url(../storage/1/nav-2/text-nav-fruitrition.jpg) no-repeat 0 0; }
.fruitrition a:hover { display: block; background: url(../storage/1/nav-2/text-nav-fruitrition.jpg) no-repeat -238px 0; }



.holidays a { display:block; width:238px; height: 110px; background: url(../storage/1/nav-2/text-nav-holidays.jpg) no-repeat 0 0; }
.holidays a:hover { display: block; background: url(../storage/1/nav-2/text-nav-holidays.jpg) no-repeat -238px 0; }


.calendar a { display:block; width:238px; height: 110px; background: url(../storage/1/nav-2/text-nav-calendar.jpg) no-repeat 0 0; }
.calendar a:hover { display: block; background: url(../storage/1/nav-2/text-nav-calendar.jpg) no-repeat -238px 0; }

.disney a { display:block; width:238px; height: 110px; background: url(../storage/1/nav-2/text-nav-disney.jpg) no-repeat 0 0; }
.disney a:hover { display: block; background: url(../storage/1/nav-2/text-nav-disney.jpg) no-repeat -238px 0; }


/*************** /promotions Area ************************/



/*************** commodities Area ************************/
#commoditiesheader {width : 491px; height : 150px; background : url(../storage/1/commodities-header.jpg) no-repeat 0 0; }

.apples a { display:block; width:153px; height: 110px; background: url(../storage/1/nav/text-nav-apples.jpg) no-repeat 0 0; }
.apples a:hover { display: block; background: url(../storage/1/nav/text-nav-apples.jpg) no-repeat -153px 0; }


.pears a { display:block; width:153px; height: 110px; background: url(../storage/1/nav/text-nav-pears.jpg) no-repeat 0 0; }
.pears a:hover { display: block; background: url(../storage/1/nav/text-nav-pears.jpg) no-repeat -153px 0; }

.cherries a { display:block; width:153px; height: 110px; background: url(../storage/1/nav/text-nav-cherries.jpg) no-repeat 0 0; }
.cherries a:hover { display: block; background: url(../storage/1/nav/text-nav-cherries.jpg) no-repeat -153px 0; }


/*************** /commodities Area ************************/

/*************** products area ************************/

.crunchpak a { display:block; width:238px; height: 133px; background: url(../storage/1/crunch-nav.jpg) no-repeat 0 0; }
.crunchpak a:hover { display: block; background: url(../storage/1/crunch-nav.jpg) no-repeat -237px 0; }


.grapple a { display:block; width:237px; height: 133px; background: url(../storage/1/grapple-nav.jpg) no-repeat 0 ; }
.grapple a:hover { display: block; background: url(../storage/1/grapple-nav.jpg) no-repeat -237px 0; }

.stone-fruit a { display:block; width:238px; height: 133px; background: url(../storage/1/stone-fruit-nav.jpg) no-repeat 0;}
.stone-fruit a:hover { display: block; background: url(../storage/1/stone-fruit-nav.jpg) no-repeat -237px 0;}

/*************** /products area ************************/

/*************** packaging Area ************************/

.apple-packaging a { display:block; width:238px; height: 110px; background: url(../storage/1/nav-2/text-nav-apple.jpg) no-repeat 0 ; }
.apple-packaging a:hover { display: block; background: url(../storage/1/nav-2/text-nav-apple.jpg) no-repeat -238px 0; }


#packaging-header {width : 770px; height : 275px; background : url(../storage/1/packaging-header.html) no-repeat 0 0; }

.pear-packaging a { display:block; width:238px; height: 110px; background: url(../storage/1/nav-2/text-nav-pear.jpg) no-repeat 0 0; }
.pear-packaging a:hover { display: block; background: url(../storage/1/nav-2/text-nav-pear.jpg) no-repeat -238px 0; }


.cherry-packaging a { display:block; width:238px; height: 110px; background: url(../storage/1/nav-2/text-nav-cherry.jpg) no-repeat 0 ; }
.cherry-packaging a:hover { display: block; background: url(../storage/1/nav-2/text-nav-cherry.jpg) no-repeat -238px 0; }



/***************  end packaging Area ************************/





/*************** health Area ************************/

.nutritional-facts a { display:block; width:238px; height: 110px; background: url(../storage/1/nav-2/text-nav-nutritional-facts.jpg) no-repeat 0 ; }
.nutritional-facts a:hover { display: block; background: url(../storage/1/nav-2/text-nav-nutritional-facts.jpg) no-repeat -238px 0; }


#health-header {width : 770px; height : 275px; background : url(../storage/1/health-header.jpg) no-repeat 0 0; }

.health-research a { display:block; width:238px; height: 110px; background: url(../storage/1/nav-2/text-nav-research.jpg) no-repeat 0 0; }
.health-research a:hover { display: block; background: url(../storage/1/nav-2/text-nav-research.jpg) no-repeat -238px 0; }


.health-moms a { display:block; width:238px; height: 110px; background: url(../storage/1/nav-2/text-nav-moms.jpg) no-repeat 0 ; }
.health-moms a:hover { display: block; background: url(../storage/1/nav-2/text-nav-moms.jpg) no-repeat -238px 0; }



/***************  end health Area ************************/


/*************** INTERNATIONAL Area ************************/

.export a { display:block; width:238px; height: 110px; background: url(../storage/1/nav-2/text-nav-export.jpg) no-repeat 0 ; }
.export a:hover { display: block; background: url(../storage/1/nav-2/text-nav-export.jpg) no-repeat -238px 0; }

.import a { display:block; width:238px; height: 110px; background: url(../storage/1/nav-2/text-nav-import.jpg) no-repeat 0 ; }
.import a:hover { display: block; background: url(../storage/1/nav-2/text-nav-import.jpg) no-repeat -238px 0; }
/*************** /INTERNATIONAL Area ************************/

/*************** export Area ************************/
#exportheader {width : 491px; height : 150px; background : url(../storage/1/globeheader.jpg) no-repeat 0 0; }

.export-packaging a { display:block; width:153px; height: 110px; background: url(../storage/1/nav/text-nav-packaging.jpg) no-repeat 0 0; }
.export-packaging a:hover { display: block; background: url(../storage/1/nav/text-nav-packaging.jpg) no-repeat -153px 0; }


.export-pos a { display:block; width:153px; height: 110px; background: url(../storage/1/nav/text-nav-pos.jpg) no-repeat 0 ; }
.export-pos a:hover { display: block; background: url(../storage/1/nav/text-nav-pos.jpg) no-repeat -153px 0; }

.export-news a { display:block; width:153px; height: 110px; background: url(../storage/1/nav/text-nav-new.jpg) no-repeat 0 ; }
.export-news a:hover { display: block; background: url(../storage/1/nav/text-nav-new.jpg) no-repeat -153px 0; }


/*************** /export Area ************************/


/*************** contact Area ************************/

.contact-staff a { display:block; width:238px; height: 110px; background: url(../storage/1/nav-2/text-nav-staff.jpg) no-repeat 0 0; }
.contact-staff a:hover { display: block; background: url(../storage/1/nav-2/text-nav-staff.jpg) no-repeat -238px 0; }


.contact-maps a { display:block; width:238px; height: 110px; background: url(../storage/1/nav-2/text-nav-maps.jpg) no-repeat 0 ; }
.contact-maps a:hover { display: block; background: url(../storage/1/nav-2/text-nav-maps.jpg) no-repeat -238px 0; }

.contact-email a { display:block; width:238px; height: 110px; background: url(../storage/1/nav-2/text-nav-email.jpg) no-repeat 0 ; }
.contact-email a:hover { display: block; background: url(../storage/1/nav-2/text-nav-email.jpg) no-repeat -238px 0; }



/*************** /contact Area ************************/

/*************** Promotional Calendar Area ************************/
table.frame { width: 770px;  }

td.date { border: 1px solid #202020; width: 192px; height : 150px; margin-right: 0px; }

.cal-header {padding-left : 10px; text-align : left;}
.month {padding-left : 5px; text-align : left;}
.date li {text-align : left;}


/*************** /Promotional Calendar Area ************************/

#leftcol { width: 237px; float: left; clear: all; margin-right: 29px; }

#midcol { width: 237px; float: left; }

#rightcol { width: 237px; float: right; }



.phone { color: #87b931; }

.mapit { padding-top: 8px; }

h4, .h4 { font-size: 140%; display: block; }

h5 {font-size : 120%; color : #A70017;}

#left3 {float : left; 550px; clear: both;}
#left { width: 225px; float: left; clear: both; border-right: 1px solid #202020; }
#left2 { width: 225px; float: left; clear: both; }


#right { width: 225px; float: right; }
#right2 {float : right; width : 770px; }

#sidebar a:link, #sidebar a:visited, #sidebar a:active { display: block; }



#horznav { margin-left: 120px; padding-top: 108px; }
#horznav li {display: inline; padding-right: 12px; padding-left: 15px;  padding-top: 6px; padding-bottom: 6px; }
#horznav li.line {display: inline; background: url(../storage/1/navline.gif) no-repeat 0 50%; padding-right: 7px; padding-left: 13px;  padding-top: 6px; padding-bottom: 6px; }

#horznav a:link, #horznav a:visited, #horznav a:active {color: #505050; text-decoration: none; }
#horznav a:hover {text-decoration: none; color: #990000; }

/* Double - Single Spacing */

body{font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif; font-size: 13px; text-align: left; line-height: 1.5em; background-color: #000; color: #C1C1C1; }
#double {font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif; font-size: 13px; text-align: left; line-height: 2.0em; background-color: #c0c0c0; color: #000000; }
#single {font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif; font-size: 13px; text-align: left; line-height: 1.0em; background-color: #c0c0c0; color: #000000; }

/* End Spacing Section */



/* THIS TURNS OFF ALL NAV SECTIONS ----------------------------------------------------- */


#sectionContent787054,
#sectionContent760005,
#sectionContent760006,
#sectionContent758640,
#sectionContent758590,
#sectionContent77883,
#sectionContent743938,
#sectionContent743977,
#sectionContent43762,

#sectionContent692867,
#sectionContent692927,
#sectionContent692959,
#sectionContent692960,
#sectionContent692961,
#sectionContent692962 { display: none; }



/* HOME PAGE ----------------------------------------------------- */



#modulePage1352659 #content { width: 770px; }
#modulePage1352659 #sidebar { display: none; }


/* CALENDAR ----------------------------------------------------- */



#modulePage1462249 #content { width: 770px; }
#modulePage1462249 #sidebar { display: none; }





/* COMPANY NAV ----------------------------------------------------- */

/*
#modulePage1352660 #sectionContent692867 { display: block; }
*/


#modulePage1352660 #content { width: 770px; }
#modulePage1352660 #sidebar { display: none; }

#modulePage1352662 #sectionContent692867 { display: block; }
#modulePage1352665 #sectionContent692867 { display: block; }
#modulePage1352666 #sectionContent692867 { display: block; }
#modulePage1762625 #sectionContent692867 { display: block; }


#modulePage1457526 #sectionContent692927 { display: block; }
/*
#modulePage1443909 #sectionContent692927 { display: block; }
*/

/* PRODUCTS NAV ----------------------------------------------------- */

#modulePage1352768 #sidebar { display: none; }
#modulePage1352768 #content { width: 770px; }

#modulePage1352777 #sectionContent692927 { display: block; }
#modulePage1352778 #sectionContent692927 { display: block; }
#modulePage1352779 #sectionContent692927 { display: block; }
#modulePage1762808 #sectionContent692927 { display: block; }
#modulePage2066059 #sectionContent692927 { display: block; }
#modulePage2066060 #sectionContent692927 { display: block; }
#modulePage2066061 #sectionContent692927 { display: block; }

/* PACKAGING NAV ----------------------------------------------------- */

#modulePage1521305 #sidebar { display: none; }
#modulePage1521305 #content { width: 770px; }





/* HEALTH NAV ----------------------------------------------------- */

#modulePage1443127 #content { width: 770px; }
#modulePage1443532 #sectionContent692959 { display: block; }
#modulePage1352899 #sectionContent692959 { display: block; }
#modulePage1422402 #sectionContent692959 { display: block; }
#modulePage1471641 #sectionContent692959 { display: block; }
#modulePage1516610 #sectionContent692959 { display: block; }

/*
#modulePage1352899 #sectionContent692959 { display: block; }
#modulePage1352816 #sectionContent692959 { display: block; }
#modulePage1352819 #sectionContent692959 { display: block; }
#modulePage1352820 #sectionContent692959 { display: block; }
#modulePage1422402 #sectionContent692959 { display: block; }
*/


/* RESOURCES NAV ----------------------------------------------------- */

#modulePage953234 #sectionContent692960 { display: block; }
#modulePage1352822 #sectionContent692960 { display: block; }
#modulePage1352823 #sectionContent692960 { display: block; }


/* PROMOTIONS NAV ----------------------------------------------------- */


#modulePage1443438 #sidebar { display: none; }
#modulePage1443438 #content { width: 770px; }




/* turns on programs nav */
#modulePage1443909 #sectionContent743977 { display: block; }
#modulePage1456919 #sectionContent743977 { display: block; }
#modulePage1456921 #sectionContent743977 { display: block; }
#modulePage1456923 #sectionContent743977 { display: block; }
#modulePage1472061 #sectionContent743977 { display: block; }
#modulePage1431984 #sectionContent743977 { display: block; }
#modulePage1443438 #sectionContent743977 { display: block; }
#modulePage1443897 #sectionContent743977 { display: block; }
#modulePage1443899 #sectionContent743977 { display: block; }
#modulePage1462249 #sectionContent743977 { display: block; }
#modulePage1431984 #sectionContent743977 { display: block; }
#modulePage1430859 #sectionContent743977 { display: block; }
#modulePage1433128 #sectionContent743977 { display: block; }
#modulePage1433127 #sectionContent743977 { display: block; }
#modulePage1517846 #sectionContent743977 { display: block; }
#modulePage1517856 #sectionContent743977 { display: block; }
#modulePage1517857 #sectionContent743977 { display: block; }
#modulePage1521455 #sectionContent743977 { display: block; }
#modulePage1521456 #sectionContent743977 { display: block; }
#modulePage1529100 #sectionContent743977 { display: block; }
#modulePage1762767 #sectionContent743977 { display: block; }
#modulePage2286592 #sectionContent743977 { display: block; }


/* turns on chelan fresh nav */
#modulePage1443909 #sectionContent760006 { display: block; }
#modulePage1456919 #sectionContent760006 { display: block; }
#modulePage1456921 #sectionContent760006 { display: block; }
#modulePage1456923 #sectionContent760006 { display: block; }
#modulePage1472061 #sectionContent760006 { display: block; }
#modulePage1443438 #sectionContent760006 { display: block; }
#modulePage1462249 #sectionContent760006 { display: block; }
#modulePage1517856 #sectionContent760006 { display: block; }
#modulePage1517857 #sectionContent760006 { display: block; }


/* turns on packaging nav */
#modulePage1443909 #sectionContent760005 { display: block; }
#modulePage1456919 #sectionContent760005 { display: block; }
#modulePage1456921 #sectionContent760005 { display: block; }
#modulePage1456923 #sectionContent760005 { display: block; }
#modulePage1472061 #sectionContent760005 { display: block; }
#modulePage1472112 #sectionContent760005 { display: block; }
#modulePage1472114 #sectionContent760005 { display: block; }
#modulePage1472110 #sectionContent760005 { display: block; }
#modulePage1443438 #sectionContent760005 { display: block; }
#modulePage1462249 #sectionContent760005 { display: block; }
#modulePage1517856 #sectionContent760005 { display: block; }





/* turns on Disney nav */
#modulePage1443909 #sectionContent758590 { display: block; }
#modulePage1456919 #sectionContent758590 { display: block; }
#modulePage1456921 #sectionContent758590 { display: block; }
#modulePage1456923 #sectionContent758590 { display: block; }
#modulePage1472061 #sectionContent758590 { display: block; }
#modulePage1431984 #sectionContent758590 { display: block; }
#modulePage1443438 #sectionContent758590 { display: block; }
#modulePage1443897 #sectionContent758590 { display: block; }
#modulePage1443899 #sectionContent758590 { display: block; }
#modulePage1462249 #sectionContent758590 { display: block; }
#modulePage1431984 #sectionContent758590 { display: block; }
#modulePage1430859 #sectionContent758590 { display: block; }
#modulePage1433128 #sectionContent758590 { display: block; }
#modulePage1433127 #sectionContent758590 { display: block; }
#modulePage1517846 #sectionContent758590 { display: block; }
#modulePage1517856 #sectionContent758590 { display: block; }
#modulePage1517857 #sectionContent758590 { display: block; }
#modulePage1521455 #sectionContent758590 { display: block; }
#modulePage1521456 #sectionContent758590 { display: block; }
#modulePage1529100 #sectionContent758590 { display: block; }
#modulePage1762767 #sectionContent758590 { display: block; }
#modulePage2286592 #sectionContent758590 { display: block; }



/* INTERNATIONAL NAV ----------------------------------------------------- */

/* EXPORT NAV --- */
#modulePage1443408 #sectionContent743938 {display : block;}
#modulePage1443408 #moduleContent2061011 {display : none;}

/* IMPORT NAV --- */
#modulePage2060999 #sectionContent743938 {display : block;}
#modulePage2060999 #moduleContent2061011 {display : none;}


#modulePage2061011 #sidebar { display: none; }
#modulePage2061011 #content {width : 770px;}


#modulePage1443406 #sidebar { display: none; }
#modulePage1443406 #content { width: 770px; }

/*
#modulePage1443408 #sidebar { display: none; }
#modulePage1443408 #content { width: 770px; }
*/


/* CONTACT NAV ----------------------------------------------------- */


#modulePage1443151 #sidebar { display: none; }
#modulePage1443151 #content { width: 770px; }


#modulePage1352839 #sectionContent692962 { display: block; }
#modulePage1443151 #sectionContent692962 { display: block; }
#modulePage1414020 #sectionContent692962 { display: block; }
#modulePage1352664 #sectionContent692962 { display: block; }
#modulePage1352663 #sectionContent692962 { display: block; }




/*
#modulePage1352663 #sectionContent692962 { display: block; }
#modulePage1352839 #sectionContent692962 { display: block; }
#modulePage1414020 #sectionContent692962 { display: block; }
*/




/* programs */

#modulePage1425133 #sectionContent692961 { display: block; }
#modulePage834110 #sectionContent692961 { display: block; }
#modulePage1355809 #sectionContent692961 { display: block; }
#modulePage1355778 #sectionContent692961 { display: block; }



#slidedownaaa  {background : url (../storage/1/slidedown.jpg) no-repeat;}


/*

.slidedownb a:link {background : url (/storage/1/slidedownblank.jpg) no-repeat;}
.slidedownb a:visited {background : url (/storage/1/slidedownblank.jpg) no-repeat;}
.slidedownb a:hover {background : url (/storage/1/slidedownblank.jpg) no-repeat;}
.slidedownb a:active {background : url (/storage/1/slidedownblank.jpg) no-repeat;}

*/








#active-module-marker { display: none; }

body { height: 100%; margin: 0 auto 0 auto; text-align: center; background: #000 url(../storage/1/background.jpg) repeat-x top; }

/*
-----------------------------------------------
Main Header Image
----------------------------------------------- */

#canvasWrapper { width: 852px; margin: 0 auto 0 auto; border-top: none; border-bottom: none; background: url(../storage/1/header.jpg) no-repeat top; height: 400px; }
#canvas { }


/*
-----------------------------------------------
Pear Header Image
----------------------------------------------- */



#modulePage1352778 #canvasWrapper { width: 852px; margin: 0 auto 0 auto; border-top: none; border-bottom: none; background: url(../storage/1/header-pear.jpg) no-repeat top; height: 400px; }
#canvas { }

/*
-----------------------------------------------
Cherry Header Image
----------------------------------------------- */


#modulePage1352779 #canvasWrapper { width: 852px; margin: 0 auto 0 auto; border-top: none; border-bottom: none; background: url(../storage/1/header-cherry.jpg) no-repeat top; height: 400px; }
#canvas { }




#contentWrapper { }
#content { float: left; width: 496px; overflow: hidden; margin-top: 0px; line-height: 2.1em; }

#pageBodyWrapper { width: 100%; }
#pageBody { width: 772px; min-height: 400px; margin: 0 auto 0 auto; text-align: left; }

#pageFooterWrapper { clear: both; width: 100%; }
#pageFooter { width: 772px; margin: 0 auto 0 auto; text-align: left; }

#pageHeaderWrapper { width: 100%; }
#pageHeader { width: 852px; margin: 0 auto 0 auto; text-align: left; }

#sidebarWrapper { }
#sidebar { float: right; width: 236px; overflow: hidden; margin-top: 0px; }

#siteTitle { display: inline; }
#siteSubtitle { }

textarea {  }

/* ------------------------------------------------------------------------------------------------

   squarespace management system css definitions

------------------------------------------------------------------------------------------------ */

@media screen {

#siteNoticeArea {

}

#siteNoticeAreaWrapper {
    position:           fixed;
    left:               0px;
    top:                0px;
    z-index:            4950;
    font-family:  Tahoma, Arial, Helvetica, Geneva, sans-serif !important;
    text-transform: none !important;
    text-decoration:    none !important;
    text-align:         left !important;
    font-size:          9px !important; 
    font-style:   normal !important;
    line-height:        11px !important;
    letter-spacing:   normal !important;
    color:    #F2F2F2 !important;
    width:    100%;
    height: 42px;
    background:   #353535;
}


#siteMemberNoticeAreaWrapper {
    position:           fixed;
    top:    0px;
    right:    0px;
    z-index:            4950;
    font-family:  Tahoma, Arial, Helvetica, Geneva, sans-serif !important;
    text-transform: none !important;
    text-decoration:    none !important;
    text-align:         left !important;
    font-size:          9px !important; 
    font-style:   normal !important;
    line-height:        11px !important; 
    letter-spacing:   normal !important;
    color:    #F2F2F2 !important;
    min-width:    210px;
    background: #353535 !important;
}
  
#noticeAreaLogin a { 
    padding:    8px 11px 11px 46px;
    float:    left;
    background:   transparent url(../layout/managementSystems/gray/website-manager.png) no-repeat 2px 1px;
    margin-left:  4px;
    display:    block;
    -moz-outline: 0;
}
 
  
.noticeAreaManagerLogo { float: left; padding: 0; }
.noticeAreaManagerLink { float: left; height: 42px; } 
.noticeAreaManagerLink a { color: #f2f2f2; -moz-outline: 0; background-position: 4px 4px; background-repeat: no-repeat; padding: 0 6px 0 38px; height: 42px; display: block;  }
.noticeAreaManagerLink a:hover { color: white; background-position: 4px -30px; }
#noticeAreaManagerLink-configure a { background-image: url(../layout/managementSystems/gray/manager-icon-configure.png); }
#noticeAreaManagerLink-user a { background-image: url(../layout/managementSystems/gray/manager-icon-user.png); }
#noticeAreaManagerLink-return a { background-image: url(../layout/managementSystems/gray/manager-icon-return.png); }
.noticeAreaManagerLink a div { font-size: 11px; font-family: Arial; padding: 15px 6px 0 0; } 

#noticeAreaMode-preview a { width: 120px; }
  
#noticeAreaManagerLink-logout a { padding-left: 0px; }
#noticeAreaManagerLink-logout a div { padding: 5px 0 5px 10px; margin-top: 10px; border-left: 1px dotted #555; }
 
.management-strip {  color: #f2f2f2; position: absolute; overflow: hidden; left: 0px; top: 42px; display: block; line-height: 17px; }
.management-strip .outerWrapper { background: url(../universal/images/manager/manager-bg.png) top left repeat-x; height: 230px; }
.management-strip .innerWrapper { background: url(../universal/images/manager/manager-big-brand.png) 98% 0% no-repeat; padding: 25px 0 25px 0; height: 230px; } 
.management-strip .innerContent { width: 1300px; } 
   
.management-strip .management-section { float: left; padding-right: 15px; letter-spacing: 0px; margin-right: 15px; border-right: 1px dotted #303030; width: 122px; height: 108px; text-align: left !important; }
.management-strip .management-section-short { width: 200px; }
  
.management-strip .management-section-last { border-right: 0px;  }
.management-strip .management-section .section-title { height: 25px; font: 13px Arial; font-size: 13px; padding: 0px 0px 5px 6px; }
.management-strip .management-section a { width: 114px; -moz-outline: 0; text-transform: none !important; border-bottom: 0px !important; text-decoration: none !important; line-height: 16px !important; font: 11px Arial !important; color: #c9c9c9 !important; display: block; padding: 3px 3px 3px 6px !important; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.management-strip .management-section-short a { float: left; width: 88px; }
  
.management-strip .management-section a:hover { color: #ffffff; border-bottom: 0px !important;  background: #151515; }
.management-strip .management-section .active-section { color: #ffffff; background: #050505; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.management-strip #manager-return-button { -moz-outline: 0; background: url(../universal/images/manager/manager-back-button.png) 0px 0px no-repeat; display: block; height: 62px; width: 47px; }  
.management-strip #manager-return-button:hover {  background-position: 0px -62px; } 
  
  
#member-management-strip .outerWrapper { padding: 20px 0 25px 0; }
#member-management-strip .management-section { float: left; padding-left: 20px; paddig-top: 20px; margin-right: 15px; width: 160px; height: 140px;  }
#member-management-strip .management-section a { width: 160px;  } 
  
   
  
   
#noticeAreaLogin a:hover {
    background:   transparent url(../layout/managementSystems/gray/website-manager.png) no-repeat 2px -37px;
}

#noticeAreaProfileSection {
    padding:    8px 11px 11px 46px;
    float:    left;
    background:   transparent url(../layout/managementSystems/gray/user.png) no-repeat 2px 1px;
    margin-left:  4px;
} 
  
#noticeAreaReturnToSite a { 
    padding:    8px 11px 11px 46px;
    float:    left;
    background:   transparent url(../layout/managementSystems/gray/user-website.png) no-repeat 2px 1px;
    margin-left:  4px;
    display:    block;
    -moz-outline: 0;
}
#noticeAreaReturnToSite a:hover {
    background:   transparent url(../layout/managementSystems/gray/user-website.png) no-repeat 2px -37px;
}

#noticeAreaContentSubscribed {
    padding:    8px 11px 11px 46px;
    float:    left;
    background:   transparent url(../layout/managementSystems/gray/subscription-on.png) no-repeat 2px 1px;
    margin-left:  4px;
}

#noticeAreaContentUnSubscribed {
    padding:    8px 11px 11px 46px;
    float:    left;
    background:   transparent url(../layout/managementSystems/gray/subscription-off.png) no-repeat 2px 1px;
    margin-left:  4px;
}

.noticeAreaWarning a {
    padding:    8px 11px 11px 46px;
    float:    right;
    background:   transparent url(../layout/managementSystems/gray/warning.png) no-repeat 2px 1px;
    margin-left:  4px;
    display:    block;
    -moz-outline: 0;
}

.noticeAreaWarning a:hover {
    background:   transparent url(../layout/managementSystems/gray/warning.png) no-repeat 2px -37px;
}

.noticeAreaHelp a {
    padding:    8px 11px 11px 28px;
    float:    right;
    background:   transparent url(../layout/managementSystems/gray/help.png) no-repeat 2px 1px;
    margin-left:  4px;
    display:    block;
    -moz-outline: 0; 
}

.noticeAreaHelp a:hover {
    background:   transparent url(../layout/managementSystems/gray/help.png) no-repeat 2px -37px;
} 

#noticeAreaMode-preview a {
    background:   transparent url(../layout/managementSystems/gray/configure-preview.png) no-repeat 2px 1px;
}
#noticeAreaMode-preview a:hover, #noticeAreaMode-preview.active-mode a {
    background:   transparent url(../layout/managementSystems/gray/configure-preview.png) no-repeat 2px -37px;
}
 
#noticeAreaMode-style a { 
    background:   transparent url(../layout/managementSystems/gray/configure-style.png) no-repeat 2px 1px;
}
#noticeAreaMode-style a:hover, #noticeAreaMode-style.active-mode a {
    background:   transparent url(../layout/managementSystems/gray/configure-style.png) no-repeat 2px -37px;
}
  
#noticeAreaMode-structure a {
    background:   transparent url(../layout/managementSystems/gray/configure-structure.png) no-repeat 2px 1px;
} 
#noticeAreaMode-structure a:hover, #noticeAreaMode-structure.active-mode a {
    background:   transparent url(../layout/managementSystems/gray/configure-structure.png) no-repeat 2px -37px;
}
  
#noticeAreaMode-content a {
    background:   transparent url(../layout/managementSystems/gray/configure-content.png) no-repeat 2px 1px;
}
#noticeAreaMode-content a:hover, #noticeAreaMode-content.active-mode a {
    background:   transparent url(../layout/managementSystems/gray/configure-content.png) no-repeat 2px -37px;
}
  
#noticeAreaIcon-help {
    height: 54px;
    width: 54px; 
    position: absolute;
    display:    block;
    -moz-outline: 0;  
}

#noticeAreaIcon-help {
    background:   transparent url(../layout/managementSystems/gray/configure-help.png) no-repeat 0px 0px;
}
#noticeAreaIcon-help:hover, #noticeAreaIcon-help.active-mode {
    background:   transparent url(../layout/managementSystems/gray/configure-help.png) no-repeat 0px -53px;
}
  
.noticeAreaConfigure {
    display:  block; 
    float:     right; 
    height:   42px;
    width:    50px;
}
  
.noticeAreaConfigure a {
    padding:        8px 11px 11px 44px;
    margin-left:    4px;
    display:        block;
    -moz-outline:   0;
}

#siteNoticeAreaLogo {
    background:         transparent url(../universal/images/manager/squarespace-logo.png) no-repeat 0px 2px;
    height:             40px;
    width:              160px;
    padding-right:      20px;
    display:            inline;
    float:              right;
    cursor:             pointer;
}
 

/* ---- inline management links ---------------------------------------------------------------- */

.adminLinkTableWrapper, .structureLinkTableWrapper {
    clear:   both;
    display: none;
    line-height:        20px !important;
    height:             20px;
}

.adminLinkTable {
    clear:   both;
    display: none;
    line-height:        20px !important;
} 

.adminSegmentBoxBegin {
    background:         transparent url(../layout/managementSystems/gray/admin-left.png) no-repeat bottom left;
    line-height:        20px !important;
    width:              16px !important;
}

.adminSegmentBoxContent {
    background:         transparent url(../layout/managementSystems/gray/admin-middle.png) repeat-x bottom left;
    line-height:        20px !important;
    color:              white !important;
    text-align:         left !important;
    padding-right:      2px !important;
}

.adminSegmentBoxEnd {
    background:         transparent url(../layout/managementSystems/gray/admin-right.png) no-repeat bottom right;
    line-height:        20px !important;
    width:              6px !important;
}
 
.adminContentMessage {
    padding: 1em 0 1em 0;
    clear: both;
}

/* ---- link coloring -------------------------------------------------------------------------- */

.adminSegmentBoxContent, .adminSegmentBoxBegin, .adminSegmentBoxEnd {
    font-family:  Tahoma, Arial, Helvetica, Geneva, sans-serif !important;
    text-transform: none !important;
    text-decoration:    none !important;
    color:              #F2F2F2 !important;
    background-color: transparent !important;
    border:   0 !important;
    font-weight:  normal !important;
    font-style:   normal !important;
    font-size:    10px !important;
    letter-spacing: 0 !important;
    line-height:  auto !important;
}

.adminSegmentBoxContent a:link, .adminSegmentBoxContent a:visited, .adminSegmentBoxContent a:active {
    font-family:  Tahoma, Arial, Helvetica, Geneva, sans-serif !important;
    text-transform: none  !important;
    text-decoration:    none  !important;
    color:              #F2F2F2 !important;
    background-color: transparent !important;
    border:   0 !important;
    font-weight:  normal !important;
    font-style:   normal !important;
    font-size:    10px !important;
    letter-spacing: 0 !important;
    line-height:  auto !important;
}

.adminSegmentBoxContent a:hover {
    font-family:  Tahoma, Arial, Helvetica, Geneva, sans-serif !important;
    text-transform: none  !important;
    text-decoration:    none !important;
    color:              white !important;
    background-color: transparent !important;
    border:   0 !important;
    font-weight:  normal !important;
    font-style:   normal !important;
    font-size:    10px !important;
    letter-spacing: 0 !important;
    line-height:  auto !important;
}

#siteNoticeArea a:link, #siteNoticeArea a:visited, #siteNoticeArea a:active, #siteMemberNoticeArea a:link, #siteMemberNoticeArea a:visited, #siteMemberNoticeArea a:active {
    font-family:  Tahoma, Arial, Helvetica, Geneva, sans-serif !important;
    text-transform: none !important;
    text-decoration:    none !important;
    color:              #F2F2F2 !important;
    background-color: transparent !important;
    border:   0 !important;
    font-weight:  normal !important;
    font-style:   normal !important;
    font-size:    10px !important;
    letter-spacing: 0 !important;
}

#siteNoticeArea a:hover, #siteMemberNoticeArea a:hover {
    font-family:  Tahoma, Arial, Helvetica, Geneva, sans-serif !important;
    text-transform: none !important;
    text-decoration:    none !important;
    color:              white !important;
    background-color: transparent !important;
    border:   0 !important;
    font-weight:  normal !important;
    font-style:   normal !important;
    font-size:    10px !important;
    letter-spacing: 0 !important;
}


/* --- framewindow elements ------------------------------------------------------- */

  
a.button {
    background: transparent url(../universal/images/button/button-a.png) no-repeat scroll top right !important;
    color: #151515 !important;
    display: block;
    float: left;
    font: 12px arial, sans-serif !important;
    height: 24px !important;
    line-height: 18px  !important;
    margin-right: 6px !important;
    padding: 0 16px 0 0 !important;
    text-decoration: none !important;
    border: 0 !important;
}

a.button-important {
    font-weight: bold !important; 
}

a.button span {
    background: transparent url(../universal/images/button/button-span.png) no-repeat !important;
    display: block;
    line-height: 14px !important;
    padding: 5px 0 5px 18px !important;
    letter-spacing: 0px !important;
}
 
a.button:active {
    background-position: bottom right;
    color: #000;
    -moz-outline: 0;
}
 
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px !important;
}
    
a.button-disabled {
    background: transparent url(../universal/images/button/button-a.png) no-repeat scroll top right;
    color: #777777 !important;
    display: block;
    float: left;
    font: 12px arial, sans-serif !important;
    height: 24px !important;
    line-height: 18px  !important;
    margin-right: 6px !important;
    padding: 0 16px 0 0 !important;
    text-decoration: none !important;
}
a.button-disabled span {
    background: transparent url(../universal/images/button/button-span.png) no-repeat;
    display: block;
    line-height: 14px !important;
    padding: 5px 0 5px 18px !important;
}
  
  
.adminEditingControlsTitle { font-weight: bold !important; padding-bottom: 8px !important; font-size: 14px !important; font-family: Arial !important; letter-spacing: -1px !important; line-height: 18px !important; }
.adminEditingControlTitle { font-weight: bold; padding-bottom: 4px; padding-top: 4px; font-size: 9px; color: white !important; }
.adminEditingControlText { width: 298px; background: white !important; color: #303030 !important; border: 1px solid #484848 !important; font-family: Tahoma !important; font-size: 9px !important; padding: 3px !important;  }
.adminEditingControlTextarea { width: 298px; background: white !important; color: #303030 !important; height: 35px !important; border: 1px solid #484848 !important; font-family: Tahoma !important; font-size: 9px !important; padding: 3px !important;  }
.adminEditingControlCheckbox { padding: 0 !important; margin: 0 !important; }

 
.content-editable .content-draggable-element { 
  border:     1px dotted #ccc;
  cursor:     move;
}
.content-editable .content-dragged-element {
  border:     1px dotted #D56400;
  opacity:    .75; filter:alpha(opacity=75);
}
.content-editable .content-draggable-boundary {
  height:     10px;
  list-style-type:  none;
  background:     transparent;
}
.content-editable .structure-draggable-boundary {
  display:    none;
}

.structure-editable .structure-draggable-element {
  border:     1px dotted #ccc;
  cursor:     move;
}
.structure-editable .structure-dragged-element {
  border:     1px dotted #D56400;
  opacity:    .75; filter:alpha(opacity=75);
}
.structure-editable .structure-draggable-boundary {
  height:     10px;
  list-style-type:  none;
  background:     transparent;
}
.structure-editable .content-draggable-boundary {
  display:    none;
}

.site-preview .structure-draggable-boundary, .site-preview .content-draggable-boundary, .site-preview .empty-list-notice {
  display:    none;
}

.structure-editable .empty-list-notice, .content-editable .empty-list-notice {
  padding-bottom: 15px;
  font-size: 11px;
}

.structure-no-content-notice, .content-no-content-notice {
  display: none;
}
.structure-editable .structure-no-content-notice {
  display: block;
}
.content-editable .content-no-content-notice {
  display: block;
}
  
  
.hovering-strip-focused { border: 1px solid #434343 !important; }  

.helptip-container {
    width: 300px;
    color: white;
    z-index: 1000;
    position: absolute;
    cursor: pointer;
    display: none;
}

.helptip-title-wrapper {
    color: white;
}

.helptip-title {
    background: url(../universal/images/helptip-bg-300.png) top left;
    padding: 15px;
    font-size: 14px;
    color: white !important;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    letter-spacing: -1px;
    display: block;
    height: 14px;
}

.helptip-text {
    background: url(../universal/images/helptip-bg-300.png) bottom left;
    font-size: 11px;
    line-height: 14px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    padding: 0 15px 15px 15px;
}
    
.helptip-style-dialog {
  width:      330px;
  color:      white;
  z-index:    1000;
  position:   absolute;
  top: 0;
  left: 0;
  display:    none;
  font-family:    Arial, Verdana, Helvetica, sans-serif  !important;
  line-height: normal !important;
  font-style: normal !important;
  text-transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.helptip-style-dialog .helptip-title-wrapper {
  background: transparent url(../universal/images/helptip-bg-330.png) top left;
  padding: 3px;
}

.helptip-style-dialog .helptip-title {
  background: transparent url(../universal/images/helptip-warning.png) 5px 5px no-repeat;
  padding: 15px 15px 8px 50px;
  font-size:    14px;
  font-weight:    bold;
  letter-spacing:   -1px;
  text-align: left !important;
}

.helptip-style-dialog .helptip-text {
  background:  transparent url(../universal/images/helptip-bg-330.png) bottom left;
  padding:    0 15px 20px 53px;
  font-size:    11px !important;
  letter-spacing: 0px !important;
  text-align: left !important;
}
  
#management-container-frame {
  position: relative;
  top: -10px;
  left: -72px;
  border: 0px;
}

#management-container-tabs {
  float: right;
}

#management-container {
  color: white;
  background: #252525 !important;
  text-align: left !important;
  border: 0 !important;
  font-family: Arial !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-transform: none !important;
  line-height: 1em !important;
}

#management-container-header {
  padding:    20px 20px 20px 72px !important;
  font-size:    16px !important;
  line-height:    18px !important;
  font-weight:    bold !important;
  font-family:    Arial, Verdana, Helvetica, sans-serif !important;
  letter-spacing:   -1px !important;
}

.management-container-subtitle {
  font-size:    11px !important;
  line-height:    12px !important;
  padding-top: 3px !important;
  font-weight: normal !important;
  letter-spacing: 0px !important;
  color: #B6B6B6 !important;
}
  
  
#appearance-container-frame {
  position: relative;
  top: -10px;
  left: -72px;
  border: 0px;
}

#appearance-container-tabs, #help-container-tabs {
  position: relative;
  top: -33px;
  left: 200px;
}

.appearance-container {
  color: white;
  background: #252525 !important;
  text-align: left !important;
  border: 0 !important;
  font-family: Arial !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-transform: none !important;
  line-height: 1em !important;
}

.appearance-container-header {
  padding:    20px 20px 20px 72px !important;
  font-size:    16px !important;
  line-height:    18px !important;
  font-weight:    bold !important;
  font-family:    Arial, Verdana, Helvetica, sans-serif !important;
  letter-spacing:   -1px !important;
  color: white !important;
}

.appearance-container-subtitle {
  font-size:    11px !important;
  line-height:    12px !important;
  padding-top: 3px !important;
  font-weight: normal !important;
  letter-spacing: 0px !important;
  color: #B6B6B6 !important;
  height: 12px;
  overflow: hidden;
}
  
a.appearance-container-link {
  -moz-outline: 0;
  color: #9F9F9F !important;
  background: transparent !important;
  border: 0 !important;
  text-decoration: none !important;
  font-family: Arial !important;
  font-size:    16px !important;
  font-weight: bold !important;
  line-height: 1em !important;
  font-style: normal !important;
  text-transform: none !important;
  letter-spacing: -1px !important;
  margin: 0 !important;
  padding: 0 !important;
}
a.appearance-container-link:hover {
  -moz-outline: 0;
  color: white !important;
background: transparent !important;
  border: 0 !important;
  text-decoration: none !important;
  font-family: Arial !important;
  font-size:    16px !important;
font-weight: bold !important;
line-height: 1em !important;
font-style: normal !important;
text-transform: none !important;
letter-spacing: -1px !important;
margin: 0 !important;
padding: 0 !important;
}
a.appearance-container-link-selected, a.appearance-container-link-selected:hover {
  -moz-outline: 0;
  color: white !important;
  background: transparent !important;
  border: 0 !important;
  text-decoration: none !important;
  font-family: Arial !important;
  font-size:    16px !important;
font-weight: bold !important;
line-height: 1em !important;
font-style: normal !important;
text-transform: none !important;
letter-spacing: -1px !important;
margin: 0 !important;
padding: 0 !important;
}

  
a.video-container-link {
  -moz-outline: 0;
  color: #9F9F9F !important;
  background: transparent !important;
  border: 0 !important;
  text-decoration: none !important;
  font-family: Arial !important;
  font-size:    14px !important;
  font-weight: bold !important;
  line-height: 1em !important;
  font-style: normal !important;
  text-transform: none !important;
  letter-spacing: -1px !important;
  margin: 0 !important;
  padding: 0 15px 0 0 !important;
}
a.video-container-link:hover {
  -moz-outline: 0;
  color: white !important;
  background: transparent !important;
  border: 0 !important;
  text-decoration: none !important;
  font-family: Arial !important;
  font-size:    14px !important;
  font-weight: bold !important;
  line-height: 1em !important;
  font-style: normal !important;
  text-transform: none !important;
  letter-spacing: -1px !important;
  margin: 0 !important;
  padding: 0 15px 0 0 !important;
}
a.video-container-link-selected, a.video-container-link-selected:hover {
  -moz-outline: 0;
  color: white !important;
  background: transparent !important;
  border: 0 !important;
  text-decoration: none !important;
  font-family: Arial !important;
  font-size:    14px !important;
  font-weight: bold !important;
  line-height: 1em !important;
  font-style: normal !important;
  text-transform: none !important;
  letter-spacing: -1px !important;
  margin: 0 !important;
  padding: 0 15px 0 0 !important;
}
  

.configuration-container-error-text {
  color: #ffeea0;
}
  
.configuration-container {
  color:      white;
  z-index:    12000;
  position:   absolute; 
  display:    none;
}
.configuration-container .configuration-container-frame {
  height:     420px;
  border:     0;
  visibility:   hidden;
}
.configuration-container #configuration-container-title-wrapper {
  text-align:   left !important;
}
.configuration-container #configuration-container-title {
  padding:    20px 20px 20px 72px;
  font-size:    16px;
  line-height:    18px;
  font-weight:    bold;
  font-family:    Arial, Verdana, Helvetica, sans-serif;
  letter-spacing:   -1px;
  text-align:   left !important;
}
.configuration-container .configuration-container-subtitle {
  font-size:    9px;
  line-height:    12px;
  text-align:   left !important;
}
.configuration-container .configuration-container-text {
  padding:    0 15px 15px 15px;
}
.configuration-container #configuration-container-frame-wrapper {
  background:   #252525;
  height:     1px;
  overflow:     hidden;
  border:     0;
}
.configuration-container .configuration-container-footer {
  line-height:    3px;
  font-size:    1px;
  overflow:   hidden;
  height:     3px;
  text-align:   left !important;
}
.configuration-container #configuration-container-footer-buttons {
  padding:    20px 20px 17px 20px;
  line-height:    16px;
  font-size:    14px;
  height: 26px;
}

.configuration-container-w600 {
  width:      600px;
}  
.configuration-container-w600 .configuration-container-frame {
  width:      600px; 
}
.configuration-container-w600 #configuration-container-frame-wrapper {
  width:      600px;
}
.configuration-container-w600 .configuration-container-footer {
  background:   url(../universal/images/helptip-bg-600.png) bottom left;
}
.configuration-container-w600 #configuration-container-title-wrapper {
  width:        600px;
  background:   url(../universal/images/helptip-bg-600.png) top left;
}
.configuration-container-w600 #configuration-container-text {
  background:   url(../universal/images/helptip-bg-600.png) bottom left;
}
  
  
.configuration-container-w750 {
  width:      750px;
}  
.configuration-container-w750 .configuration-container-frame {
  width:      750px; 
}
.configuration-container-w750 #configuration-container-frame-wrapper {
  width:      750px;
}
.configuration-container-w750 .configuration-container-footer {
  background:   url(../universal/images/helptip-bg-750.png) bottom left;
}
.configuration-container-w750 #configuration-container-title-wrapper {
  width:        750px;
  background:   url(../universal/images/helptip-bg-750.png) top left;
}
.configuration-container-w750 #configuration-container-text {
  background:   url(../universal/images/helptip-bg-750.png) bottom left;
}
  
.helptip-style-dialog-wide {
    width: 400px;
    color: white;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    font-family: Arial, Verdana, Helvetica, sans-serif !important;
    line-height: normal !important;
    font-style: normal !important;
    text-transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.helptip-style-dialog-wide .helptip-title-wrapper {
    background: transparent url(../universal/images/helptip-bg-400-pointer.png) top left;
    padding: 20px 3px 3px 3px;
}

.helptip-style-dialog-wide .helptip-title {
    background: transparent url(../universal/images/helptip-warning.png) 5px 5px no-repeat;
    padding: 15px 15px 8px 50px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;
}

.helptip-style-dialog-wide .helptip-text {
    background: transparent url(../universal/images/helptip-bg-400.png) bottom left;
    padding: 0 15px 20px 53px;
    font-size: 11px !important;
    letter-spacing: 0px !important;
}
  
.page-element-disabled {
    opacity: .5; filter:alpha(opacity=50);
}

.conditionallyVisibleContainer {
    opacity: .5; filter:alpha(opacity=50); 
}
  
.configuration-container-tabs {
  float: right;
  width: 400px;
  height: 30px;
  position: absolute;
  top: 40px;
  right: 10px;
}

a.configuration-container-tab {
    background: transparent url(../universal/images/manager/tab-a-active.png) no-repeat scroll top right !important;
    color: #efefef !important;
    display: block;
    margin-right: 8px;
    font: 13px arial, sans-serif !important;
    height: 30px !important;
    line-height: 24px  !important; 
    margin-right: 6px !important;
    padding: 0 10px 0 0 !important;
    text-decoration: none !important;
    -moz-outline: 0;
    border: 0 !important;
    float: right;
}

a.configuration-container-tab span {
    background: transparent url(../universal/images/manager/tab-span-active.png) no-repeat !important;
    display: block; 
    line-height: 20px !important;
    padding: 5px 0 5px 12px !important;
    letter-spacing: -1px !important;
    -moz-outline: 0;
}
  
a.configuration-container-tab-inactive { 
    background: transparent url(../universal/images/manager/tab-a-inactive.png) no-repeat scroll top right !important;
    color: #999 !important;
    display: block;
    font: 13px arial, sans-serif !important;
    height: 30px !important;
    line-height: 24px  !important; 
    margin-right: 6px !important;
    padding: 0 10px 0 0 !important;
    text-decoration: none !important;
    -moz-outline: 0;
    border: 0 !important;
    float: right;
}

a.configuration-container-tab-inactive span {
    background: transparent url(../universal/images/manager/tab-span-inactive.png) no-repeat !important;
    display: block; 
    line-height: 20px !important;
    padding: 5px 0 5px 12px !important;
    letter-spacing: -1px !important;
    -moz-outline: 0;
}   
  
.squarespace-selector-dialog .file-select-left-column { float: left; width: 120px; text-align: right; padding-right: 20px; margin-top: -2px; color: #ddd; font-family: 'Lucida Sans Unicode','Lucida Grande',Tahoma,sans-serif; font-size: 12px; line-height: 1.8em;}
.squarespace-selector-dialog .file-select-right-column { float: left; font: 11px Arial; color: #ddd; line-height: 16px; }
.squarespace-selector-dialog #squarespace-file-select-url { width: 300px; } 
.squarespace-selector-dialog #squarespace-file-select-description { width: 165px; }
.squarespace-selector-dialog .file-select-block { float: left; padding: 0 0 15px 20px; }
.squarespace-selector-dialog .file-select-location-strip { height: 220px; padding: 20px 0 0 0; background: #101010; }
.squarespace-selector-dialog a.file-select-category-option { -moz-outline: 0; display: block; text-align: right; color: #aaa; margin-bottom: 5px; background: transparent !important; text-decoration: none !important; border: 0 !important; } 
.squarespace-selector-dialog a.file-select-category-option:hover { color: #fff; border: 0 !important; } 
.squarespace-selector-dialog .file-select-title { color: #eee; font: 16px Arial; font-weight: bold; letter-spacing: -1px; background: transparent url('../universal/images/manager/dialog-create-link.png') 18px 13px no-repeat; padding: 14px 0 14px 54px; }
.squarespace-selector-dialog .file-select-title-strip { background: transparent url('../universal/images/helptip-bg-550-dark.png') top left no-repeat;  } 
.squarespace-selector-dialog .file-select-button-strip { background: transparent url('../universal/images/helptip-bg-550-dark.png') bottom left no-repeat; }
.squarespace-selector-dialog .file-select-field-title { color: #eee; font: 10px Arial; font-weight: bold; padding: 0 0 2px 0; }
.squarespace-selector-dialog .file-select-field-text { margin-bottom: 6px; }
.squarespace-selector-dialog .file-select-category-active { color: #fff !important; }
.squarespace-selector-dialog .file-select-button-strip { padding: 15px 0 0 15px; height: 40px; clear: both; }
.squarespace-selector-dialog { position: absolute; top: 42px; left: 0px; width: 550px; z-index: 10000; overflow: hidden; text-align: left; }
.squarespace-selector-dialog strong { color: white; }
  
  
.configuration-container-image-tabs {
  float: right;
  width: 400px;
  height: 54px;
  position: absolute;
  top: 8px;
  right: 10px;
}
  
 a.configuration-container-image-tab {
    color: #efefef !important;
    display: block;
    margin-right: 8px;
    font: 13px arial, sans-serif !important;
    line-height: 24px  !important; 
    margin-right: 6px !important;
    padding: 0 0 0 0 !important;
    text-decoration: none !important;
    -moz-outline: 0;
    border: 0 !important;
    float: right;
    background-position: 0 -54px;
}
  
a.configuration-container-image-tab-inactive { 
    color: #999 !important;
    display: block;
    font: 13px arial, sans-serif !important;
    line-height: 24px  !important; 
    margin-right: 6px !important;
    padding: 0 0 0 0 !important;
    text-decoration: none !important;
    -moz-outline: 0;
    border: 0 !important;
    float: right;
    background-position: 0 0;
}
  
}
