/* Google Ads section */
#google_search {/* place it at the upper right hand corner */
  position: absolute;
  top: 10px;
  right: 5%;
}

/* Google Ads section  these 2 go together */
#google_products_referrals {/* Google Products Referral - 120x240, created 2/14/08 */
  position: absolute;
  top: 850px;
  left: 86%;
  padding: 10px;
  border: #ccc 1px dashed;
  border-bottom: 0px;
  width: 120px;
  min-height:240px;/* THESE THREE LINES GO TOGETHER TO SET MIN-HEIGHT FOR IE! */
  height:auto !important;
  height:240px;
  clear:both;
  z-index:600;
}
#google_text_image1{
  position: absolute;
  top: 1111px;
  left: 86%;
  padding: 10px;
  border: #ccc 1px dashed;
  width: 120px;
  min-height:240px;/* THESE THREE LINES GO TOGETHER TO SET MIN-HEIGHT FOR IE! */
  height:auto !important;
  height:240px;
  clear:both;
  z-index:601;
}

#google_ontv {/* Google Products Referral - 160x600, created 2/18/08 */
  position: absolute;
  top: 420px;
  float:left;
  left: 5px;
  padding: 10px;
  border: red 0px dashed;
  width: 170px;
  min-height:600px;/* THESE THREE LINES GO TOGETHER TO SET MIN-HEIGHT FOR IE! */
  height:auto !important;
  height:600px;
  z-index:600;
}


/* Google Ads section */
#google_ad2 {/* unit 1 120x240 vertical place it at right  */
  position: absolute;
  top: 1000px;
  /*right: 0px; use this when centered on page and put it right;*/
  left: 10px;
  z-index:600;
}
/* Google Ads section */
#google_ad3 {/* unit 1 120x240 vertical place it at right  */
  position: relative;
  float: right;
  top: -700px;
  /*right: 0px; use this when centered on page and put it right;*/
  z-index:600;
}

/* goes on bottom */
#google_hor_for_contents{
  padding: 10px;
  border: red 0px dashed;
  width: 728px;
  min-height:100px;/* THESE THREE LINES GO TOGETHER TO SET MIN-HEIGHT FOR IE! */
  height:auto !important;
 /* height:100px;*/
  z-index:600;
}

/*right side referral in LINKS */
#google_links_ref {/* Google Products Referral - 120x240, created 2/14/08 */
  position: absolute;
  top: 800px;
  left: 86%;
  padding: 10px;
  border: #ccc 1px dashed;
  width: 120px;
  min-height:240px;/* THESE THREE LINES GO TOGETHER TO SET MIN-HEIGHT FOR IE! */
  height:auto !important;
  height:240px;
  clear:both;
  z-index:600;
}

