/**********************************/
/********** TERTIARY NAV **********/
/**********************************/
.supplementary-info{
	width:165px;
	float:right;
	margin:0em 0em 1em 1em;
	background-info:#fff;
}
.supplementary-info h4{
	font:bold 1em/1.8em Arial, Helvetica, sans-serif;
	background:#fffb7e url('../graphics/supplementary-info-top.png');
	text-align:center;
	margin-bottom:0em;
	padding-bottom:0em;
	width:165px;
	clear:both;
}
.supplementary-info a{
	color:#4fb848;
}
.supplementary-info ul.nav-list-secondary{
	background-color:#fff;
	border-left:1px solid #4fb848;
	border-right:1px solid #4fb848;
	border-bottom:1px solid #4fb848;
	margin:0em;
	padding:5px;
	margin-bottom:1em;
	width:153px;
}
.supplementary-info ul.nav-list-secondary li.nav-list-secondary{
	border-top:1px solid #fffb7e;
	border-bottom-width:0px;
	padding-top:1em;
	width:153px;
}
.supplementary-info ul.nav-list-secondary li.nav-list-secondary:first-child{
	border-top-width:0px;
	padding-top:0em;
	margin-top:0em;
}
.nav-list-secondary p a{
	font: normal 1.25em/1.2em Georgia, "Times New Roman", serif;
	margin-bottom:.5em;
}
p.sponsor-logo{
	text-align:center;
	margin:0em auto;
}

/**********************************/
/********** OTHER STYLES **********/
/**********************************/
	div.case-study{
		border:1px solid #4fb848;
		margin:1em 0em;
		-moz-border-radius-topleft:14px;
	}
	div.case-study h2{
		background-color:#fffb7e;
		padding-left:.5em;
		-moz-border-radius-topleft:14px;
	}
	div.case-study p, div.case-study h3{
		margin:.5em;
	}
	div.case-study img{
		margin-right:1em;
	}
	div.case-study a:link{
		color:#4fb848;
	}
		.box {
			border:1px solid #ccc;
			padding:.7em;
			margin-bottom:.7em;
		}
		
		.quote{
font-style:oblique;
border:1px solid #ccc;
}
.logo {
text-align:center;
}
.photo-caption {
font-size:10px;
}

.featured-h{
	margin:0;
	
	font-size:9pt;
	font-style:oblique;
	letter-spacing:.1em;
	line-height:1.4;
	text-transform:uppercase;
}
.featured-partner{
	border:2px solid #ccc;
	padding:1.4em;
}
.featured-partner p.first-paragraph:first-line{
	font-weight:bold;
}

/**********************************/
/********** PRINT STYLES **********/
/**********************************/
	@media print{
		.supplementary-info{
			display:none;
		}
	}
		
