@charset "UTF-8";


/* Main Focus Links
 ---------------------------------------------------------------------*/
.homesplash{

}

.boxgrid{ 
				width: 312px; 
				height: 326px;
				margin: 0px 1px 0px 0px;
				float:left; 
				background:#161613;  
				overflow: hidden; 
				position: relative; 
			}
			
				.boxgrid p{ 
					padding: 10px 20px; 
					color:black; 
					font-weight:normal;
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #fff;
				margin: 0px 0px 0px 0px;
				padding: 0 0 0 0;
				height: 300px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.caption .boxcaption {
 					top: 270px;
 					left: 0;
 				}
				.boxgrid h3{padding: 6px 0px 0px 8px;color:#000000;
					
				
				}
				.boxcaption a{font-weight:bold;}
