/* Vertical Accordion Style */
.va-container {
    position: relative;
    clear: both;
}

.va-wrapper {
    width: 935px;
    height: 500px;
    background: none;
}

.va-slice {
    cursor: pointer;
    position: absolute;
    width: 935px;
    left: 0px;
    overflow: hidden;
    -moz-box-shadow: 0px 0px 20px #000000;
    -webkit-box-shadow: 0px 0px 20px #000000;
    box-shadow: 0px 0px 20px #000000;
        /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}

.va-slice-1 {
    background: url(../images/psychometric.jpg);
}

.va-slice-2 {
    background: url(../images/reasoning.jpg);
}

.va-slice-3 {
    background: url(../images/language.jpg);
}

.va-slice-4 {
    background: url(../images/sales_client_relations.jpg);
}

.va-slice-5 {
    background: url(../images/abilities_aptitude.jpg);
}

.va-slice-6 {
    background: url(../images/accounting_finance.jpg);
}

.va-title {
    line-height: 136px;
    position: absolute;
    top: 5px;
    left: 420px;
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 20px;
}

.va-subtitle {
    font-size: 19px;
    color: #000000;
}

.va-sub-container {
    overflow: hidden;
    width: 936px;
}

.va-content {
    display: none;
    position: absolute;
    top: 220px;
}

.va-slice p {
    margin: 0;
    font-size: 15px;
    font-style: normal;
    color: #000;
    width: 614px;
    text-align: justify;
    margin: -40px 0 0 265px;
    position: relative;
    top: 0;
}

.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;
    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(../images/vaccordion/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: 5000;
}

.va-nav span.va-nav-next {
    background-image: url(../images/vaccordion/next.png);
    top: auto;
    bottom: -35px;
}

.va-nav span:hover {
    opacity: 1.0;
}

ol,ul {
    list-style: none;
}

.vimg {
    margin-left: 135px;
}

.v1img {
    position: absolute;
    left: 847px;
    top: 0px;
}

.v2img {
    position: absolute;
    top: 0px;
    left: 265px;
}

.v3img {
    position: absolute;
    top: 0px;
    left: 89px;
}

.v4img {
    position: absolute;
    top: 0px;
    left: 800px;
}

.bookCover {
    height: 135px;
    border-bottom: #6e6663 solid 3px;
    -webkit-box-shadow: 0px 0px 20px #000000;
    box-shadow: 0px 0px 20px #000000;
}

.testTitle {
    font-weight: bold;
    font-size: 15px;
    color: #000;
    text-align: center;
}


.personalityProfile, .verbalReasoning, .accounting, .IQ, .numericalReasoning, .consumerFinance  {
   float: left;
   width: 187px;
   margin-left: 187.333px;
}

.memoryRetention, .businessEnglish, .salesAptitude, .receptionist, .callCenterSales, .callCenterService {
    float: left;
    width: 187px;
}

.englishProficiency, .mathSkillsGeneral{
    float: left;
    width: 187px;
    margin-left: 187.5px;
}

.msoWord2007, .englishLanguageAssessment, .customerService {
    float: right;
    width: 187px;
}
