/********************************************
* BHHS Legacy Foundation
* Developed by I-ology
* http://www.i-ology.com
*
* Created 03/14/2008 - BD
*
* Misc Style Definitions
********************************************/

.content-photo {
    width: 232px;
    float: right;
    clear: right;
    margin: 5px 0 10px 20px;

}

.content-photo img {
    padding: 1px;
    border: 1px solid #734473;
}

.content-photo p {
    width: 225px;
    margin-top: -15px;
    padding-left: 5px;
    width/**/:/**/220px;
    font-size: 85%;
    line-height: 1.2em;
}

.promo-back,
.promo-next {
    width: 86px;
    height: 35px;
    display: block;
    float: left;
    text-indent: -9999px;
    margin: 15px 20px 0 0;
}

.promo-next {
    background: url(/images/btn_next.gif) top left no-repeat;
}
.promo-back {
    background: url(/images/btn_back.gif) top left no-repeat;
}

.search-title {
    float: left;
    margin: 5px;
    padding-right: 5px;
    font-weight: bold;
}
.search-form {
    float: left;
}

/*********************************
* Google Search Results
*********************************/
.gsc-results {
    width: 488px;
    padding: 15px 0 0 0;
}

.gsc-resultsHeader {
    display: none;
}

.gs-title a.gs-title, .gs-title a.gs-title b {
    font-weight: bold;
    color: #006633; 
    outline: none;    
}

.gs-snippet {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    color: #333;
}

.gs-result {
    padding: 5px 0;
}

.gs-no-results-result .gs-snippet,
.gs-error-result .gs-snippet {
  padding: 15px;
  margin: 15px;
  border-top: 1px solid #F0F0E5;
  border-bottom: 1px solid #F0F0E5;
  border-left: none;
  border-right: none;
  background-color: #FBFBF8;
}

#searchcontrol .gs-webResult .gs-visibleUrl-short {
    display: none;
}

#searchcontrol .gs-webResult .gs-visibleUrl-long {
    display: block;
}

.gsc-cursor-box {
    padding-top: 10px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  cursor : pointer;
  color: #663366;
  text-decoration: underline;
  margin-right : 8px;
  display : inline;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #663366;
  font-weight: bold;
  text-decoration: none;
}

.gsc-results .gsc-trailing-more-results,
.gsc-results .gsc-trailing-more-results * {
  color: #663366;
  text-decoration: underline;
}

/*********************************
* Lists
*********************************/

ul#sitemap1 li,
ul#sitemap2 li {
    margin: 0;
    padding: 0;
}

ul#sitemap1 li a,
ul#sitemap2 li a {
    color: #663366;
    font-size: 14px;
    font-weight: bold;
}

ul#sitemap1 ul.sub-list li {
    margin-bottom: 5px;
}

ul#sitemap1 ul.sub-list li ul.sub-list {
    margin-top: 5px;
}

ul#sitemap1 li ul.sub-list,
ul#sitemap2 li ul.sub-list {
    margin: 10px 0 0 0;
    padding: 0;
}

ul#sitemap1 ul.sub-list li a,
ul#sitemap2 ul.sub-list li a {
    font-size: 12px; 
    font-weight: normal;
    color: #666;
}

/*********************************
* Titles & Headers
*********************************/

#ttl-contact-us,
#ttl-donate-now,
#ttl-terms-of-use,
#ttl-site-map,
#ttl-thank-you,
#ttl-not-found,
#ttl-error,
#ttl-search,
#ttl-search-results {
    height: 26px;
    display: block;
    text-indent: -9999px;
}

#ttl-contact-us {
    background: url(/images/ttl_contact_us.gif) top left no-repeat;
}
#ttl-donate-now {
    background: url(/images/ttl_donate_now.gif) top left no-repeat;
}
#ttl-terms-of-use {
    background: url(/images/ttl_terms_of_use.gif) top left no-repeat;
}
#ttl-site-map {
    background: url(/images/ttl_site_map.gif) top left no-repeat;
}
#ttl-thank-you {
    background: url(/images/ttl_thank_you.gif) top left no-repeat;
}
#ttl-not-found {
    background: url(/images/ttl_not_found.gif) top left no-repeat;
}
#ttl-error {
    background: url(/images/ttl_error.gif) top left no-repeat;
}
#ttl-search {
    background: url(/images/ttl_search.gif) top left no-repeat;
}
#ttl-search-results {
    background: url(/images/ttl_search_results.gif) top left no-repeat;
}

