#page #foundation_panels{
	/*background-color:#e1e1e1	
	height:193px;
	padding:10px 0 10px 0;
	margin-bottom:10px;*/
	}
	#page #foundation_panels .foundation_panel{
		float:left;
		width:286px;
		height:210px;
		margin-right:20px;
		margin-top:10px;
		margin-bottom:20px;
		background-color:#FFFFFF;
		padding:10px;
		
		font-size:13px;
		font-weight:bold;
		color:#fff;
		background-image:url(../img/foundation_panel_bg.jpg);
		background-repeat:no-repeat;
		}
		#page #foundation_panels .foundation_panel h2{
			padding:0; margin:0 0 10px 0;
			color:#FF0000;
			font-size:14px;
			text-transform:uppercase;
		}
		#page #foundation_panels .foundation_panel h3{
			padding:0; margin:0 0 10px 0;
			height:48px;
			/*color:#FF0000;*/
			color:#323232;
			font-size:18px;
			font-weight:bold;
		}		
		
		#page #foundation_panels .foundation_panel img{
			width:287px; height:85px;
			/*border:2px solid #333333;*/
			border:none;
			margin-bottom:10px;
		}
		#page #foundation_panels .foundation_panel a:link 		{text-decoration: none; color:#ff0000; font-weight:bold;}
		#page #foundation_panels .foundation_panel a:visited 	{text-decoration: none; color:#ff0000; font-weight:bold;}
		#page #foundation_panels .foundation_panel a:active 	{text-decoration: none; color:#ff0000; font-weight:bold;}
		#page #foundation_panels .foundation_panel a:hover 		{text-decoration: underline; color:#ff0000; font-weight:bold;}
		
	#page #foundation_panels .foundation_panel.last {
	 margin-right:0;
	}
	
	h2.tagline {
    color:#ff0100;
    margin:10px 0 7px 0;
  }