/* CSS Document */
/*--------------------- CSS reset ---------------------*/

* {font-size: 100%;margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul,li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}
/* table cell containing scroller, good idea to set its width and height  */
td#scroller1 { width: 232px;height: 560px;
  }

/* holder div contains scroller. set height and width */
#holder1 { position:relative; width: 232px;height: 560px;
  z-index:100 }

div#wn1 { 
  position:absolute; 
  width: 232px;height: 560px; z-index:1;
 
  /*clip:rect(0, 232px, 150px, 0);*/ overflow:hidden;
  }
div#cnt1 { position:absolute; z-index:1; }
/* Set width and height of item same as width and height of scroller (wn1) */
div.item {
  width: 232px;height: 560px;
	/*position:relative ;
	left: 517px;*/
   }

/* Styles for demo, not necessary for scroller */  
body { overflow:hidden;
  }
body, td  {}
table#main { width:100%;}
table#main th	{ text-align:left; }	
table#main td { vertical-align:top; }
table#main td p {}
td a:link, td a:visited { color:#58ba47 }	

.rss_box {
	padding:5px 20px 0 0;
	
}



li.rss_item {
	background:transparent url("../images/li_arrow.png") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
	padding:0px 20px 0px 15px; /* pushes text to the right to display bg img */
	font-size:1.1em; 
	color:#787879;
	font:72% "Verdana", Arial, Helvetica, sans-serif;
	margin-top:8px;
	display:block;
	
}
li.rss_item a{font-size:1.17em;}

li.rss_item a:link { color:#58ba47;text-decoration:none; }
li.rss_item a:visited { color:#93D187;text-decoration:none; }

li.rss_item a:hover{ color:#93D187;text-decoration:underline; }







