.hide {
	visibility: hidden;
	position: absolute;
	top: -400px;
}

/*******************
 * Career Scroller *
 *******************/

.CareerScrollerItem {
	font-size: 10pt;
        width: 130px;
        padding-top: 0px;
        padding-left: 3px;
        padding-right: 0px;
        padding-bottom: 0px;
}
.CareerScrollerItem a, .CareerScrollerItem a:visited {
    text-decoration: none;
    color: #339933;
}
.CareerScrollerItem a:hover {
    color: #3E94EA;
}
#CareerScroller{
	position: relative;
	width:130px;
	height:42px;
}

/*****************
 * News Scroller *
 *****************/

.NewsScrollerItem {
        width: 260px;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
}
.NewsScrollerItem a, .NewsScrollerItem a:visited {
    text-decoration: none;
    color: #3e94ea;
    font-size: 11px;
    font-weight: bold;
}
.NewsScrollerItem a:hover {
    color: #339933;
}
#NewsScroller{
	position: relative;
	width:260px;
	height:195px;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
