/* COMON STYLE
---------------------*/

* {
	margin: 0;
	padding: 0;
}


html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

body#bd {
	color: #666666;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 0px;
	font-size: 12px;
	/*color: #333;*/
}

body.fs1 {
	font-size: 10px;
}

body.fs2{
	font-size: 11px;
}

body.fs3{
	font-size: 12px;
}

body.fs4{
	font-size: 13px;
}

body.fs5{
	font-size: 14px;
}

body.fs6{
	font-size: 15px;
}

/* Normal link */
a {
	color: #2A5B9E;
	text-decoration:none;
	outline: none;
}

a:hover, a:active, a:focus {
	color: #c10000;
	background: none;
	text-decoration: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

/* Small text */
small, .smalldark, .mosimage_caption, .createby, .modifydate, a.readon, .img_caption {
	color: #666666;
	font-size: 92%;
}
.createdate, .small {
	color: #999999;
	font-weight: bold;
	font-size: 80%;
}
/* Heading */
h1 {
	font-size: 180%;
}

h2 {
	font-size: 150%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url(../images/arrow1.jpg) 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;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	background-color: #c10001 !important;
	color: #FFFFFF;
}

/* 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;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	padding-left: 15px;
	margin-left: 15px;
	background: url(../images/author.gif) no-repeat center left;
	font-weight: bold;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub1-br.gif) no-repeat bottom right;
}

div.bubble1 div div {
	background: url(../images/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br.gif) no-repeat bottom right;
}

div.bubble2 div div {
	background: url(../images/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub3-br.gif) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(../images/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub4-br.gif) no-repeat bottom right;
}

div.bubble4 div div {
	background: url(../images/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}

/* Legend */
.legend-title {
	margin: 0;
	padding: 0 3px;
	float: left;
	display: block;
	background: #F6F6F6;
	font-weight: bold;
	position: absolute;
	top: -10px;
	left: 7px;
}

.legend {
	margin: 20px 0;
	padding: 0 10px;
	border: 1px solid #CACACC;
	background: #FFFFFF;
	position: relative;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
	clear: both;
	display: block;
	height: 20px;
}

.article_column {
}

.column_separator {
	padding: 0 25px;
}

/* 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 {
	margin: 8px;
}
img.caption {
	margin-right: 10px;
	border: solid 1px #000000 !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/bullet.gif) no-repeat 6px 8px;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	padding: 5px 0 15px;
	margin: 0 0 10px;
}

.componentheading {
	font-size: 150%;
	font-weight: bold;
	color: #006699;
	margin: 10px 0;
	padding: 0 10px 0 0;
}
.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	padding: 5px 0 8px;
	margin: 0;
	font-weight: bold;
	background: none;
	color: #114D8F;
}
#jv-col2 .contentheading {
	color: #353535;
	font-weight: normal;
	width: 100%;
	display: inline-table;
	padding: 0;
	margin: 0;
}
table.blog .contentheading {
	font-size: 150%;
}

.contentheading {
	font-size: 150%;
}
a.contentpagetitle {
	color: #000000;
	text-decoration: none !important;
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	/*color: #c10000;*/
	text-decoration: none !important;
}

a.readon {
	padding-left: 12px;
	padding-top: 2px;
	float: left;
	margin-top: 5px;
	display: block;
	color: #006699;
	font-weight: 100 !important;
	background: url(../images/arrow1.jpg) no-repeat 0px 4px;
}

a.readon:hover, a.readon:active, a.readon:focus {
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}
table.contentpaneopen ul {
	margin: 20px;
	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: 3px 3px 3px 10px;
}

.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 {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 20px;
	background: none;
	position: relative;
}

body.normal #jv-wrapper {
	width: 760px;
	margin: 0 auto;
	padding-bottom: 20px;
	background: none;
	position: relative;
}

#jv-containerwrap {
	margin-top: 5px;
}

#jv-containerwrap2 {
	background: none;
}

#jv-container {
	background: none;
	padding: 0 ;
	margin: 0;
}


