/*------------------------------------------------------------------------
# JA Lead - Version 1.0 - Licence Owner JA130162
# ------------------------------------------------------------------------
# Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/
/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #000000;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family:Arial, sans-serif;;
	/* line-height: 1.5; */
}

body#bd {
	/* background: #F5F5F5 url(../images/body-bg.jpg) no-repeat top left; */
	background-attachment: fixed !important;
	/*color: #454545;*/
	/*background:#ECECEC none repeat scroll 0 0;*/
	margin: 0;
	padding: 0;
}

#ja-wrapper {
	/* background: url(../images/wrapper-bg.jpg) no-repeat top right; */
	background-attachment: fixed !important;
}

body.contentpane {
	color: #000000;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}

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:#313131;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
	color:#313131;
}

a img {
	border: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	/*line-height: normal;*/
	line-height: 30px;
}

/* Small text */
small, .small, .smalldark, .button, .article-meta, .modifydate, .img_caption p, a.readon {
	font-size: 92%;
}

#ja-pathway, #ja-footer {
	font-size: 100%;
}

/*article images*/
img {
	margin: 0;
	padding: 0;
}

.img_caption {
	padding-right: 10px;
}

.img_caption p {
	color: #454545;
	text-align: center;
}

.img_caption.left, .img_caption.right {}

.article_row .img-desc {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.article-content img,
.img-desc img {
	padding: 0 10px 10px 0;
	background: url(../images/img-bg.gif) no-repeat bottom right;
	margin-right: 10px;
}

.img-desc .img_caption p {
	font-size: 10px;
}

img.caption {
	padding: 0 10px 10px 0;
	background: url(../images/img-bg.gif) no-repeat bottom right;
}

.img_caption p {
	margin-top: 0px;
	padding-top: 5px;
}

.img-border {
	padding: 0 10px 10px 0;
	background: url(../images/img-bg.gif) no-repeat bottom right;
}

/* Heading */
h1 {
	font-size: 200%;
}

h2 {
	font-size: 175%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 125%;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	/*margin: 1em 0;*/
	padding: 0;
}

ul {
	list-style: none;
	margin:1px;
	padding:1px;
}
/*
ul li {
background: url(../images/bullet.gif) no-repeat 20px 6px;
	padding-left: 30px;
}
*/

ol li {
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	background: url(../images/dot.gif) repeat-x top;
	border: none;
	padding: 10px 5px;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	background: none;
	padding: 0;
}

legend {
	background: #FFFFFF;
	font-weight: bold;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #454545;
	height: 1px;
}

br {
}

td, th, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.inputbox {
	background: #FFFFFF;
	border: 1px solid #D5D5D5;
	color: #666666;
	font-size: 100%;
	padding: 2px;
}

select.inputbox {
	width:100%;
}

.button {
	/*background: url(../images/but-bg.gif) repeat-x left center #000000;*/
	border: none;
	color: #666666;
	padding: 1px 3px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: normal;
}

* html .button {
	padding: 1px 0 !important; /*IE 6*/
}

*+html .button {
	padding: 1px 0 !important; /*IE 7*/
}

/* JOOMLA STYLE
--------------------------------------------------------- */
/*override fontpage*/
#ja-contentheading h2.contentheading {
	font-size: 100%;
}

#ja-contentheading .article-meta {}

#ja-contentheading p {
	margin: 5px 0;
}

#ja-contentheading .article-toolswrap {
	margin: 0 0 5px;
}

.article_separator, .article_seperator {
	background: url(../images/dot.gif) repeat-x left center;
	display: block;
	height: 20px;
	margin: 0;
	clear: both;
}

.leading_separator {
	background: url(../images/dot.gif) repeat-x left center;
	display: block;
	height: 20px;
	margin: 0;
	clear: both;
}

