@charset "UTF-8";
/* CSS Document */

#ie_6_scroller_fix {
	clear:left;
}

#home #main_content div #tickercontainer { /* the outer div with the black border */
border: 0px solid #000;
width: 875px; 
height: 27px; 
margin:0px 0px 0px 0px; 
padding:0px;
overflow: hidden;
min-height:27px;
top:10px;
z-index:20;
clear:none;
}

#home #main_content div #tickercontainer #mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0px;
top: 0px;
width: 875px;
overflow: hidden;
display:none;
}

#home #main_content #newsticker { /* that's your list */
position: relative;
left: 750px;
font: bold 10px Verdana;
list-style-type: none;
margin:0px;
padding:0px;

}

#home #main_content #newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin:0px;
padding:0px;
color: #0b486d;
list-style-image:none;
font-size:16px;
line-height:27px; 
}

#home #main_content #newsticker a {
padding: 0px;
color: #0b486d;
font-weight:normal;
margin: 0px 50px 0px 4px;
font-size:14px;
} 

#home #main_content #newsticker a:hover {
text-decoration:none;
} 

#home #main_content #newsticker span {
margin: 0px 5px 0px 0px;
color: #0b486d;
font-size:14px;
font-weight:normal;
}

#home #main_content {display:block;} 


