
			.boxgrid{ 
				width: 213px; 
				height: 130px; 
				float:left; 
				background: none; 
				border: solid 0px #8399AF; 
				overflow: hidden; 
				position: relative; 
				text-decoration: none;
				font-weight: normal;
			}
				
				
			.boxcaption{ 
				position: absolute;
				top: 0px; 
				left: 0px;
				color: #fff;
				text-shadow: none;
				text-decoration: none;
				text-align: center;
				background: #064460; 
				height: 130px; 
				width: 213px;
				font-weight: normal;
				border-top: 0px solid #fff;
				opacity: .85; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
 			}
 				
 				.caption .boxcaption {
 					top: 140px;
 					left: 0px;
 				}
			
			.boxcaption .title {
				font-family: Georgia, Times, "Times New Roman", serif;
				color: #c77b11;
				font-size: 16px;
				padding: 0px 0px 5px 0px;
				margin: 0px;
				line-height: 20px;
				font-weight: normal;
				text-shadow: #01334c 1px 1px 0px;	
			}
			.boxcaption p {
				margin: 0px 0px 0px 0px;
				padding: 10px 7px 0px 7px;
				line-height: 14px;
				font-weight: normal;
			}
			
			
			
			
			
			
			
			
			
			