/* CSS Document */

 	body{
		font-family:Arial, Helvetica, sans-serif;
	}

	#wrapper{
		border:solid 1px #333333;
		width:801px;
		padding:10px;
	}

	.compound_label:link, .compound_label:active, .compound_label:visited{
	width:225px;
	height:20px;
	padding:5px;
	display:block;
	margin-right:10px;
	margin-top:5px;
	background-image: url(images/compound-normal.jpg);
	background-repeat: no-repeat;
	color:#000000;	
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	}
	
	.compound_label:hover{
		background-image: url(images/compound-hover.jpg);
	}
	
	.stage_bar{
		margin-top:5px;
	}
	
	.headcell{
		padding-bottom:4px;
	}
	
	h1 {
	 	margin:0px;
		text-align: right;
		padding-top: 13px;
		padding-right: 10px;
		margin-bottom: 10px;
		font-size: 16px;
		color: #f6f1d0;
		font-weight: normal;
		background: #36365c url(images/logo-neg.jpg) left no-repeat;
		height: 45px;
		width:791px;
	}
	
	.sub-head {
		font-size: 9px;
	}
	
	.initiatives_link{
	width:235px;
	height:58px;
	display:block;
	background-image: url(images/section-toggle-programs.jpg);
	background-repeat: no-repeat;		
	}
	
	.initiatives_link:hover{
	background-image: url(images/section-toggle-inits.jpg);
	}
	
	.portfolio_link{
	width:235px;
	height:58px;
	display:block;
	background-image: url(images/section-toggle-inits.jpg);
	background-repeat: no-repeat;	
	margin-bottom:8px;	
	}
	
	.portfolio_link:hover{
	
	background-image: url(images/section-toggle-programs.jpg);
	}
	
	.programs_link{
		width:114px;
		height:58px;
		background-image: url(images/section-prog-off.jpg);
		background-repeat: no-repeat;
		display:block;
		float:left;
		margin-right:7px;
		margin-bottom:4px;
	}
	
	.initiatives_link{
		width:114px;
		height:58px;
		background-image: url(images/section-init-off.jpg);
		background-repeat: no-repeat;
		display:block;
		float:left;
		margin-bottom:4px;
	}
	
	.programs_link:hover{
		background-image: url(images/section-prog-on.jpg);	
	}
	
	.initiatives_link:hover{
		background-image: url(images/section-init-on.jpg);
	}
	
	.programs_active{
		width:114px;
		height:58px;
		background-image: url(images/section-prog-selected.jpg);
		background-repeat: no-repeat;
		display:block;
		float:left;
		margin-right:7px;
		margin-bottom:4px;
	}
	
	.initiatives_active{
		width:114px;
		height:58px;
		background-image: url(images/section-init-selected.jpg);
		background-repeat: no-repeat;
		display:block;
		float:left;
		margin-bottom:7px;
	}
	
	
	.initiative_label:link, .initiative_label:active, .initiative_label:visited, .initiative_label_active{
		display:block;
		background-image: url(images/inits-normal.jpg);
		background-repeat: no-repeat;
		height:37px;
		padding:5px;
		padding-right:20px;
		color:#000000;	
		text-decoration:none;
		font-size:12px;
		font-weight:bold;
		margin-top:5px;
		/*line-height:37px;*/
		
		
	}
	
	.initiative_label:hover, .initiative_label_active{
		background-image: url(images/inits-hover.jpg);
	}
	

	
	#initiative_content{
		margin-left:30px;
		margin-right:10px;
		margin-top:10px;
		
		font-size:12px;
	}
	
	#initiative_content h2{
		font-size:13px;
		margin:0;
		padding:0;
		margin-bottom:3px;
	}
	
	#initiative_content h3{
		font-size:12px;
		color:#999999;
		margin:0;
		padding:0;
		margin-bottom:10px;
	}
	
	#initiative_content a{
		text-decoration:none;
		color:#102E4B;
		font-size:11px;
	}
	
	
	.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}