.education #content h1 {
	position: relative;
	width: 100%;
}
.education #content .subnav {
	font-size: .65em;
	position: absolute;
	padding: 0;
	right: 0;
	bottom: 0;
	text-align: right;
}
.education #content .subnav a {
	border-bottom: 0;
	padding: 5px;
	line-height: 1.8em;
	text-decoration: none;
}
.education #content .subnav a:hover {
	background-color: #73b5ad;
	color: #fff;
}
.education #content .subnav .currentSubNav a {
	background-color: #73b5ad;
	color: #fff;
}
#education_ib h2 {
	font-weight: bold;
	font-size: 1em;
	margin: 0;
	padding: .3em 0 .3em 0;
	text-transform: uppercase;
}


.education #content ul.linklist {
	padding: 0 0 2em 0;
	margin: 0;
}
.education #content ul.linklist li {
	clear: both;
	padding: .25em 0 .25em 0;
	margin: .5em 0;
}
.education #content ul.linklist li a { 
	border-bottom: 0;
	color: #5fa79a;
	font-style: italic;
	float: left;
	line-height: 1.7em;
	width: 45%;
}
.education #content ul.linklist li a.linktitle {
	border-bottom: 0;
	color: #000;
	font-style: normal;
	text-decoration: underline;
}
.education #content ul.linklist li.nofloat {
	margin-bottom: 0;
	padding-bottom: 0;
}
.education #content ul.linklist li.nofloat a {
	float: none;
	width: auto;
}

.education #content ul.linkssubnav {
	margin: 0 0 1.5em 0;
	padding: 0;
	position: relative;
}
