#cse {
	/*position: absolute;
	top: 145px;
	left: 0px;
	background: #fff;
	z-index: 500;
	width: 623px;
	padding: 0px;
	margin: 0;*/
	background: #f6f4ea;
}

#cse .gsc-control-cse {
    font-family: Arial, sans-serif;
    line-height: 130%;
    width: 945px;
    text-align: left;
	padding: 0px;
	background: #f6f4ea;
	position: relative;
	z-index: 600;
	margin: 0 auto;
	opacity: 1.0;
	top: 21px;
  }
  
#cse:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
  
  
  input.gsc-input {
    border: none;
  }

  .gsc-webResult.gsc-result {
    padding: 0 0 14px 0;
    width: 585px;
  }
  .gsc-webResult.gsc-result:hover {
    border-color: #FFFFFF;
  }
  .gs-webResult.gs-result a.gs-title,
  .gs-webResult.gs-result a.gs-title b {
    color: #277b82;
    text-decoration: underline;
    background: #f6f4ea; /* gets rid of underline*/
}
  .gs-webResult.gs-result a.gs-title:link,
  .gs-webResult.gs-result a.gs-title:link b {
    color: #277b82;
    text-decoration: none;
  }
  .gs-webResult.gs-result a.gs-title:visited,
  .gs-webResult.gs-result a.gs-title:visited b {
    color: #416f75;
    text-decoration: none;
  }
  .gs-webResult.gs-result a.gs-title:hover,
  .gs-webResult.gs-result a.gs-title:hover b {
    color: #346269;
  }
  .gs-webResult.gs-result a.gs-title:active,
  .gs-webResult.gs-result a.gs-title:active b {
    color: #346269;
  }
  .gsc-cursor-page {
    color: #277b82;
  }
  a.gsc-trailing-more-results:link {
    color: #277b82;
  }
  .gs-webResult.gs-result .gs-snippet {
    color: #444;
  }
  .gs-webResult.gs-result .gs-visibleUrl {
    color: #008000;
    display: none;
  }
  .gs-webResult.gs-result .gs-visibleUrl-short {
    color: #008000;
    display: none;
  }
  .gsc-cursor-box {
    border-color: #FFFFFF;
  }
  .gsc-results .gsc-cursor-page {
    border-color: #E9E9E9;
  }
  .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
    border-color: #277b82;
  }
  

  .gs-webResult.gs-result a.gs-title {
	text-decoration: none;
	color: #444;
	font-size: 1.25em;
}

  .gs-webResult.gs-result div.gs-title {
	clear: both;
	margin: 0 0 5px 0;
}

#cse-search-form,
form.gsc-search-box,
table.gsc-search-box,
td.gsc-input {
	margin: 0;
	padding: 0;
}
  
  .gsc-resultsHeader {
	display: none;
}
  
  /* Search input */
.cse input.gsc-input,
input.gsc-input {
  font-family: inherit;
  border: 1px solid;
  border-color: #777777;
  padding: 3px;
  width: 99%;
  font-size: 16px;
  margin: 0 4px 0 0;
}
/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit;
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
  padding: 3px 8px 4px 8px;
  background-color: #333333;
  border: 1px solid;
  border-color: #333333;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/* Inactive tab */
.gsc-tabHeader.gsc-tabhInactive {
  border-bottom: none;
  color: #666666;
  height: 31px;
  padding: 3px 6px 5px 6px;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
#cse .gsc-control-cse .gsc-tabsArea .gsc-tabHeader.gsc-tabhActive {
  background-color: #FFFFFF;
  border-top: 2px solid;
  border-top-color: #277b82;
  padding: 3px 6px 5px 6px;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
	padding-bottom: 15px;
}

.gsc-clear-button#secondary {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 150px;
}

.gsc-branding-img, 
.gsc-branding-text {
	display: none;
}