body {
	background: #e1ce9a url(../images/positive-voice.png) repeat-x 0 0 scroll;
	color: #525050;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
	margin: 0px;
	padding: 0px;
}
hr {
	background:transparent url(/pv/images/hr-line.gif) repeat scroll 0 0;
	border:0 none;
	height:1px;
	margin:10px 0;
}	
#wrapper {
	width: 998px;
	margin: 0px auto;
	padding: 0px;
}
/*------------------------------------------------------------------------------------ MENU SECTION ------*/
#menu {
	margin: 0px;
	padding: 0px;
	width: 996px;
	height: 42px;
	float: left;
	text-align: center;
}
#nav {
	margin: 0px auto;
	padding: 0px auto;
	width: 390px;
	height: 32px;
	text-align: center;
	/*background: #EBE6D4;*/
}
/*------------------------------------------------------------------NAVIGATION AREA---*/
/*---.subNav {
	width: auto;
	height: 32px;
	color:#FFFFFF;
	font-family:Georgia;
	font-size:12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}---*/


           /* Begin CSS Drop*/
            #cat_432441_divs {
            position: absolute;
            font-size: 12px;
	    font-family: Arial;
            width: auto;
            float:left;
            }
            #cat_432441_divs ul#nav_432441 {
            font-size: 12px;
	    font-family: Arial;
            width: auto;
            float:left;
            list-style:none;
            }
            #cat_432441_divs ul#nav_432441 li {
            font-size: 12px;
	    font-family: Arial;
            width: auto;
            float:left;
            display:inline;
            list-style:none;
            }
            #cat_432441_divs a {
            text-align: center;
            display:block;
            white-space:nowrap;
            margin:0;
            }
            #cat_432441_divs a:link, #cat_432441_divs a:visited, #cat_432441_divs a:active	/* me*/ {
            color: #932bbc;
            /*--background-color: #000000;--*/      /*-d9dadc---Black Background color*/
            text-decoration:none;
	    padding: 9px 15px;
            }
            #cat_432441_divs a:hover	/* menu at m*/ {
            color:  #000000;
            background: url(../images/button-hover-bg.jpg) repeat-x;       /*----RED TEXT hover Background color*/
            text-decoration: underline;
	    padding: 9px 15px;
            }
            #cat_432441_divs a.top_parent, #cat_432441_divs a.top_parent:hover  /* attaches down-arrow to all t*/ {
            background-position: right center;
            background-repeat: no-repeat;
            }
            #cat_432441_divs a.parent, #cat_432441_divs a.parent:hover 	/* attaches side-arrow to a*/ {
            background-position: right center;
            background-repeat: no-repeat;
            }
            #cat_432441_divs ul {
            list-style:none;
            margin:0;
            padding:0;
            float:left;
            width:9em;	/* width of all */
            }
            #cat_432441_divs li {
            position:relative;
            min-height: 1px; 			/* Sophie Dennis contributi*/
            vertical-align: bottom; /* Sophie Dennis contributi*/
            }
            #cat_432441_divs ul ul {
            position:absolute;
            z-index:500;
            top:auto;
            display:none;
            padding: 1em;
            margin:-1em 0 0 -1em;
            }
            #cat_432441_divs ul ul ul {
            top:0;
            left:100%;
            }
            div#cat_432441_divs li:hover {
            cursor:pointer;
            z-index:100;
}
            div#cat_432441_divs li:hover ul ul, div#cat_432441_divs li li:hover ul ul, div#cat_432441_divs li li li:hover ul ul, div#cat_432441_divs li li li li:hover ul ul {
            display:none;
            }
            div#cat_432441_divs li:hover ul, div#cat_432441_divs li li:hover ul, div#cat_432441_divs li li li:hover ul, div#cat_432441_divs li li li li:hover ul {
            display:block;
            }/* End CSS Drop*/

/*------------------------------------------------------------------------------------ HTML MENU DISABLE ------*/
/*---#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
}
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav li a, #nav li a:link, #nav li a:visited {
	display: block;
	color: #932bbc;
	margin: 0px;
	padding: 9px 15px;
	text-decoration: none;
}
#nav li a:hover, #nav li a:active {
	/*background: #787676;*/
	color: #000000;
	margin: 0px;
	padding: 9px 15px;
	text-decoration: underline;
}
#nav li li a, #nav li li a:link, #nav li li a:visited {
	/*background: #787676;*/
	width: 175px;
	font-weight: normal;
	color: #932bbc;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
#nav li li a:hover, #nav li li a:active {
	/*background: #D8261C;*/
	color: #932bbc;
	padding: 7px 10px 7px 10px;
}
#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
}
#nav li li {
}
#nav li ul a {
	width: 140px;
}
#nav li ul a:hover, #nav li ul a:active {
}
#nav li ul ul {
	margin: -32px 0 0 171px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
#nav li:hover, #nav li.sfhover {
	position: static;
}----------*/
/*------------------------------------------------------------------------------------ VERTICAL MENU SECTION ------*/

           /* Begin CSS Drop*/
