/*----------------------------------------------------------------
NCECA General Info Pages stylesheet 
Version:	1.0
Author:		Josh Southern
email:		josh@paradigmshiftinteractive.com
Updated:	8/5/08 9:10 AM
----------------------------------------------------------------*/

ul.exhib_nav {
	width: 100%;
	float: left;
}
ul.exhib_nav li {
	float: left;
	padding: 5px 15px 5px 0;
}
ul.exhib_nav li a, p.feature {
	font-size: 130%;
	color: #445865;
	line-height: 1.4;
}
ul.exhib_nav li a:hover {color: #cf5b0e;}

a.feature {
	display: block;
	font-size: 110%;
	font-weight: bold;
	color: #333;
	padding: 10px 20px;
	background: url(../img/orange_grid_bullet.gif) 0px 8px no-repeat;
}
a.feature:hover {
	color: #b45705;
}
