.category { 
	margin-bottom: 3em;
	float: left;
	width: 98%;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
} 
.maincontent {
	clear: right;
	float: left;
	padding: 0;
	width: 64%;
	border: 1px solid #ccc;
	padding-top: 15px;
	padding-right: 1%;
	padding-bottom: 15px; 
	padding-left: 1%; 
}
.category h3 {
	background-image: url(/_imgs/common/icon-category.png);
	background-repeat: no-repeat;
	background-position: 5px;
	line-height: 50px;
	padding-left: 45px;
}
h3 a:hover, .category p a:hover {
	text-decoration: none;	
}
.category p a {
	display:inline-block;
	margin-top: .5em;
}
.category ul{
	float:none;
}
.category ul li {
}
.category ul li a:hover {
	text-decoration: none;	
	}
.categories {
	padding-left: 95px;
	background-image: url(/_imgs/common/icon-sub-categories.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-top:0.5em!important;
	min-height: 50px;
	padding-top: 10px;
	padding-bottom: 0px;	
}
 ul.categories li {
	display: inline!important;
}
ul.resources {
	line-height: 40px;
	padding-bottom:5px;
	background-repeat: no-repeat;
	background-position: 5px center;
	font-size: 1.6em;

}
.taxdesc {
	margin-bottom: 3em;
	padding-left: 85px;
	background-image: url(/_imgs/common/icon-category-description.png);
	background-repeat: no-repeat;
}
.taxdesc h2 {
	margin-bottom:.5em;}
.taxdesc a {
	font-size: 1.6em;
	margin-top: .3em;
	display: inline-block;
}
.taxwrap .panels {
	width: 100%;
	margin-bottom:0em;
}
a.morelink {
	text-decoration:none;
	outline: none;
	margin-top:0px!important;
	
}
a:hover.morelink, a:focus.morelink {
	text-decoration:underline;
}
.morecontent span {
	display: none;

}