.row_separator {
	display: none;
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
.sectiontableheader {
	background: #000000;
	border: 1px solid #454545;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 8px;
}

.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:active,
.sectiontableheader a:focus {
	color: #FFFFFF;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	border-bottom: 1px solid #D5D5D5;
	padding: 8px;
}

tr.sectiontableentry2 td {
	background: #F5F5F5;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	border: 1px solid #D5D5D5;
	float: right;
	margin: 0 0 10px 10px;
	padding: 0;
	width: 30%;
}

table.contenttoc td {
	background: url(../images/arrow-hover.gif) no-repeat 12px 8px;
	padding: 1px 5px 1px 20px;
}

table.contenttoc th {
	border-bottom: 1px solid #D5D5D5;
	padding: 0 0 3px;
	text-indent: 5px;
}

table.poll {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	background: none;
	border-collapse: collapse;
	border-spacing: 0;
	/*padding: 1px !important;*/
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #F5F5F5;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.blog {}

.blog_more {
	border-top: 1px solid #D5D5D5;
	margin: 15px 0 0;
	padding: 10px 0 0;
}

.blog_more h2 {
	color: #BB2222;
	font-size: 110%;
	margin: 0 0 10px;
	padding: 0;
	text-transform: uppercase;
}

.blog_more strong {
	display: block;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: url(../images/arrow.gif) no-repeat 4px 8px;
	margin: 0;
	padding: 0 0 0 12px;
}

.blog_more ul li a {
	color: #454545;
}

.blog_more ul li a:hover,
.blog_more ul li a:active,
.blog_more ul li a:focus {
	color: #BB2222;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	background: url(../images/dot.gif) repeat-x left bottom;
	font-size: 200%;
	margin: 0 0 10px;
	padding: 5px 0;
	color: #454545;
	font-weight: normal;
	text-transform: uppercase;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	color: #BB2222;
	font-size: 180%;
	margin: 0 0 5px;
	padding: 0;
	font-weight: bolder;
	text-transform: none;
}

table.blog .contentheading {
	font-size: 150%;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
}

a.readon {
	background: url(../images/arrow3.gif) no-repeat right 5px;
	color: #858585;
	padding: 0 10px 0 0;
}

a.readon:hover, a.readon:focus, a.readon:active {
	background: url(../images/arrow3-hover.gif) no-repeat right 5px;
	text-decoration: none;
	color: #BB2222;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	border-top: 1px solid #D5D5D5;
	color: #454545;
	margin: 15px auto 10px;
	padding: 10px 0 0;
	text-align: center;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	background: #FFFFFF;
	border: 1px solid #D5D5D5;
	color: #454545;
	padding: 1px 4px;
	text-decoration: none;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	color: #BB2222;
}

.pagenavbar {
	background: url(../images/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}

.pagenavcounter {
	background: url(../images/icon-pages.gif) no-repeat 0 11px;
	font-weight: bold;
	padding: 8px 14px 0 14px;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

ul.latestnews li.latestnews,
ul.mostread li.mostread {
	background: url(../images/dot.gif) repeat-x left bottom;
	padding: 5px 0;
}

ul.latestnews a, ul.mostread a {
	background: url(../images/arrow.gif) no-repeat left center;
	padding-left: 10px;
}

ul.latestnews a:hover,
ul.latestnews a:focus,
ul.latestnews a:active {
	background: url(../images/arrow-hover.gif) no-repeat left center;
}

ul.mostread a:hover,
ul.mostread a:focus,
ul.mostread a:active {
	background: url(../images/arrow-hover.gif) no-repeat left center;
}

.bannerheader {
	font-size: 120%;
	font-weight: bold;
}

/* META
--------------------------------------------------------- */
div.content-desc p {
	clear: both;
	display: block;
	margin: 0;
}

.article-toolswrap {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
}

.article-tools {
	display: block;
	padding: 0 10px 0 0;
}

.article-meta {
	color: #858585;
	width: 70%;
}

.createdby {
	color: #858585;
}

.createdate {
	background: url(../images/vline.gif) no-repeat right center;
	margin-right: 5px;
	padding-right: 6px;
}

.modifydate {
	color: #858585;
	display: block;
	margin: 15px 0;
	width: 100%;
}

.article-section {
	background: url(../images/vline.gif) no-repeat left center;
	margin-left: 5px;
	padding-left: 6px;
}

.article-section a {
	color: #454545;
}

.article-category a {
	color: #454545;
}

div.buttonheading {
	position: absolute;
	right: 10px;
	top: 0px;
}

.buttonheading img {
	border: 0;
	float: right;
	margin: 0 0 0 5px;
}

.cols3 {
	float: left;
	width: 33.3%;
}

div.column1 .contentpaneopen {}

div.column2 .contentpaneopen {
	padding: 0 5px;
}

div.column3 .contentpaneopen {
	padding-left: 10px;
}

/* MAIN LAYOUT
--------------------------------------------------------- */
.wrap {
	clear: both;
	width: 100%;
	position: relative;
}

.main {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

.inner {
	margin: 0 10px;
	padding: 0 20px;
}

#ja-mainbody {
	float: left;
	width: 680px;
}

#ja-content {
	float: right;
	width: 500px;
}

/* COLUMNS
--------------------------------------------------------- */
/*common style for column*/
#ja-col1 {
	float: left;
	width: 178px;
	font-size: 100%;
}

#ja-col2 {
	float: right;
	width: 278px;
	font-size: 100%;
	/*background: #F5F5F5;*/
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
.ja-content-inner {
	/*
	margin:0 0 20px;
	padding: 20px 10px 0;
	border: 1px solid #D5D5D5;
	*/
	background: #FFFFFF;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-container,
#ja-container-fr,
#ja-container-fl,
#ja-container-f {
	clear: both;
	padding: 0;
}

#ja-container .main,
#ja-container-fr .main,
#ja-container-fl .main,
#ja-container-f .main {
	padding-bottom: 10px;
}

/*content + left*/
#ja-container-fr #ja-mainbody {
	width: 100%;
}

#ja-container-fr #ja-col1 {
	/*width: 15.6%;*/
	width: 178px;
}

