/* CSS Document */
      body, table, p{
        background-color: white;
        font-family: Arial, sans-serif;
        font-size: 13px;
      }   
    /* Widget content container */
#goog-wm {
  width: 778px;
  padding: 6px 13px 13px 13px;
  border: 3px solid #aebd63;
  background-color: white;
}
    /* Heading for "Closest match"*/
#goog-wm .content h3.closest-match {
  color: #8f2831;
  border-bottom: 1px dashed #aebd63;
  padding-bottom: 4px;
  font-size: 18px;
  margin: 0;
}
    /* "Closest match" link */

#goog-wm .content h3.closest-match a { }

    /* Heading for "Other things" */
#goog-wm .content h3.other-things {
  color: #8f2831;
  border-bottom: 1px dashed #aebd63;
  padding-bottom: 4px;
  font-size: 18px;
  margin: 0;
}

    /* "Other things" list item */
#goog-wm .content ul li { color : rgb(100, 110, 135);}

#goog-wm .content ul li a, #goog-wm .content ul li a:link {
        color : rgb(100, 120, 160);
        text-decoration : none;
      }

#goog-wm .content ul li a:hover {
        text-decoration:underline;
        color : rgb(225, 120, 100);
      }

    /* Site search box */
#goog-wm .content li.search-goog { display: none; }


.wrapthings {
position:relative;
width:810px;
margin:0 auto;
}

      h1 {
        font-size : 22px;
		line-height:32px;
        font-weight : bold;
        border-top : 1px solid #e0e0e0;
        text-align : center;
        margin-bottom : 10px;
        padding-bottom : 4px;
        color : rgb(9, 122, 182);
      }

      h1 .tagline,
      h1 a,
      h1 a .tagline {
        font-size : 13px;
        font-weight : normal;
        color : rgb(9, 122, 182);
        cursor : pointer;
        text-decoration : none;
      }

      a span.tagline:hover {
        text-decoration : underline;
        color : rgb(237, 92, 11);
      }

      table.search-control {
        width : 800px;
      }

      table.search-control .gsc-control {
        width : 100%;
      }

      td.left {
        width : 390px;
        padding-right : 20px;
      }

      td {
        vertical-align : top;
      }

      /* Disable built in search forms */
      .gsc-control form.gsc-search-box {
        display : none;
      }

      /* restrict global search form width */
      #searchForm {
        width : 400px;
      }

      /* disable twiddle and size selectors for left column */
      #leftSearchControl .gsc-twiddle {
        background-image : none;
      }

      #leftSearchControl .gsc-resultsHeader .gsc-title {
        padding-left : 0px;
        font-weight : bold;
        font-size : 14px;
      }

      #leftSearchControl .gsc-resultsHeader div.gsc-results-selector {
        display : none;
      }

      #leftSearchControl .gsc-resultsRoot {
        padding-top : 6px;
      }

      /* for demonstration purposes ONLY. This is not ok by the terms */
      #rightSearchControl .gsc-ad-box {
        display : block;
      }

      /* long form visible urls should be on */
      #leftSearchControl div.gs-visibleUrl-long,
      #rightSearchControl div.gs-visibleUrl-long {
        display : block;
      }

      .gsc-webResult div.gs-visibleUrl-short {
        display : none;
      }
	  
.mini {
position:relative;
width:810px;
height:24px;
color : rgb(115, 127, 175);
margin:80px auto 0 auto;
text-align:center;
        font-size : 10px;
        font-weight : normal;
}
.mini a, .mini a:link {
        color : rgb(127, 156, 182);
        text-decoration : none;
      }

      .mini a:hover {
        text-decoration:underline;
        color : rgb(237, 156, 127);
      }

