
.wrapper {
	width: 700px;
	margin-left: 250px;
	text-align: left;
	z-index: 1000;
}
h1 {
	font-size: 21px;
	line-height: 47px;
	text-transform: uppercase;
	
}
.navigationTabs {
	height: 23px;
	line-height: 23px;
	margin-top: 30px;
	z-index: 5; 
}
.navigationTabs li {
	float: left;
	height: 23px;
	line-height: 23px;
	padding-right: 3px;
	
}
.navigationTabs li a{
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	overflow: hidden;
	color: #fff;
	background: #f8c926;
	position: relative;
	text-decoration: none;
	-moz-border-radius: 3px;	
}
.navigationTabs li a:hover {
	background-color: #cc8e16;
}
.navigationTabs li a.active {
	background-color: #cc8e16;
	border-bottom: 0px solid;
}
.tabsContent {
	border-top: 0px solid;
	width: 698px;
	overflow: hidden;
	height: 520px;
	-moz-border-radius: 5px;
	
}
.tab {
	padding: 16px;
	display: none;
	color: black;
	height: 520px;
}
.tab h2 {
	font-weight: bold;
	font-size: 16px;
	
}
.tab h3 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
}
.tab p {
	margin-top: 10px;
	margin-left: 20px;
	width: 590px;
	text-align: justify;
	font-family:"Trebuchet MS", "Myriad Pro", Arial, sans-serif;
	font-size: 14px;
	background: #f8c926;padding: 10px;
	-moz-border-radius-bottomleft: 40px;
	-moz-border-radius-bottomright: 40px;
}
.tab ul {
	margin-top: 16px;
	list-style: disc;
	
}
.tab li {
	margin: 10px 0 0 35px;
	
}
.tab a {
	color: #8FB0CF;
	
}
.tab strong {
	font-weight: bold;
	
}
.tab pre {
	font-size: 11px;
	margin-top: 20px;
	width: 668px;
	overflow: auto;
	clear: both;
	
}
.tab table {
	width: 100%;
	
}
.tab table td {
	padding: 6px 10px 6px 0;
	vertical-align: top;
	
}
.tab dt {
	margin-top: 16px;
	
}

/* Vertical Accordion Style */
.va-container{
	position:relative;
	margin:40px auto 0 auto;
}
.va-wrapper{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	background:#000;
}
.va-slice{
	cursor:pointer;
	position:absolute;
	width:100%;
	left:0px;
	overflow:hidden;
}
.va-slice-1{
	background-image:#000 url(img/1.jpg) no-repeat center center;
	display: block;
}
.va-slice-2{
	background-image:#000 url(img/2.jpg) no-repeat center center;
}
.va-slice-3{
	background-image:#000 url(img/3.jpg) no-repeat center center;
}
.va-slice-4{
	background-image:#000 url(img/4.jpg) no-repeat center center;
}
.va-slice-5{
	background-image:#000 url(img/5.jpg) no-repeat center center;
}
.va-slice-6{
	background-image:#000 url(img/6.jpg) no-repeat center center;
}
.va-slice-7{
	background-image:#000 url(img/7.jpg) no-repeat center center;
}
.va-slice-color-1{
	background-color:#97c5eb;
}
.va-slice-color-2{
	background-color:#68ace5;
}
.va-slice-color-3{
	background-color:#0072cf;
}
.va-slice-color-4{
	background-color:#0039a6;
}
.va-slice-color-5{
	background-color:#00338e;
}
.va-slice-color-6{
	background-color:#002c76;
}
.va-slice-color-7{
	background-color:#002144;
}
.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{
	display:none;
	margin-left:25px;
}
.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:#fff;
	text-shadow:none;
}
.va-nav span{
	width:40px;
	height:25px;
	background:transparent url(img/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;
	z-index:100;
}
.va-nav span.va-nav-next{
	background-image:url(img/next.png);
	top:auto;
	bottom:-35px;
}
.va-nav span:hover{
	opacity:1.0;
}