/* CSS Document */

.img_shadow {
	-webkit-box-shadow:  2px 2px 5px 0px rgba(0, 0, 0, 0.8); 
	box-shadow:  2px 2px 5px 0px rgba(0, 0, 0, 0.8);
}


.centerContainer {
	width: 1110px;
	min-height: 700px;
	background: url(/images/blank.gif) repeat;
	padding: 40px;
}

.newsContainer p {
	color:#999;
	line-height:16px;
}

.newsContainer h1 {
	font-family:'HelveticaNeueLTCom57Condensed', Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	padding-bottom:10px;
	text-transform: uppercase;
}

.newsContainer h1 a {
	color:#FFF;
}

.newsContainer h1 a:hover {
	color:#FC0;
}

.newsContainer h2 {
	font-family:'VectoraLTStd45Light', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
	color:#999;
	text-transform: uppercase;
}

.buttonContainer {
	width: 148px;
	float: right;
	background: url(/images/black_75.png);
	margin-left: 2px;
}

.buttonContainer a {
	color:#FFF;
	text-decoration:none;
}

.headerHome {
	width: 100%;
	height: 60px;
	float: left;
}

.newsContainer {
	width: 360px;
	/* [disabled]height: 300px; */
	float: left;
	margin-top: 40px;
}

.homeLogo {
	width:350px;
}

.homeButton {
	line-height:40px;
	text-align:center;
	font-size:18px;
}

.homeButton:hover {
	color:#FC0;
}

.buttonDesc {
	display:none;
	text-transform:uppercase;
	font-size:12px;
	padding:25px;
	line-height:20px;
}

.newsPreview {
	padding: 5px; 
	margin-bottom: 2px; 
	background: url(/images/black_75.png);
}

video#bgvid {
	position: fixed; 
	right: 0; 
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
	width: auto;
	height: auto;
	display:block;
	z-index: -100;
	background-image: url(/backgrounds/bg_architage.jpg) no-repeat;
	background-size: cover;
}

#homeFooter {
	padding:5px;
	position:fixed;
	bottom:0;
	width:960px;
	margin-left:-480px;
	left:50%;
	margin-bottom:-70px;
	background: url(/images/black_75.png);
}

#homeFooter a {
	color:#FFF;
	text-decoration:none;
}

#homeFooter a:hover {
	color:#FC0;
}