/**
 * Cedars - Default Stylesheet
 */



 /**
  * Element Styles
  */
 * {
    font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
 }
 body,
 input,
 textarea {
    font-size: 12px; 
 }
 
#container-breadcrumb {
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    padding-left: 30px;
    padding-top: 3px;
    padding-bottom: 0px;
}

#container-breadcrumb a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

 body {
    padding-top: 0px;
    margin-top: 0px;
 }

 img {
    border-width: 0px;
    border-style: none;
 }

 h1 {
    font-size: 21px;
    font-weight: 700;
    color: #206D44;
    margin-bottom: 5px;
    line-height: 1.1;

 }
 h2 {
    font-size: 12px;
    font-weight: 700;
    color: #1c6e48;
    margin-bottom: 5px;
 }

 h3 {
    font-weight: 700;
    color: #1c6e48;
    text-decoration: underline;
    margin-bottom: 5px;
    font-size: 12px;
 }

 .button {
    padding: 0;
    margin: 0;
 }

 a.button {
    text-decoration: none;
    display: table-cell;
 }

 img.button {
    display: inline-block;
 }

 img.section-title {
    display: block;
    /*clear: both; */
 }


 body {
    padding: 0;
 }

 table.form {
    width: 100%;
    border-collapse: collapse;
 }

 table.form td {
    border: 1px solid white;
    padding: 5px;
 }

 table.form .label {
    background-color: #ECF2E1;
    width: 35%;
 }

 table.form .element {
    background-color: #F5F8EF;
    text-align: left;
 }
 
 table.form .element .fixed {
    border: 0 none;
    margin-right: 4px;
    background-color: #F5F8EF;
 }

 table.form .submit,
 table.form .full-width {
    padding-top: 10px;
 }
 
 table.form .full-width.checkbox {
    text-align: left;
 }
 
 #fundraisers-golf-tournament-registration table.form .full-width {
    background-color: #ECF2E1;
    text-align: left;
 }
 
 table.cedars-table {
    border-collapse: collapse;
    text-align: right;
 }

 table.cedars-table tr.heading-row {
    background-color: #ECF2E1;
    font-weight: bold;
    text-align: center;
 }

 table.cedars-table tr.odd {
    background-color: #F5F8EF;
 }

 table.cedars-table tr.even {
    background-color: #ECF2E1;
 }

 table.cedars-table tr td.nowrap {
    white-space: nowrap;
 }

 table.cedars-table tr td.left {
    text-align: left;
 }

 table.cedars-table tr td {
    padding: 5px;
 }

 table.cedars-table tr td {
    border: 1px solid white;
 }

 .minor-heading {
    color: #206D44;
    font-weight: bold;
    font-size: 120%;
 }

 .mini-heading {
    color: #206D44;
 }

 /**
  * Main Template Styles
  */
 #main {
    width: 932px;
    margin: 0 auto;
    position: relative;
    margin-top: 0;
 }
 
 #main.narrow {
     width: 760px;
 }
 
 #splash {
    margin-top: 125px;
 }
 
 #splash-logo {
    margin-left: 40px;
    margin-bottom: 16px;    
 }
 
 #splash-main {
    margin-left: 16px;
 }
 
 #splash-footer-box {
    margin-top: 375px;
 }
 #splash-footer-box  #footer {
    height: 25px;
 }
 
 #header {
    width: 760px;
    height: 70px;
    padding-bottom: 5px;
    position: relative;
 }

 #header-menu {
    display: table;
    border-collapse: collapse;
    position: absolute;
    top: 0;
    right: 0;
 }

 #header-menu-buttons {
    display: table-row;
 }

 #header-logo {
    margin-top: 8px;
    margin-left: 38px;
 }

 #header-search {
    position: absolute;
    bottom: 0;
    right: 40px;
    height: 25px;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
 }
 
 #header-search .button {
     position : relative;
     top: 2px;
 }

 #header-search form {
    padding: 0px;
    margin: 0px;
 }

 #navigation-menu {
    text-align: center;
    position: relative;
    /* height: 30px; */
    z-index: 1000;
 }
 
 
 #navigation-menu-print {
    position: relative;
    left: 2px;
    display: none;
 }
 
 @media print {
    #navigation-menu-print {
        display: block;
        margin-bottom: 2px;
    }     
 }

 .navigation-en {
    height: 30px;
 }

 .navigation-fr {
    height: 39px;
 }

 #content {
    position: relative;
    margin-top: 1px;
    vertical-align: top;
 }


 #content .section {
    padding-left: 40px;
    width: 453px;
    padding-top: 0px;
    margin: 0;
 }

 #content .section.full-width {
    width: 680px;
    margin: 0;
    padding-right: 40px;
 }

 .layout-with-sidebar {    
    width: 100%;
 }

 #content #home.section  {
    margin-right: 0px;
 }

 #content .banner {
    padding-left: 16px;
 }

 #leaderboard {
    padding-left: 16px;
    padding-bottom:2px;
    width: 760px;
 }

 #home-sections {
     position: relative;
 }

 #home-sections .box .banner {
    padding: 0;
 }


 #right-side {
    padding-top: 0px;
 }
 .layout-with-sidebar td.sidebar {
     vertical-align: top;
 }
 
 .layout-with-sidebar td.sidebar .section-box {
     margin: 0;
 }
 

 #right-side .separator {
    height: 100%;
    float: left;
 }
 #right-side .boxes {
    height: 100%;
    margin-left: 10px;
    margin-right:0;
    display: inline-block;
 }

 #right-side .boxes .section-box{
    margin-top: 10px;
    margin-bottom: 10px;
 }


 #body {
    position: relative;
    width: 760px !important;
 }
 #top-banner {
    width: 760px;
    padding: 0;
    padding: 1px;
    text-align: center;
 }

 #top-banner .banner {
    margin: auto;
 }

 #main {
    position: relative;
 }



 #footer-top {
    margin-top: 10px;
 }
 #footer-top, #footer-bottom {
    display: block;
    margin-left: 17px;
 }
 
 #footer-bottom {
    display: block !important;
    height: 5px; 
    width: 728px; 
    background-color: yellow; 
    margin-left: 17px; 
    text-align: left;
    padding: 0;
    position: relative;
 }
 
 #footer-bottom img {
     position: absolute;
     left: 0;
     top: 0;
     height: 5px;
     width: 728px;
     display: inline;
     border: 0;
 }

 #footer {
    background-color: #e6f6b7;
    margin: 0;
    margin-left: 17px;
    height: 65px;
    width: 728px;
    position: relative;

 }
 
