.portal {
	padding: 0 35px 31px;
	overflow: hidden;
}
	.education .portal { background-image: url(/images/headers/education.jpg); }
	.health-care .portal { background-image: url(/images/headers/health-care.jpg); }
	.nonprofit .portal { background-image: url(/images/headers/nonprofit.jpg); }
	.b2b .portal { background-image: url(/images/headers/b2b.jpg); }
.portal h2 {
	position: relative;
	width: 300px;
	height: 90px;
	padding: 0;
	margin: 0 0 8px 0;
	background-image: url(/images/market-fade.png);
	background-repeat: no-repeat;
	background-position: 100% center;
	float: left;
	clear: left;
	font: lighter 40px/90px 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,sans-serif;
	text-transform: uppercase;
	text-indent: 15px;
	letter-spacing: -1px;
}
	.portal h2 a {
		display: block;
		position: absolute;
		top: 0;
		width: 100%;
		height: 77px;
		padding: 13px 0 0;
		color: #fff;
	}
	.portal a:hover {
		border-bottom: none;
		text-decoration: underline;
	}
.market .portal {
	padding-top: 31px;
}
.market .portal h2 {
	width: 300px;
	height: auto;
	margin: 0;
	background: transparent;
	color: #fff;
	float: none;
	clear: none;
	line-height: 1;
	text-indent: 0;
}
	.market .portal h2 span {
		color: #f90;
	}
.market .portal .feature h3 {
	color: #ffd00b;
	font: bold 25px 'Lucida Grande', sans-serif;
	text-transform: uppercase;
	text-shadow: 0 0 0 #000;
}
.market .portal .feature {
	width: 280px;
}
.market .portal #studies {
	position: absolute;
	top: 35px;
	right: 35px;
	width: 210px;
	color: #000;
	background: #FF9A00;
}
	.market .portal p {
		line-height: 1.2;
	}
	.education #studies h3#portfolio {
		width: 156px;
		height: 38px;
	}
	.education #studies h3#portfolio span { background-image: url(/images/titles/education-portfolio.gif); }
.sidenav h2,
.sidenav h3 {
	color: #e40500;
	font-size: 20px;
	text-transform: uppercase;
}
ul.portfolio {
	width: 552px;
	height: 98px;
	float: left;
	overflow: hidden;
}
	ul.portfolio li {
		position: relative;
		width: 138px;
		height: 90px;
		padding: 0;
		margin: 0;
		background: #666;
		float: left;
		overflow: hidden;
		list-style-type: none;
	}
	ul.portfolio li a {
		display: block;
		width: 100%;
		height: 100%;
	}
h2#education { background-color: #527431; }
h2#healthcare { background-color: #1193de; }
h2#nonprofit { background-color: #ff9e03; }
h2#b2b {	background-color: #f9c; }

#content {
	text-align: center;
}
ul#extras {
	float: right;
	overflow: hidden;
}
	#extras li {
		margin-left: 7px;
		float: left;
	}
#category-nav {
	width: 891px;
	margin: 0 auto;
	overflow: hidden;
}
	#category-nav a {
		display: block;
		height: 28px;
		margin-right: 5px;
		background: url(/images/sprite-cat-nav.gif) no-repeat 0 100%;
		text-indent: -2000em;
	}
		#category-nav a:hover {
			border-bottom: none;
			background-position: 0 0;
		}
		a#overview {
			width: 100px;
		}
		a#advertising {
			width: 112px;
			background-position: -106px 100%;
		}
			a#advertising:hover { background-position: -106px 0 }
		a#collateral {
			width: 101px;
			background-position: -224px 100%;
		}
			a#collateral:hover { background-position: -224px 0 }
		a#id {
			width: 90px;
			background-position: -331px 100%;
		}
			a#id:hover { background-position: -331px 0 }
		a#web {
			width: 72px;
			background-position: -424px 100%;
		}
			a#web:hover { background-position: -424px 0 }
		a#video {
			width: 78px;
			background-position: -502px 100%;
		}
			a#video:hover { background-position: -502px 0 }
	#category-nav li {
		float: left;
		list-style-type: none;
	}