div#intro
{
	float: left;
	padding-right: 17px;
}
div#left_nav li {float:left;border:none;}
dl.resource_list { margin-left: 30px; margin-right: 20px; }
dl.resource_list dt { margin: 0 0 5px -10px; }

dl.resource_list dd
{
	color: #777169;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
}

div#intro.detail ol.resource_page_list
{
	margin: 20px 0 20px 0;
	list-style-type:none;
	padding:4px 0 4px 0;
	height:20px;
	width: 100%;
	background: #3A7DDA;
	text-align:center;
}

div#intro.detail ol.resource_page_list li { 
	display: inline; 
	padding: 5px 10px 5px 10px;
	font-size:12px;
	color:white;
	line-height: 20px;	
}
div#intro.detail ol.resource_page_list li a { 
	color: #C0E826;
	font-size:12px; 
}
div#intro.detail ol.resource_page_list li a:hover {color:white;}

.link-item {
	line-height: 15px;
}
.link-item a
{
	background: url(Images/common/triangle_3A7DDA.gif) no-repeat left center;
	padding-left: 10px;
}

.link-item a:hover
{
	background: url(Images/common/triangle_333333.gif) no-repeat left center;
}

#resultsCopy{
	padding-bottom: 20px;	
	padding-left:30px;
	height: 20px;
	padding-top: 10px;
	width: 630px;
}

/*added for Filtering dropdown label*/
div#resultsCopy h4
{
	font-size: 12px;
	height:19px;
	color: #68635c;
	font-weight: bold;
}
/**/

#resourcesType{
	width: 100px;
}

p#findButton
{
	/*Disabled for button design change - list_page.aspx */
	margin:0;
	display: block;
	float:left;
	width: 59px;
	height: 19px;
	background: url(Images/homepage/find_button_hover.gif) right no-repeat;
}

a.find_link
{
	float:left;
	display: block;
	width: 59px;
	height: 19px;
	text-indent: -9000px;
	background: url(Images/homepage/find_button.gif) no-repeat;
}

a.find_link:hover { background: none; }

div#resultsCopy select{
	padding: 0px;
	margin: 0px;
 	float: left;
}

div#resultsCopy select#topics{
	margin-right: 5px;
	width: 300px;
}
div#resultsCopy select#resourcesType{
	width: 200px;
	margin-right: 0px;

}