#footer-logo {
    float: left;
    margin: 10px;
}

#footer-powered-by {
    position: absolute;
    right: 20px;
    top: 50%;
    text-decoration: none;
 }

 #footer-powered-by .images {
    position: absolute;
    display: block;
    top: -14px;
    right: 0;
    white-space: nowrap;
 }

 #footer-powered-by .images a {
    text-decoration: none;
 }

 #footer-text {
    padding-left: 15px;
    padding-top: 5px;
    font-size: 11px;
    font-family: verdana, sans-serif;
    line-height: 14px;
    color: #206D44;
    width: 60%;
    overflow: hidden;
 }

  #footer-text a {
    color: #206D44;
    text-decoration: none;
 }

  #footer-text a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #206D44;
 }



 /**
  * Reusable Styles
  */

 .search-keywords {
    border: 1px solid green;
    height: 15px;
    width:  115px;
 }

 .section img {
    display: block;
 }
 .section-box {
    width: 200px;
    margin: 0;
 }
 
 
 .section-box div {
    margin-top: 0px;
    margin-bottom: 0px;
 }

 
 .section-box .content {
    width: 190px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ededed;
    margin: 0px;
 }
  
 
 #home-intro {
    width: 326px;
 }
 
 #home-sections .section-box .content {
    height: 106px;
 }
 #home-sections .section-box .content.more {
    height: 80px;
 }
 
  
 .section-box img.title {
    margin: 0px;
    display: block;
 }
 
 .section-box .item-details {
    width: 100%;
 }
 
 .section-box .item-details {
    border-collapse: collapse;
 }
 .section-box .item-details .label {
    color: #206D44;
    font-weight: bold;
    font-size: 11px;
    padding-right: 9px;
    vertical-align: top;
 }
 
 .section-box .item-details .value,
 .section-box .item-details .value a,
 .section-box .item-details .value a:visited {
    font-weight: bold;
    font-size:  10px;
    line-height: 11px;
 }
 
 
 .section-box .item-details td {
    border-bottom: 1px solid #dadada;   
    padding-bottom: 1px;
    padding-top: 2px;
    margin: 0;
 }
 .section-box .item-details tr.last td {
    border-bottom: 0 none;   
 }
 
 .section-box .item-details * {
    white-space: normal;
 }
 
 .section-box .buttons {
    height: 25px;
    background-color: #ededed;
    position: relative;
    left: 0;
    top: 0;
    
 }
 .section-box .buttons .right {
    position: absolute;
    right: 5px;
    bottom: 2px;
    height: 13px;
    vertical-align: bottom;       
 } 
 
 .section-box .buttons img.button {
    display: block;
 }
 
 .section-box .content.text {
 }
 .section-box .content .article {
    height: 40px;
    margin: 0;
    margin-left: 5px;
 }
 .section-box .content .article .news-headline {
    font-weight: bold;
    font-size: 10px;
    line-height: 11px;
    color: #666666;
    text-decoration: none;
 }
 .section-box .content .article  .news-headline a,
 .section-box .item-details .value a,
 .section-box .item-details .value a:visited {
    color: #206D44;
    text-decoration: none; 
 }
 
 .section-box .content .article .news-headline a:hover,
 .section-box .item-details .value a:hover {
    background-color: #206D44;
    color: #FFFFFF;
    text-decoration: none;
 }
 
 .section-box .content .article  .date {
    font-size: 10px;
    color: #808080;
 }
 
 .row {
 }
 
 .section {
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 50px;
    line-height: 18px;
    font-size: 12px;
    left:0;
 }
 
  .section a {
    color: #206D44;
    text-decoration: none;
}

 .section a:hover,
 #news-and-events-news-links a:hover,
 #news-and-events-news-links a:hover *{
    background-color: #206D44;
    color: #FFFFFF;
    text-decoration: none;
 }
 
 img.section-title {
    margin-bottom: 10px;
 }
 
 .sub-title {
    font-weight: bold;
    position: relative;
    top: -3px;
 }
 
 .minor-emphasis {
    font-weight: bold;
 }
 
 .highlighted-keyword {
    font-weight: bold;
    background-color: yellow;
 }
 
 .emphasis {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
 }
 
 .italic {
    font-style: italic;
 }
 
 .person {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
 }
 
 .person .picture.left {
    float: left;
    padding-right: 10px;
 }
 
 .person .picture.right {
    float: right;
    padding-left: 10px;
 }
 
 .person .description {
    padding-top: 20px;
 }
 
 .person .name {
    font-size: 14px;
    font-weight: bold;
    color: #1c6e48;
 }
 
 .person .title {
    font-weight: bold;
 }
 
 .person .details {
    font-size: 10px;
 }
 
 .form-footer {
    width: 100%;
    padding-top: 10px;
    text-align: center;
    background-color: #F5F8EF;    
 }
 
 table.information td.label {
    font-weight: bold;
    width: 100px;
 }
 table.information td {
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
    
 }
 
 .italic {
    font-style: italic;
 }
 
 
 /**
  * File Downloads
  */
 .download {
    width: 100%;
 }
 
 .download .file-link {
    float: left;
 }
 .download .file-info {
    float: right;
    vertical-align: top;
 }
 
 .subtitle {
    text-align: left;
    border-bottom-color: #8CD53E;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-top: 25px;
    font-weight: bold;
    }
    
 .file-type {
    color: #999999;
 }
 
 /**
  * Calendars
  */
  .calendar .header {
    background-color: #ecf2e1;
    line-height: 10px;
  }
  
  .calendar .event-details {
    margin-top: 1em;
  }
  
  .calendar .event-title {
    background-color: #f1f1f1;
  }
  
  .calendar .event-title .buttons {
    float: right;
    vertical-align: top;
  }

  .calendar .event-title .text {
    float: left;
    vertical-align: top;
  }
  
  .summary-field .field-name {
     width: 150px;
     display: inline-block;
  }
  
  
 
 /**
  * Forms
  */  
