
/********************************************
* Benjamin Franklin Plumbing
* Developed by I-ology
* http://www.i-ology.com
*
* Created 09/23/2008 - MB
*
* Misc Style Definitions
********************************************/

/*******************************************
* Layout Definitions
*******************************************/

#interior-photo {
    position: absolute;
    top: 169px;
    z-index: 3;
}

#left {
    float: left;
    clear: left;
    width: 234px;
    margin-right: 33px;
    padding-left: 3px;
}

#left p {
    float: left;
    clear: left;
    width: 225px;
}

#right {
    float: right;
    clear: right;
    width: 249px;
}

#right p {
    float: right;
    clear: right;
    width: 250px;
}

#header {
    margin: 0 auto;
    padding: 0;
    height: 324px;
    width: 900px;
	position: relative;
}

#call-now {
    position: absolute;
    top: 169px;
    margin-left: 665px;
    text-indent: -9999px;
    height: 155px;
    width: 235px;
    z-index: 4;
    background: url(/images/call_now.gif) top right no-repeat;
}

#sitemap-left-column {
    float: left;
    clear: left;
    width: 290px;
}

#sitemap-right-column {
    float: left;
    width: 280px;
}

#coupons img {
    padding: 1px;
    border: 1px dashed black;
}

p.hide {
    text-indent: -9999px;
}

/*********************************
* 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: #892e13;
    outline: none;
}

.gs-snippet 
{
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    line-height: 1.5em;
    color: #333;
    font-size: 1em; /* new */
}

.gs-result 
{
    padding: 5px 0;
    width: 550px; /* new */
}

.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;
    color: #892e13; /* new */
    font-size: .9em; /* new */
    font-weight: bold; /* new */
}

.gsc-cursor-box {
    padding-top: 10px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  cursor : pointer;
  color: #892e13;
  text-decoration: underline;
  margin-right : 8px;
  display : inline;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #892e13;
  font-weight: bold;
  text-decoration: none;
}

.gsc-results .gsc-trailing-more-results,
.gsc-results .gsc-trailing-more-results * {
  color: #892e13;
  text-decoration: underline;
}

#search-container {
    margin: 0;
    padding: 0;
    width: 565px;
    overflow: hidden;
}

.search-title {
    float: left;
    width: 105px;
    margin: 0;
    padding: 0;
}

.search-form {
    float: right;
    width: 460px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.search-form input {
    margin: 0;
    padding: 0;
    float: left;
}

.search-form input#searchField {
    width: 350px;
    margin-right: 5px;
    float: left;
}

/*********************************
* Lists
*********************************/

ul.sitemap li { 
    margin: 0 0 10px -15px;
    padding-left: 15px;
    background: url(/images/bullet.gif) 0 6px no-repeat;
}

ul.sitemap li ul {
    list-style: none;
}

ul.sitemap li ul li {
    margin-top: 10px;
    font-weight: normal;
}

/*******************************************
* Titles & Headers
*******************************************/

#ttl-sitemap,
#ttl-privacy-policy,
#ttl-terms-of-service,
#ttl-email-updates,
#ttl-specials,
#ttl-contact-us,
#ttl-search-results,
#ttl-thank-you,
#ttl-error,
#ttl-not-found {
    width: 578px;
    height: 22px;
    text-indent: -9999px;
    margin-top: 20px;
}

#ttl-sitemap {
    background: url(/images/ttl_site_map.gif) top left no-repeat;
}
#ttl-privacy-policy {
    background: url(/images/ttl_privacy_policy.gif) top left no-repeat;
}
#ttl-terms-of-service {
    background: url(/images/ttl_terms_of_service.gif) top left no-repeat;
}
#ttl-email-updates {
    background: url(/images/ttl_email_updates.gif) top left no-repeat;
}
#ttl-specials {
    background: url(/images/ttl_specials.gif) top left no-repeat;
}
#ttl-contact-us {
    background: url(/images/ttl_contact_us.gif) top left no-repeat;
}
#ttl-search-results {
    background: url(/images/ttl_search_results.gif) top left no-repeat;
}
#ttl-thank-you {
    background: url(/images/ttl_thank_you.gif) top left no-repeat;
}
#ttl-error {
    background: url(/images/ttl_error.gif) top left no-repeat;
}
#ttl-not-found {
    background: url(/images/ttl_not_found.gif) top left no-repeat;
}