#cat_432464_divs {
            position: absolute;
            font-size: 12px;
	    font-family: Arial;
            }
#cat_432464_divs ul#nav_432464 {
            font-size: 12px;
	    font-family: Arial;
            list-style:none;
           }
#cat_432464_divs ul#nav_432464 li {
            font-size: 12px;
	    font-family:  Arial;
            display: inline;
            list-style:none;
}
#cat_432464_divs a {
            text-align: right;
            display:block;
            white-space:nowrap;
            margin:0;
            }
#cat_432464_divs a:link, #cat_432464_divs a:visited, #cat_432464_divs a:active	/* me*/ {
            color:  #38c0ed;
            margin: 0px;
            padding: 11px 0px;                                               /*-----------d9dadc---Black Background color*/
            text-decoration:none;
            }
#cat_432464_divs a:hover	/* menu at m*/ {
            color:  #FFFFFF;
            margin: 0px;
	                                                                                     /*---padding: 13px 0px;---RED TEXT hover Background color-----*/
            text-decoration: none;
}

#cat_432464_divs a.top_parent, #cat_432464_divs a.top_parent:hover  /* attaches down-arrow to all t*/ {
            background-position: left center;
            background-repeat: no-repeat;
            }
#cat_432464_divs a.parent, #cat_432464_divs a.parent:hover 	/* attaches side-arrow to a*/ {
            background-position: left center;
            background-repeat: no-repeat;
            }
#cat_432464_divs ul {
            list-style:none;
            margin:0;
            padding-left: 15px;
            float:left;
            width: 155px;                                             /*-------- width of all---*/
            }
#cat_432464_divs li { 
             /*position:relative;*/                                     /*--min-height: 1px;------ Sophie Dennis contributi----*/
             vertical-align: bottom;                       /*Sophie Dennis contributi*/                               
}
#cat_432464_divs ul ul {
            color: #FFFFFF;
            display:none;
            /*position:relative; */
            position:absolute;
            padding: 0px 15px;
            margin: 0px;               /*-position:absolute;-margin-left: 135px; --SubMenu-Hover BG--Left  margin---*/
            width: 195px;                                            /*------margin:-1em 0 0 -1em;--*/    
            border: 1px solid #FFFFFF;              
            background-color: #004c8d;              
}
#cat_432464_divs ul {
	z-index: 5000;
}
#cat_432464_divs ul ul ul {
            top: 0px;
            left:100%;
}
div#cat_432464_divs li:hover {
            cursor:pointer;                         
}
div#cat_432464_divs li:hover ul ul, div#cat_432464_divs li li:hover ul ul, div#cat_432464_divs li li li:hover ul ul, div#cat_432464_divs li li li li:hover ul ul {
            display: none;
            width: 195px;                                                  /*---SubMenu Width---*/
            color: #FFFFFF;                                             /*----background: #005baa;----*/
            border-bottom: 1px solid #FFFFFF;    
}
div#cat_432464_divs li:hover ul, div#cat_432464_divs li li:hover ul, div#cat_432464_divs li li li:hover ul, div#cat_432464_divs li li li li:hover ul {
            display:block;
            width: 195px;                                                /*---SubMenu Width---*/
            color: #FFFFFF;                                           /*-----background: #005baa;-----*/
            border-bottom: 1px solid #FFFFFF; 
}

/* End CSS Drop*/

/*------------------------------------------------------------------------------------ MENU SECTION ------*/
#banner {
	width: 998px;
	height: 235px;
	/*--background-img: url(/pv/images/header-front.jpg);--*/
	margin: 0px;
	padding: 0px;
	float: left;
}
#shadow {
	width: 998px;
	height: 20px;
	background: url(/pv/images/main-bg.gif);
	margin: 0px;
	padding: 0px;
	float: left;
}
/*----------------------------------------------------------------------------------------- LEFT RIGHT PANEL ---*/
#tableformx { 
	text-indent: 0;
	width: 500px;
        height: 641px;
        padding: 10px 5px 5px 5px;
        margin: 0px 0px 5px 0px;
        color: #FFFFFF;
	background:url(/pv/images/formbg.jpg) top center no-repeat;
}
#tableformz  {
	text-indent: 0;
	width: 500px;
        height: 356px;
        padding: 10px 5px 5px 5px;
        margin: 0px 0px 5px 0px;
        color: #FFFFFF;
	background:url(/pv/images/form-cbtvideo-bg.png) top center no-repeat;
}

