/* 
------------------------------------
Box Grid styles
Vincent Massaro
Last updated: 08-31-07
------------------------------------ */

.boxcontainer {				/* Each row holds 2 boxes in 2col layout */
	width: 700px;			/* If content spans more than 175px in height, adjust boxcontainer class height inline in page */
	height: 175px;
	margin: 0px -20px 0 0;
	clear:both;
}

.boxes {
	position:relative;
	float:left;
	width:316px;
	height:130px;
	margin-right: 1.2em;
	padding-left: .3em;
}

.boxes img {					/* Positions box icons/images on the left */
	float:left;
	margin-right: .5em;
	border:0;
	
}

.boxes img.imageborder {				/* Apply this style to icon images that need a border, such as photos */
	border:1px solid black;}

.boxlinks {
	margin-left: 80px;
	margin-top:-5px;
	
}

.boxlinks ul {
	list-style-type: square;
	list-style-image: none;
	list-style-position: outside;
	margin-top:0;
}
.boxlinks p {
position:relative;

}

