
/* NORMAL */

ul {
	margin: 0px;
	padding: 0px;
	margin: 0px 0px 1.5em;
}

ul li {
	list-style-type: none;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	background: url(https://www.chardrobinson.com/images/mustard_bullet.gif) no-repeat 2px 5px;
	padding: 0 0 0 15px;
}

/* COMPANIES LISTS */

ul.cont-list {
	margin: 0px;
	padding: 0px;
	width: 294px;
}
ul.cont-list li {
	margin: 0px; padding: 0px;
	background: none;
	list-style-type: none;
	font-size: 13px;
	margin-bottom: 2px;
	background-color: #ebebeb;	
	font-weight: bold;
}
ul.cont-list li.first {
	background: #ebebeb url(../images/list_first_bg.gif) repeat-x; margin-top: 1px;
}
ul.cont-list li span { display: block; min-height: 23px; padding: 10px 20px 10px 15px; }

ul.cont-list li.on {
	background: #ffffff url(../images/icons/arrow_lgrey_right.gif) no-repeat 279px center;
	color: #a2a026; text-decoration: none; 
}

ul.cont-list li a { 
	display: block;
	width: 259px;
	color: #000000; text-decoration: none; 
	padding: 10px 20px 10px 15px;
}
ul.cont-list li a:visited, ul.cont-list li a:active { color: #000000; }
ul.cont-list li a:hover { 
	display: block;
	width: 259px;
	padding: 10px 20px 10px 15px;
	background: #ffffff url(../images/icons/arrow_lgrey_right.gif) no-repeat 279px center;
	color: #a2a026; text-decoration: none; 
}

/* NEWS */

ul.news-list {
	margin: 0px;
	padding: 0px;
	width: 294px;
}
ul.news-list li {
	margin: 0px; padding: 0px;
	background: none;
	list-style-type: none;
	font-size: 13px;
	margin-bottom: 2px;
	background-color: #ebebeb;	
}
ul.news-list li.first {
	background: #f6f7f7 url(../images/list_news_bg.gif) repeat-x; margin-top: 1px;
}

ul.news-list li.on {
	background: #ffffff url(../images/icons/arrow_lgrey_right.gif) no-repeat 279px center;
	color: #a2a026; text-decoration: none; 
}

ul.news-list li a { 
	display: block;
	width: 259px;
	color: #58595b; text-decoration: none; 
	padding: 10px 20px 10px 15px;
}
ul.news-list li a:visited, ul.news-list li a:active { color: #58595b; }
ul.news-list li.on a {color: #a2a026; }
ul.news-list li a:hover { 
	display: block;
	width: 259px;
	padding: 10px 20px 10px 15px;
	background: #ffffff url(../images/icons/arrow_lgrey_right.gif) no-repeat 279px center;
	color: #a2a026; text-decoration: none; 
}

/* NEWS PAGINATE */

ul.news_page_list {
	padding: 0px; margin; 0px;
	width: 294px;
	margin-left: auto; margin-right: auto;
	background: #b1ad52;
}
ul.news_page_list li {
	margin; 0px;
	background: none;
	list-style-type: none;
	display: inline;
	float: left;
	height: 20px;
	background: #b1ad52;
	padding: 5px 0px 5px 0px;
	color: #ffffff;
}
ul.news_page_list li a { color: #ffffff !important; text-decoration: none; }
ul.news_page_list li a:hover { color: #ffffff !important; text-decoration: underline; }

ul.news_page_list li.view { width: 215px; text-align: left; text-indent: 15px; }
ul.news_page_list li.page { width: 50px; text-align: center; }
ul.news_page_list li.prev, ul.news_page_list li.next { width: 7px; padding-top: 5px; }
ul.news_page_list li.next { padding-right: 15px; }

ul.news_page_list li.next a, 
ul.news_page_list li.prev a {
	display: block; text-indent:-50000px;
}
ul.news_page_list li.prev a {
	background: url(../images/icons/arrow_lyellow_left.gif) no-repeat 0px 0px;;
	width: 7px; height: 20px; 
	margin-top: 5px;
}
ul.news_page_list li.next a {
	background: url(../images/icons/arrow_lyellow_right.gif) no-repeat 0px 0px;;
	width: 7px; height: 20px; 
	margin-top: 5px;
}
