html
{
  min-height: 100%;
  overflow-y: scroll;
}
body
{
  backround: #000000;
  margin: 0;
  overflow-x: hidden;
}

.cse-branding-bottom,
.cse-branding-right {
margin:0;
padding:0;
background-color:#FFFFFF;
color:#000000;
}
.cse-branding-bottom,
.cse-branding-right {
zoom: 1;
}
.cse-branding-bottom:after,
.cse-branding-right:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden
}
.cse-branding-text { 
font: 10px Arial;
}
.cse-branding-form form {
margin-bottom: 0;
padding-bottom: 0;
}
/* Bottom-specific selectors */
.cse-branding-bottom .cse-branding-logo, 
.cse-branding-bottom .cse-branding-text {
display: block; 
float: left
}
.cse-branding-bottom .cse-branding-form {
margin-bottom: 3px;
}
.cse-branding-bottom .cse-branding-logo {
padding: 0
}
.cse-branding-bottom .cse-branding-text {
padding-top: 4px
}
.cse-branding-right .cse-branding-form {
float: left;
}
/* Right-specific selectors */
.cse-branding-right .cse-branding-logo, 
.cse-branding-right .cse-branding-text {
margin-left: 4px;
}
.cse-branding-right .cse-branding-form {
float: left;
margin-right: 4px;
}
.cse-branding-right .cse-branding-logo {
padding: 0
}
.cse-branding-right .cse-branding-text {
margin-top: -4px
}
.cse-branding-form form > div
{
  padding: 20px 0px 0px 0px;
}
body.home .cse-branding-form form > div
{
  padding: 0px 0px 0px 0px;
}

#cse .gsc-control-cse {
  font-family: "Trebuchet MS", sans-serif;
  background-color: #fdf6e5;
  border: 0px solid;
  border-color: #fdf6e5;
}
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
#cse .gsc-resultsHeader {
  border: none;
}
/* TD element containing the search input field. */
#cse td.gsc-input {
  padding-right: 4px;
}
/* Search input field */
#cse input.gsc-input {
  font-family: inherit;
  border: 1px solid;
  border-color: #94cc7a;
  padding: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px #999999;
  -moz-box-shadow: 0 1px 2px #999999;
}
/* Search button */
#cse input.gsc-search-button {
  font-family: inherit;
  font-size: 13px;
  color: #303e2a;
  text-shadow: 0 1px 2px #ffffff;
  padding: 3px 8px;
  background-color: #D8DFEA;
  border: 1px solid;
  border-color: #94cc7a;
  font-weight: bold;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px #999999;
  -moz-box-shadow: 0 1px 2px #999999;
  }
