/* Size of search input form */
td.search-form {
  width: 300px;
}

td.search-options {
  padding-left: 20px;
}

/* Div for presenting search results */
#results {
  position: relative;
  float: left;
  padding: 0 25px;
  margin: -10px 0 0 -578px;
  width: 800px;
}

.gs-results {
 
  float: left;
  font-size: 18px;
  color: #6465ae;
  font-weight: normal;
  padding: 0 25px;
 margin: -10px 0 0 -578px;
 width: 200px;
 
}

.gsc-results {
  width: 450px;
}


/**
 * Header div at top of results list. Note that this is
 * styled to match our native headers, so the UI appears
 * seamless...
 */
#results .header {
  font-size: 18px;
  color: #6465ae;
  font-weight: normal;
  padding: 0 0 15px 0;
  margin: 75px 0 .50em 0;
}
    
/* Individual result entries */
#results .gs-result {
  margin-bottom: .5em;
}

#results div.gs-watermark {
  display: none;
}

#results div.gs-watermark {
  display: none;
}


/* Center the page number links at the bottom */
.gsc-cursor-box {

   width: 800px;
   text-align: center;
  padding: 0 25px;
 margin: -10px 0 0 -578px;

}

/*#gsc-cursor-box {
 width: 200px;

  text-align: center;
}*/

/* A bit more space between search button and text input */
.gsc-search-button {
  padding-left: 5px;
  color: #2d00a9;
  font-weight : bold;
  /*background-image : url('../image/button_search.gif');*/
}

/**
 * Turn off short (meaningless) URL (always www.scfhp.com)
 * and "More results" link on bottom
 */
.gs-visibleUrl {
  visibility: hidden;
}
.gsc-trailing-more-results {
  visibility: hidden;
}

/* Toss the clear button; put it back if needed... */
.gsc-clear-button {
  visibility: hidden;
}
/**
 * Turn off Google branding (though I'm not sure this
 * is in keeping with the TOS; need to research this...)
 */
.gsc-branding-text, .gsc-branding-img {
  display: none;
}

#searchcontrol {
  float: right;
}


/**
 * Highlight -siteSearch in results area
 */

/* bold the section header */
.gsc-resultsRoot-siteSearch .gsc-title {
  font-weight : bold;
}

.gsc-resultsRoot-siteSearch .gsc-keeper {
  background-image : url('../image/orange_check.gif');
  font-weight : bold;
}

