/*----------------------------------------------------------------
NCECA Conference Pages stylesheet 
Version:	1.0
Author:		Josh Southern
email:		josh@paradigmshiftinteractive.com
Updated:	7/10/08
----------------------------------------------------------------*/

#conferencenav {
	border-bottom: 5px solid #858c91;
	float: left;
	margin: 1px 0 20px 0;
	padding: 0;
}
#conferencenav dl {
	position: relative;
	width: 185px;
	height: 275px;
	float: left;
	margin: 0 2px 2px 0;
	padding: 0;
}
#conferencenav dl.exhibitions {
	width: 186px;
}
#conferencenav dl.awards {
	margin-right: 0px;
}
#conferencenav dt {
	display: block;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	padding: 3px 10px;
	border-bottom: 5px solid #fff;
}
#conferencenav dd a {
	display: block;
	font-size: 110%;
	font-weight: bold;
	padding: 15px 10px 0 10px;
	line-height: 1.5;
}

dl.basics, dl.awards {
	background: #e6c9b0;
}
dl.basics dt, dl.awards dt {
	background: #cf690e;
}
dl.basics dd a, dl.awards dd a {
	color: #b45705;
}
dl.basics dd a:hover, dl.awards dd a:hover {
	color: #4b5358;
}

dl.exhibitions {
	background: #eed5af;
}
dl.exhibitions dt {
	background: #cf840e;
}
dl.exhibitions dd a {
	color: #4b5358;
}
dl.exhibitions dd a:hover {
	color: #b45705;
}


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;
}

/* Nav highlighting */
#subnav ul.cie_entry li ul li a.cie_entry {
	color: #fff;
	background: #628EA4 url(../img/little_white_bullet.gif) no-repeat 22px 10px;
	text-decoration: none;
}