@charset "UTF-8";
/* CSS Document */

*{ padding:0px; margin:0px; }

		
.fbox{
	width: 281px;
	height: 168px;
	margin:10px;
	float:left;
	background:#084469;
	overflow: hidden;
	position: relative;
}
	
.fbox img{
	top: 0px;
	left: 1px;
	border: 0;
}

.fbox p{ 
	padding: 0 10px; 
	color:#cacc87; 
	font-weight: normal; 
	line-height: 0.1em;
	font:9pt Georgia, "Times New Roman", Times, serif; 
}
				
.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 100%;
	width: 287px;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	top: 66px;
	left: 11px;
}
			
.fboxtext .boxcaption {
	top: 132px;
	left: -3px;
}

.caption .boxcaption {
 	top: 220;
 	left: 0;
}
a{
	color:#FFFFFF;
	text-decoration:none;
}

.fboxtext-header .boxcaption-header {
	top: 220px;
	left: 0px;
}

.caption .boxcaption {
 	top: 220;
 	left: 0;
}		
/****** Index Header Stuff *********/
.fbox-index{
	width: 924px;
	height: 270px;
	background:#161613;
	overflow: hidden;
	position: relative;
	margin-bottom:15px;
	background-image: url(images/bg.gif);
}
.indexcaption{
	position: absolute;
	background: #000;
	height: 100px;
	width: 924px;
	opacity: .7;

	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	top: 287px;
	left: 5px;
	z-index:2;
} 				
.fboxtext-index .boxcaption-index {
	top: 220px;
	left: 0px;
}

.caption .boxcaption {
 	top: 220;
 	left: 0;
}
.fboxtext- .boxcaption {
	top: 132px;
	left: -3px;
}

.fbox-short{ 
	width: 581px; 
	height: 154px;
	background:#161613; 
	overflow: hidden; 
	position: relative;
	margin-bottom:15px;
}
