#gsp h1 {
	font-size:20px;
	font-weight:normal;
	color:#000;
	margin:0 0 15px 0;
}
/* herobox */
#herobox {
	position:relative;
	border:1px solid #efefef;
	margin-bottom:5px;
	padding-bottom:10px;
	width:758px;
	display:inline;
	float:left;
	clear:both;
}
#herobox h2 {
	height:239px;
	display:inline;
	float:left;
	position:relative;
	width:758px;
	text-indent:-9876px;
}
#herobox #copy {
	clear:both;
	position:relative;
	display:inline;
	float:left;
	margin-left:10px;
}
#herobox #copy h3 {
	text-transform:none;
	font-weight:normal;
	font-size:22px;
	margin:5px 0;
	padding:0;	
}
#herobox #copy h4 {
	text-transform:none;
	font-weight:normal;
	font-size:14px;
	margin:0;
	padding:0;	
}
#herobox #copy p {
	line-height:16px;
	padding:10px 0;
	margin:0;
}
#herobox #copy p br {
	line-height:5px;
}

/* custom_text_panel */
#custom_text_panel {
	padding:5px 5px 5px 5px;
	clear:both;
}

/* listing */
.cat_results {
	clear: both;
	float:left;
	display:inline;
}
.cat_row {
	border-collapse:separate !important;
	background: #fff;
	padding:0;
	margin:0 0 12px 0;
	clear:both;
	float:left;
	display:inline;
}
.cat_row tr {
	background: #f0ebe5;
}
.cat_detail {
	cursor:pointer;
	width: 186px;
	border: 1px solid #f0f0f0;
	position: relative;
	padding:0 0 15px 0;
	vertical-align:top;
}
.highlight,.cat_detail:hover 
{
	border: 1px solid #666!important;
}
.cat_detail a {
	text-decoration:none!important;
}

.cat_summary {
	padding-top:10px;
}
.cat_name {
	font-weight:bold;
	padding:3px 0 8px 14px;
}
.cat_description {
	padding:0px 14px;
}
