/* Vertical Accordion Style */

body {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.4;
	background-image: url(IMAGES/background.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
}

.header {
	background-attachment: fixed;
	background-color: #333;
	background-repeat: no-repeat;
	margin-left: 0px;
	height: 80px;
	margin-top: 0px;
	background-position: center bottom;
	background-image: none;
	padding-bottom: 8px;
}
.container {
	width: 1100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 0px;
	background-image: url(VerticalSlidingAccordion/images/background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 700px;
}


.bodytextuse {
	background-image: none;
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 300px;
	padding-top: 50px;
	padding-bottom: 0px;
	width: 400px;
	font-family: "levenim MT";
	color: #FFF;
	padding-left: 0px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 17px;
	float: right;
	padding-right: 18px;
}

.footer {
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 300px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 1000px;
	margin: 0px;
	background-position: right top;
}


.va-container{
	position:relative;
	width:1000px;
	margin:40px auto 0 auto;
}
.va-wrapper{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	background:#000;
	border: 5px solid #FFF;
}
.va-slice{
	cursor:pointer;
	position:relative;
	top:auto;
	left:auto;
	width:100%;
	height:250px;
	overflow:hidden;
}
.va-slice-1{
	background-color: #000;
	background-image: url(../images/1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.va-slice-2{
	background-color: #000;
	background-image: url(../images/2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.va-slice-3{
	background-image: url(../images/3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
}
.va-slice-4{
	background:#000 url(../images/4.jpg) no-repeat center center;
}
.va-slice-5{
	background:#000 url(../images/5.jpg) no-repeat center center;
}
.va-slice-6{
	background:#000 url(../images/6.jpg) no-repeat center center;
}
.va-slice-7{
	background:#000 url(../images/7.jpg) no-repeat center center;
}
.va-title{
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
	font-size:60px;
	margin-left:20px;
	color:#fff;
	text-shadow: 0px 0px 1px white;
}
.va-content{
	margin-left:25px;
	display:block;
}
.va-slice p{
	font-size: 22px;
	font-style: italic;
	font-family:Georgia, serif;
}
.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:#000;
	text-shadow:none;
}
.va-nav span{
	width:40px;
	height:25px;
	background:transparent url(../images/prev.png) no-repeat center center;
	position:absolute;
	top:-35px;
	left:50%;
	margin-left:-20px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	display:none;
}
.va-nav span.va-nav-next{
	background-image:url(../images/next.png);
	top:auto;
	bottom:-37px;
}
.va-nav span:hover{
	opacity:1.0;
}
