<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* stylesheet contains style for vertical tabbed content area */

#v-nav
{
    height: 100%;
    margin: auto;
    color: #333;
   
}

#v-nav &gt;ul
{
    float: left;
    width: 210px;
    display: block;
    position: relative;
    top: 0;
    border: 1px solid #DDD;
    border-right-width: 0;
    margin: auto 0 !important;
    padding:0;
}

#v-nav &gt;ul &gt;li
{
/*    width: 180px;*/
    list-style-type: none;
    display: block;
    text-shadow: 0px 1px 1px #F2F1F0;
/*    font-size: 1.11em;*/
    position: relative;
    border-right-width: 0;
    border-bottom: 1px solid #DDD;
    margin: auto;
    padding: 10px 15px !important;  
    background: whiteSmoke; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* W3C */      
	cursor:pointer; 
}

#v-nav &gt;ul &gt;li.current
{
    color: #fff;
    border-right: none;
    z-index: 10;
    background: #762979 !important;
    position: relative;
	    text-shadow: none;
/*    moz-box-shadow: inset 0 0 35px 5px #fafbfd;
    -webkit-box-shadow: inset 0 0 35px 5px #fafbfd;
    box-shadow: inset 0 0 35px 5px #fafbfd;*/
}

#v-nav &gt;ul &gt;li.first.current
{
    border-bottom: 1px solid #DDD;
}

#v-nav &gt;ul &gt;li.last
{
    border-bottom: none;
}

#v-nav &gt;div.tab-content
{
    margin-left: 210px;
    border: 1px solid #ddd;
    background-color: #FFF;
    min-height: 400px;
    position: relative;
    z-index: 9;
    padding: 12px;
    /*moz-box-shadow: inset 0 0 35px 5px #fafbfd;
    -webkit-box-shadow: inset 0 0 35px 5px #fafbfd;
    box-shadow: inset 0 0 35px 5px #fafbfd;*/
    display: none;
    padding: 25px;
}

#v-nav &gt;div.tab-content &gt;h4
{
    font-size: 1.2em;
    color: Black;
    text-shadow: 0px 1px 1px #F2F1F0;
    border-bottom: 1px dotted #EEEDED;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tab-content h2{color:#762979; font-size:22px; line-height:25px; }
.tab-content h3{color:#762979; text-transform:uppercase; color:#000; font-size:16px; background:#f5f5f5; padding:5px; margin-top:10px; margin-bottom:10px;border-bottom:1px solid #c1c1c1 !important; border-top:2px solid #752978 !important;}
.tab-content img { width: 100% }
.tab-content div.ol { margin-left: 90px }
.tab-content ol { margin-left: 90px }
.tab-content ol li.first { font-weight: bold; margin: 40px 0 20px 0; line-height: 18px }
.tab-content ol li { font-weight: bold; line-height: 38px; font-size:15px !important; }
.tab-content  p {font-size:15px !important; line-height:25px;}
.tab-content  p strong{ text-transform:uppercase;}
.tab-content  p b{ text-transform:uppercase;}
</pre></body></html>