table.form {
    width: 100%;
}
  
table.form .header {
    background-color: #666666;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    color: #FFFFFF
}

table.form td.spacer {
    background-color: #FFFFFF;
    border: 0 none;
}

table.form .label {
    padding-right: 32px;
}

table.form .element .error,
.errors {
    color: red;
    font-weight: bold;
}

div.errors {
    margin-bottom: 0px;
}

table.info {
    border-collapse: collapse;
}

table.info tr.odd {
    background-color: #F5F8EF;
}

table.info tr.even {
    background-color: #ECF2E1;
}

table.info tr td.label {
    font-weight: bold;
    white-space: nowrap;
}

table.info tr td {
    padding: 10px;
    vertical-align: top;
}
table.info tr td {
    border: 1px solid white;
}

table.archive-listing tr td {
    padding: 10px;
    
}

table.archive-listing th {
    padding: 10px;
    text-align: left;
}


.archived-event .header {
    background-color: #F5F8EF;
    padding: 5px;
}
 
 /**
  * Page styles
  */

 /** Home Page **/
 #home-intro {
    margin-top: 0px;
    display: inline;
    float: left;
 }
 

 
 #home-destinations {
    padding: 0;
    margin: 0px;
    padding-left: 15px;
    vertical-align: baseline;
    text-align: left;
    clear: left;
 }
 
 #home-sections table.main td.box {
    padding-bottom: 8px;
    padding-top: 0px;
    padding-left: 4px;
    padding-right: 5px;
 
 }

 #home-destinations a {
    border: 0 none;
    margin: 0;
    padding: 0;
 }
 #home-destinations img.title {
    display: block;
 }
 #home-destinations img.destination {
    margin: 0;
    padding: 0;
    display: inline-block;
 }
 
 
 #about-cedars-history-past-presidents-founders {
    width: 300px;
 }
 
 #donate-corporate-donations-methods {
    margin-top: 15px;
 }
 
 #donate-corporate-donations-methods ul {
    /* TODO: Use dashes */
 }
 #donate-corporate-donations-methods .method {
    margin-bottom: 25px;
 }
 #donate-corporate-donations-methods .method .caption {
    font-weight: 900;
    font-size: 14px;
    color: #1c6e48;
 }
 #donate-corporate-donations-methods .method .caption img {
    float: left;
    margin-right: 5px;
 }
 
 #fundraisers-raffle-auction .pitch {
    color: #1c6e48;
    text-align: center;
    font-weight: bold;
    font-size: 14px; 
    margin-bottom: 20px;
 }

 #about-cedars-people-board-of-directors .directors {
    width: 100%;
 }

 #about-cedars-people-board-of-directors .directors td {
    vertical-align: top;
 }

 #about-cedars-people-board-of-directors .board-position {
    font-weight: bold;
    text-transform: uppercase;
 }

 #about-cedars-funding-priorities-commitments .commitments-french .desc {
    font-size: 90%;
 }

 #about-cedars-funding-priorities-commitments .commitments td {
     padding: 5px;
 }
 #about-cedars-funding-priorities-commitments .commitments td.amount {
    text-align: right;
    white-space: nowrap;
 }

 #about-cedars-funding-priorities-commitments .commitments td.total {
    border-top: 1px solid black;
 }

 #about-cedars-accomplishments .accomp {

 }

 #about-cedars-accomplishments .accomp td {
    padding: 0px;
    margin: 0px;
    /* padding-bottom: 5px; */
 }

 /**
  * News
  */
  
  .news-listing .date {
    padding-right: 20px;
    color: #999999;
  }

  .news-listing .headline {
    display: inline;
  }
  
  #news-and-events-news .subtitle {
    clear: both;
  }
  #news-and-events-news-links {
    margin-bottom: 10px;
    text-align: right;
    }
  
  #news-and-events-news-links-bottom {
    margin-top: 20px;
    text-align: right;
    }

  .news-article .summary {
    font-style: italic;
  }
  
  .news-article .images {
    float: left;
    padding: 25px 15px 15px 0px;
  }
  
  .news-article .body {
    margin-top: 20px;
  }
  
 
   /**
  * Events
  */
  
  .small-text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
    text-decoration: none;
}