.free {
	margin: 0px;
	padding: 325px 5px 5px 5px;
}
.h3bg {
	width: 441px;
	height: 46px;
	background: url(/pv/images/headbg.png)  top center no-repeat;
	margin: 0px auto;
	padding-top: 10px;
	text-align: center;
        color: #FFFFFF;
}
table {
	border-collapse:separate;
	border-spacing:2px;
	display:table;
	margin-bottom: 5px;
	margin-top: 5px;
	text-indent:0;
	width: auto;
}
#leftpanel {
	width: 203px;
	height: 320px;
	margin: 0px 0px 5px 0px;
	padding: 14px 0px 5px 5px;
	float: left;
	background: #FFFFFF url(../images/menu-bg.jpg) no-repeat;
}
#left ul {
	list-style: none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-align: right;
}
/*------------------------------------------------------------------BLOG PANEL--------*/
#blogleftpanel {
	display: block;
	width: 528px;
	margin: 0px;
        padding: 7px;
	float: left;
        border-right: 1px solid #f1dae2;
}
#blogrightpanel {
	display: block;
	width: 210px;
	margin: 5px 0px 0px 0px;
	padding: 5px 10px;
        float: right;
}
#blogrightpanel ul {
	margin: 0px;
	padding: 0px;
}
#blogrightpanel ul li {
	margin: 0px;
	padding: 0px 0px 5px 10px;
	color: #FFFFFF;
	background: url(/images/i-arrowblog.png) 0px 5px no-repeat;
	list-style-type: none;
}
/*----------------------------------------------------------------------------------------- CONTENT AREA---*/
#contentarea {
	width: 998px;
	margin: 0px;
	padding: 0px 0px;
	background-color: #FFFFFF;
	float: left;
}
#content {
	width: auto;
	margin: 5px;
	padding: 5px;
	text-align: justify;
}
#content p {
	font-family:  Arial;
	font-size: 11px;
	color:#525050;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px;
	text-align: justify;
	line-height: normal;
}
#content ul	{
	margin: 0px;
	padding: 10px 0px 0px 10px;
	font-size: 11px;
}
#content ul li	{
	margin: 0px;
	padding: 0px 0px 5px 20px;
	list-style-type: none;
	background: url(/pv/images/i-bullet.gif) 0px 5px no-repeat;
	font-size: 11px;
        font-family: Arial;
}
#content span {
	color:#da4477;
}
a:link  {
	color:#da4477;
	text-decoration: none;
}
a:hover {
	color: #da4477;
	text-decoration: none;
}
a:visited {
	color: #da4477;                                         /*------- Brown----#B3907A;--------*/
	text-decoration: none;
}
.readmore a:link {
      color: #7aadd9;
	text-decoration: underline;
}
.readmore a:hover {
      color: #7aadd9;
	text-decoration: underline;
}
.readmore a:visited {
      color: #7aadd9;
	text-decoration: underline;
}

h1 {
	font-family:  Tahoma, Arial;
	font-size: 20px;
	color:#005baa;
	font-weight: normal;
	padding: 0px;
        text-decoration: none;
	margin: 0px;
}
h1 span {
	color:#37c5ec;
	font-weight: normal;
}
h2 {
	font-family:  Tahoma, Arial;
	font-size: 20px;
	color:#005baa;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
        text-decoration: none;
}
h3 {
	font-family:  Tahoma, Arial;
	font-size: 12px;
	color:#005baa;
	font-weight: bold;
	padding: 0px 5px;
        margin: 0px;
        text-decoration: none;
}
h6 {
	font-family:  Tahoma, Arial;
	font-size: 11px;
	color:#525050;
	font-weight: normal;
	padding: 2px 5px 2px 5px;
        text-decoration: none;
}
#breadcrumbs {
	border-bottom:1px solid #999999;
	color:#525050;
	margin:0;
	padding:0 0 2px 5px;
	font-family:  Tahoma, Arial;
	font-size: 14px;
}
#breadcrumbs a {
	color:#00bef2;
	font-weight: bold;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color:#00bef2;
	text-decoration: none;
}
td {
	display:table-cell;
	padding:1px;
	text-align:inherit;
	vertical-align:inherit;
	font-family:  Arial;
	font-size: 11px;
	color:#525050;
	font-weight: normal;
	margin: 0px;
	line-height: normal;
}
/*----------------------------------------------------------------------------------------- LEFT RIGHT PANEL END ---*/
#category {
	width: 490px;
	font-family: Tahoma, Arial;
	font-size: 13px;
	color:#000000;
	font-weight: normal;
        margin: 0px;
        padding: 0px;
}
.cat {
	font-family: Tahoma, Arial;
	font-size: 13px;
	color:#000000;
	font-weight: normal;
}
#form {
	width: 250px;
	height: auto;
	float: left;
	margin: 15px 10px;
	padding: 0px;
}
#blogcontentpanel {
	width: 752px;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 0px;
	float: left;
}
#midcontentpanel {
	width: 528px;
	margin: 5px;
        padding: 7px 7px 7px 0px;
	float: left;
        border-right: 1px solid #f1dae2;
}
#rightpanel {
	width: 220px;
	margin: 5px;
	padding: 5px;
	float: right;
}
/*----------------------------------------------------------------------------------------- FOOTER START ---*/
#footer {
	width: 998px;
	height: 30px;
	background: url(/pv/images/main-inner-bg.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
}
#copyrights {
	width: 998px;
	height: 20px;
	color: #525050;
	font-size: 11px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 5px 15px;
	float: left;
}