#ja-container-fr #ja-content {
	/*width: 84.4%;*/
	width: 778px;
}

#ja-container-fr .ja-innerpad {
	padding-right: 0;
}

#ja-container-fr #ja-topsl,
#ja-container-fr .ja-innerpad {
	padding-right: 0;
}

/*content + right*/
#ja-container-fl #ja-content {
	width: 100%;
}

#ja-container-fl .ja-innerpad {
	padding-left: 0;
}

/*full*/
#ja-container-f #ja-mainbody {
	width: 100%;
}

#ja-container-f #ja-content {
	width: 100%;
}

#ja-container-f .ja-innerpad {
	padding: 0;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_default h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.moduletable_blank h3 {
	color: #454545;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 100%;
}

div.top-search form {float:right;height:30px;line-height:30px;padding-right:5px;}

div.search {height:30px;line-height:30px;}

.searchbutton {vertical-align:middle;}

input.searchbutton{
background:transparent url(/images/search.png) no-repeat top left;
padding-left:12px;
width:70px;
height:19px;
color:#FFFFFF;
vertical-align:middle;
}




.search-level, .top-level{
border-left:1px solid #E0E0E0;
border-right:1px solid #E0E0E0;
margin:0 auto;
overflow:hidden;
width:958px;
}

.top-level{
background: url(/images/960-30-login.png) no-repeat top left;
}

.search-level{
background: url(/images/search_back.jpg) no-repeat top left;
}

.top-search{
margin:0 auto;
overflow:hidden;
float:right;
/*background: url(/images/search_back.png) no-repeat top left;
width:469px;*/
/*width:100%;*/
height:30px;
line-height:30px;
}

.top-search-right{
margin:0 auto;
overflow:hidden;
float:left;
background: url(/images/search_back.png) no-repeat top left;
width:469px;
}

/*form#searchForm {float:right;vertical-align:middle;line-height:30px;margin-right:5px;}*/

.moduletableZSJSEARCH {
	display: block;
	float: left;
}

div.ZSJHOTLINE {
	height:30px;
	line-height:30px;
	vertical-align:middle;
	font-size:100%;
	color:#BD7173;
	padding:0 8px 0 28px;
	float:left;
	background:transparent url(/images/Hotline.JPG) no-repeat top left;
}

.moduletableZSJTOP {
	display: block;
	float: right;
	height:29px;
	line-height:29px;	
	margin-right:5px;
}

.imagealignverticalcenter {
	display: block;
	float: right;
}

.label_checkbox_pair {
/*
clear: both;
*/
float: left;
margin: 0 5px;
}
.label_checkbox_pair input {
float: left;
vertical-align:middle;
height:25px;
margin: 3px;
/*margin-top: 5px;*/
}

button.searchbutton{
background:transparent url(/images/search.png) no-repeat top left;
padding-left:12px;
width:70px;
height:19px;
color:#FFFFFF;
vertical-align:middle;
}

.label_checkbox_pair button {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/searchbutton.GIF) no-repeat scroll 0 8px;
border:medium none;
color:#FFFFFF;
font-weight:bold;
height:30px;
line-height:30px;
padding-left:15px;
width:50px;
}

div.moduletable,
div.moduletable_default,
div.moduletable_menu,
div.moduletable_text,
div.moduletable_blank {
	color: #313131;
	/*margin: 0 0 10px 0;*/
	padding: 0;
}

div.moduletable.nomargin,
div.moduletable_default.nomargin,
div.moduletable_menu.nomargin,
div.moduletable_text.nomargin,
div.moduletable_blank.nomargin {
	margin: 0;
}

/* Blank module */
div.moduletable_blank {
	margin: 0 0 15px 0;
	padding: 0;
}

/* mis */
div.banneritem_text {
	padding: 5px 0 !important;
}

div.advs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	z-index:-1;
}

/*
div.moduletable li,
div.moduletable_menu li,
div.moduletable_text li {
	background-position: 5px 7px;
	padding-left: 5px;
}
*/

/* HEADER
--------------------------------------------------------- */
#ja-header {
	line-height: normal;
	position: relative;
	padding-bottom: 10px;
	z-index: 999;
}

#ja-header .main {
	position: relative;
}

h1.logo, div.logo-text {
	position: absolute;
	bottom: 0;
	left: -25px;
	margin: 0;
	padding: 0;
	height: 59px;
	width: 163px;
}

h1.logo a {
	background: url(../images/logo.png) no-repeat top left;
	display: block;
	height: 59px;
	width: 163px;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

div.logo-text {
	width: 163px;
	margin: 25px 0 0;
	outline: none;
}

div.logo-text h1 {
	float: left;
	font-size: 250%;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0;
	padding-right: 10px;
}

div.logo-text h1 a {
	color: #BB2222;
	text-transform: uppercase;
}

div.logo-text h1 a:hover,
div.logo-text h1 a:focus,
div.logo-text h1 a:active {
	text-decoration: none;
}

.site-slogan {
	color: #454545;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

/* MAIN NAVIGATION
#ja-mainnav {
	background: #000000;
	margin: 0 auto;
	width: 799px;
	float: right;
	z-index: 9999;
}
--------------------------------------------------------- */

#ja-mainnav{
margin:0 auto;
overflow:hidden;
width:960px;
z-index: 9999;
}

#ja-mainnav a, #ja-subnav a {
	line-height: normal;
	outline: none;
}