/*************************************************************************************/
#jv-control {
	position: absolute;
	top: 0px;
	text-align: right;
	right: 0px;
}
#jv-button-function {
	padding: 7px 0px 7px 0px;
	white-space: nowrap;
	text-align: right;
	font-size: 80%;
	color: #555555;
}
#jv-button-function a {
	font-weight: bold;
	color: #555555;
}
div.jv-ontop {
	margin-top: -1px;
	position: absolute;
	overflow: hidden;
	top: 0px;
	right: 0px;
	text-align: right;
	z-index: 999999;
}
#jv-functions {
	margin: 0px;
	padding: 0;
	width: 200px;
	border: solid 1px #BEBEBE;
	background-color: #F4F5F6;
	position: relative;
}
#jv-functions div.jv-functionframe {
	margin: 0px;
	padding: 10px 0px 10px 10px;
	display: block;
	background: #FFFFFF url(../images/login_bg.jpg) repeat-x left bottom;
	text-align: left;
	border: solid 1px #BEBEBE;
}
#jv-functions ul li {
	padding: 0 0 2px 8px;
}
#jv-functions div.jv-functionframe a.jv-function-close {
	color: #C10000 !important;
	border-bottom: dotted 1px;
	font-size: 90%;
}

#jv-functions ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#jv-functions li {
	display: inline;
	background: none;
	border: none;
}
#jv-functions li.firstitem {
	margin: 0px;
	padding: 0px;
}

#jv-functions a {
	margin: 0px;
	padding: 0px;
}
ul.jv-function-hide {
	/*position: absolute;*/
	margin: 0px;
	bottom: 0px;
	right: 0px;
	height: 0px;
	text-align: right;
}
/*************************************************************************************/

/******* ADD-ON for some other modules *****************/
#searchForm td {
	padding: 6px 0;
}
#mod_search_searchword {
	height:18px;
	padding-bottom:0;
	padding-left:5px;
	padding-right:0;
	padding-top:3px;
	text-align:left;
	width:72%;
	border: 1px solid #d6d6d6;
	background: #f8f8f8;
}
div.module div.search .button {
	background: url(../images/search_button.png) no-repeat bottom left;
	color: #c10000;
	height: 26px;
	width: 56px;
	border: none;
	margin: 2px 0 0 5px;
	padding: 0 0 2px 0;
	font-weight: bold;
}
/*******************************************************/
/* Full */
#jv-container-f #jv-content {
	width: 100% !important;	
}


/* Full left */
#jv-container-fl #jv-content {
	width: 100%;	
}

/* Full right */
#jv-container-fr div#jv-content {
	width: 100%;
}

/* Left + Right*/
#jv-container #jv-content {
	padding: 0;
	background: none;
	float: left;
	width: 64%;
	float: left;
	width: 63%;
	overflow: hidden;
}


/* JV Slide Show
--------------------------*/

#jv-slideshow {
	margin-bottom: 10px;
}
#jv-slideshow div.module-jvslidecontent  {
	margin: 0;
	padding: 0;
	background: #FFF url(../images/box-br.jpg) no-repeat bottom right ;
}
#jv-slideshow div.module-jvslidecontent div {
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
	background: url(../images/box-bl.jpg) no-repeat bottom left;
}
#jv-slideshow div.module-jvslidecontent div div {
	padding: 0;
	background: none;
}

#jv-slideshow div.module  h3 {
	padding: 0;
}


/*--------------------End SectCont----------------------*/
/* TOP MENU
------------------------------------------------*/
#jv-mainnavwrap {
	padding: 0;
	margin: 0;
	position: relative;
}
#jv-mainnav {
	margin: 0px 3px;
	padding: 0px;
	height: 33px;
	position: relative;
	border: none;
}
#jv-sub-menu-r {
	padding-right: 8px;
}
#jv-sub-menu-l {
	padding-left: 8px;
}
/* TOP HEADER
------------------------------------------*/

#jv-topheader {
	background: url(../images/topheader-bg.jpg) top left repeat-x;
	height: 26px;
	padding-top: 6px;
	position: relative;
}

#jv-topnav {
	float: left;
	width: 60%;
	height: 20px;
}
#jv-topnav ul {
	margin: 0 0 5px;
	padding: 0;
}

#jv-topnav li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