/* Base tab selector styles */
#cse .gsc-tabHeader {
  outline: none;
  color: #333333;
  text-shadow: 0 1px 2px #ffffff;
  line-height: 20px;
  height: 22px;
  padding: 2px 8px;
  display: inline-block;
  float: left;
  margin-left: 5px;
  margin-right: 0px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
}
/* Inactive tab */
#cse .gsc-tabHeader.gsc-tabhInactive {
  border: 1px solid;
  border-color: #a9da92;
  border-bottom: none;
  background-color: #ffffff;
}
/* Active tab */
#cse .gsc-tabHeader.gsc-tabhActive {
  font-weight: bold;
  background-color: #D8DFEA;
  border: 1px solid;
  border-color: #a9da92;
  border-bottom: none;
}

 
/* This is the tab bar bottom border. */
#cse .gsc-tabsArea {
  margin: 0 0 0 0;
  border-bottom: 3px solid #D8DFEA;
  background-color: #FFF;
  overflow: hidden;
  height: 28px;
}
.gsc-tabsarea .gs-spacer { display: none; }
/* Wrapper for all results */
#cse .gsc-results {
  width: 100%;
  margin-top: -5px;
  background-color: #ffffff;
}
/* Wrapper for a result */
#cse .gsc-webResult.gsc-result {
  margin: 0 0 0 150px;
  padding: .6em 0 1em 0;
  border-bottom: 1px dotted;
  border-color: #a9da92;
}
/* Add padding to elements within a result block */
#cse .gsc-results.gsc-webResult {}
#cse div.gs-title,
#cse .gs-snippet,
#cse .gs-visibleUrl,
#cse .gs-visibleUrl-long {
  padding: 0 8px;
}
/* Font size */
#cse .gs-title,
#cse div.gs-title,
#cse .gs-snippet {
  font-size: 17px;
  line-height: 20px;
}
/* Set link colors. */
#cse a.gs-title:link,
#cse a.gs-title:link b,
#cse .gsc-cursor-page,
#cse a.gsc-trailing-more-results:link {
  color: #062db7;
}
/* Override default.css selector to disable underlines. */
#cse .gs-result .gs-title,
#cse .gs-result .gs-title *,
#cse .gsc-cursor-page,
#cse .gsc-results .gsc-trailing-more-results,
#cse .gsc-results .gsc-trailing-more-results * {
  text-decoration: underline;
}
/* Snippet text */
#cse .gs-result .gs-snippet {
 color: #454545; 
}
/* URL styling */
#cse .gs-visibleUrl,
#cse .gs-visibleUrl-long {
  color: #008000;
}
/* Pagination container centered */
#cse .gsc-cursor-box {
  padding: 1em .8px;
  text-align: left;
  margin-left: 70px;
}
/* Pagination */
#cse .gsc-cursor-page {
  padding: .2em .5em;
  border: 1px solid;
  border-color: #008000;
}
#cse .gsc-cursor-page.gsc-cursor-current-page {
  color: #ffffff;
  background-color: #357ae8;
}
.gsc-branding {
  display: none;
}
#cse input.gsc-input {
  width: 98%;
}
#cse div.gs-visibleUrl.gs-visibleUrl-long { display:block; }
#cse div.gs-visibleUrl.gs-visibleUrl-short { display:none; }
body .gs-web-image-box, body .gs-promotion-image-box {
  float: left;
  padding: 2px 8px 2px 0px;
  margin-right: 0px;
  margin-left: 10px;
  text-align:center;
  width: 102px; /* default width + 1px border */
}
body .gsc-adBlock {
  position : relative;
  display : block;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 4px;
  margin-left: 75px;
}
body .gs-web-image-box img.gs-image, body .gs-promotion-image-box img.gs-promotion-image {
  border: 1px solid rgb(17, 87, 109);
  max-width: 250px; /* Small icons width. */
  max-height: 200px;  /* Limit height too. */
  /* IE-specific hack to simulate max-width and max-height. */
  /* For IE, image size will be 105 because various default
   * values for margins and borders are different.
   */
  width: expression(this.width > 148 ? '148px': true);
  height: expression(this.height > 180 ? '180px': true);
}
body .gsc-control-cse .gs-spelling,
body .gsc-control-cse .gs-result .gs-title,
body .gsc-control-cse .gs-result .gs-title * {
  font-size: 17px;
  line-height: 20px;
}

body .gs-webResult.gs-result a.gs-title:visited, 
body .gs-webResult.gs-result a.gs-title:visited b, 
body .gs-imageResult a.gs-title:visited, 
body .gs-imageResult a.gs-title:visited b {
color: #6600cc;
}

td.gsc-branding-text div.gsc-branding-text,
td.gcsc-branding-text div.gcsc-branding-text {
  padding-bottom : 2px;
  text-align : right;
  font-size : 11px;
  margin-right : 2px;
  color: rgb(133, 133, 133);
}

body .gsc-imageResult {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}
body .gsc-results .gsc-cursor-box {
  margin-bottom : 0px;
}
.gs-result img.gs-image,
.gs-result img.gs-promotion-image {
  vertical-align: middle;
  float: right;
}
.gsc-control-cse .gsc-option-menu-container
{
  width: 95px;
}
body .gsc-above-wrapper-area
{
	padding: 0px 50px;
}
body .gsc-above-wrapper-area-container {
  width: 500px;
}
body .gsc-selected-option-container {
  background-color: rgb(236, 236, 236);
}
body .gsc-adBlockVertical {
  width : 35%;
}
body .gsc-thinWrapper {
  width : 64%;
}
body .gsc-result .gs-title {
  overflow: visible;
  height: auto;
}
body .gs-imageResult .gs-image-box img.gs-image {
   border: 1px solid rgb(0, 27, 223);
}
.search_container_inner
{
  padding: 10px 0px 0px 10px;
  padding-left: 10px;
  padding-top: 10px;
  margin-bottom: -7px;
  overflow: hidden;
  clear: both;
}
.search_container_inner.search_container_inner_top
{
  padding-bottom: 0px;
}
.search_container_inner.search_container_inner_bottom
{
  margin-top: -10px;
  margin-bottom: 0px;
}
.search_container_inner.search_container_inner_bottom .enhanced
{
  line-height: 12px;
}
.search_container_inner > div
{
  float: left;
  clear: none;
}
.search_container_inner > div.logo_search_inner
{
  overflow: hidden;
  margin-right: 10px;
}
.search_container_inner > div.logo_search_inner > a, .search_container_inner > div.logo_search_inner > a > img
{
  float: left;
  display: inline-block;
  width: 166px;
  height: 58px;
  overflow: hidden;
}
.cse-branding-bottom .enhanced {
  margin: 3px 0px 0px 3px;
  text-align: left;
}