#ja-subnav ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#ja-subnav li {
	background: none;
	display: block;
	line-height: normal;
	margin: 0;
	padding: 2px 0;
}

#ja-subnav li a {
	background: url(../images/arrow.gif) no-repeat right 10px;
	color: #858585;
	display: block;
	margin: 0;
	outline: none;
	padding: 6px 5px 6px 0;
	text-decoration: none;
}

#ja-subnav li a:hover,
#ja-subnav li a:active,
#ja-subnav li a:focus {
	background: url(../images/arrow-hover.gif) no-repeat right 10px;
	color: #BB2222;
	text-decoration: none;
}

#ja-subnav li.active a {
	background: url(../images/arrow-hover.gif) no-repeat right 10px;
	color: #BB2222;
	font-weight: bold;
}

/* breadcrumbs */
#ja-pathway {
	color: #454545;
	margin: 0;
	padding: 0 0 5px 0 ;
	font-size: 100%;
}

#ja-pathway .main {}

#ja-pathway .ja-pathway-text {
	float: left;
	padding-top: 5px;
}

#ja-pathway span {
	padding: 0 5px;
}

#ja-pathway strong {
	color: #BB2222;
}

#ja-pathway a {
	font-weight: bold;
	color: #454545;
}

#ja-pathway a:hover {
	color: #BB2222;
}

#ja-pathway img {
	margin: 0 5px;
}

/* Default Joomla! Menu */
ul.menu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li {
	background: url(../images/mainlevel-bg.gif) repeat-x left bottom;
	display: block;
	line-height: normal;
	margin: 0;
	padding: 2px 0;
}

ul.menu li a {
	background: url(../images/arrow.gif) no-repeat right 10px;
	color: #858585;
	display: block;
	margin: 0;
	outline: none;
	padding: 6px 5px 6px 0;
	text-decoration: none;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	background: url(../images/arrow-hover.gif) no-repeat right 10px;
	color: #BB2222;
	text-decoration: none;
}

ul.menu li.active a {
	background: url(../images/arrow-hover.gif) no-repeat right 10px;
	color: #BB2222;
	font-weight: bold;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li {
	background: none !important;
	border: none;
	padding: 0 0 0 10px;
}

ul.menu li li a {
	background: url(../images/arrow.gif) no-repeat right 10px !important;
	border: none;
	color: #858585 !important;
	font-weight: normal !important;
	padding: 5px;
	text-transform: none;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	background: url(../images/arrow-hover.gif) no-repeat right 10px !important;
	color: #BB2222 !important;
	text-decoration: none;
}

ul.menu li li.active a {
	background: url(../images/arrow-hover.gif) no-repeat right 10px !important;
	color: #BB2222 !important;
}

ul.menu li li li a {
	background: url(../images/arrow.gif) no-repeat 25px 10px !important;
	color: #858585 !important;
	font-weight: normal !important;
	padding-left: 35px !important;
}

ul.menu li li li.active a {
	font-weight: bold !important;
}

#ja-col1 div.moduletable,
#ja-col1 div.moduletable_default,
#ja-col1 div.moduletable_menu,
#ja-col1 div.moduletable_text,
#ja-col1 div.moduletable_blank {
	/*background: #E7E7E7;*/
	margin: 3px 0 0 0;
}

#ja-col1 div.moduletable_menu h3 {
	background-color: #000000;
}

.jamod h3.show {
	/*
	background: url(../images/icon-max.gif) no-repeat right 27px;
	*/
	cursor: pointer;
	font-weight:bold;
	font-size:13px;
}

.jamod h3.hide {
	background: url(../images/icon-min.gif) no-repeat right 26px;
	margin-bottom: 0;
	cursor: pointer;
	border-bottom: 1px solid #DB7C7C;
}

.hide .jamod-content {
	overflow: hidden;
	height: 0px;
}

div.moduletable_menu h3.hide {
	background: url(../images/icon-min2.gif) no-repeat right 26px;
	border-bottom: 1px solid #2D2D2D;
}

#ja-col1 .ja-inner {
	/*padding: 0 10px 20px;*/
	margin: 0;
	padding:0;
}

#ja-col1 div.moduletable_menu {
	background:#FFFFFF;
}

#ja-col1 ul.menu li {
	background: none;
}

#ja-col1 ul.menu li.active {
	background: #F5F5F5;
	/*margin: 0 -10px;*/
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	padding-left: 10px;
}

