/* Vertical Accordion Style */
.va-container{
	position:relative;
	margin: 0 auto;
	width:920px;
	height:490px;
}
.va-wrapper{
	width:920px;
	height:490px;
	position:relative;
	overflow:hidden;
	
}
.va-slice{
	cursor:pointer;
	position:absolute;
	width:920px;
	left:0px;
	overflow:hidden;
}
.va-slice-1{
	background:#000 url(../images/1a.jpg) no-repeat center center;
	margin-bottom:30px;
}
.va-slice-6{
	background:#000 url(../images/2a.jpg) no-repeat center center;
}
.va-slice-7{
	background:#000 url(../images/3a.jpg) no-repeat center center;
}
.va-slice-color-1{
	background-color:#97c5eb; 
}
.va-slice-color-6{
	background-color:#002c76;
}
.va-slice-color-7{
	background-color:#002144;
}
.va-title{
	font-family:Raleway;
	font-weight:200;
	text-transform:uppercase;
	font-size:100px;
	margin-left:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-top:47px;
	vertical-align:text-bottom;
	color:#fff;
	text-shadow: 0px 0px 1px white;
	text-align:left;
	letter-spacing:normal;
	line-height: normal;
	height: auto;
}

.va-content{
	display:none;
	margin-left:20px;
	margin-top:0px;
	
}
.va-slice ul{
	margin-top:0px;
}
.va-slice ul li{
	float:left;
	margin:0px 2px;
	list-style:none;
}
.va-slice ul li a{
	color:#FFF;
	background:#000;
	padding:3px 6px;
	font-size:14px;
	font-family:'Raleway';
	font-weight:300;

	
}
.va-slice ul li a:hover{
	background:#000;
	color:#f00;
	text-shadow:none;}

