/* bulletted list styles **********************************************************/

#bullist {
	margin-top: 6px;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#bullist li {
	padding-left: 18px;
	background-image:url(../media/squllet.gif);
	background-repeat: no-repeat;
	background-position: 0.6em;
	margin-bottom: 6px;
}

#nobullist {
	margin-top: 6px;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#nobullist li {
	padding-left: 36px;
	margin-bottom: 4px;
}

#bullist_tight {
	margin: 6px 0 6px 0;
	padding-left: 0;
	list-style: none;
}

#bullist_tight li {
	padding-left: 18px;
	background-image:url(../media/squllet.gif);
	background-repeat: no-repeat;
	background-position: 0.6em;
	margin-bottom: 4px;
}

#orange_list {
	margin: 6px 0 6px 0;
	padding-left: 0;
	list-style: none;
}

#orange_list li {
	font-size: 75%;
	color: #F58023; /* ORANGE!! */
	padding: 0 0 0 8px;
	background: url(../media/squllet_small.gif) no-repeat left 3px;
	margin: 0 0 2px 0;
}

#orange_list li a {
	color: #F58023; /* ORANGE!! */
	text-decoration: none;
}

#orange_list li a:hover {
	color: #717075; /* GREY!! */
}

/* bulletted links white **********************************************************/

#bullet_links {
	margin-top: 6px;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#bullet_links li {
	font-size: 75%;
	font-weight: normal;
	padding-left: 12px;
	background-image:url(../media/squllet_grey.gif);
	background-repeat: no-repeat;
/*	background-attachment:fixed; */
	background-position: 0% 2%; 
/*	background-position: 0.6em; */
	margin-bottom: 10px;
}

#bullet_links li a {
	color: #717075; /* GREY!! */
	text-decoration: none;
}

#bullet_links li a:hover {
	color: #F58023; /* ORANGE!! */
}

/* NEWS LIST **********************************************************/

#news_list {
 	list-style-type: none;
 	list-style-image: none;
	margin: 0;
	padding: 6px 0 5px 0;
}

#news_list li {
	font-size: 80%;
	line-height: 1.3;
	font-weight: normal;
	margin: 0 0 14px 0;
	padding: 0;
}

#news_list a {
	color: #F58023; /* ORANGE!! */
	text-decoration: none;
}

#news_list a:hover {
	color: black; 
}

/* ARCHIVE LIST **********************************************************/

ul.archive_list {
 	list-style-type: none;
 	list-style-image: none;
	margin: 0;
	padding: 6px 0 5px 33px;
}

ul.archive_list li {
	font-size: 80%;
	line-height: 1.3;
	font-weight: normal;
	margin: 0 0 14px 0;
	padding: 0;
}

ul.archive_list a {
	color: #F58023; /* ORANGE!! */
	text-decoration: none;
}

ul.archive_list a:hover {
	color: black; 
}