#ja-col1 ul.menu li.active a,
#ja-col1 ul.menu li.active li.active a,
#ja-col1 ul.menu li.active li a:hover,
#ja-col1 ul.menu li.active li a:active,
#ja-col1 ul.menu li.active li a:focus {
	background: url(../images/arrow2-hover.gif) no-repeat right 10px !important;
	padding-right: 15px;
}

#ja-col1 ul.menu li.active li a {
	background: url(../images/arrow2.gif) no-repeat right 10px !important;
	padding-right: 15px;
}

#ja-col1 ul.menu li.active li.active {
	margin: 0 0 0 10px;
	padding-left: 0;
	border: none;
}

#ja-col2 div.moduletable h3,
#ja-col2 div.moduletable_default h3,
#ja-col2 div.moduletable_menu h3,
#ja-col2 div.moduletable_text h3 {
color:#B00000;
font-weight:bold;
padding-left:22px;
/*border: 1px solid #D0D0D0;*/
background: url(/images/280-30.png) no-repeat top left;
height: 30px;
}

#ja-col2 div.moduletable,
#ja-col2 div.moduletable_default,
#ja-col2 div.moduletable_menu,
#ja-col2 div.moduletable_text {
	/*border: 1px solid #D5D5D5;
	background: #FFFFFF;
	padding: 0 9px 20px;*/
float:left;
/*width:280px;*/
width:100%;
margin-top: 3px;
}

#ja-col2 div.moduletable_blank {
	margin-bottom: 10px;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
	margin-top: 3px;
}

/* Top spotlight */
#ja-topsl {
	padding: 0 10px 10px 0;
}


/*
#ja-topsl div.ja-innerpad {
	border: 1px solid #D5D5D5;
	background: #FFFFFF;
	padding: 15px 10px 10px;
	overflow: hidden;
}
*/

#ja-topsl div.ja-innerpad {
	border:0 none;
	background: #FFFFFF;
	padding:0;
	overflow: hidden;
}

* html #ja-topsl div.ja-innerpad {
	position: relative;
}

#ja-topsl div.moduletable {
	position: relative;
}

#ja-topsl div.moduletable h3 {
	background: none;
	border: none;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 200%;
	font-weight: normal;
}

#ja-topsl div.img_caption p {
	display: none;
}

/* Bottom spotlight */
#ja-botsl {
	clear: both;
	padding: 0;
}

#zsj-top {
	padding-bottom:10px;
}


#ja-botsl .main {
	padding-bottom: 10px;
}

#ja-botsl div.moduletable h3,
#ja-botsl div.moduletable_default h3,
#ja-botsl div.moduletable_menu h3 {
	background: none;
	border-bottom: 1px solid #D5D5D5;
	border-right: none;
	color: #666666;
	margin: 0 0 10px 0;
	padding: 5px 0;
	font-size: 92%;
	font-weight: normal;
}

#ja-botsl div.moduletable,
#ja-botsl div.moduletable_default,
#ja-botsl div.moduletable_menu {
	background: none;
	color: #454545;
	margin: 0;
	padding: 0 10px 20px;
}

#ja-botsl .ja-box-left div.moduletable,
#ja-botsl .ja-box-left div.moduletable_default,
#ja-botsl .ja-box-left div.moduletable_menu {
	margin: 0 10px 0 0;
}

#ja-botsl .ja-box-right div.moduletable,
#ja-botsl .ja-box-right div.moduletable_default,
#ja-botsl .ja-box-right div.moduletable_menu {
	margin: 0;
}

#ja-botsl .ja-box-center div.moduletable,
#ja-botsl .ja-box-center div.moduletable_default,
#ja-botsl .ja-box-center div.moduletable_menu {
	margin: 0 10px 0 0;
}

#ja-botsl .img-border {
	background: url(../images/img-bg.gif) no-repeat right bottom;
	padding: 0 10px 10px 0;
}

#ja-botsl a {
	color: #454545;
}

#ja-botsl a:hover,
#ja-botsl a:focus,
#ja-botsl a:active {
	color: #BB2222;
	text-decoration: none;
}

#ja-botsl li {
	background: none;
	border-bottom: 1px solid #D5D5D5;
}

#ja-botsl div.moduletable_menu li a {
	background: url(../images/arrow.gif) no-repeat 0px 5px;
}

#ja-botsl div.moduletable_menu li a:hover,
#ja-botsl div.moduletable_menu li a:active,
#ja-botsl div.moduletable_menu li a:focus {
	background: url(../images/arrow-hover.gif) no-repeat 0px 5px;
}

#ja-botsl div.bubble1 div {
	background: url(../images/bub1-br2.gif) no-repeat bottom right;
}

#ja-botsl div.bubble1 div div {
	background: url(../images/bub1-bl2.gif) no-repeat bottom left;
}

#ja-botsl div.bubble1 div div div {
	background: url(../images/bub1-tr2.gif) no-repeat top right;
}

#ja-botsl div.bubble1 div div div div {
	background: url(../images/bub1-tl2.gif) no-repeat top left;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	clear: both;
	/*background: #FFEBD4;*/
	/*background:#FDC145 url(/images/960-30-login.png) no-repeat top left;*/
	/*border-top: 1px solid #D5D5D5;*/
}

