/*
Styles for Intelligence Teams
/assets/idefense/css/intelligence-teams.css
rgarcia 11/2009
*/
 
	div.intelligence-teams {
		position:relative;
		background:url(/assets/idefense/images/defense-fusion-diagram.gif) no-repeat;
		width:400px;
		height:400px;
		}
	.intelligence-teams a.icon {
		display:block;
		position:absolute;
		width:74px;
		height:74px;
		}
	#intl-cyber {
		top:2px;
		left:153px;	
		}
	#malcode{
		top:80px;
		left:20px;	
		}
	#vulnerability-labs {
		top:80px;
		left:287px;	
		}
	#rapid-response {
		top:214px;
		left:20px;
		}
	#vulnerabity-aggregation {
		top:214px;
		left:287px;
		}
	#fs-isac {
		top:290px;
		left:153px;	
		}
		
	.bubbles {
		margin:20px 0 0 32px;
		font-size:12px;
		}
		
	#bubble3 {
		margin:150px 0 0 -183px;
		}
	#bubble5 {
		margin:40px 0 0 -183px;
		}
	#bubble6 {
		margin-top:-17px;
		}
		
		/** IE hack to prevent gap at the bottom of the tooltip**/ 
		
		* html #bubble1 .bottom,
		* html #bubble2 .bottom,
		* html #bubble3 .bottom,
		* html #bubble4 .bottom	{ margin-top:-6px;	}