.small-text a {
    color: #206D44;
    text-decoration: none;
}

.small-text a:hover {
    color: #FFFFFF;
    background: #206D44;
    text-decoration: none;
}
 
  .small-text-strong {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #206D44;
    text-decoration: none;
    font-weight: bold;
}

.text-strong {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #206D44;
    text-decoration: none;
    font-weight: bold;
}

.text-strong a {
    color: #206D44;
    text-decoration: none;
}

.text-strong a:hover {
    color: #FFFFFF;
    background: #206D44;
    text-decoration: none;
}

 .plaintext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    line-height: 18px;
}

 .plaintext-larger-1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    line-height: 18px;
    font-weight: bold;
}

 .plaintext-larger-2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    line-height: 18px;
    font-weight: bold;
}

.plaintext-larger-2 a {
    color: #206D44;
    text-decoration: none;
}

.plaintext-larger-2 a:hover {
    color: #FFFFFF;
    background: #206D44;
    text-decoration: none;
}

 .plaintext-lighter {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #999999;
    text-decoration: none;
    line-height: 16px;
}


 .plaintext a {
    color: #206D44;
    text-decoration: none;
}

.plaintext a:hover {
    color: #FFFFFF;
    background: #206D44;
    text-decoration: none;
}

select {
    font-size: 10pt;
    color: #333333;
    border: #666666;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.input-form {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    height: 16px;
    border: #666666;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
 
 /**
  * Site maps
  */
  
 .sitemap .site-section {
    margin-left: 40px;
 }
 
 .sitemap a:hover {
    text-decoration: none;
    color: white;
 }
  
 .sitemap .site-section.level-1 {
    margin-left: 0px;
 }
 
 .sitemap .site-section.level-1 a,
 .sitemap .site-section.level-1 a:visited {
    color: #1c6e48;   
    font-size: 14px;
    font-weight: bold;
 } 
 
 .sitemap .site-section.level-2 a,
 .sitemap .site-section.level-2 a:visited {
    color: #1c6e48;   
    font-size: 12px;
    font-weight: normal;
 } 
 .sitemap .site-section.level-1 a:hover,
 .sitemap .site-section.level-2 a:hover {
    color: white;
 }
 
 
 /**
  * Fundraisers
  */
  .section.fundraiser .title {
    position: relative;
  }
  
  .section.fundraiser .title .buttons {
    position: absolute;
    right: 0px;
    top: 15px;
  }
  
  .section.fundraiser .register-button {
    padding-top: 15px;
  }
  
 
 /**
  * Search
  */
  
 .search-details .keywords {
    font-weight: bold;
 }
  
 #search-results .result {
    margin-bottom: 15px;
 }
 
 #search-results .result .content {
    margin-top: 5px;
    
 }
 
 .pager {
    margin-bottom: 10px;
 }
 
 
 #search-pager .page,
 #search-pager .current-page {
    margin-right: 4px;
 } 
 
 /**
  * Breadcrumb
  */
 
 
 
 #container-breadcrumb a {
    color: #206D44;
    text-decoration: none;
}

 #container-breadcrumb a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #206D44;
}


