@charset "utf-8";
/* Boxes in info section - this should be brought into main site CSS sheet */

div.infoboxcontainer {
clear:both;
width:582px;
padding:3px;
margin-bottom:25px;
border:1px solid #cccccc;
}

div.infoboxleft {
float:left;
width:150px;
}

div.infoboxright {
float:left;
width:422px;
padding-left:10px;
}
	div.infoboxright div.top {
	height:130px;
	}
		div.infoboxright div.top h2 {
		margin-top:0;
		text-transform:uppercase;
		}
	div.infoboxright div.bottom {
	height:20px;
	}