#ja-footer .main {
	color: #666666;
	/*
	height: 65px;
	*/
}

#ja-footer .main.clearfix {
	background: url(/images/bottom.png) no-repeat top left;
}

#ja-footer .ja-inner {
	padding: 16px 0;
	text-align: center;
	/*
	float: left;
	*/
}

#ja-footer .logo-footer {
	background: url(../images/logo-footer.png) no-repeat top left;
	width: 27px;
	height: 46px;
	float: left;
	margin-left: 12px;
	margin-top: 9px;
}

#ja-footer a {
	color: #FFFFFF;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	color: #FF0000;
}

#ja-footer small {
	font-size: 100%;
	float: left;
	clear: both;
}

#ja-footer ul {
	/*float: left;*/
	margin: 0;
	padding: 0;
}

#ja-footer li {
	background: url(../images/sep2.gif) no-repeat left 7px;
	display: inline;
	margin: 0;
	padding: 0 0 0 2px;
}

#ja-footer li a {
	color: #D5D5D5;
	display: inline;
	padding: 0 7px;
	font-size: 92%;
	text-transform: uppercase;
}

#ja-footer li.ja-firstitem a {
	padding-left: 0;
}

#ja-footer li a:hover,
#ja-footer li a:focus,
#ja-footer li a:active {
	color: #FFFFFF;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

li.ja-firstitem {
	background: none !important;
}

/* JA Slideshow */
#ja-slideshow {
	margin: 0;
	padding: 0;
	z-index: 10;
}

/* JA Tabs */
#ja-tabwrap {
	float: right;
	width: 30%;
}

/* Login */
#form-login-username, #form-login-password, #form-login-remember {
float:left;
padding:6px 6px 0;
width:60px;
}

.un_input {
float:left;
overflow:hidden;
padding:6px 0 0;
width:48px;
}

#form-login-username #modlgn_username,
#form-login-password #modlgn_passwd {
	width: 90%;
}

/* Search */
#ja-search {
	float: right;
}

#ja-search .inputbox {
	background: url(../images/icon-search.png) no-repeat 5px 3px #FFFFFF;
	border: 1px solid #D5D5D5;
	color: #666666;
	margin: 0;
	padding: 5px 5px 5px 25px;
	width: 278px;
	text-transform: capitalize;
}

#ja-search .button {
	border: none;
	color: #D5D5D5;
	height: 24px;
	line-height: 24px;
	padding-left: 25px;
	text-transform: uppercase;
	width: 80px;
}

* html #ja-search .button {
	height: 24px;
	padding-left: 20px !important;
	width: 80px;
}

*+html #ja-search .button {
	height: 24px;
	padding-left: 20px !important;
	width: 80px; /*IE 7*/
}

/*others*/
#ja-banner {
	float: right;
	margin: 15px 5px 0 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	background: none !important;
	display: block;
	margin: 10px 0;
	text-decoration: none !important;
}

div.jazin-section a span.cufon {
	display: block;
	font-size: 1px;
	padding-bottom: 10px;
	float: left;
}

.clr {
	clear: both;
}

.hastip img {
	border: none;
}

ul.no-display {
	display: none;
}

div.ja-innerpad {
	padding: 0 10px;
}

div.ja-innerdiv {
	padding-top: 8px;
}

div.ja-innerdiv span.title {
	display: block;
	font-weight: bold;
}

div.ja-innerdiv span.title a {
	color: #BB2222;
	font-size: 110%;
}

/*JA News*/
#ja-news div.moduletable {
	/*
	margin-bottom: 0;
	*/
	margin: 3px 0 0 0;
}

/* JA Twitter */
div.twitter-bubble {
	background: url(../images/twitter-bg.png) no-repeat left top;
	height: 78px;
	margin-bottom: 10px;
	padding: 0 10px;
}

#ja_twitter_div #twitter_update_list li {
	background: none;
	padding-left: 0;
	border-bottom: 0;
}

#ja_twitter_div #twitter_update_list li span {
	background: url(../images/icon-clock.png) no-repeat top left;
	display: block;
	padding-left: 20px;
}

#ja_twitter_div #twitter_update_list li span a {
	color: #999999;
	font-size: 92%;
}

#ja_twitter_div img.nostyle {
	padding-left: 7px !important;
}

/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #D5D5D5;
	color: #454545;
	float: left;
	max-width: 200px;
	padding: 5px;
	z-index: 999;
}

.tool-title {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	margin: 0;
	padding: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #666666;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #666666;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #666666;
	border: none;
}

/* Clearfix */
* html .clearfix {
	height: 1%; /* IE5-6 */
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix {
	display: block; /* O */
	margin-top:0;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
	font-size: 1px;
	overflow: hidden;
}

div.zsjsina {
border:0 none;
margin:0;
padding:0;
}

#wrap {
margin:0 auto;
padding:5px 0;
text-align:left;
width:960px;
}