@media print {
    #header-menu {
        display: none;
        height: 0;
    }
    .udm { display:none; height: 0 }
    .navigation-en, .navigation-fr {
        height: 0;
        display: none;
    }
}

.content {
    font-size: 12px;
} 
table.calculator {
    border-collapse: collapse;
}
table.calculator td {
    padding: 0;
    border: 0 none;
}
.calculator-quantity {
    width: 60px;
}
input.calculator-quantity {
    display: inline-block;
    width: 50px;
}


.calculator-multiplication {
    display: inline-block;
    padding-left: 10px;
    width: 20px;
}

.calculator-price {
    text-align: right;
    width: 8em;
}

.calculator-total {
    font-weight: bold;
}

#form-row-payment-total .element,
#form-row-registration-total .element {
    font-weight: bold;
}
/*
#form-row-payment-total .element {
    padding-left: 80px;
} */

/*
#form-row-registration-total .element,
#form-row-invoice-total .element {
    padding-left: 85px;
}
*/

#form-row-registration-invitation_text .element,
#form-row-payment-invitation_text .element,
#form-row-invoice-invitation_text .element
{
    font-weight: bold;
}

#sign-up-field-label-last_name {
    white-space: nowrap;
}

.seal {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
}

#content .site-error {
    margin-top: 20px;
}

ul.composite-banner {
    list-style: none;
    display: block;
}

ul.composite-banner li {
    float: left;
    clear: left;
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

ul.composite-banner img {
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
}

#cedars-donate-online-banner {
    position: absolute;
    right: 0; 
    top: 10px;
}

.please-wait {
    background-color: #ecf2e1;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: outset 2px #206d44;
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold; 
    color: #206d44;
}

.payment-thank-you {
    margin-top: 2ex;
    margin-bottom: 2ex;
    font-size: 16px;
}

.captcha {
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    position: relative;
}

.captcha .captcha-reload {
    position: absolute;
    right: 0;
    top: 0;
}

.captcha input {
    width: 150px;
}