/* Vertical Accordion Style */
.va-container{
	position:relative;
	margin:10px auto 0 auto;
    color:#fff;
    width:900px;
    background-color: #607D8B;
}
.va-wrapper{
	width:900px;
    margin:auto;
	height:100%;
	position:relative;
	overflow:hidden;
	background:#000;
}

.va-wrapper>div>h3{
    background: none;
}

.va-wrapper>div>div>ul>li{
    list-style: none;
}

.va-slice{
	cursor:pointer;
	position:absolute;
	width:100%;
	left:0px;
	overflow:hidden;
}
.va-slice-1{
	background:#000 url(../images/groups/1.jpg) no-repeat center center;
}
.va-slice-2{
	background:#000 url(../images/groups/2.jpg) no-repeat center center;
}
.va-slice-3{
	background:#000 url(../images/groups/3.jpg) no-repeat center center;
}
.va-slice-4{
	background:#000 url(../images/groups/4.jpg) no-repeat center center;
}

.va-title-smaller{
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
	font-size:50px;
    margin-top:25px;
	margin-left:20px;
	color:#fff;
    text-shadow:
    -1px -1px 0 #607D8B,
    1px -1px 0 #607D8B,
    -1px 1px 0 #607D8B,
    1px 1px 0 #607D8B; 
     
}

.va-title{
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
	font-size:60px;
	margin-left:20px;
	color:#fff;
    text-shadow:
    -1px -1px 0 #607D8B,
    1px -1px 0 #607D8B,
    -1px 1px 0 #607D8B,
    1px 1px 0 #607D8B; 
     
}
.va-content{
	display:none;
	margin-left:25px;
}
.va-slice p{
	font-size: 22px;
	font-style: italic;
	font-family:Georgia, serif;
        text-shadow:
    -1px -1px 0 #607D8B,
    1px -1px 0 #607D8B,
    -1px 1px 0 #607D8B,
    1px 1px 0 #607D8B; 
}
.va-slice ul{
	margin-top:20px;
}
.va-slice ul li{
	float:left;
	margin:0px 2px;
}
.va-slice ul li a{
	color:#000;
	background:#eede2f;
	padding:3px 6px;
	font-size:14px;
	font-family:'PT Sans', sans-serif;
	text-transform:uppercase;
}
.va-slice ul li a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}

.more ul{
	text-transform:uppercase;
	font-size:13px;
	padding:50px 0px 30px 0px;
	height:30px;
	clear:both;
	width:1000px;
	margin:10px auto 0 auto;
	color:#000;
}
.more ul li{
	float:left;
	margin:0px 2px;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}
.more ul li a{
	text-shadow:1px 1px 1px #fff;
	color:#555;
	background:#f7f7f7;
	padding:3px 6px;
	-moz-box-shadow:1px 1px 2px #aaa;
	-webkit-box-shadow:1px 1px 2px #aaa;
	box-shadow:1px 1px 2px #aaa;
}
.more ul li a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}
.header a:hover{
	color:#fff;
}