div.jv-loginframe {
	background: #FFF url(../images/login_bg.jpg) repeat-x left bottom;
	margin: 0px;
	padding: 10px 0px 10px 10px;
	display: block;
	position: relative;
	text-align: left;
	border: 3px solid #BEBEBE;
	width: 370px;
}
div.jv-loginframe .inputbox:hover,
div.jv-loginframe .inputbox:active, 
div.jv-loginframe .inputbox:focus {
	color: #000000;
	background-color: #FFF !important;
}
.jv-function-hidden {
	color:#000000;
	font-weight:bold;
	text-align:right; 
	position: absolute;
	top: 2px;
	right: 2px;
}
#mod_login_username {
	background: url(../images/icon-user.gif) no-repeat 4px 5px #FFFFFF;
	width: 100px;
	margin: 1px 8px 0 0;
	font-weight: 100;
	padding-left: 20px;
}
#mod_login_password {
	background: url(../images/icon-key.gif) no-repeat 4px 5px #FFFFFF;
	width: 100px;
	margin: 1px 8px 0 0;
	font-weight: 100;
	padding-left: 20px;
}
#jv-topnav li a{
	padding: 0 10px;
	border-left: 1px solid #FFF;
	font-size: 90%;
}

#jv-topnav li.jv-firstitem a{
	border-left: 0;
}

/* Search */
div.jv-collapse div.search {
	margin: 0px;
	padding: 12px 0;
}
/* HEADER
--------------------------------------------------------- */
#jv-headerwrap {
	color: #CCCCCC;
	line-height: normal;
	padding: 20px 0 0;
	position: relative;
}

#jv-header {
	width: 100%;
	height: 92px;
	margin-top:5px;
}
/* LOGO
--------------------*/
#jv-logo {
	height: 70px;
	float: left;
	width: 483px;
}
h1.logo {
	margin: 0;
	padding: 0;
	font-size: 180%;
	text-transform: uppercase;
}

h1.logo a {
	width: 200px;
	height: 80px;
	display: block;
	background: url(../images/blank.png) top left no-repeat;
	position: relative;
	z-index: 100;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

h1.logo-text a {
	color: #CCCCCC !important;
	text-decoration: none;
	outline: none;
	position: absolute;
	bottom: 40px;
	left: 5px;
}

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 {
	float: right;
	margin: 0;
	padding: 0;
	text-align: center;
}
#jv-banner .advs{
	float: right;
	width: 468px;
	border: 1px solid #BEBEBE;
}
#jv-banner div.banneritem {
	float: left;
}
/* 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.moduletable h3,
div.moduletable_menu h3,
div.module_menu h3,
div.module_text h3,
div.module_contact h3 {
	margin: 0px;
	height: 30px;
	line-height: 30px;
	font-family: Tahoma;
	font-size: 100%;
	text-transform: uppercase;
}

div.module h3.show,
div.moduletable h3.show,
div.moduletable_menu h3.show,
div.moduletable_text h3.show,
div.moduletable_contact h3.show {
	margin-right: -12px;
	padding: 0px;
	height: 30px;
	line-height: 30px;
	font-family: Tahoma;
	font-size: 100%;
	text-transform: uppercase;
}
div.module h3.hide,
div.moduletable h3.hide,
div.moduletable_menu h3.hide,
div.moduletable_text h3.hide,
div.moduletable_contact h3.hide {
	margin-right: -12px;
}	
div.moduletable img,
div.moduletable_menu img,
div.moduletable_text img, 
div.moduletable_contact img {
	padding: 1px;
	border: 1px solid #b2b2b2;
}

div.module span.coll,
div.moduletable span.coll,
div.moduletable_menu span.coll,
div.moduletable_text span.coll,
div.moduletable_contact span.coll {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 20px;
	background: url(../images/jv-colleft.jpg) no-repeat top right;
}
div.module span.show,
div.moduletable span.show,
div.moduletable_menu span.show,
div.moduletable_text span.show,
div.moduletable_contact span.show {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 19px;
	height: 20px;
	background: url(../images/jv-colleft-active.jpg) no-repeat top left;
}


#jv-colwrap div.moduletable_contact h3 {
	background: #3C4450;
	color: #FFF;
	padding: 5px 0 5px 15px;
}
div.jv-collapse {
	width: 100% !important;
	position: relative;
}


/* Module rounded */

div.module,
div.module_text,
div.module-tabs {
	background: #FFF url(../images/box-br.jpg) no-repeat right bottom ;
	margin-top: 10px;
	float: left;
	clear: both;
	width: 100%;
}

