/*-----------------------------------------------------------
# Copyright (C) 2009 JoomVision.com . All Rights Reserved.
# Author: JoomVision.com
# Websites:  http://www.joomvision.com
------------------------------------------------------------*/
/* COMON STYLE
---------------------*/

* {
	margin: 0;
	padding: 0;
}


html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #666666;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

body#bd {
	color: #383839;
	background: #E5E5E5;
	font-family: Arial,Helvetica,Geneva,sans-serif
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 0px;
	font-size: 12px;
	/*color: #333;*/
}

body.fs1 {
	font-size: 10px;
}

body.fs2{
	font-size: 12px;
}

body.fs3{
	font-size: 13px;
}

body.fs4{
	font-size: 13px;
}

body.fs5{
	font-size: 14px;
}

body.fs6{
	font-size: 15px;
}

/* Normal link */
a {
	color: #588BA7;
	text-decoration: none;
	outline: none;
}

a:hover, a:active, a:focus {
	color: #FF4200;
	background: none;
	text-decoration: underline;
}
a img {
	border: 0;
}
a.titleshop {
	display: block;
	padding: 10px 0;
	color: #1C1C1C;
	font-size:14px;
	font-weight:bold;
	line-height:17px;
}
/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Small text */
small, .smalldark, .mosimage_caption, .createby, .modifydate, a.readon, .img_caption {
	font-size: 100%;
}
.createdate, .small {
	color: #588BA7;
	font-size: 90%;
}
/* Heading */


h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}
h1 {
	font-size: 25px;
	color: #000000;
}
h2 {
	font-size: 15px;
	color: #000000;
}
h3 {
	font-size: 13px;
	color: #000000;
}
ul {
	list-style: none;
}

ul li {
	background: url(../images/arrow.png) no-repeat 0 4px;
	padding:0 0 2px 15px;
	list-style: none;
}

ol li {
	margin-left: 35px;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../images/hdot2.gif) repeat-x top;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

td, div {
	
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.button {
	color: #3c4550;
}

.button:hover, .button:focus {

}


* html .button {
	padding: 0 !important; /*IE 6*/
}

*+html .button {
	padding: 0 !important; /*IE 7*/
}

.inputbox {
	border: 1px solid #CCCCCC;
}

.inputbox:hover, .inputbox:focus {
	color: #000;
}

/* TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	background: #FFFFFF;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 1em 0px 1em 0px;
}

blockquote span.open {
	padding: 0 0 0 20px;
	background: url(../images/so-q.gif) no-repeat left top;
}

blockquote span.close {
	padding: 0 20px 0 0;
	background: url(../images/sc-q.gif) no-repeat bottom right;
}

/* Quote hilight */
.quote-hilite {
	padding: 10px 15px;
	margin: 0;
	border: 1px solid #CACACC;
	background: #FFFFFF;
}

/* Small quote */
.small-quote {
	margin: 0;
	padding: 0;
	background: none;
}

.small-quote span.open-quote {
	margin: 0;
	padding-left: 20px;
	background: url(../images/so-q.gif) no-repeat center left;
}

.small-quote span.close-quote {
	margin: 0;
	padding-right: 20px;
	background: url(../images/sc-q.gif) no-repeat center right;
}

.small-quote span.author {
	padding: 2px 5px 2px 20px;
	border-top: 1px solid #DCDDE0;
	margin: 0.5em 0 0;
	display: block;
	background: url(../images/author.gif) no-repeat 5px 4px #EAEBEE;
	font-size: 90%;
	text-transform: uppercase;
}

/* Rropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #999999;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
p.error {
	padding-left: 25px;
	color: #BF0000;
	background: url(../images/icon-error.gif) no-repeat top left #ffffff;
}

p.message {
	padding-left: 25px;
	color: #006699;
	background: url(../images/icon-info.gif) no-repeat top left;
}

p.tips {
	padding-left: 25px;
	color: #EE9600;
	background: url(../images/icon-tips.gif) no-repeat top left;
}

.highlight {
	padding: 1px 5px;
	background: #FFFFCC;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
}

p.download {
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}

/* Small checklist */
ul.small-checklist {
	list-style: none;
}

ul.small-checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/icon_list.gif) no-repeat 0 3px;
}

/* Check list */
ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url(../images/star-bg.gif) no-repeat 0 3px;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	background: url(../images/ol-bg.gif) no-repeat top left;
	color: #7BA566;
	font: bold 20px/normal Arial, sans-serif;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
	clear: both;
	display: block;
	height: 20px;
}

.article_column {
	padding: 0 5px 0 0;
}

.column_separator {
	padding: 0 0 0 5px;
}

/* content tables */
td.sectiontableheader {
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
table.contentpaneopen img {
	border: solid 1px #CCC;
	padding: 2px;
	margin: 0 10px 10px 0;
	/*border: solid 3px #FFFFFF;*/
}
table.contentpaneopen img.rank {
	margin: 0;
	border: none;
}
table.contentpaneopen td.viewcomment {
	padding: 10px;
	width: 115px;
	background: url(../images/bg_jvboxleft.jpg) repeat-y left;
}
img.caption {
	border: solid 1px #666 !important;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	float: right;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 0 0 3PX;
	border-bottom: 1px solid #CCCCCC;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 4px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #ECECEC;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
}

.adminform .inputbox {
}

.blog_more {
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	font-size: 125%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 17px;
	background: url(../images/arrow2.png) no-repeat 0 4px;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	padding: 5px 0 15px;
	margin: 0 0 10px;
}

.componentheading {
	font-size: 150%;
	margin: 10px 0;
	padding: 0 10px 0 0;
	color: #333;
	text-transform: none;
}
.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	/*background: url(../images/separator.png) bottom left repeat-x;*/
	border-bottom: 1px solid #dbdbdb;
	color: #333;
	font-size: 150%;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0 0 10px;
	width: 100%;
	text-transform: none;
}
#jv-col2 .contentheading {
	color: #353535;
	font-weight: normal;
	width: 100%;
	display: inline-table;
	padding: 0;
	margin: 0;
}
table.blog .contentheading {
	font-size: 120%;
}
a.contentpagetitle {
	color: #333333;
	text-decoration: none !important;
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	/*color: #c10000;*/
	text-decoration: none !important;
}

a.readon {
	background: url(../images/readmore.jpg) repeat-x left top;
	border: 1px solid #ccc;
	text-decoration: none;
	padding: 3px 0 3px 10px;
	color: #333;
	font-weight: bold;
	margin-bottom: 13px;
	display: block;
	width: 82px;
	height: 17px;
}
a.readon:hover,
a.readon:active,
a.readon:focus {
	color: #C93000;
	text-decoration: underline;
}

