  
  #main #home3boxes {
	clear:both; 
	display:block;
	margin-top:9px;
	margin-bottom:8px;
	height:171px;
  }
  
  #main #home3boxes .box1 {
	float:left;
	border: 1px solid #dce6e7;
	width:254px;
	height:146px;
	background-image: url(/assets/www/pages/home_boxes_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-right:11px;
	padding-left:25px;
	padding-right:15px;
	padding-top:23px;
	overflow:hidden;
  }
  
  #main #home3boxes .box1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	margin:0px;
	padding-top:5px;
	padding-bottom:4px;
  }
  
  #main #home3boxes .box1 p .linknormal {
	  color:#00535e;
	  font-weight:bold;
	  text-decoration:underline;
  }
  
  #main #home3boxes .box1 p .linknormal:hover {
	  color:#6ea325;
  }
  
  #main #home3boxes .box2 {
	float:right;
	border: 1px solid #dce6e7;
	width:254px;
	height:146px;
	background-image: url(/assets/www/pages/home_boxes_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left:25px;
	padding-right:15px;
	padding-top:23px;
	overflow:hidden;
  }