div.module div,
div.module_text div,
div.module-tabs div {
	background: url(../images/box-bl.jpg) no-repeat left bottom ;
	padding: 0;
}

div.module div div,
div.module_text div div {
	padding: 0;
	background: url(../images/box2-tr.jpg) no-repeat right top;
}

div.module div div div,
div.module_text div div div {
	background: url(../images/box2-tl.jpg) no-repeat left top;
	padding: 0 12px 10px;
	text-align: left;
}

div.module div div div div,
div.module-tabs div div div div,
div.module_text div div div div {
	margin: 0;
	padding: 0;
	background: none;
}
div.module-tabs div div {
	padding: 0;
}
div.module-tabs div div div {
	padding: 0 0 10px;
}

div.banneritem_text {
	padding: 5px 0 !important;
}


div.advs {
	text-align: center;
	width: 100%;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#jv-colwrap {
	margin: 0;
	padding: 0;
	float: right;
	width: 36%;
	overflow: hidden;
}

#jv-colwrap #jv-padding {
	padding: 0 0 10px;
}

#jv-col2 {
	background: #E9EDF3;
	float: right;
	width: 330px;
	overflow: hidden;
	margin-top: 10px;
}
#jv-col2 #jv-padding {
	padding: 0px;
}
#jv-colwrap table,
#jv-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}


#jv-colwrap ul li ul li{
	border: 0;
	margin-left: 20px;
}
#jv-colwrap ul li ul li a{
		background: url(../images/arrow.png) 5px center no-repeat;
}

#jv-colwrap ul, #jv-col2 ul {
	margin: 0;
}

#jv-colwrap ol, #jv-col2 ol {
	margin-left: 5px;
}

#jv-colwrap .article_separator,
#jv-col2 .article_separator {
	display: none;
}


#jv-col2 .readon {
	display: block;
	padding: 0;
}

#jv-col2 div.contentpaneopen ul li {
	border-bottom: 1px solid #A2A9B2;
	background: none;
	padding: 0 0 10px;
	margin-top: 20px;
	float: left;
}
#jv-col2 div.contentpaneopen ul li a.readon {
	color: #FF3333;
}

/*----------------------Begin Main Body-------------------------------*/
#jv-mainbody {
	margin: 0px;
	padding: 0px;
}


/* BOX STYLE
--------------------*/
.jv-box-br,
.jv-box-left,
.jv-box-right,
.jv-box-full,
#jv-com-content,
#jv-pathway,
#jv-inset,
#jv-bottom-wrap {
	background: #FFF url(../images/box-br.jpg) no-repeat right bottom;
	margin: 10px 0 0;
	padding: 0;
	float: left;
	width: 100%;
}
div#jv-bottom-wrap .jv-box-left,
div#jv-bottom-wrap .jv-box-right {
	background: #FFF;
}
.jv-box-bl {
	float: left;
	width: 100%;
	height: 100%;
	padding: 0px;
	background: url(../images/box-bl.jpg) no-repeat left bottom;
	overflow: hidden;
}
.jv-box-tr {
	padding: 0;
	background: url(../images/box-tr.jpg) no-repeat right top;
}
.jv-box-tl{
	background: url(../images/box-tl.jpg) no-repeat  left top;
	padding: 5px 15px ;
}

/* Pathway style here 
--------------------------------*/
#jv-pathway {
	color: #114D8F;
}
#jv-pathway span.breadcrumbs {
	font-weight: bold;
}
#jv-pathway strong {
	margin-right: 5px;
	font-weight: normal;
}

#jv-pathway a {
	text-decoration: none;
}

#jv-pathway img {
	margin: 0 5px -3px;
}

/*----------------------End Main Body-------------------------------*/

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.jv-box-left, 
.jv-box-center {
	float: left;
	overflow: hidden;	
}

.jv-box-right {
	float: right;
	overflow: hidden;
}


div.jv-box-left h3,
div.jv-box-center h3,
div.jv-box-right h3,
div.jv-box-full h3 {
	background: none;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#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 {
	border-bottom: 1px solid #E6E6E6;
	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;
}
#jv-footer a {
	color: #114d8f;
	padding-right:10px;
	padding-left:10px;
	font-weight:normal;
	text-decoration:none;
}
#jv-footer li.first {
	background: url(../images/SeperatorMenuFooterH.jpg) no-repeat right;
}

