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


/* resources */

div#retreatresources ul
{
	list-style: none;
	width: 375px;
	margin: 0px auto 25px 10px;
	padding: 0px 0px 0px 0px;
}

div#retreatresources ul li
{
	line-height: 20px;
	float: left;
	padding-left: 25px;
	width: 375px;
}

div#retreatresources ul li img
{
	display: inline;
	margin: 5px 15px 5px 5px;
	float: left;
	
}

div#retreatresources ul li.header
{
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px dashed #ccc;
	font-family: Verdana, Geneva, sans-serif;
	font-variant: small-caps;
	width: 175px;
}

div#retreatresources li.resourceitem
{
	/*background-image: url(images/bluebulletpoint.gif);*/
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 60px;
}

div#retreatresources li.resourceitem a
{
	background-image: url(images/bluebulletpoint.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 0px;
	padding-left: 20px;
}

div#retreatresources li.resourceitem a:hover
{
	background-image:url(images/greenbulletpoint.gif);
	background-repeat: no-repeat;
	background-position: left;
}

div#retreatresources li.compilationitem a
{
	background-image: url(images/orangebulletpoint.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 0px;
	padding-left: 20px;
	font-weight: bold;
}

div#retreatresources li.compilationitem a:hover
{
	background-image:url(images/greenbulletpoint.gif);
	background-repeat: no-repeat;
	background-position: left;
}

div#retreatresources ul li a
{
	
}


div#oeresources ul li
{
	clear: both;
}


/* end resources */


