/* Vertical Accordion Style */
.va-container{
	position:relative;
	
	
}
.va-wrapper{
	width:50%;
	height:50%;
	position:relative;
	overflow:hidden;
	/*background:#747474;border-radius: 10px;*/
	
	/*background: url('../images/latest_post_y2.png') no-repeat;*/
	background: url('../images/white_grey.png') no-repeat;
}

.va-wrapper_slo{
	width:100%;
	height:95%;
	position:relative;
	overflow:hidden;
	/*background:#747474;border-radius: 10px;*/
	
	/*background: url('../images/latest_post_y2.png') no-repeat;*/
	/*background: url('../images/latest_post_grey-bg.jpg') no-repeat;/*
}
.va-wrapper1{
	
	width:50%;
	height:50%;
	position:relative;
	overflow:hidden;
	/*background:#747474;border-radius: 10px;*/
	/*background: url('../images/latest_post_y2.png') no-repeat;*/
	background: url('../images/latest_post_grey-bg.jpg') no-repeat;
}
.va-wrapper1_slo{
	
	width:100%;
	height:90%;
	position:relative;
	overflow:hidden;
	/*background:#747474;border-radius: 10px;*/
	
	/*background: url('../images/latest_post_y2.png') no-repeat;*/
	background: url('../images/latest_post_grey-bg.jpg') no-repeat;
}
.va-slice{
	position:relative;
	width:100%;
	left:0px;
	overflow:hidden;
	border-bottom: 1px dashed #005689; 
}
.va-slice-1{
	background:#000 url(../images/1.jpg) no-repeat center center;
}
.va-slice-2{
	background:#000 url(../images/2.jpg) no-repeat center center;
}
.va-slice-3{
	background:#000 url(../images/3.jpg) no-repeat center center;
}
.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-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:50px;
	margin-left:20px;
	color:#006699;
	/*text-shadow: 0px 0px 1px white;*/
}
.va-content{
	
	display:none;
	margin-left:20px;
}
.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:2px 4px;
	font-size:14px;
	font-family:'PT Sans', sans-serif;
	text-transform:uppercase;
}
.va-slice ul li a:hover{
	background:#000;
	color:#005689;
	text-shadow:none;
}
.va-nav span{
	width:122px;
	height:13px;
	background:transparent url(../images/prev_bk.png) no-repeat center center;
	position:absolute;
	top:0px;
	left:80px;
	/*margin-left:-20px;opacity:0.7;display:none;*/
	text-indent:-9000px;	
	cursor:pointer;
	z-index:5;
}


.va-nav_slo span{
	width:122px;
	height:13px;
	/*background:transparent url(../images/prev_bk.png) no-repeat center center; SS*/

	position:absolute;
	top:0px;
	left:60px;
	/*margin-left:-20px;opacity:0.7;display:none;*/
	text-indent:-8000px;	
	cursor:pointer;
	
	z-index:0;
}
.va-nav span.va-nav-next{
	background-image:url(../images/next_bk.png);
	top:auto;
	bottom:0px;
}



.va-nav span:hover{
	opacity:1.0;
}
.va-slider-item-image{
	
	float: left;
	width: 22%;
	padding-left: 1.5%;
	padding-top: 6px;
	height: 50px;
	
}
.va-slider-item-title {
	float: right;
	padding: 0 2%;
	width: 70%;
	color :#0E2A5B;
	height: 60px;
}
.va-slider-item-title1 {
	float: left;
	padding: 0 2%;
	width: 70%;
	color :#0E2A5B;
	height: 65px;
}
.va-post-date {
	
	float: left;
	text-align: right;

	width: 100%;
	color: #000000;
	text-transform: uppercase;
	font-size: 9px;
	padding: 2px 0 1px 0;
}
.va-jq-a-link {
	color: #000000 !important;
	text-decoration: none;
	font-size: 10px;
}
.va-jq-a-link1 {
	color: #000000 !important;
	text-decoration: none;
	font-size: 9px;
}


