﻿/* News
-------------------------------------------------- */
#news { padding:0 0 0 0; }
#news div { display:none; }
#news div.global { display:block; }
#news h3 { display:block; margin:0; padding:0 6px 0 0; font-size:110%; line-height:100%; float:left; }
#news p { display:none; margin:0; padding:1px 0 0 0; line-height:100%; width:0px; overflow:hidden; white-space:nowrap; }
#news p.visible { display:block; width:800px; }
#news a { text-decoration:none; color:#6289A0; text-transform:uppercase; font-size: 12px;}
#news a:hover { text-decoration:underline !important; }
#news h3 a { text-transform:Capitalize; }

/* Testimonials
-------------------------------------------------- */
#hme_page_testimonials { padding:0 0 0 0; }
#hme_page_testimonials div { display:none; }
#hme_page_testimonials div.global { display:block; }
#hme_page_testimonials h3 { display:block; margin:0; padding:0 6px 0 0; font-size:110%; line-height:100%; float:left; }
#hme_page_testimonials p { display:none; margin:0; padding:1px 0 0 0; line-height:100%; width:0px; overflow:visible; white-space:nowrap; }
#hme_page_testimonials p.visible { display:block; width:800px; }
#hme_page_testimonials a { text-decoration:none; color:#6289A0; text-transform:uppercase; font-size: 12px;}
#hme_page_testimonials a:hover { text-decoration:underline !important; }
#hme_page_testimonials h3 a { text-transform:Capitalize; }

/* Testimonials
----------------- */
 #scrollup {
   position: relative;
   overflow: hidden;
   border: 1px solid #000;
   height: 25px;
   width: 200px
 }
 #testimonials 
 {
     margin-left: 0;
 }
 #testimonials a {
  text-decoration:none; 
  color:#6289A0; 
  text-transform:uppercase; 
  font-size: 12px;
 }
 
 #slide h3 { 
 display:block; 
 margin:0; 
 padding:0 6px 0 0; 
 font-size:110%; 
 line-height:100%; 
 float:left; 
 }
 
 .headline {
   position: absolute;
   top: 210px;
   left: 5px;
   height: 195px;
   width:750px;
 }
 
 /* News
----------------- */
 #news-scrollup {
   position: relative;
   overflow: hidden;
   border: 1px solid #000;
   height: 25px;
   width: 200px
 }
 #news 
 {
     margin-left: 0;
 }
 #news a {
  text-decoration:none; 
  color:#6289A0; 
  text-transform:uppercase; 
  font-size: 12px;
 }
 
 #news-slide h3 { 
 display:block; 
 margin:0; 
 padding:0 6px 0 0; 
 font-size:110%; 
 line-height:100%; 
 float:left; 
 }
 
 .news-headline {
   position: absolute;
   top: 210px;
   left: 5px;
   height: 195px;
   width:750px;
 }