/* SEARCH FIELD and BUTTON */
input#q
{
  width: 286px;
  line-height: 23px;
  height: 23px;
  font-family: arial, sans-serif;
  color: #008000;
  font-size: 22px;
  background: #fff;
  border: solid 1px #008000;
  border-top: solid 1px #008000;
  padding: 6px;
  vertical-align: top;
  outline: none;
  -webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
  -moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
  box-shadow: inset 2px 2px 2px 0px #dddddd;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input#q:hover
{
  border:solid 1px #BBB; 
  border-top:solid 1px #AAA; 
}
input#q:focus
{
  border:solid 1px #4d90fe; 
  border-top:solid 1px #4787ed; 
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
}
input.submit
{
  cursor:pointer; 
  width:170px; 
  height: 37px;
  margin-left: 1px;
  color: #ffffff;  
  border: 1px solid #3079ed;  
  vertical-align: top;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #4d90fe;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
}
input.submit:hover
{
  border: 1px solid #2F5BB7;
  
  background-color: #357ae8;
}
input.submit:active
{
  border: 1px solid #2F5BB7;

  background-color: #357ae8;

  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
} 


/* Footer */
#footer
{
	padding: 0px 0px 20px;
	overflow: hidden;
}
#footer *
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777;
}
#footer h2
{
	line-height: 20px;
	font-weight: bold;
	padding: 0px 0px;
	margin: 0px 0px;
	font-style: italic;
}
#footer a, #footer a:hover, #footer a:visited
{
	color: #0066cc;
}
#footer .footer_top
{
	background-color: #e1f3da;
	padding: 15px 0px;
	margin-bottom: 5px;
	text-align: center;
}
#footer .footer_search
{
	background-color: #fdf6e5;
	padding: 15px 0px;
	margin-bottom: 5px;
	text-align: center;
	border-top: 3px solid rgb(0, 43, 104);
}
#footer ul
{
	margin: 10px 0px;
	padding: 0px 0px;
	display: inline-block;
}
#footer ul li
{
	list-style-type: none;
	line-height: 18px;
	margin: 0px 0px;
	padding: 0px 0px;
}
#footer ul li > span
{
	background: url(images/checked.png) no-repeat left center;
	padding-left: 16px;
	display: inline-block;
}

#footer.footer_home
{
	padding: 10px 0px;
}
#footer.footer_home .footer_top *
{
	font-size: 16px;
}
#footer.footer_home .footer_top h2
{
	font-weight: normal;
}


/* Social Icons */
ul.social_icons > li
{
	display: inline-block;
	margin: 2px !important;
	position: relative;
}
ul.social_icons > li > a
{
	display: block;
	text-indent: -999em;
	width: 24px;
	height: 24px;
	padding: 0px 0px;
	background: url(images/socialicos.png) no-repeat 0px 0px;
}
ul.social_icons > li.twitter > a
{
	background-position: -24px 0px;
}
ul.social_icons > li.facebook > a
{
	background-position: -48px 0px;
}
ul.social_icons > li.stumbleupon > a
{
	background-position: -72px 0px;
}
ul.social_icons > li > a + div
{
	display: none;
	position: absolute;
	bottom: 100%;
	left: -150%;
	right: -150%;
	margin-bottom: 5px;
	background: url(images/black_80.png);
	padding: 3px 6px;
	font-size: 12px !important;
	color: #FFF !important;
	text-shadow: 1px 1px 0px #000;
	border-radius: 3px;
}
ul.social_icons > li > a + div:after
{
	content: "";
	background: url(images/arrow_bottom_black_80.png);
	position: absolute;
	margin-left: -3px;
	width: 7px;
	height: 4px;
	top: 100%;
	left: 50%;
}
ul.social_icons > li:hover > a + div
{
	display: block;
}


#wrapper
{
	width: 980px;
	margin: 20px auto;
}
#wrapper #layout_middle
{
	overflow: hidden;
	vertical-align: top;
}
#wrapper #layout_right
{
	float: right;
	width: 320px;
	overflow: hidden;
	vertical-align: top;
}