#jv-footer1 a {
	padding-left:5px;
	padding-right:5px;
	font-weight:normal;
	text-decoration:none;
	
}
#jv-botsl a:hover,
#jv-botsl a:active,
#jv-botsl a:focus {
	padding-left:10px;
	font-weight: bold;
	text-decoration: underline;
	
}
#jv-footer a:hover,
#jv-footer a:active,
#jv-footer a:focus {
	color: #114d8f;
	font-weight: normal;
	text-decoration: underline;
}
#jv-footer1 a:hover, #jv-footer1 a:active, #jv-footer1 a:focus {
	padding-left:5px;
	padding-right:5px;
	font-weight:normal;
	text-decoration:none;
}
#jv-botsl ul, #jv-botsl p, #jv-botsl ol {
	padding: 0;
	margin: 0 !important;
}

#jv-botsl ul li {
	padding: 0 0 0 15px;
	margin: 0;
	background: none;
}

#jv-botsl ol li {
	margin-left: 25px;
	padding: 0 !important;
}

#jv-botsl td {
	padding: 0;
}

#jv-botsl .article_separator {
	display: none;
}

#jv-botsl table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* FOOTER
--------------------------------------------------------- */
#jv-footerwrap {
	padding: 0;
	margin-top: 10px;
	clear: both;
	background: url(../images/footer-c.gif) top left repeat-x;
	height: 97px;
}
#jv-footer-r {
	background: url(../images/footer-r.gif) top right no-repeat;
}
#jv-footer-l {
	padding: 20px 0 0;
	color: #2A5B9E;
	background: url(../images/footer-l.gif) top left no-repeat;
	position: relative;
	text-align:center;
	height: 80px;
}

/* MENU FOOTER
----------------------------------------- */
#jv-footer-l ul {
	margin: 0 0 5px;
	padding: 0;
}

#jv-footer-l li {
	margin: 0;
	padding: 0;
	display: inline;
	background: url(../images/SeperatorMenuFooterH.jpg) no-repeat left center;
}
#jv-footer-l li.last,
#jv-footer-l li.jv-firstitem {
	background: none;
}
#jv-footer-l li a {
	padding: 0 10px;
	color: #2A5B9E;
}
#jv-footer-l li a:hover {
	text-decoration: underline;
}
#jv-footer-l li.jv-firstitem a {
	border-left: 0 !important;
}
/* COPYRIGHT 
------------------------------------------- */
#jv-copyright {
	bottom: 15px;
	left: 0px;
	color: #C8C8C8;
	position: absolute;
	text-align: center;
	width: 100%;
}
#jv-copyright a {
	color: #C8C8C8;
}	

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

/*usertool*/
ul.jv-usertools-font {
	font-size: 100%;
	position: absolute;
	top: 8px;
	right: 70px;
}

ul.jv-usertools-font li {
	padding: 0;
	margin: 0;
	display: inline;
	background: none;
}

/*collapsible h3*/
h3.show {
	background: url(../images/collapse_hidden.jpg) no-repeat right 50%;
	cursor: pointer;
	
}

h3.hide {
	background: url(../images/collapse_show.jpg) no-repeat right 50%;
	cursor: pointer;
}

/*others*/


div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}

#form-login p {
	margin: 0 0 5px;
}

#form-login ul {
	margin: 10px 0 0;
}

#form-login .inputbox {
}

.clr {
	clear: both;
}

.hasTip img {
	margin: 10px 5px 0 0;
	border: none;
}

/* Tooltips */
.tool-tip {
	float: left;
	border: 1px solid #D4D5AA;
	padding: 5px;
	background: #FFFFCC;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-weight: bold;
}

.tool-text {
	margin: 0;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	padding: 0;
	margin: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	padding: 5px;
	margin: 0;
	/*color: #ffffff;*/
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #ffffff;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background-color: #BF0000;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #EE9600;
	border: none;
}

/* Clearfix */
.clearfix {
	clear:both;
}
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
/* IE7 Hack for video collapse */
*+html .jv-collapse {
	position: relative;
}

.jv_tools {
	float: right;
	clear: right;
	text-align: left;
	margin-left: 4px;
}

.jv_tools img {
	margin-left: 4px;
}