/****************************************************************/
/* HOME PAGE */
	#flash{
		background:red url(/images/flash_01.jpg) no-repeat;
		float:left;
		width:373px;
		height:267px;
		overflow:hidden;
	}
	#pitch{
		background:url(/images/bg_home_pitch.gif) no-repeat;
		float:left;	
		width:616px;
		height:267px;
	}
	#home #c{
		background:none;
		width:987px;
		clear:both;
		border:1px solid #B8B8B8;
		margin:1px 0 0 0;
	}
	
	/* SOLUTIONS */
	#solutions_home{
		background:#fff url(/images/bg_home_solutions.gif) no-repeat;
		float:left;
		width:358px;
		padding:2px 0 15px 14px;
	}
	#solutions_home em {
		font-size: 12px;
		font-weight: bold;
	}
	#solutions_home h3{
		background:url(/images/title_solutions.gif) no-repeat;
		width:76px;
		height:12px;
		margin:0;		
	}
	#solutions_home div.solutions{
		background:url(/images/bg_line_spacer.gif) no-repeat left top;
		width:339px;
		padding:10px 0 6px 11px;
		overflow:hidden;	
	}
	#solutions_home div.first{background:none; padding-top:4px;}
	#solutions_home div.solutions h4{
		float:left;
		width:110px;	
		margin:0;
	}
	#solutions_home div.solutions h4 a{display:block; width:110px;}
	#solutions_home p{
		float:left;
		width:340px;
		margin:15px 0 0 0; 
		color:#6A6A6A;
		font-family:Verdana,Arial,Helvetica,sans-serif;
	}
	
	/* BUILD TARGETED DB */
	#build{
		background:#fff url(/images/bg_home_build.gif) no-repeat;
		float:left;
		width:269px;
		padding:17px 23px 15px 14px;	
	}
	#build h3{
		background:#fff url(/images/title_build.gif) no-repeat;
		width:237px;
		height:24px;
		margin:0;
	}
	#build p.desc{margin:15px 9px 0 0; color:#6A6A6A;}	
	#build abbr{color:#6A6A6A;}
	#build a.more{
		background:url(/images/btn_bg_more.gif) no-repeat left center;
		float:right;
		padding:2px 0 2px 21px;
		margin:15px 0 0 0;
		font:bold 10px Verdana, Arial, Helvetica, sans-serif;	
		color:#B90000;
		text-decoration:none;
	}
	#build a.more:hover{text-decoration:underline;}
	
	/* LATEST NEWS */
	#latest_news{
		float:left;
		width:270px;
		padding:17px 22px 15px 17px;			
	}
	#latest_news h3{
		background:#fff url(/images/title_news.gif) no-repeat;
		width:78px;
		height:12px;
		margin:0;
	}
	#latest_news div.news{
        width:270px;
        margin:23px 0 0 0;
        overflow:hidden;
    }
	#latest_news div.first{margin:26px 0 0 0;}	
	#latest_news div.news h4{
		margin:0;
		font:bold 10px Verdana, Arial, Helvetica, sans-serif;
		color:#6A6A6A;		
	}
	#latest_news div.news p.desc{
		margin:0;
		font:10px Verdana, Arial, Helvetica, sans-serif;	
	}
	#latest_news div.news p.date{
		margin:0;
		font:bold 10px Verdana, Arial, Helvetica, sans-serif;
		color:#3B3B3B;	
	}
	#latest_news div.news p.date a{color:#B90000; text-decoration:none;}
	#latest_news div.news p.date a:hover{text-decoration:underline;}
	#latest_news a.more{
		background:url(/images/btn_bg_more.gif) no-repeat left center;
		float:right;
		padding:2px 0 2px 21px;
		margin:15px 0 0 0;
		font:bold 10px Verdana, Arial, Helvetica, sans-serif;	
		color:#B90000;
		text-decoration:none;
	}
	#latest_news a.more:hover{text-decoration:underline;}
	
	/* footer */
	#home #f{
		padding:5px 5px 20px 0;
		font:11px Verdana, Arial, Helvetica, sans-serif;
		color:#818181;
		text-align:right;	
	}