/* CSS Document */
html{
	overflow:scroll;
	}
@font-face
{
font-family: Bebas;
src: url(../fonts/BEBAS__.ttf),
url(../fonts/BEBAS__.ttf);
}
body{
	background-color:#000;
}
a:link{
	color:#FFF;
}
a:visited{
	color:#FFF;
}
a:hover {
	text-decoration:none;
	color:#666;
	}

h3{
	font-family: 'bebas', Times, serif;
	font-size: 18px;
	color: #FFF;
	word-spacing: 3px;
}

h4{
	font-family: 'bebas', Times, serif;
	font-size:18px;
	color:#FFF;
	word-spacing:3px;
}
h5{
	font-family: 'bebas', Times, serif;
	font-size:40px;
	color:#FFF;
	word-spacing:3px;
}
h6{
	font-family: 'bebas', Times, serif;
	font-size:14px;
	color:#FFF;
	word-spacing:3px;
}
h7{
	font-family: 'bebas', Times, serif;
	font-size:24px;
	color:#FFF;
}
h8{
	font-family: 'bebas', Times, serif;
	font-size:20px;
	color:#FFF;
	word-spacing:3px;
}
h9{
	font-family: 'bebas', Times, serif;
	font-size:63px;
	color:#FFF;
	word-spacing:3px
}
h10{
	font-family: 'bebas', Times, serif;
	font-size:24px;
	color:#FFF;
	text-shadow: 2px 2px #333333;
}
h10:hover{
	color:#666;
}
p{
	color:#FFF;
}

.label label-default{
	font-size:20px;
}
#content{
	padding-bottom:25px;
}
header {
	background-image:url(../images/header_background.png);
	width: 1024px;
	height: 245px;
}
#logo{
	float:left;
	margin-top:65px;
	margin-left:25PX;
}
#sliderArea{
	width:1024px;
	height:470px;
}
#bottomArea{
	width:1024px;
	height: 340px;
	}
	
nav ul{
	display:inline-block; 
	float:left;  
}
nav ul a:hover{
}
nav ul li{
	text-align:center;
	alignment-adjust:middle;
	list-style-type:none;
}
.whiteBox{
	border: 5px solid #FFF;
	width:280px;
	height:90px;
	float:left;
	margin-top:35px;
}
.orangeBox{
	border: 10px solid #f18c1e;
	width:280px;
	height: 250px;
	float:left;
	margin-right:55px;
}
.orangeBox2{
	border: 10px solid #f18c1e;
	width:280px;
	height: 250px;
	float:left;
	margin-right:35px;
	margin-top:35px;
}
.redBox{
	border: 10px solid #FF0033;
	width:280px;
	height: 250px;
	float:left;
	margin-right:35px;
	margin-top:35px;
}
.tealBox{
	border: 10px solid #0FF;
	width:280px;
	height: 250px;
	float:left;
	margin-right:35px;
	margin-top:35px;
}
.greenBox{
	border: 10px solid #00cc33;
	width:280px;
	height: 250px;
	float:left;
	margin-right:35px;
	margin-top:35px;
}
.yellowBox{
	border: 10px solid #ADFF2F;
	width:280px;
	height: 250px;
	float:left;
	margin-right:35px;
	margin-top:35px;
}
.pinkBox{
	border: 10px solid #e44d41;
	width:615px;
	height: 250px;
	float:left;
}
#content{
	background:#000;
	padding-left:40px;
}
.dateImage{
	float:left; 
	padding-left:5px;
}
.featureText{
	float:left;
	padding-left:5px;
}
.feature{
	float:left; 
	width: 250px; 
	height:40px;
	margin-bottom:35px;
}
footer{
	background-color:#000;
	width:1024px;
	height:100px;
	border-top: 3px solid #FFF;
	padding-top:15px;
}
.transInfo{
	margin-top:140px;
  height:90px;
  background-color: #000;
  opacity:0.6;
  filter:alpha(opacity=60);
  }
.transText{
	margin-top:-92px;
	position:relative;
	z-index:2;
	padding-left:3px;
}
.lightbox{
	display:inline-block;
}
.lightbox .row{
	float:left;
}
.lightbox .row .thumbnails{
	width:250px; 
	height:250px; 
	margin-left:15px;

}
.lightbox ul li{
	list-style-type:none;
	margin-bottom:30px;
}
.scroll{
	overflow-y:scroll;
	overflow-x:hidden;
	height:229px;
}
.footNav{
	width:1000px;
}