a.fullimage {
	padding: 0 0 0 20px;
	display: block;
	width: 110px;
	height: 20px;
	background: url(../images/zoom.jpg) no-repeat left top;
	color: #666666;
}
a.readon:hover, a.readon:active, a.readon:focus {
	text-decoration: none;
}
table.contentpaneopen td, table.contentpane td {
}
table.contentpaneopen tr {
	padding: 0 10px !important`;
}
table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}
table.contentpaneopen ul {
	margin: 20px 0 20px 0;
	list-style: inside;
}
.moduletable {
	padding: 0;
}
ul.pagination {
	margin: 15px auto;
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}
ul.pagination li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}
ul.pagination li span{
	padding: 2px 5px;
}
ul.pagination a {
	padding: 2px 5px;
	border: 1px solid #F6F6F6;
}
ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	border: 1px solid #ECECEC;
	background: #FFFFFF;
}
.pagenavbar {
	padding-left: 14px;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
}
.sectiontableheader {
	padding: 8px 5px;
	background: #444444;
	color: #FFFFFF;
}
.sectiontableheader a {
	color: #FFF;
}
.sectiontableheader a:hover {
	color: #FFF;
	text-decoration: underline;
}
tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: url(../images/hdot2.gif) repeat-x bottom #ECECEC;
}
tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/hdot2.gif) repeat-x bottom #FFFFCC;
}

.smalldark {
	text-align: left;
}
div.syndicate div {
	text-align: center;
}
.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}
/* META
--------------------------------------------------------- */
.article-tools {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	display: block;
}

.article-meta {
	padding: 5px;
	width: 80%;
	float: left;
}

.createby {
	padding: 3px 3px 3px 10px;
}

.createdate {
	padding: 0;
}
div.author-icons {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}
div.author {
	margin: 0;
	padding: 0;
	float: left;
}
div.icons {
	margin: 0;
	padding: 0;
	float: right;
}
div.icons img {
	border: none;
}
.modifydate {
	color:#999999;
	float:left;
	font-size:10px;
	width:100%;
}

div.buttonheading {
	float: right;
	width: 15%;
}

.buttonheading img {
	margin: 7px 5px 0 0;
	border: 0;
	float: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#jv-wrapper {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 977px;
}

.jvsize1 {
	width: 754px;
}
.jvsize2 {
	width: 950px;
}
.jvsize3 {
	width: 1150px;
}


body.normal #jv-wrapper {
	width: 760px;
	margin: 0 auto;
	padding-bottom: 20px;
	background: none;
	position: relative;
}

#jv-container {
	background: none;
	padding: 0 ;
	float: left;
	width: 100%;
}
#jv-topnar-wrapper {
	margin: 0 auto;
	padding: 0;
	height: 20px;
	line-height: 20px;
	display: block;
	width: 990px;
}
#jv-topnar {
	margin: 0 auto;
	padding: 0;
	width: 990px;
	display: block;
	height: 20px;
	line-height: 20px;
	text-align: right;
}
#jv-maintop {
	height: 99px;
	overflow: hidden;
	background: url(../images/bg-header-c.gif) repeat-x scroll 0 0 #F8F8F8;
}
#jv-maintop-l {
	overflow: hidden;
	background: url(../images/bg-header-l.gif) no-repeat scroll top left;
}
#jv-maintop-r {
	padding: 14px 17px 13px 10px;
	overflow: hidden;
	background: url(../images/bg-header-r.gif) no-repeat scroll top right;
}
#jv-main-header {
	margin: 20px 0 0 0;
	padding: 0;
	position: relative;
	float: left;
	width: 100%;
}
#jv-containerwrap {
	float: left;
	margin: 0;
	padding: 0 6px;
	overflow: hidden;
	line-height: 18px;
	background: #FFF;
	width: 963px;
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
}
#jv-body {
	margin: 0;
	padding: 0;
	background: none;
	width: 100%;
	overflow: hidden;
}
.jv-colspan,
.jv-colspan-r,
.jv-colspan-l {
	margin: 0;
	padding: 0;
}
.jv-left-wrapper,
.jv-content-wrapper,
.jv-right-wrapper {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}

/*FULL LEFT RIGHT MAIN-CONTENT*/
#jv-container .jv-left-wrapper {
	background: #FFF;
	padding:0;
	margin: 0;
	float: left;
	width: 200px;
}
#jv-container .jv-right-wrapper {
	background: #FFF;
	padding:0;
	margin: 0;
	float: right;
	width: 200px;
}
#jv-container .jv-content-wrapper {
	padding: 0 0 0 8px;
	float: left;
	width: 550px;
	background: #FFF;
}
.jv-content-wrapper #jv-padding {
	padding: 0;	
}

/* LEFT AND MAIN-CONTENT */
#jv-container-l .jv-left-wrapper {
	background: #F2F2F2 url(../images/left_bg.jpg) top left no-repeat;
	padding:0;
	margin: 0;
	float: left;
	width: 27%;
}
#jv-container-l .jv-content-wrapper {
	padding: 0;
	float: right;
	width: 73%;
}

/* RIGHT AND MAIN-CONTENT */
#jv-container-r .jv-content-wrapper {
	width: 70%;
	float: left;
	margin: 0;
	padding: 0;
}
#jv-container-r .jv-right-wrapper {
	padding:0;
	margin: 0;
	float: right;
	width: 30%;
}
#jv-container-l .jv-content-wrapper {
	padding: 0;
	float: left;
	width: 70%;
}

/*FULL SITE*/

#jv-container-full .jv-content-wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

#jv-content-bg-tl {
	background: url(../images/content-bg-tl.png) top left no-repeat ;
	height: 25px;
	padding-left: 18px;
}
#jv-content-bg-tr {
	background: url(../images/content-bg-tr.png) top right no-repeat ;
	height: 25px;
}

#jv-content-bg-cl {
	background: url(../images/content-bg-cl.png) top left repeat-y ;
	padding-left: 18px;
}
#jv-content-bg-cr {
	background: #F1EEDD url(../images/content-bg-cr.png) top right repeat-y ;
	padding: 20px 20px 20px 10px;
	overflow: hidden;
}

#jv-content-bg-bl {
	background: url(../images/content-bg-bl.png) top left no-repeat ;
	height: 30px;
	padding-left: 18px;
}
#jv-content-bg-br {
	background: url(../images/content-bg-br.png) top right no-repeat ;
	height: 30px;
}


#jv-footer-wrapper {
	margin: 0 0 20px 0;
	padding: 25px 0 0 0;
	width: 100%;
	height: 71px;
	overflow: hidden;
	position: relative;
	float: left;
	background: url(../images/bg-footer.gif) no-repeat top left #FFF;
}
#jv-footer {
	margin: 0 50px 0 0;
	padding: 0;
	height: 60px;
	color: #333;
	overflow: hidden;
	position: relative;
	display: block;
	width: 500px;
	float: right;
}
#jv-footer div.moduletable {
	margin: 0 0 5px 0;
}
#jv-footer a {
	color: #666;
	font-size: 12px;
}
#jv-footer a:hover,
#jv-footer a:active,
#jv-footer a:focus {
	color: #FF4200;
	text-decoration: underline;
}
#jv-footer-nav {
	text-align: left;
}
.jv-footer-left {	
	margin: 0;
	padding: 10px 0 0 10px;
	text-align: right;
}
#jv-footer h3 {
	margin: 0;
	padding: 0;
	border: none;
	color: #999;
	font-size: 13px;
	font-weight: bold;
}
#jv-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
#jv-footer li {
	background: url(../images/footers.png) center left no-repeat;
	margin: 0;
	padding: 0 10px;
	display: inline-block;
}
#jv-footer li.last {
	padding-right: 0;
}
#jv-footer-nav li.jv-firstitem {
	background: none;
}
#jv-footer-nav a {
	text-decoration: none;
}
#main-header-links {
	margin: 0;
	padding: 0;
	height: 20px;
	text-align:right;
}
#main-header-links div.moduletable {
	margin: 0;
	padding: 0;
	float: right;
}
#main-header-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-header-links ul li {
	margin: 0;
	padding: 0 5px;
	color: #FFF;
	display: inline;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	list-style-type: none;
	background: url(../images/main-header-links.jpg) no-repeat right center;
}
#main-header-links ul li.last {
	padding: 0 0 0 5px;
	background: none;
}
#main-header-links ul li a, 
#main-header-links ul li a:link {
	color: #FFF;
	text-decoration: none;
}
#main-header-links ul li a:hover,
#main-header-links ul li a:active,
#main-header-links ul li a:focus {
	color: #8D8D8D;
}

#main-header-logo {
	background: url(../images/logo.gif) top center no-repeat;
	margin: 0;
	padding: 0;
	float: none;
	height: 72px;
	width: 900px;
}
#main-footer-logo {
	background: url(../images/payment.gif) top right no-repeat;
	float: left;
	height: 40px;
	margin: 0 0 0 50px;
	padding: 0;
	width: 250px;
}
.jvcol{
	margin: 20px 0 0 0;
	padding: 0;
	display: block;
	clear: both;
}
#jv-top {
	float: right;
	width: 500px;
}
/******* ADD-ON for some other modules *****************/
#searchForm td {
	padding: 6px 0;
}
#mod_search_searchword {
	float: left;
	height: 17px;
	width: 113px;
	margin: 3px 0 0 5px;
	padding: 2px 0 0 5px;
	text-align:left;
	border: none;
	color: #9B9B9B;
	font-size: 11px;
	background: url(../images/bg-input-search.gif) no-repeat top left;
}
div.search .button {
	color: #FFFFFF;
	height: 20px;
	line-height: 21px;
	width: 50px;
	border: none;
	margin: 2px 0 0 5px;
	padding: 0 0 2px 0;
	color: #000;
	text-shadow: 0 1px 0 #FFF;
	background: url(../images/bg-button-search.gif) no-repeat top left;
}

/* JV Slide Show
--------------------------*/

#jv-mainslideshow {
	margin: 0 auto;
	padding: 0;
	height: auto;
	overflow: hidden;
	float: left;
}
#jv-slideshow {
	border: 1px solid #CCC;
	margin: 0 auto;
}
#jv-slideshow img {
	border: none;
}
#jv-slideshow-wrap {
	height: 202px;
}
.jv-shadow  {
	background: url(../images/footer-shadow.jpg) no-repeat scroll center top;
	height: 17px;
	float: left;
	width: 100%;
}
/* TOP MENU
------------------------------------------------*/
#jv-mainnavwrap {
	padding: 0;
	margin: 0;
	display: block;
	height: auto;
	z-index: 999999;
}
#jv-mainnav {
	margin: 0px;
	padding: 0;
	width: 100%;
	display: block;
	float: left;
	/*position: relative;*/
	border: none;
}
#jv-sub-menu {
	overflow: hidden;
}
/* TOP HEADER
------------------------------------------*/

#jv-topnav {
	margin: 0;
	padding: 6px;
	display: block;
	float: left;
	overflow: hidden;
	width: 963px;
	height: 44px;
	border-left: solid 1px #CFCFCF;
	border-right: solid 1px #CFCFCF;
	background: url(../images/bg-nav.gif) no-repeat 6px 6px #FFF;
}
#jv-nav {
	float: left;
	overflow: hidden;
	width: 760px;
}
#jv-topnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}

#jv-topnav li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	border: 0 none;
	background: none;
}

#jv-topnav li a {
	display: block;
	float: left;
	padding: 0 25px;
	height: auto !important;
	height: 1%;
	line-height: 44px;
	text-align: left;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	background: url(../images/menu_separator.gif) no-repeat center right;
}
#jv-topnav li a:hover { 
	text-decoration: underline;
}	
#jv-topnav li.jv-firstitem a{
	border-left: 0;
}

/* Search */

#jv-search {
	margin:  0;
	padding: 10px 10px 0 0;
	float: right;
	color: #BE2413;
	text-align: right;
	width: 185px;
}
div.jv-search {
	margin: 0px;
	padding: 15px 30px 0 0;
	text-align: right;
	width: 300px;
	float: right;
}
#jv-search div.module div div div {
	text-align: right;
}
/* HEADER
--------------------------------------------------------- */
#jv-headerwrap {
	color: #CCCCCC;
	line-height: normal;
	padding: 0;
	/*position: relative;*/
}

#jv-header {
	width: 100%;
	height: 85px;
	background: url(../images/bg_head.jpg) no-repeat bottom right #292929;

}
/* LOGO
--------------------*/
h1.logo {
	margin: 0;
	padding: 0;
	font-size: 180%;
	text-transform: uppercase;
	float: right;
}

h1.logo a {
	width: 386px;
	height: 72px;
	display: block;
	background: url(../images/blank.png) top left no-repeat;
	position: relative;
	z-index: 100;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}
#main-footer-logo h1.logo a {
	width: 150px;
	height: 76px;
	display: block;
	background: url(../images/blank.png) top left no-repeat;
	position: relative;
	z-index: 100;
}
	

p.site-slogan {
	margin: 0;
	padding: 0;
	padding: 2px 5px;
	color: #FFFFFF;
	background: #444444;
	font-size: 92%;
	position: absolute;
	bottom: 20px;
	left: 0;
}

/* BANNER
----------------------------------------------------- */
#jv-banner {
	color: #000;
	width: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}
#jv-banner div.moduletable h3,
#jv-banner div.moduletable h3 span{
	background: none; 

}
#jv-banner ul li{
	background: url(../images/arrow2.png) no-repeat 0 4px;
	color: #760000;
}
#jv-banner ul li a{
	color: #760000 ;
}		
/* MAIN NAVIGATION
--------------------------------------------------------- */
#jv-space {
	display: block;
	height: 8px;
}

/* MODULE
--------------------------------------------------------- */
span.small {
	padding-left: 10px;
}

div.moduletable,
div.moduletable_menu,
div.moduletable_text, 
div.moduletable_contact {
	padding: 0px;
	margin-bottom: 15px;
}

div.module h3,
div.module-style1 h3,
div.module-style2 h3,
div.module-style3 h3,
div.moduletable h3,
div.moduletable_menu h3,
div.module_text h3,
div.module_contact h3 {
	color: #000000;
	font-size: 15px;
	/*font-weight: bold;*/
}
div.moduletable img,
div.moduletable_menu img,
div.moduletable_text img, 
div.moduletable_contact img {
	border: none;
}

/* Module rounded */
div.module_menu ul {
	margin: 0;
	padding: 0;
}
div.module_menu ul li {
	margin: 0;
	padding: 0 !important;
	width: 100%;
	text-decoration: none important;
}

div.module_menu li a {
	background: none;
	margin-left: 10px;
	padding: 0 0 0 5px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #4F4F4F;
	line-height: 26px;
	height: 26px;
}
div.module_menu li a span {
	
}
div.module_menu li a:hover,
div.module_menu li a:active,
div.module_menu li a:focus {
	color: #D40000;
}
div.module,
div.module_menu,
div.module_text,
div.module-style2,
div.module-style3 {
	margin-bottom: 10px;
	float: left;
	clear: both;
	width: 100%;
	overflow: hidden;
}
div.module ul li,
div.module-style2 ul li {
	padding: 0;
	background: url(../images/bg_list_hline.gif) repeat-x bottom;	
	text-decoration: none;
}
div.module ul li a,
div.module-style2 ul li a {
	color: #000;
	display: block;
	padding: 2px 0 5px 20px;
	text-decoration: none;
	background: url(../images/bg_list.gif) no-repeat 0 5px;	
}
div.module ul li a:hover,
div.module-style2 ul li a:hover {
	text-decoration: underline;
}
div.module h3 {
	background: url(../images/bg-h3-style1.gif) no-repeat top left;
	color: #000;
	margin: 0;
	padding: 0 0 0 30px;
	line-height: 36px;
	text-transform: uppercase;
}
div.module-style2 h3 {
	background: url(../images/bg-h3-style2.gif) no-repeat top left;
	color: #000;
	margin: 0;
	padding: 0 0 0 30px;
	line-height: 36px;
	text-transform: uppercase;
}
div.jvmod-tl {
	clear: both;
	padding: 0 0 0 4px;
	height: 3px;
	overflow: hidden;
	background: url(../images/jvmod-tl.gif) no-repeat top left;
}
div.jvmod-tr {
	padding: 0;
	height: 3px;
	overflow: hidden;
	background: url(../images/jvmod-tr.gif) no-repeat top right;
}
div.jvmod-bl {
	clear: both;
	padding: 0 0 0 4px;
	height: 3px;
	overflow: hidden;
	background: url(../images/jvmod-bl.gif) no-repeat top left;
}
div.jvmod-br {
	padding: 0;
	height: 3px;
	overflow: hidden;
	background: url(../images/jvmod-br.gif) no-repeat top right;
}
div.jvmod-c {
	padding: 0 2px;
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
}
div.jvmod-cc {
	padding: 5px 10px;
	overflow: hidden;
}
div.module-style3 div.jvmod-cc {
	padding: 0;
	overflow: hidden;
}
/*----------------------Begin Main Body-------------------------------*/
#jv-mainbody {
	margin: 0px;
	padding: 0px;
	/*overflow: hidden;*/
}
/* BOX STYLE
--------------------*/
.jv-box-br,
.jv-box-full,
#jv-inset {
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
	width: 100%;
}
#jv-com-content {
	margin: 0;
	padding: 10px 0 0 0;
	float: left;
	width: 100%;
	background: url(../images/bg_column_h.jpg) repeat-x top;
}
#jv-bottom-wrap {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	background: url(../images/bg_column_h.jpg) repeat-x top;
	font-size: 100%;
}
.jv-box-content {
	overflow: hidden;
}
.jv-box-left .jv-box-content {
	padding: 0 8px 0 0;
}
.jv-box-right .jv-box-content {
	padding: 0 0 0 8px;
}
.jv-box-content ul.menu {
	list-style: none;
	overflow: hidden;
}
.jv-box-content ul.menu li {
	width: 100%;
	display: block;
	float: left;
	padding: 0;
	border-bottom: solid 1px #2e2e2e;
}
.jv-box-content ul.menu li a {
	width: 100%;
	display: block;
	float: left;
	background: url(../images/dot_menu.gif) no-repeat 10px 15px #1D1D1D;
}
.jv-box-content ul.menu li a span {
	padding: 10px 5px 10px 20px;
	display: block;
	float: left;
	color: #838383;
}
.jv-box-content ul.menu li#current a,
.jv-box-content ul.menu li a:hover,
.jv-box-content ul.menu li ul a:hover,
.jv-box-content ul.menu li#current ul a {
	background: url(../images/dot_menu.gif) no-repeat 10px 15px #303030;
}
.jv-box-content ul.menu li#current a span {
	color: #838383;
	font-weight: bold;
}
.jv-box-content ul.menu li ul a,
.jv-box-content ul.menu li#current ul a {
	background: url(../images/dot_menu.gif) no-repeat 10px 15px #1D1D1D;
}
.jv-box-content ul.menu li ul a span,
.jv-box-content ul.menu li#current ul a span {
	color: #838383;
	font-weight: 100;
}
/* Pathway style here 
--------------------------------*/
#jv-pathway {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}
#jv-pathway a {
	color: #f0c600;
	text-decoration: underline;
}
#jv-pathway span.breadcrumbs {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	height: 30px;
	line-height: 30px;
	float: left;
	width: 100%;
	font-size: 9px;
	border-bottom: solid 1px #D2D2D2;
	font-family: Verdana, Tahoma;
}
#jv-pathway strong {
	margin-right: 5px;
	font-weight: normal;
}
#jv-pathway img {
	margin: 3px 0 0 0;
}

/*----------------------End Main Body-------------------------------*/

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.jv-box-left, 
.jv-box-center {
	float: left;
	text-align: left;
	overflow: hidden;
}
#jv-colwrap .jv-box-left {
	background: url(../images/bg_jvboxleft.jpg) repeat-y right;
}
.jv-box-right {
	float: right;
	overflow: hidden;
}
.jv-box-right img.caption {
	padding: 0;
	margin: 0 0 10px 0;
}
.jv-box-right .moduletable-tags {
	margin: 0 0 15px 0;
	padding: 0;
	overflow: hidden;
}
#jv-top-wrap {
	overflow: hidden;
}
div.jv-box-left div.moduletable,
div.jv-box-center div.moduletable,
div.jv-box-right div.moduletable {
	padding: 0 10px 0 0;
}
#jv-colwrap div.jv-box-left h3,
#jv-colwrap div.jv-box-center h3,
#jv-colwrap div.jv-box-right h3,
#jv-colwrap div.jv-box-full h3,
#jv-top-wrap div.moduletable h3 {
	padding: 0 0 5px 0;
	font-family: 'Arial';
	font-size: 120%;
	margin-bottom: 10px;
}

/* Inset begin here */
#jv-inset {
	padding: 0;
}

#jv-botsl h3 {
	background: none;
}

#jv-botslwrap {
	border-top:  1px solid #A2A9B2;
	text-align:center;
	margin: 5px 0;
	padding-top: 5px;
}

#jv-botsl {
	background: none;
	padding: 0 ;
	
}

#jv-botsl div.moduletable {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}

#jv-botsl h3 {
	margin: 0 0 12px;
	padding: 0;
}

#jv-botsl a {
	padding-left:10px;
	font-weight:bold;
}
span.orange {
	color: #FF6600;
	font-size: 14px;
	font-weight: bold;
}
span.style1 {
	margin: 0;
	padding: 0;
	color: #999999;
	font-size: 17px;
	font-weight: bold;
}
span.style2 {
	margin: 0;
	padding: 0;
	color: #c97829;
	font-size: 17px;
	font-weight: bold;
}
div.jv-frontpage {
	width: 100%;
	display: block;
	overflow: hidden;
}
div.content-text-img {
	margin: 0;
	padding: 0;
	display: block;
}

div.page-navigation {
	width: auto;
}

div#jv-sponsors {
	padding-left: 30px;
	font-size: 15px;
}

.toggler {
	background: url(../images/separator.png) repeat-x scroll left top;
}
.toggler .header-l {
	background: url(../images/bubble.png) no-repeat scroll left 1px;
	color:#000000;
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height:40px;
	margin:0;
	padding:0 0 0 30px;
	text-transform:uppercase;
}

#jv-colspan{
	margin: 0;
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	padding: 10px 8px;
	background: #FFF;
	float: left;
}
#jv-colspan h3 {
	background: none;
	padding: 0;
}
#jv-colspan div.module {
	width: auto;
 	padding-right: 10px;
}
/* BOX ROUNDED STYLE 
---------------------*/

div.jvmod-t,
div.jvmod-c,
div.jvmod-b {
	clear: both;
	display: block;
	overflow: hidden;
}
div.jvmod-t {
	height: 7px;
}
.module-news div.jvmod-t,
.module-news div.jvmod-c,
.module-news div.jvmod-b {
	width: 235px;
}

.module-news div.jvmod-t {
	background: url(../images/jv-box-t.png) no-repeat left top;
	height: 7px;
}

.module-news div.jvmod-c {
	background: #e6e6e6 url(../images/jv-box-c.png) repeat-y left top;
}

.module-news div.jvmod-cc { 
	overflow: hidden;
	margin: 0;
	padding: 0 10px;
}

.module-news div.jvmod-b {
	background: url(../images/jv-box-b.png) no-repeat left top;
	height: 7px;
}
.module-news h3 span{
	text-align: left;
	line-height: 30px !important;
	padding-left: 10px !important;
}

/* MODULE BOX 2
  ---------------*/
div.module-news2 {
	position: relative;
}
.module-news2 div.jvmod-t,
.module-news2 div.jvmod-c,
.module-news2 div.jvmod-b {
	width: 342px;
}

.module-news2 div.jvmod-t {
	background: url(../images/jv-box2-t.jpg) no-repeat left top;
	height: 36px;
}

.module-news2 div.jvmod-c {
	background: #e6e6e6 url(../images/jv-box2-c.jpg) repeat-y left top;
}

.module-news2 div.jvmod-cc { 
	overflow: hidden;
	margin: 0;
	padding: 0 10px 0 30px;
}

.module-news2 div.jvmod-b {
	background: url(../images/jv-box2-b.jpg) no-repeat left top;
	height: 27px;
}
.module-news2 h3{
	text-align: left;
	text-transform: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 340px;
}
.module-news2 h3 span {
	line-height: 26px !important;
	padding: 10px 0 0 30px;
	text-transform: none;
}
.item-left {
	width: 270px;
	overflow: hidden;
	float: left;
	padding: 10px 3px 0 0;
}
.item-right {
	width: 270px;
	overflow: hidden;
	float: right;
	padding: 10px 0 0 3px;
}	margin: 0;
	padding: 0;
}
.jv-left-wrapper,
.jv-content-wrapper,
.jv-right-wrapper {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}

/*FULL LEFT RIGHT MAIN-CONTENT*/
#jv-container .jv-left-wrapper {
	background: #FFF;
	padding:0;
	margin: 0;
	float: left;
	width: 200px;
}
#jv-container .jv-right-wrapper {
	background: #FFF;
	padding:0;
	margin: 0;
	float: right;
	width: 200px;
}
#jv-container .jv-content-wrapper {
	padding: 0 0 0 8px;
	float: left;
	width: 550px;
	background: #FFF;
}
.jv-content-wrapper #jv-padding {
	padding: 0;	
}

/* LEFT AND MAIN-CONTENT */
#jv-container-l .jv-left-wrapper {
	background: #F2F2F2 url(../images/left_bg.jpg) top left no-repeat;
	padding:0;
	margin: 0;
	float: left;
	width: 27%;
}
#jv-container-l .jv-content-wrapper {
	padding: 0;
	float: right;
	width: 73%;
}

/* RIGHT AND MAIN-CONTENT */
#jv-container-r .jv-content-wrapper {
	width: 70%;
	float: left;
	margin: 0;
	padding: 0;
}
#jv-container-r .jv-right-wrapper {
	padding:0;
	margin: 0;
	float: right;
	width: 30%;
}
#jv-container-l .jv-content-wrapper {
	padding: 0;
	float: left;
	width: 70%;
}

/*FULL SITE*/

#jv-container-full .jv-content-wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

#jv-content-bg-tl {
	background: url(../images/content-bg-tl.png) top left no-repeat ;
	height: 25px;
	padding-left: 18px;
}
#jv-content-bg-tr {
	background: url(../images/content-bg-tr.png) top right no-repeat ;
	height: 25px;
}

#jv-content-bg-cl {
	background: url(../images/content-bg-cl.png) top left repeat-y ;
	padding-left: 18px;
}
#jv-content-bg-cr {
	background: #F1EEDD url(../images/content-bg-cr.png) top right repeat-y ;
	padding: 20px 20px 20px 10px;
	overflow: hidden;
}

#jv-content-bg-bl {
	background: url(../images/content-bg-bl.png) top left no-repeat ;
	height: 30px;
	padding-left: 18px;
}
#jv-content-bg-br {
	background: url(../images/content-bg-br.png) top right no-repeat ;
	height: 30px;
}


#jv-footer-wrapper {
	margin: 0 0 20px 0;
	padding: 25px 0 0 0;
	width: 100%;
	height: 71px;
	overflow: hidden;
	position: relative;
	float: left;
	background: url(../images/bg-footer.gif) no-repeat top left #FFF;
}
#jv-footer {
	margin: 0 50px 0 0;
	padding: 0;
	height: 60px;
	color: #333;
	overflow: hidden;
	position: relative;
	display: block;
	width: 500px;
	float: right;
}
#jv-footer div.moduletable {
	margin: 0 0 5px 0;
}
#jv-footer a {
	color: #666;
	font-size: 12px;
}
#jv-footer a:hover,
#jv-footer a:active,
#jv-footer a:focus {
	color: #FF4200;
	text-decoration: underline;
}
#jv-footer-nav {
	text-align: left;
}
.jv-footer-left {	
	margin: 0;
	padding: 10px 0 0 10px;
	text-align: right;
}
#jv-footer h3 {
	margin: 0;
	padding: 0;
	border: none;
	color: #999;
	font-size: 13px;
	font-weight: bold;
}
#jv-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
#jv-footer li {
	background: url(../images/footers.png) center left no-repeat;
	margin: 0;
	padding: 0 10px;
	display: inline-block;
}
#jv-footer li.last {
	padding-right: 0;
}
#jv-footer-nav li.jv-firstitem {
	background: none;
}
#jv-footer-nav a {
	text-decoration: none;
}
#main-header-links {
	margin: 0;
	padding: 0;
	height: 20px;
	text-align:right;
}
#main-header-links div.moduletable {
	margin: 0;
	padding: 0;
	float: right;
}
#main-header-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-header-links ul li {
	margin: 0;
	padding: 0 5px;
	color: #FFF;
	display: inline;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	list-style-type: none;
	background: url(../images/main-header-links.jpg) no-repeat right center;
}
#main-header-links ul li.last {
	padding: 0 0 0 5px;
	background: none;
}
#main-header-links ul li a, 
#main-header-links ul li a:link {
	color: #FFF;
	text-decoration: none;
}
#main-header-links ul li a:hover,
#main-header-links ul li a:active,
#main-header-links ul li a:focus {
	color: #8D8D8D;
}

#main-header-logo {
	background: url(../images/logo.gif) top center no-repeat;
	margin: 0;
	padding: 0;
	float: none;
	height: 72px;
	width: 900px;
}
#main-footer-logo {
	background: url(../images/payment.gif) top right no-repeat;
	float: left;
	height: 40px;
	margin: 0 0 0 50px;
	padding: 0;
	width: 250px;
}
.jvcol{
	margin: 20px 0 0 0;
	padding: 0;
	display: block;
	clear: both;
}
#jv-top {
	float: right;
	width: 500px;
}
/******* ADD-ON for some other modules *****************/
#searchForm td {
	padding: 6px 0;
}
#mod_search_searchword {
	float: left;
	height: 17px;
	width: 113px;
	margin: 3px 0 0 5px;
	padding: 2px 0 0 5px;
	text-align:left;
	border: none;
	color: #9B9B9B;
	font-size: 11px;
	background: url(../images/bg-input-search.gif) no-repeat top left;
}
div.search .button {
	color: #FFFFFF;
	height: 20px;
	line-height: 21px;
	width: 50px;
	border: none;
	margin: 2px 0 0 5px;
	padding: 0 0 2px 0;
	color: #000;
	text-shadow: 0 1px 0 #FFF;
	background: url(../images/bg-button-search.gif) no-repeat top left;
}

/* JV Slide Show
--------------------------*/

#jv-mainslideshow {
	margin: 0 auto;
	padding: 0;
	height: auto;
	overflow: hidden;
	float: left;
}
#jv-slideshow {
	border: 1px solid #CCC;
	margin: 0 auto;
}
#jv-slideshow img {
	border: none;
}
#jv-slideshow-wrap {
	height: 202px;
}
.jv-shadow  {
	background: url(../images/footer-shadow.jpg) no-repeat scroll center top;
	height: 17px;
	float: left;
	width: 100%;
}
/* TOP MENU
------------------------------------------------*/
#jv-mainnavwrap {
	padding: 0;
	margin: 0;
	display: block;
	height: auto;
	z-index: 999999;
}
#jv-mainnav {
	margin: 0px;
	padding: 0;
	width: 100%;
	display: block;
	float: left;
	/*position: relative;*/
	border: none;
}
#jv-sub-menu {
	overflow: hidden;
}
/* TOP HEADER
------------------------------------------*/

#jv-topnav {
	margin: 0;
	padding: 6px;
	display: block;
	float: left;
	overflow: hidden;
	width: 963px;
	height: 44px;
	border-left: solid 1px #CFCFCF;
	border-right: solid 1px #CFCFCF;
	background: url(../images/bg-nav.gif) no-repeat 6px 6px #FFF;
}
#jv-nav {
	float: left;
	overflow: hidden;
	width: 760px;
}
#jv-topnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}

#jv-topnav li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	border: 0 none;
	background: none;
}

#jv-topnav li a {
	display: block;
	float: left;
	padding: 0 25px;
	height: auto !important;
	height: 1%;
	line-height: 44px;
	text-align: left;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	background: url(../images/menu_separator.gif) no-repeat center right;
}
#jv-topnav li a:hover { 
	text-decoration: underline;
}	
#jv-topnav li.jv-firstitem a{
	border-left: 0;
}

/* Search */

#jv-search {
	margin:  0;
	padding: 10px 10px 0 0;
	float: right;
	color: #BE2413;
	text-align: right;
	width: 185px;
}
div.jv-search {
	margin: 0px;
	padding: 15px 30px 0 0;
	text-align: right;
	width: 300px;
	float: right;
}
#jv-search div.module div div div {
	text-align: right;
}
/* HEADER
--------------------------------------------------------- */
#jv-headerwrap {
	color: #CCCCCC;
	line-height: normal;
	padding: 0;
	/*position: relative;*/
}

#jv-header {
	width: 100%;
	height: 85px;
	background: url(../images/bg_head.jpg) no-repeat bottom right #292929;

}
/* LOGO
--------------------*/
h1.logo {
	margin: 0;
	padding: 0;
	font-size: 180%;
	text-transform: uppercase;
	float: right;
}

h1.logo a {
	width: 386px;
	height: 72px;
	display: block;
	background: url(../images/blank.png) top left no-repeat;
	position: relative;
	z-index: 100;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}
#main-footer-logo h1.logo a {
	width: 150px;
	height: 76px;
	display: block;
	background: url(../images/blank.png) top left no-repeat;
	position: relative;
	z-index: 100;
}
	

p.site-slogan {
	margin: 0;
	padding: 0;
	padding: 2px 5px;
	color: #FFFFFF;
	background: #444444;
	font-size: 92%;
	position: absolute;
	bottom: 20px;
	left: 0;
}

/* BANNER
----------------------------------------------------- */
#jv-banner {
	color: #000;
	width: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}
#jv-banner div.moduletable h3,
#jv-banner div.moduletable h3 span{
	background: none; 

}
#jv-banner ul li{
	background: url(../images/arrow2.png) no-repeat 0 4px;
	color: #760000;
}
#jv-banner ul li a{
	color: #760000 ;
}		
/* MAIN NAVIGATION
--------------------------------------------------------- */
#jv-space {
	display: block;
	height: 8px;
}

/* MODULE
--------------------------------------------------------- */
span.small {
	padding-left: 10px;
}

div.moduletable,
div.moduletable_menu,
div.moduletable_text, 
div.moduletable_contact {
	padding: 0px;
	margin-bottom: 15px;
}

div.module h3,
div.module-style1 h3,
div.module-style2 h3,
div.module-style3 h3,
div.moduletable h3,
div.moduletable_menu h3,
div.module_text h3,
div.module_contact h3 {
	color: #000000;
	font-size: 15px;
	/*font-weight: bold;*/
}
div.moduletable img,
div.moduletable_menu img,
div.moduletable_text img, 
div.moduletable_contact img {
	border: none;
}

/* Module rounded */
div.module_menu ul {
	margin: 0;
	padding: 0;
}
div.module_menu ul li {
	margin: 0;
	padding: 0 !important;
	width: 100%;
	text-decoration: none important;
}

div.module_menu li a {
	background: none;
	margin-left: 10px;
	padding: 0 0 0 5px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #4F4F4F;
	line-height: 26px;
	height: 26px;
}
div.module_menu li a span {
	
}
div.module_menu li a:hover,
div.module_menu li a:active,
div.module_menu li a:focus {
	color: #D40000;
}
div.module,
div.module_menu,
div.module_text,
div.module-style2,
div.module-style3 {
	margin-bottom: 10px;
	float: left;
	clear: both;
	width: 100%;
	overflow: hidden;
}
div.module ul li,
div.module-style2 ul li {
	padding: 0;
	background: url(../images/bg_list_hline.gif) repeat-x bottom;	
	text-decoration: none;
}
div.module ul li a,
div.module-style2 ul li a {
	color: #000;
	display: block;
	padding: 2px 0 5px 20px;
	text-decoration: none;
	background: url(../images/bg_list.gif) no-repeat 0 5px;	
}
div.module ul li a:hover,
div.module-style2 ul li a:hover {
	text-decoration: underline;
}
div.module h3 {
	background: url(../images/bg-h3-style1.gif) no-repeat top left;
	color: #000;
	margin: 0;
	padding: 0 0 0 30px;
	line-height: 36px;
	text-transform: uppercase;
}
div.module-style2 h3 {
	background: url(../images/bg-h3-style2.gif) no-repeat top left;
	color: #000;
	margin: 0;
	padding: 0 0 0 30px;
	line-height: 36px;
	text-transform: uppercase;
}
div.jvmod-tl {
	clear: both;
	padding: 0 0 0 4px;
	height: 3px;
	overflow: hidden;
	background: url(../images/jvmod-tl.gif) no-repeat top left;
}
div.jvmod-tr {
	padding: 0;
	height: 3px;
	overflow: hidden;
	background: url(../images/jvmod-tr.gif) no-repeat top right;
}
div.jvmod-bl {
	clear: both;
	padding: 0 0 0 4px;
	height: 3px;
	overflow: hidden;
	background: url(../images/jvmod-bl.gif) no-repeat top left;
}
div.jvmod-br {
	padding: 0;
	height: 3px;
	overflow: hidden;
	background: url(../images/jvmod-br.gif) no-repeat top right;
}
div.jvmod-c {
	padding: 0 2px;
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
}
div.jvmod-cc {
	padding: 5px 10px;
	overflow: hidden;
}
div.module-style3 div.jvmod-cc {
	padding: 0;
	overflow: hidden;
}
/*----------------------Begin Main Body-------------------------------*/
#jv-mainbody {
	margin: 0px;
	padding: 0px;
	/*overflow: hidden;*/
}
/* BOX STYLE
--------------------*/
.jv-box-br,
.jv-box-full,
#jv-inset {
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
	width: 100%;
}
#jv-com-content {
	margin: 0;
	padding: 10px 0 0 0;
	float: left;
	width: 100%;
	background: url(../images/bg_column_h.jpg) repeat-x top;
}
#jv-bottom-wrap {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	background: url(../images/bg_column_h.jpg) repeat-x top;
	font-size: 100%;
}
.jv-box-content {
	overflow: hidden;
}
.jv-box-left .jv-box-content {
	padding: 0 8px 0 0;
}
.jv-box-right .jv-box-content {
	padding: 0 0 0 8px;
}
.jv-box-content ul.menu {
	list-style: none;
	overflow: hidden;
}
.jv-box-content ul.menu li {
	width: 100%;
	display: block;
	float: left;
	padding: 0;
	border-bottom: solid 1px #2e2e2e;
}
.jv-box-content ul.menu li a {
	width: 100%;
	display: block;
	float: left;
	background: url(../images/dot_menu.gif) no-repeat 10px 15px #1D1D1D;
}
.jv-box-content ul.menu li a span {
	padding: 10px 5px 10px 20px;
	display: block;
	float: left;
	color: #838383;
}
.jv-box-content ul.menu li#current a,
.jv-box-content ul.menu li a:hover,
.jv-box-content ul.menu li ul a:hover,
.jv-box-content ul.menu li#current ul a {
	background: url(../images/dot_menu.gif) no-repeat 10px 15px #303030;
}
.jv-box-content ul.menu li#current a span {
	color: #838383;
	font-weight: bold;
}
.jv-box-content ul.menu li ul a,
.jv-box-content ul.menu li#current ul a {
	background: url(../images/dot_menu.gif) no-repeat 10px 15px #1D1D1D;
}
.jv-box-content ul.menu li ul a span,
.jv-box-content ul.menu li#current ul a span {
	color: #838383;
	font-weight: 100;
}
/* Pathway style here 
--------------------------------*/
#jv-pathway {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}
#jv-pathway a {
	color: #f0c600;
	text-decoration: underline;
}
#jv-pathway span.breadcrumbs {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	height: 30px;
	line-height: 30px;
	float: left;
	width: 100%;
	font-size: 9px;
	border-bottom: solid 1px #D2D2D2;
	font-family: Verdana, Tahoma;
}
#jv-pathway strong {
	margin-right: 5px;
	font-weight: normal;
}
#jv-pathway img {
	margin: 3px 0 0 0;
}

/*----------------------End Main Body-------------------------------*/

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.jv-box-left, 
.jv-box-center {
	float: left;
	text-align: left;
	overflow: hidden;
}
#jv-colwrap .jv-box-left {
	background: url(../images/bg_jvboxleft.jpg) repeat-y right;
}
.jv-box-right {
	float: right;
	overflow: hidden;
}
.jv-box-right img.caption {
	padding: 0;
	margin: 0 0 10px 0;
}
.jv-box-right .moduletable-tags {
	margin: 0 0 15px 0;
	padding: 0;
	overflow: hidden;
}
#jv-top-wrap {
	overflow: hidden;
}
div.jv-box-left div.moduletable,
div.jv-box-center div.moduletable,
div.jv-box-right div.moduletable {
	padding: 0 10px 0 0;
}
#jv-colwrap div.jv-box-left h3,
#jv-colwrap div.jv-box-center h3,
#jv-colwrap div.jv-box-right h3,
#jv-colwrap div.jv-box-full h3,
#jv-top-wrap div.moduletable h3 {
	padding: 0 0 5px 0;
	font-family: 'Arial';
	font-size: 120%;
	margin-bottom: 10px;
}

/* Inset begin here */
#jv-inset {
	padding: 0;
}

#jv-botsl h3 {
	background: none;
}

#jv-botslwrap {
	border-top:  1px solid #A2A9B2;
	text-align:center;
	margin: 5px 0;
	padding-top: 5px;
}

#jv-botsl {
	background: none;
	padding: 0 ;
	
}

#jv-botsl div.moduletable {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}

#jv-botsl h3 {
	margin: 0 0 12px;
	padding: 0;
}

#jv-botsl a {
	padding-left:10px;
	font-weight:bold;
}
span.orange {
	color: #FF6600;
	font-size: 14px;
	font-weight: bold;
}
span.style1 {
	margin: 0;
	padding: 0;
	color: #999999;
	font-size: 17px;
	font-weight: bold;
}
span.style2 {
	margin: 0;
	padding: 0;
	color: #c97829;
	font-size: 17px;
	font-weight: bold;
}
div.jv-frontpage {
	width: 100%;
	display: block;
	overflow: hidden;
}
div.content-text-img {
	margin: 0;
	padding: 0;
	display: block;
}

div.page-navigation {
	width: auto;
}

div#jv-sponsors {
	padding-left: 30px;
	font-size: 15px;
}

.toggler {
	background: url(../images/separator.png) repeat-x scroll left top;
}
.toggler .header-l {
	background: url(../images/bubble.png) no-repeat scroll left 1px;
	color:#000000;
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height:40px;
	margin:0;
	padding:0 0 0 30px;
	text-transform:uppercase;
}

#jv-colspan{
	margin: 0;
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	padding: 10px 8px;
	background: #FFF;
	float: left;
}
#jv-colspan h3 {
	background: none;
	padding: 0;
}
#jv-colspan div.module {
	width: auto;
 	padding-right: 10px;
}
/* BOX ROUNDED STYLE 
---------------------*/

div.jvmod-t,
div.jvmod-c,
div.jvmod-b {
	clear: both;
	display: block;
	overflow: hidden;
}
div.jvmod-t {
	height: 7px;
}
.module-news div.jvmod-t,
.module-news div.jvmod-c,
.module-news div.jvmod-b {
	width: 235px;
}

.module-news div.jvmod-t {
	background: url(../images/jv-box-t.png) no-repeat left top;
	height: 7px;
}

.module-news div.jvmod-c {
	background: #e6e6e6 url(../images/jv-box-c.png) repeat-y left top;
}

.module-news div.jvmod-cc { 
	overflow: hidden;
	margin: 0;
	padding: 0 10px;
}

.module-news div.jvmod-b {
	background: url(../images/jv-box-b.png) no-repeat left top;
	height: 7px;
}
.module-news h3 span{
	text-align: left;
	line-height: 30px !important;
	padding-left: 10px !important;
}

/* MODULE BOX 2
  ---------------*/
div.module-news2 {
	position: relative;
}
.module-news2 div.jvmod-t,
.module-news2 div.jvmod-c,
.module-news2 div.jvmod-b {
	width: 342px;
}

.module-news2 div.jvmod-t {
	background: url(../images/jv-box2-t.jpg) no-repeat left top;
	height: 36px;
}

.module-news2 div.jvmod-c {
	background: #e6e6e6 url(../images/jv-box2-c.jpg) repeat-y left top;
}

.module-news2 div.jvmod-cc { 
	overflow: hidden;
	margin: 0;
	padding: 0 10px 0 30px;
}

.module-news2 div.jvmod-b {
	background: url(../images/jv-box2-b.jpg) no-repeat left top;
	height: 27px;
}
.module-news2 h3{
	text-align: left;
	text-transform: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 340px;
}
.module-news2 h3 span {
	line-height: 26px !important;
	padding: 10px 0 0 30px;
	text-transform: none;
}
.item-left {
	width: 270px;
	overflow: hidden;
	float: left;
	padding: 10px 3px 0 0;
}
.item-right {
	width: 270px;
	overflow: hidden;
	float: right;
	padding: 10px 0 0 3px;
}