﻿body {
}

.title2
{
   font-family: Times New Roman, Helvetica, sans-serif;
    font-size: 20px;
    color: #000099;
    font-weight: bold;
}

.menu
{
    font-family: Times New Roman,Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: White;
    font-weight: bold;
    text-decoration:underline;
    text-align: right; 
}

.Banner {
    font-family: Times New Roman,Arial, Helvetica, sans-serif;
    font-size: 24px;    
    color: #500099;
    font-weight: bold;
    background-color: aqua;        
    vertical-align:middle;
}

.faqs {
    font-weight: bold;
    font-size: 18px;
    color: blue;
}
.faqlist 
{
    font-family: Times New Roman,Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: black;
}
.p
{
    color: black;
}
.vspan 
{
    vertical-align: middle;
    display: table-cell;
}
.vtext {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform: rotate(270deg);
	white-space:nowrap;
	display:block;
	padding-left: 15px;
	position:absolute;
	right:-5px;
	top:0px;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.tab{
    margin-left: 3em;
}
.fullwidth
{
    width: 100%;
}
.link{
    text-decoration:underline;
}
/* new jquery css*/

body, a {
    color: #3B4C56;
    font-family: sans-serif;
    font-size: 14px;
    text-decoration: none;
}
#pgtitle
{
	margin: 0px 0px 20px;
	font-size: 18pt;
	text-align: center;
}
a{
	cursor:pointer;
}
.tree ul {
    list-style: none outside none;
}
.tree li a {
    line-height: 25px;
}
.tree > ul > li > a {
    color: #3B4C56;
    display: block;
    font-weight: normal;
    position: relative;
    text-decoration: none;
}
.tree li.parent > a {
    padding: 0 0 0 28px;
}
.tree li.parent > a:before {
    background-image: url("../images/plus_minus_icons.png");
    background-position: 25px center;
     content: ""; 
    display: block;
    height: 21px;
    left: 0;
    position: absolute;
    top: 2px;
    vertical-align: middle;
    width: 23px;
}
.tree ul li.active > a:before {
    background-position: 0 center;
}
.tree ul li ul {
    border-left: 1px solid #D9DADB;
    display: none;
    margin: 0 0 0 12px;
    overflow: hidden;
    padding: 0 0 0 25px;
}
.tree ul li ul li {
    position: relative;
}
.tree ul li ul li:before {
    border-bottom: 1px dashed #E2E2E3;
    content: "";
    left: -20px;
    position: absolute;
    top: 12px;
    width: 15px;
}
#wrapper {
    margin: 0 auto;
    width: 300px;
}
