/*
 * This CSS file is automatically included for all the following operations...
 *
 * - edit block
 * - add block
 * - view block
 */

	
	div.section_insert{			
		color:#00488e;
		width:100%;	
		background:#f2f2f2;
	}	
	
	div.section_insert div.icon{
				
		border:2px solid #ffffff;
		border-radius:44px;
		width:85px;
		height:85px;	
		background:#00488e;
		margin:0px 30px 0px 30px;
	}
	
	div.section_insert a{	
		color:#ffffff;
	}
		div.section_insert div.content{
			padding:30px 40px 30px 40px;			
			min-height:86px;
		}
		
		div.section_insert h2 {
			font-size:40px;
			line-height:40px;
			margin:0px 0px 10px 0px;
			padding:0px;
		}
		
		div.section_insert p {
			font:14px/18px Arial, Helvetica, sans-serif;
			margin:0px 0px 0px 0px;
			padding:0px;
		}
	
	
	
	div.pathway{		
	
		color:#ffffff;	
		background:#00995c;
	}	
	
	div.alert{			
		color:#ffffff;	
		background:#F30;
	}
	
	div.blue{	
	
		color:#ffffff;		
		background:#00488e;
	}
	
	div.pathway h2,
	div.alert h2,
	div.blue h2{		
		color:#ffffff;		
	}
	
	div.section_insert div.icontext{
		
		margin:10px 0px 10px 0px;
		height:65px;
		
	}
	
	div.section_insert div.icontext h3{
		
		line-height:36px;
		
	}
	
	div.section_insert div.icontext p{		
		color:#359c74;
		font-size:26px;
		line-height:29px;				
	}
	
	div.section_insert div.icontext a{
		color:#359c74;
		text-decoration:underline;
	}


/**/	