@charset "utf-8";

/******************************************/
/** Industry Search Network CSS Document **/
/**               Homepage               **/
/******************************************/

#main {
	height:570px;
	vertical-align:middle;
	text-align:center;
}

#main a img {
	text-decoration:none;
	border:none;
}

#main h1 {
	font-size: 16px;
}

#main p a {
	font-weight:normal;
}

#main table {
	margin-top:20px;
	text-align:left;
}

#main table td {
	vertical-align:top;
}

#minHeight { /* Use this to set height of content panel, ensures no hanging text */
	float:right;
	width:0px;
	height:690px;
	margin:0px;
	padding:0px;
}

#searchbox {
	font-size:13px;
}

#main p.cat {
	font-size:14px;
	font-weight:bold;
}

#main span.cat a {
	font-size:14px;
	font-weight:bold;
}

#main span.list {
	font-size:11px;
	font-weight:normal;
	padding-left:5px;
}

#main span.list a {
	color:#666666;
}

#main span.list a:hover {
	color:#cc6600;
}