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

   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: 25px; }
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; height: 100px; padding: 3px; width: 452px; height: 120px; }
select {  background: #FFFFFF; color: #000000;  font: 8pt 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(../images/folder-contract.png) center left no-repeat; padding-left: 15px; }
.verticalNavigationBar .folder-open ul { }
.verticalNavigationBar .folder-closed a.folder-link{ background: transparent url(../images/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: #E5A100; color: #32768F; padding: 15px; margin-top: 1em; }
.error-text, .error-text a:link, .error-text a:visited, .error-text a:active, .error-text a:hover { color: #E5A100; }
.faded-text { color: #B0B0B0; }

.offsite-link {         background: transparent url(../images/open-off-site.png) center left no-repeat; padding-left: 12px; margin-right: 1px; }
.offsite-link-inline {  background: transparent url(../images/open-off-site.png) center right no-repeat; padding-right: 12px; margin-right: 1px; }
 .folder-link-expand {   background: transparent url(../images/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(../images/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-center { float: center; margin: 0px 0px 8px 10px; 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: #E5A100; }
.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: 10px; }
.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(../images/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(../images/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(../images/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; }

  



/* --- 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(../images/date.png) top left no-repeat; }
.permalink-icon { background: transparent url(../images/permalink.png) top left no-repeat; }
.comment-icon { background: transparent url(../images/comment.png) top left no-repeat; }
.user-registered-icon { background: transparent url(../images/user-registered.png) top left no-repeat; }
.reference-icon { background: transparent url(../images/reference.png) top left no-repeat; }
.print-icon { background: transparent url(../images/print.png) top left no-repeat; }
.email-icon { background: transparent url(../images/email.png) top left no-repeat; }
.share-icon { background: transparent url(../images/share.png) top left no-repeat; }
.category-icon { background: transparent url(/layout/iconSets/dark/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(../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(../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-left: 18px; padding-top: 27px; padding-bottom: 6px; margin-top: 0px; color: #4C7489; background-image: url(../images/section-stamp.gif); background-position: 0 50%; background-repeat: no-repeat; }
#sidebar a:link, #sidebar a:visited, #sidebar a:active{border-bottom: 2px solid #F0E4C5; text-decoration: none; padding-bottom: 4px; margin-left: 4px; margin-bottom: 5px; color: #4C7489; border-color: #F0E4C5; }
#active-module a:link, #active-module a:visited, #active-module a:active{color: #484848; }
body{font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, sans-serif; font-size: small; text-align: left; color: #575246; }
a:link, a:visited, a:active{text-decoration: underline; color: #32768F; }
h2, .h2, journal-entry .title a{font-size: 14px; letter-spacing: normal; line-height: normal; font-weight: bold; color: #32768F; }
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 #E6E6E6; padding-left: 10px; margin-left: 7px; margin-top: 4px; margin-bottom: 4px; border-color: #E6E6E6; }
.notice-box{padding-right: 20px; padding-left: 42px; padding-top: 40px; padding-bottom: 20px; border-color: #A0A0A0; background-image: url(../images/stamp-tile.jpg); background-repeat: no-repeat; }
#pageHeader{text-align: left; }
.h1subtitle{font-size: 11px; }
.h2subtitle{}
.h3subtitle{}
.section .module-active{padding-bottom: 3px; }
#pageHeaderWrapper{color: #FFFFFF; border-color: #A0A0A0; background-position: 0 0; }
#pageBody{text-align: justify; line-height: 1.7em; padding-top: 35px; }
#pageFooter{font-size: 9px; border-top: 2px solid #F0E4C5; padding-top: 20px; padding-bottom: 35px; color: #82B0BE; border-color: #F0E4C5; }
#pageFooterWrapper{padding-right: 0px; padding-left: 0px; padding-top: 25px; padding-bottom: 0px; margin-right: 0px; margin-left: 0px; margin-top: 0px; margin-bottom: 0px; }
.tag{font-family: Arial, Helvetica, Geneva, sans-serif; font-size: 9px; letter-spacing: normal; padding-top: 4px; background-image: url(../images/ssline_left.gif); background-position: -75px 0; background-repeat: no-repeat; }
.comment{padding-right: 0px; padding-left: 0px; padding-top: 1px; padding-bottom: 0px; margin-right: 0px; margin-left: 0px; margin-top: 0px; margin-bottom: 10px; border-color: #FFFFFF; background-image: url(../images/ssline_left.gif); background-position: -75px 0; background-repeat: no-repeat; }
#content div.journal-entry-navigation, #content div.journal-filter-header{text-align: right; padding-bottom: 5px; border-color: #FFFFFF; background-image: url(../images/ssline_right.gif); background-position: 100% 100%; background-repeat: no-repeat; }
#canvas{}
#sidebar a:hover{text-decoration: none; }
#active-module a:hover{}
a:hover{text-decoration: none; color: #83B7CA; }
h1, .h1, h1 a:hover, h1 a:visited, h1 a:link, h1 a:active{font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif; font-size: 36px; letter-spacing: normal; line-height: normal; font-weight: normal; text-decoration: none; color: #FFFFFF; }






.structure-editable .horizontalWidgetContainer .sectionWrapper { margin-right: -2px; margin-left: -2px; }.horizontalWidgetContainer .sectionWrapper { padding-right: $ContentPaddingInternal$; } .horizontalWidgetContainer { clear: both; } .widgetContainer2Count .sectionWrapper { float: left; width: 0px; } .widgetContainer3Count .sectionWrapper { float: left; width: 0px; } .widgetContainer4Count .sectionWrapper { float: left; width: 0px; } .widgetContainer5Count .sectionWrapper { float: left; width: 0px; } .widgetContainer6Count .sectionWrapper { float: left; width: 0px; } .widgetContainer2Count .content-passthrough .search-form-pt .queryField { width: -50px; } .widgetContainer3Count .content-passthrough .search-form-pt .queryField { width: -50px; } .widgetContainer4Count .content-passthrough .search-form-pt .queryField { width: -50px; } .widgetContainer5Count .content-passthrough .search-form-pt .queryField { width: -50px; } .widgetContainer6Count .content-passthrough .search-form-pt .queryField { width: -50px; } .widgetContainer1Count .sectionWrapperCount1, .widgetContainer2Count .sectionWrapperCount2, .widgetContainer3Count .sectionWrapperCount3, .widgetContainer4Count .sectionWrapperCount4, .widgetContainer5Count .sectionWrapperCount5, .widgetContainer6Count .sectionWrapperCount6 { padding-right: 0px; }

/*
-----------------------------------------------
Chesnut Bay
----------------------------------------------- */


.thumbnail-image-float-left img, .thumbnail-image-float-right img , .thumbnail-image-float-none img { border: none; text-decoration: none; }

.thumbnail-image-float-left { border: none; padding: 0; margin: 0; }

.full-image-float-left { padding-bottom: 0px; margin-top: -5px; }

sf li { display: block; border-bottom: 1px solid #dadada; }

.form-body .paragraphtext-medium  { width: 320px; height: 70px;  background: white; border: 1px solid #484848; font-family: Tahoma; font-size: 11px; padding: 3px; }


.roll { margin-left: 70px; }

.intro { font-size: 120%; padding-top: 17px; color: #699eaf; font-family: georgia, serif; line-height: 1.8em; }


.linky { background: url(../images/link.png) no-repeat 0 50%; padding: 4px 4px 4px 22px; border-top: 1px solid #b7ccd6; border-bottom: 1px solid #b7ccd6; margin-top: 8px; display: block; font-size: 80%; }

.linkyCalendar { background: url(../images/icon_date.png) no-repeat 0 50%; padding: 4px 4px 4px 22px; border-top: 1px solid #b7ccd6; border-bottom: 1px solid #b7ccd6; margin-top: 8px; display: block; font-size: 100%; }

.linkyAmenities { background: url(../images/icon_thumbtack.png) no-repeat 0 50%; padding: 4px 4px 4px 22px; border-top: 1px solid #b7ccd6; border-bottom: 1px solid #b7ccd6; margin-top: 8px; display: block; font-size: 100%; }

.linkyChesnut { background: url(../images/icon_arrow.png) no-repeat 0 50%; padding: 4px 4px 4px 22px; border-top: 1px solid #b7ccd6; border-bottom: 1px solid #b7ccd6; margin-top: 8px; display: block; font-size: 100%; }

.full-image-float-left { padding-right: 10px; }

#left { float: left; width: 300px; }

#mid { float: left; width: 300px; margin-left: 28px; }

#right { float: right; width: 300px; }

#rightmap { float: left; width: 180px; }

/* #leftmiles { float: left; } */

.goleft { float: left; padding-right: 15px; }

.list { list-style-type: none; line-height: 2.0em; width: 225px; }

.dark {  border-bottom: 1px solid #e7e3ce; color: #4da3bc;}

.light { border-bottom: 1px solid #e7e3ce; color: #4da3bc;}


.high { display: block; border-bottom: 1px solid #ccc; background: url(../images/pdf.gif) no-repeat 0 50%; padding-left: 25px; margin-left: 10px; }


.footicon { float: left; margin-right: 12px; margin-top: -15px; }

.section .caption { display: block; height: 40px; }

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

.notice-box { background: url(../images/stamp-tile.jpg) no-repeat top; }


/*
-----------------------------------------------
Navigation
----------------------------------------------- */
#topnav { padding-top: 198px; color: #3f94b3; margin-left: 125px; }
#topnav .mainMenu li, .inMenu li { float:left; display:inline; padding:0 8px; }
#topnav a { color: #3f94b3; text-decoration: none; }
#topnav a:hover { color: #4C7489; text-decoration: underline; }

#subnavAccomodations { padding-top: 5px; color: #4C7489; margin-left: 35px; }
#subnavAccomodations a { color: #4C7489; text-decoration: none; }
#subnavAccomodations a:hover { color: #4C7489; text-decoration: underline; }

#subnavAmenities { padding-top: 5px; color: #4C7489; margin-left: 180px; }
#subnavAmenities a { color: #4C7489; text-decoration: none; }
#subnavAmenities a:hover { color: #4C7489; text-decoration: underline; }

#subnavInformation { padding-top: 5px; color: #4C7489; margin-left: 190px; }
#subnavInformation a { color: #4C7489; text-decoration: none; }
#subnavInformation a:hover { color: #4C7489; text-decoration: underline; }

#botnav { font-size: 120%; float: right; }
#botnav a { font-size: 120%; }


/*
-----------------------------------------------
Test Navigation Style Begins
----------------------------------------------- */
.mainMenu, .inMenu { float:middle; display:inline; padding-top: 198px; color: #4C7489; margin-left: 180px; }

.mainMenu { margin:180px 0 0; }

.mainMenu li, .inMenu li { float:right; display:inline; padding:0 8px; padding-top: 198px; color: #4C7489; }

.mainMenu a, .inMenu a { padding:0 0 0 8px; height:36px; float:left; color:#555; }

.mainMenu a:hover, .inMenu a:hover { background:url(../images/menu_l.png) left top no-repeat; }

.mainMenu a span, .inMenu a span { padding:0 8px 0 0; height:36px; float:left; }

.mainMenu a:hover span, .inMenu a:hover span { background:url(../images/menu_r.png) right top no-repeat; cursor:pointer; }

.mainMenu a b, .inMenu a b { height:36px; float:left; cursor:pointer; line-height:24px; font-size:14px; padding:0 3px; }

.mainMenu a:hover b, .inMenu a:hover b { background:url(../images/menu_m.png) center top no-repeat; }

.mainMenu .active a, .inMenu .active a { background:url(../images/menu_l.png) left top no-repeat; cursor:pointer; }

.mainMenu .active span, .inMenu .active span { background:url(../images/menu_r.png) right top no-repeat; cursor:pointer; }

.mainMenu .active b, .inMenu .active b { background:url(../images/menu_m.png) center top no-repeat; font-weight:bold; }

.inMenu .border { background:url(../images/border.png) left 7px no-repeat; padding:0 0 0 9px; }



/*
-----------------------------------------------
Sidebar
----------------------------------------------- */


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


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


#canvasWrapper { margin: 0 auto 0 auto; border: none; background: url(../images/col.jpg) repeat-y center; }
#canvas { background: url(../images/header.jpg) no-repeat top; margin-top:0px; padding-top: 0; }

#contentWrapper { }
#content { float: left; width: 650px; overflow: hidden; margin-top: 0px; }

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

#pageFooterWrapper { clear: both; background: url(../images/footer.jpg) no-repeat bottom; height: 94px; margin-left: -2px }
#pageFooter { width: 960px; margin: 0 auto 0 auto; text-align: left; }

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

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

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

textarea { width: 400px }





/* ---------------------- TURNS OFF SIDEBAR MODULES ---------------------- */

#sectionContent987368,
#sectionContent702524,
#sectionContent555194,
#sectionContent555197,
#sectionContent622525,
#sectionContent699549 { display: none; }




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


body#modulePage1101122 #topnav a#modulePage1101122 {color:#EF9800; background: url(../images/plus.png) no-repeat 0 50%; padding-left: 15px; height: 39px; text-decoration: underline;}

body#modulePage1101122 #sidebar { display: none; }

body#modulePage1101122 #content { width: 960px; }


/* ---------------------- LIFESTYLE ---------------------- */


body#modulePage1120812 #topnav a#modulePage1120812 {color:#EF9800; background: url(../images/plus.png) no-repeat 0 50%; padding-left: 15px; height: 39px; margin-left: -5px; text-decoration: underline; }

body#modulePage1120812 #sidebar { display: none; }

body#modulePage1120812 #content { width: 960px; }




/* ---------------------- AMENITIES ---------------------- */


#modulePage1863712 #sidebar { display: none; }

#modulePage1863712 #content { width: 960px; padding-left: 10px; margin-top: -35px; }

body#modulePage1117851 #topnav a#modulePage1117851 {color:#EF9800; background: url(../images/plus.png) no-repeat 0 50%; padding-left: 15px; height: 39px; margin-left: -5px; text-decoration: underline; }

body#modulePage1863712 #topnav a#modulePage1863712 {color:#EF9800; background: url(../images/plus.png) no-repeat 0 50%; padding-left: 15px; height: 39px; margin-left: -5px; text-decoration: underline; }

body#modulePage1117851 #sectionContent622525 { display: block; }
body#modulePage1225354 #sectionContent622525 { display: block; }
body#modulePage1365184 #sectionContent622525 { display: block; }
body#modulePage1365185 #sectionContent622525 { display: block; }
body#modulePage1365186 #sectionContent622525 { display: block; }
body#modulePage1365187 #sectionContent622525 { display: block; }
body#modulePage1365196 #sectionContent622525 { display: block; }
body#modulePage1365197 #sectionContent622525 { display: block; }
body#modulePage1799797 #sectionContent622525 { display: block; }
body#modulePage1862388 #sectionContent622525 { display: block; }


/* ---------------------- LOCATION ---------------------- */


body#modulePage1117850 #topnav a#modulePage1117850 {color:#EF9800; background: url(../images/plus.png) no-repeat 0 50%; padding-left: 15px; height: 39px; margin-left: -5px;  text-decoration: underline;}


body#modulePage1117850 #sidebar { margin-top: 3px; }

body#modulePage1117850 #sectionContent702524 { display: block; }

body#modulePage1117850 #sectionContent987368 {display: block; }

#sectionContent987368 .caption { display: none; }






/* ---------------------- SITEPLAN ---------------------- */



#modulePage1117852 p { padding: 0 10px 0 10px; }

body#modulePage1117852 #topnav a#modulePage1117852 {color:#EF9800; background: url(../images/plus.png) no-repeat 0 50%; padding-left: 15px; height: 39px; margin-left: -5px; text-decoration: underline; }

body#modulePage1117852 #sidebar { display: none; }

body#modulePage1117852 #content { width: 960px; }




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


body#modulePage1197532 #topnav a#modulePage1197532 {color:#EF9800; background: url(../images/plus.png) no-repeat 0 50%; padding-left: 15px; height: 39px; margin-left: -5px;  text-decoration: underline;}

body#modulePage1197532 #content { width: 960px; }
body#modulePage1197532 #sidebar { width: 250px; }
#modulePage1197532 #sectionContent699549 { display: block; }



.bluehouse { color: #87B0C2; }


.link { background: #BBDBE9 url(../images/link.png) no-repeat 0 50%; padding-left: 29px; padding-top: 3px; padding-bottom: 4px; display: block; margin-top: 7px; margin-bottom: 5px; border-top: 1px dashed #95BDCF; border-bottom: 1px dashed #95BDCF;}

.right { float: right; }

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


/* ---------------------- Flash House Style / Pool Flash Style ---------------------- */

	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

	a {	
		color:#cccccc;
	}
