/* Libraries View */
.sf_genericContentList 
{
	margin:0 0;
	padding:0 0;
	list-style: none;
	line-height:1.2em;
}
.sf_genericContentList .sf_contentTitle
{
	margin:0 0;
	padding:0 0;
	line-height:1.2em;
}

.sf_genericContentList li
{
	margin: 0 0 !important;
	padding:0 0;
}

.sf_genericContentList li p.sf_contentSubhead
{
	margin: 0 0 10px 25px !important;
	padding:0 0;
}

#LibrarySubscribeButtonBox
{
	float:right;
}
#LibrarySubscribeButtonBox a:link,
#LibrarySubscribeButtonBox a:visited
{
	margin:10px 25px 0 0;
	display:block;
	width:68px;
	height:18px;
	background-color:#0288ce;
	color:#ffffff !important;
	text-align:center;
	text-decoration:none;
}
#LibrarySubscribeButtonBox a:hover,
#LibrarySubscribeButtonBox a:active
{
	margin:10px 25px 0 0;
	display:block;
	width:68px;
	height:18px;
	background-color:#0288ce;
	color:#ffffff !important;
	text-align:center;
	text-decoration:underline;
}

/*  Latest Updates */

.LatestUpdateHead
{
}

.LatestUpdateHead a.employment:link,
.LatestUpdateHead a.employment:visited
{
	display:block;
	width:160px;
	height:42px;
	background: transparent url(Images/right_latest_employment.gif) no-repeat top left;
}
.LatestUpdateHead a.employment:hover,
.LatestUpdateHead a.employment:active
{
	display:block;
	width:160px;
	height:42px;
	background: transparent url(Images/right_latest_employment_h.gif) no-repeat top left;
}

.LatestUpdateHead a.oregon:link,
.LatestUpdateHead a.oregon:visited
{
	display:block;
	width:160px;
	height:42px;
	background: transparent url(Images/right_latest_oregon.gif) no-repeat top left;
}
.LatestUpdateHead a.oregon:hover,
.LatestUpdateHead a.oregon:active
{
	display:block;
	width:160px;
	height:42px;
	background: transparent url(Images/right_latest_oregon_h.gif) no-repeat top left;
}
.LatestUpdateHead a.washington:link,
.LatestUpdateHead a.washington:visited
{
	display:block;
	width:160px;
	height:42px;
	background: transparent url(Images/right_latest_washington.gif) no-repeat top left;
}
.LatestUpdateHead a.washington:hover,
.LatestUpdateHead a.washington:active
{
	display:block;
	width:160px;
	height:42px;
	background: transparent url(Images/right_latest_washington_h.gif) no-repeat top left;
}
.LatestUpdateHead a.business:link,
.LatestUpdateHead a.business:visited
{
	display:block;
	width:160px;
	height:42px;
	background: transparent url(Images/right_latest_business.gif) no-repeat top left;
}
.LatestUpdateHead a.business:hover,
.LatestUpdateHead a.business:active
{
	display:block;
	width:160px;
	height:42px;
	background: transparent url(Images/right_latest_business_h.gif) no-repeat top left;
}
.LatestUpdateHead a.construction:link,
.LatestUpdateHead a.construction:visited
{
	display:block;
	width:160px;
	height:42px;
	background: transparent url(Images/right_latest_construction.gif) no-repeat top left;
}
.LatestUpdateHead a.construction:hover,
.LatestUpdateHead a.construction:active
{
	display:block;
	width:160px;
	height:42px;
	background: transparent url(Images/right_latest_construction_h.gif) no-repeat top left;
}

/* Pager */
ol.sf_pager 
{
	margin: 10px 0;
	padding: 0;
	width: 100%;
	float: left;
	list-style: none;
	clear: both;
}
ol.sf_pager li
{
	margin: 0;
	padding: 0 10px 0 0;
	width: auto;
	float: left;
}
ol.sf_pager li a
{
	padding: 3px 5px;
}
ol.sf_pager li a[disabled="disabled"], ol.sf_pager li a.sf_PagerSelItem
{
	color: #666;
	text-decoration: none;
	cursor: default;
}