.NN_Left h1{font:bold 17px/24px Arial, Helvetica, sans-serif}
.NN_Left h1 a:link,.NN_Left h1 a:visited{color:#000;text-decoration:none}
.NN_Left h1 a:hover{color:red;text-decoration:underline}
.NN_Left ul{line-height:24px}
.NN_Left ul a:link,.NN_Left ul a:visited{color:#0449be;text-decoration:underline}
.NN_Left ul a:hover{color:red;text-decoration:underline}
/*.NewsNav{width:959px;font-size:12px;overflow:hidden;height:66px;background:#ffffff none repeat scroll 0 0;border-left:1px solid #E0E0E0;border-right:1px solid #E0E0E0;} */
.NewsNav{width:960px;font-size:12px;overflow:hidden;height:60px;background:#ffffff none repeat scroll 0 0;}
.NN_Left{height:50px;float:left;padding-top:8px;padding-bottom:1px;border-left:1px solid #E0E0E0;} 
.NN_Left h1{font:bold 17px/24px Arial, Helvetica, sans-serif;} 
.NN_Left h1 a:link,.NN_Left h1 a:visited{color:#000;text-decoration:none;}
.NN_Left h1 a:hover{color:#f00;text-decoration:underline;}
.NN_Left ul{line-height:24px;}
.NN_Left ul a:link,.NN_Left ul a:visited{color:#0449be;text-decoration:underline;}
.NN_Left ul a:hover{color:#f00;text-decoration:underline;}
#channel_nav{width:785px;float:right;font-size:12px;height:50px;padding-top:8px;padding-bottom:1px;;border-right:1px solid #E0E0E0;;}
#channel_nav ul{overflow:hidden;_display:inline-block;padding-left:10px;font-size:12px;}
#channel_nav li{float:left;width:32px;text-align:center;height:25px;line-height:25px;padding-left:1px}
#channel_nav li.bold{font-weight:700;background:none}
#channel_nav li.none{background:none}
#channel_nav li.broad{width:48px}
#channel_nav li.leftLineTop{
	border-left:1px solid #d6d6d6;
	background:none;overflow:hidden;
	height:25px;line-height:25px;
	width:35px;
	margin-left:7px;}
#channel_nav li.leftLine{border-left:1px solid #d6d6d6;background:none}
#channel_nav li.leftLineBot{border-left:1px solid #d6d6d6;background:none;height:18px;overflow:hidden}
#channel_nav li.headLi{background:none;width:35px;height:25px;line-height:25px;}


#channel_nav a,#channel_nav a:visited{color:#000; text-decoration:none;}
#channel_nav a:hover,#channel_nav a:active{color:#c00; text-decoration:underline;}
#channel_nav .bold a,#channel_nav .bold a:visited{color:#000; text-decoration:none;}
#channel_nav .bold a:hover,#channel_nav .bold a:active{color:#c00; text-decoration:underline;}

.searchBox{
/*width:400px;*/
overflow:hidden;
height:30px;
line-height:30px;
text-align:left;
float:right;
padding-left:5px;
}

form#searchForm label {color:#000000;}

.searchcheckbox {vertical-align:middle;}
label{vertical-align:middle;}
.searchinput {vertical-align:middle;s}

a:active,
a:focus {outline:0;}
img {border:none;}
.clr {clear:both;height:0;line-height:0;display:block;float:none;}

div.k2ItemsListContainer {}
/*div.k2ItemsListContainer ul.k2ItemsList {padding:4px;margin:4px;list-style:square;}*/
div.k2ItemsListContainer ul.k2ItemsList {padding:1px;margin:1px;}
div.k2ItemsListContainer ul.k2ItemsList li {clear:both;padding:2px 2px 2px 0;border-bottom:1px dashed #D8D8D8;}
/*
div.k2ItemsListContainer ul.k2ItemsList li a.k2ItemsTitle {font-size:13px;}
div.k2ItemsListContainer ul.k2ItemsList li a.k2ItemsTitle:hover {font-size:13px;}
*/
div.k2ItemsListContainer ul.k2ItemsList li a.k2ItemsTitle {font-size:100%;}
div.k2ItemsListContainer ul.k2ItemsList li a.k2ItemsTitle:hover {font-size:100%;}

div.k2ItemsListContainer ul.k2ItemsList li span.k2ItemsDate {color:#999;display:block;}
div.k2ItemsListContainer ul.k2ItemsList li.clr {}
div.k2ItemsListContainer ul.k2ItemsList li a.k2ItemsThumb {display:block;float:left;border:none;padding:2px;margin:0 4px 4px 0;}
div.k2ItemsListContainer ul.k2ItemsList li a.k2ItemsThumb img {display:block;float:left;border:none;width:26px;height:26px;}
div.k2ItemsListContainer ul.k2ItemsList li p.k2ItemsIntrotext {}
div.k2ItemsListContainer ul.k2ItemsList li p.k2ItemsTags {display:block;clear:both;}
div.k2ItemsListContainer ul.k2ItemsList li p.k2ItemsTags a {margin:0 4px;}

.morepart,
div.more span,
div.moreRight span {
background:transparent url(/images/bg1.gif) no-repeat scroll 3px -108px;
float:right;
padding:0px 5px 0 10px;
}

.more {
clear:both;
border:0 none;
margin:0;
}

#limore {
padding:0;
}

span.servicemall {
/*margin: 5px 0 5px 1px;*/
margin:0;
}

div.servicemall {
background: #ffffff;
height:200px;
}

/*
div.servicemall1 {background: url(/images/services/1xxfb_bg.png) no-repeat top left;height:115px;}
div.servicemall2 {background: url(/images/services/2bzfw_bg.png) no-repeat top left;height:115px;}
div.servicemall3 {background: url(/images/services/3wlzl_bg.png) no-repeat top left;height:115px;}
div.servicemall4 {background: url(/images/services/4cpdl_bg.png) no-repeat top left;height:115px;}
div.servicemall5 {background: url(/images/services/5zlsq_bg.png) no-repeat top left;height:115px;}
div.servicemall6 {background: url(/images/services/6zzhd_bg.png) no-repeat top left;height:115px;}
div.servicemall7 {background: url(/images/services/7zzrd_bg.png) no-repeat top left;height:115px;}
div.servicemall8 {background: url(/images/services/8kjcx_bg.png) no-repeat top left;height:115px;}
*/

img.servicemall {margin:30px 0 0 10px}

.more .morepart a,
.more span a,
.more span a:hover,
.more span a:active,
.more span a:focus {
color: #B00000;
}

.moreRight span a,
.moreRight span a:hover,
.moreRight span a:active,
.moreRight span a:focus {
color: #B00000;
}

#ja-col2 div.moduletable ul{
margin:0;
background: #F5F5F5;
}

#ja-col2 div.moduletable div.more{
/*width:278px;*/
height:14px;
}

#ja-col2 div.moduletable ul.rightcustom{
margin:0;
border-left: 1px solid #D5D5D5;
border-right: 1px solid #D5D5D5;
border-bottom: 1px solid #D5D5D5;
background: #F5F5F5;
}

div.topbar-left-mod {
	display: block;
	float: left;
	width: 500px;
	padding-left:5px;
	line-height:29px;
}

div.topbar-right-mod
{
	display: block;
	float: right;
	line-height:29px;
	margin-right:5px;
}

div.moduletableZSJVM {
border: 1px solid #D5D5D5;
}

div.moduletableZSJVM h3 {
border-bottom: 1px solid #D5D5D5;
margin:0;
}

div.jamod-content {
	background: #E7E7E7;
	border: 1px solid #F0BBB9;
	margin-bottom: 3px;
	}
	
/* COLUMN */
#ja-col1 div.moduletable h3,
#ja-col1 div.moduletable_default h3,
#ja-col1 div.moduletable_menu h3,
#ja-col1 div.moduletable_text h3,
#ja-col1 div.moduletable_blank h3 {
	background: url(/images/180-30.png) no-repeat top left;
	/*background: #D8D8D8;*/
	font-weight: bold;
	line_height: 30px !important;
	padding-left: 20px;
	color: #B00000;
	height:30px;
	margin:0;
}

#ja-col1 div.moduletableZSJBANNER {
	margin: 0 0 0 0;
	padding: 0;
}

#ja-col1 div.moduletableZSJBANNER div.jamod-content {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
border:0;
padding:0;
margin:0;
}

div.banneritemZSJBANNER {
	padding:0;
	margin:0;
	background: #ffffff;
	/*height:50px;*/
}

div.top-bar {
margin:0 auto;
}

.ZSJTabImg {
border:0;
display:inline;
float:right;
margin:0;
padding:0;
height:26px;
}

/*
li.ZSJTabImg a, li.ZSJTabImg a img
{
border-style:none;
margin:0;
padding:0;
border-width:0;
height:22px;
border:0;
}
*/

li.ZSJTabImg a img {margin:0;padding:0;border:0;vertical-align:middle;height:26px;}

.leftinnercontainer
{
display:inline;
float:left;
border:1px solid #CCCCCC;
}

.rightinnercontainer
{
display:inline;
float:left;
border:1px solid #CCCCCC;
margin-left:5px;
}

.outcontainer
{
background-color:#FFFFFF;
/*border:1px solid #CCCCCC;*/
height:auto;
overflow:hidden;
padding:5px;
width:auto;
}

div.leftinnercontainer a img {
float:left;
height:140px;
width:125px;
}

div.zsjupright, div.zsjupright a, #mod_login_noaccount a, a.mod_login, #mod_login_remembermetext, #mod_loginform {
color:#FFFFFF;
}

form select.inputbox {
width:100px;
}

img.browseProductImage {height:100px;}

.rightContent .colRight .moreRight{
width:178px;
height:14px;
}

