
/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	height: 100%;
}
.cf:after{clear: both;content: ".";display: block;height:0;visibility: hidden;}
body {
	background: #FFFFFF;
	color: #8e908f;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	height: 100%;
}

body#bd {
	background: #ffffff url(../images/bg.jpg) repeat-x top;
	background-attachment: fixed !important;
	color: #333333;
	margin: 0;
	padding: 0;
	height: 100%;
}

.ja-wrapper {
	
border: 1px solid #ddd;
background: #FFFFFF;
-moz-border-radius: 15px; /* Firefox */
  -webkit-border-radius: 15px; /* Safari and Chrome */
  border-radius: 15px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
  behavior: url(/ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
border-radius: 15px;
width: 960px;
margin: 10px auto 20px;
padding: 0 20px;
}

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: #ea7125;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
	
}

a img {
	border: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	line-height: normal;
}

/* Small text */
small, .small, .smalldark, .button, .article-meta, .modifydate, .img_caption p, a.readon,
#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 {
	
}

.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.contentheading, h2.contentheading, .contentheading, .componentheading, h1 {
	font-size: 28px;
	font-weight: normal;

	padding: 0 0 0px;
}

h2 {
	font-size: 16px;
	font-weight: normal;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 125%;
}

p, pre, blockquote, ul, ol, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	/*background: url(../images/bullet.gif) no-repeat 10px 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;
}

.button {
	background: #ea7125;;
	border: none;
	color: #ffffff;
	padding: 4px 8px;
	cursor: pointer;
	text-transform: lowercase;
	font-weight: normal;
}

.button:hover {

background: #8e908f;
text-decoration: none;

}

* 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 {
	
	display: block;
	height: 0px;
	margin: 0;
	clear: both;
}

.blog .article_separator, .blog .article_seperator {
	background: url(../images/dot.gif) repeat-x left center;
	display: block;
	height: 10px;
	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: 4px !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;
}



.contentdescription {
	padding-bottom: 0px;
}



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;
	float:right;
}

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;
}

.small {

color: #8e908f;

}

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;
	color:#333333
}

ul.latestnews a, ul.mostread a {
	background: url(../images/arrow.gif) no-repeat left center;
	padding-left: 10px;
	color:#333333
}

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 {
	float:left;
	margin-right: 20px;
	padding: 3px 0 0;
	border: 1px solid #ddd;
	color: #8e908f;
	font-size:28px;
	text-align: center;
	width: 65px;
	-moz-border-radius: 9px; /* Firefox */
  -webkit-border-radius: 9px; /* Safari and Chrome */
  border-radius: 9px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
  behavior: url(/ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */

border-radius: 9px;
background: #fff url(..../images/bg.jpg) repeat-x bottom;
}

.createdate:hover {

border: 1px solid #ea7125;

}

.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%;
}

.main {
	margin: 0 auto;
	
}

.inner {
	margin: 0 10px;
	padding: 0 20px;
}

#ja-mainbody {
	float: left;
	width: 750px;
}

#ja-content {
	float: right;
	width: 600px;
}

/* COLUMNS
--------------------------------------------------------- */
/*common style for column*/
#ja-col1 {
	float: left;
	width: 150px;
	font-size: 92%;
}

#ja-col2 {
	float: right;
	width: 210px;
	font-size: 92%;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
.ja-content-inner {
	margin:0 0 20px;

}

.ja-content-inner_fl { float:left; width:460px; margin-right:20px;}

.article-title{ padding:5px 10px; background:#f3f3f3;}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-container,
#ja-container-fr,
#ja-container-fl,
#ja-container-f {
	position: relative;
	clear: both;
	padding: 0;
	z-index: 1;
	background: #ffffff;
}

#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%;
}

#ja-container-fr #ja-content {
	width: 84.4%;
}

#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%;
	padding-top:20px;
}

#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: lowercase;
	font-size: 100%;
}

div.moduletable,
div.moduletable_default,
div.moduletable_menu,
div.moduletable_text,
div.moduletable_blank {
	
	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%;
}

div.moduletable li,
div.moduletable_menu li,
div.moduletable_text li {
	background-position: 5px 7px;
	padding-left: 13px;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
	line-height: normal;
	position: relative;
	z-index: 999;
	height: 105px;
}

#ja-header .main {
	position: relative;
}

p.logo, div.logo-text {
	position: absolute;
	top: 10px;
	left: 5px;
	margin: 0;
	padding: 0;
	height: 92px;
	width: 200px;
}

p.logo a {
	background: url(../images/logo.jpg) no-repeat top left;
	display: block;
	height: 92px;
	width: 226px;
}

p.logo a span {
	position: absolute;
	top: -1000px;
}

div.logo-text {
	width: 163px;
	margin: 25px 0 0;
	outline: none;
}

div.logo-text p {
	float: left;
	font-size: 250%;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0;
	padding-right: 10px;
}

div.logo-text p a {
	color: #BB2222;
	text-transform: uppercase;
}

div.logo-text p a:hover,
div.logo-text p a:focus,
div.logo-text p a:active {
	text-decoration: none;
}

.site-slogan {
	color: #454545;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */

	#ja-mainnav {
	margin: 58px 9px 0 0;	
	float:right;
	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: 10px 0;
}

#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, div.moduletable_menu 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, div.moduletable_menu a:hover,
ul.menu li a:active, div.moduletable_menu a:active,
ul.menu li a:focus, div.moduletable_menu a:focus {
	background: url(..../images/arrow-hover.gif) no-repeat right 10px;
	color: #ea7125 !important;
	text-decoration: none !important;
	border: 0px !important;
}

ul.menu li.active a, div.moduletable_menu.active a {
	background: url(..../images/arrow-hover.gif) no-repeat right 10px;
	color: #ea7125;
	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;
}

/* 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-color: #BB2222;
	font-weight: normal;
	padding: 23px 0 10px 10px;
	color: #FFFFFF;
}

#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: #F5F5F5;
	margin-bottom: 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;
}

.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;
}

#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 {
	margin: 0 0 15px;
	padding: 15px 0 0;
	font-weight: normal;
	font-size: 150%;
}

#ja-col2 div.moduletable,
#ja-col2 div.moduletable_default,
#ja-col2 div.moduletable_menu,
#ja-col2 div.moduletable_text {
	
	border: 1px solid #ddd;
	background: #FFFFFF;
	-moz-border-radius: 15px; /* Firefox */
  -webkit-border-radius: 15px; /* Safari and Chrome */
  border-radius: 15px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
  behavior: url(/ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */

border-radius: 15px;
	
	padding: 0 9px 20px;
}

#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;
}

/* 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;
}

* 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 {
			
margin: 0 10px 30px;
display:block;
width:940px !important;
border: 1px solid #ddd;
	
	-moz-border-radius: 15px; /* Firefox */
  -webkit-border-radius: 15px; /* Safari and Chrome */
  border-radius: 15px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
  behavior: url(/ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */

border-radius: 15px;
	
}

#ja-botsl .main {
	
}

#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;
	text-transform: lowercase;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	font-weight: normal;
}

.usera div.moduletable {

height: 250px;
		overflow:hidden;
padding:  15px 20px 10px;
	width: 272px;
	margin: 0;
	float:left;
}
.userb div.moduletable {


border-left: 1px solid #ddd;
		height: 250px;
		overflow:hidden;
padding:  15px 20px 10px;
	width: 272px;
	margin: 0;
	float:left;
}
.userc div.moduletable {


border-left: 1px solid #ddd;
height: 250px;
		overflow:hidden;
-moz-border-top-right-radius: 15px;
border-top-right-radius: 15px;
-moz-border-bottom-right-radius: 15px;
border-bottom-right-radius: 15px;
padding:  15px 20px 10px;
	width: 274px;
	margin: 0;
	float:left;
}



.usera div.moduletable img, .userb div.moduletable img {

margin-right: -20px;
margin-bottom: -10px;
float:right;
padding-left: 10px;
padding-top: 10px;
}

.userc div.moduletable img {

margin-right: -20px;
margin-bottom: -10px;
float:right;
padding-left: 10px;
padding-top: 10px;
}


#bottomarea {

width: 1000px;


margin: 10px auto;
border: 1px solid #dddddd;
background: #ffffff;
	-moz-border-radius: 15px; /* Firefox */
  -webkit-border-radius: 15px; /* Safari and Chrome */
  border-radius: 15px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
  behavior: url(/ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */

border-radius: 15px;

}

.bottomleft div.moduletable {


height: 280px;
		overflow:hidden;
padding:  15px 20px 10px;
	width: 292px;
	margin: 0;
	float:left;

}
.video_title{ margin:0;}

.bottomright div.moduletable {
height: 290px;overflow:hidden;
padding:  15px 20px 10px;
	width: 292px;
	margin: 0;
	float:left;
border-left: 1px solid #dddddd;
}



#ja-botsl .img-border {
	background: url(..../images/img-bg.gif) no-repeat right bottom;
	padding: 0 10px 10px 0;
}





#ja-botsl li {
	padding-left: 20px;
	background: url(..../images/bullet.gif) no-repeat 10px 6px;
}

#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;
	
}

#ja-footer .main {
	color: #666666;
	text-align: center;
	
}

#ja-footer .ja-inner {
	
}



#ja-footer a {
	color: #666666;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	
}

#ja-footer small {
	
	
	clear: both;
}

#ja-footer ul {
	
	margin: 0;
	padding: 0;
}

#ja-footer li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0 0 0 2px;
}

#ja-footer li a {
	background: url(../images/sep2.gif) no-repeat left 7px;
	display: inline;
	padding: 0 7px;
	font-size: 92%;
	color: #666666;
}

#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: #ea7125;
}

/* 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 label,
#form-login-password label {
	display: block;
}

#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.gif) 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;
}

/* 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:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
	font-size: 1px;
	overflow: hidden;
}

#quotes {

padding: 0 7px;
font-size: 14px;
font-style: italic;
color: #8e908f;
text-align:right;
}

#quotes img {float: right; padding: 5px 0 0 20px;}

.bottomright img {margin:0 auto 10px; display:block;}
.bottomright p {font-size: 14px;
font-style: italic;
color: #8e908f;
text-align:center;}

.blog img {display:none;}

.ja-tab-subcontent ul li {

margin-left: 20px !important;
}

.month {
-moz-border-bottom-right-radius: 9px;
border-bottom-right-radius: 9px;
-moz-border-bottom-left-radius: 9px;
border-bottom-left-radius: 9px;
width: 65px; text-align: center; font-size: 12px; background: #8e908f;color: #fff; display:block; padding: 3px 0;}

#contact {
position: absolute;
right: 4px;
top: 35px;
color: #8e908f;
font-size: 11px;
display:block;
}
.fx{ padding-left:5px; }

input, textarea {border: 1px solid #ddd;}

.materials {

border: 1px solid #ddd;
padding: 10px;
margin-bottom: 20px;
float:left;
width:270px;
height: 170px;
margin-right:50px;
}

.materials h2 {

font-size: 14px;
font-weight: bold;
text-transform: uppercase;
}

.materials img {
margin-bottom: 15px;
}

.newsimage {
margin: 0px 0 10px 10px; border: 1px solid #dddddd; padding: 5px; float:right;"

}

#corner {
position: fixed;
top: 0;
right: 0;
width: 125px;
height: 125px;
background: url(..../images/corner.png) no-repeat;
z-index: 9999;
}

.ja-current-content{ display:none;}


.video {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
}
.video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}
.til{font-size:16px; color:#EA7125} 
.dh{font-size:12px;line-height:20px;text-decoration: none;}
.dh a{font-size:12px;line-height:20px;text-decoration: none;color:#666666;padding-left:20px}
.dh a:hover{font-size:12px;line-height:20px;text-decoration: none;color:#ea7125;padding-left:20px}

.by{ position:absolute; width:480px; left:250px; top:40px; color:#8e908f; font-family:'微软雅黑'; }
.by1{ font-size:16px; font-weight:bold; float:left;}
.by2{ font-size:12px;  font-weight:normal; float:left; margin-top:5px; margin-left:15px;}
.by3{ font-size:16px; font-weight:bold; margin-top:5px;}

.cf:after {	clear: both;content:".";display: block;height:0;visibility: hidden;}
.banner_x_big{ width:100%; height:auto; }
.banner_x_left{ width:300px; float:left; height:auto;  overflow:hidden ; margin-bottom:20px; margin-left:8px;margin-top:15px;}
.sy_banner_x_big{ width:300px; height:auto; font-size:28px;  color:#666666}
.sy_banner_x_big_two{color:#666666 }

.banner_x_top_big{ width:300px; height:45px; padding:5px 0 10px 0; border-bottom:1px dotted #ccc; }
.top_img_big{ width:45px; height:45px; float:left;}
.top_img_big img{ max-width:45px;}
.top_right_big{ float:right; width:240px; height:45px; line-height:20px; color:#666666; }
.top_right_jj{ width:240px; height:40px; overflow:hidden}
.top_right_jj a{ color:#666666}

.sy_banner_x_big_three{  height:auto; font-size:24px; margin-left:7px; color:#666666}
.sy_banner_x_big_three h1{ display:inline-block; margin:0; font-weight:normal;}
.sy_banner_x_big_three span{ font-size:12px; font-weight:normal;}
.sy_banner_x_big_four{margin:5px 0 5px 7px; color:#666666; }
.banner_x_right{ width:620px; height:auto; float:right;  margin-top:15px; }
.banner_x_right ul{ margin:0;}
.banner_x_right ul li{ float:left; width:140px; height:165px;   margin:0 7.5px ;  }

.article-content_fl{ float:left; width:23%; margin-right:2%; margin-bottom:2%;}
.yixue{ height:128px; overflow:hidden;}

.main_bt{ float:left; height:20px; line-height:20px; font-weight:bold; margin-right:12px;}
.main_bb{ float:left; height:20px; line-height:20px; margin:0 5px; background:#CCC; padding:0 7px; cursor:pointer;}
.main_xb{ float:left; height:20px; line-height:20px; margin:0 5px; background:#666; color:#FFF; padding:0 7px;cursor:pointer;}

.dy_title{ background:#f3f3f3; padding:5px 15px; margin-bottom:10px; height:180px; overflow:auto;}
.dy_pic{}


.banner_x_right_img{ width:140px; height:140px;}
.banner_x_right_img img{ max-width:140px; max-height:140px; }
.banner_x_right_bt{ width:120px; height:25px; line-height:25px; text-align:center; overflow:hidden}
#p4,#p8{ margin-right:6px !important;}

.sp_wz{ font-size:24px; color:#666666; text-align:center; margin-top:15px;}
 
.banner_x_two{ width:100%; height:auto; margin-top:20px; margin-bottom:20px;}
.banner_x_two ul li{ width:200px; height:240px;  float:left; margin:0 23px;}
#t1{ margin-left:10px !important;}
#t4{ margin-right:0 !important;}
.banner_t_img{ width:200px; height:200px; text-align:center}
.banner_t_img img{ max-width:200px; max-height:200px;}
.banner_t_bt{ width:200px; height:40px; line-height:20px; overflow:hidden;}

.banner_t_three{ width:100%; height:auto; }
.banner_t_three ul li{ width:200px; height:170px;  float:left;  margin:0 10px; }
#r1,#r5{ margin-left:0 !important}
#r4,#r8{ margin-right:0 !important}
.banner_t_three_img{ width:200px; height:140px; text-align:center;}
.banner_t_three_img img{ max-width:200px; max-height:140px;}
.banner_t_three_bt{ width:200px; height:30px; line-height:30px; text-align:center; overflow:hidden;}

.banner_t_four{ width:100%; }
#cplb_db{ width:955px;  overflow:hidden; margin:15px auto;}
#indemo {float: left;width: 800%;}
#demo1 {float: left;}
#demo2 {float: left;}
.cplb_img{  height:100px; margin:auto;  float:left;  margin-right:35px;}
.cplb_img img{  max-height:100%; }

.ny_content_big{ width:100%; height:auto; }
.ny_content_left{ width:180px; height:auto; float:left; overflow:hidden; border:1px solid #ccc; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
.ny_content_left_top{ width:160px; height:30px; font-weight:bold; line-height:30px; font-size:18px;  padding-top:10px; padding-bottom:10px; padding-left:20px; background:#CCC}
.ny_content_left_x{ width:180px; height:auto;}
.ny_content_left_x ul li { padding-left:20px; width:160px; font-weight:bold;  line-height:30px; background: url(../images/bullet.gif) no-repeat 10px 12px; color:#666666}
.ny_content_left_x a{ color:#666666}
.ny_content_left_x a:hover{ color:#E97125}
.cur11 a{ color:#E97125}
.dh_t{ margin-top:-5px !important;}
.dh_t li{ width:150px !important;  font-weight:normal !important; line-height:25px;   background: url(../images/jian.jpg) no-repeat 0px 10px !important; padding-left:10px !important; overflow:hidden }
.dh_t a{ color:#666666 !important}
.curr6 a{color:#E97125 !important}
.ny_content_right{ float:right; width:740px; height:auto;}
.right_img{ width:740px; height:auto; margin-bottom:20px;}
.right_img img{ max-width:100%;}
.ny_content_right_nr{ width:740px; height:auto; overflow:hidden; color:#666666; line-height:20px;}
.ny_content_right_nr img{ max-width:100%;}
.ny_congtent_right_left{ width:500px; height:auto; float:left}
.ny_congtent_right_right{ width:220px; height:auto; float:right}
.ny_congtent_right_right img{ max-width:220px; margin-bottom:15px;}




/*.shipin{ width:423px; height:236px; float:left; background:#F00}
.sp_wz{ width:489px; height:210px; float:right;}*/

.ny_congtent_right_left22{ width:320px; height:auto; float:left}
.ny_congtent_right_left22 img{ max-width:320px;}
.ny_congtent_right_right22{ width:400px; height:auto; float:right}
.ny_congtent_right_right img{ max-width:400px; margin-bottom:15px;}

.ny_congtent_right_left33{ width:740px; height:auto; float:left}
.ny_congtent_right_left33 img{ max-width:740px;}
.ny_content_tu_pin{ width:740px; height:auto;}
.ny_content_tu_pin img{ float:left; max-height:120px; margin:0 5px}

.ship_b{ width:400px; height:auto; margin-top:20px;}
.zhong_big{ width:100%; height:auto;  color:#fff}
.zhong_big img{ max-width:100%; margin-bottom:20px;}
.x_top_big{ width:1000px; height:auto; margin:auto; background:#000000}
.gex_content_big{ width:1000px; height:auto; margin:auto; line-height:20px; color:#666666; border-bottom: 4px solid #000000;  }
.gex_content_big img{ max-width:100%; }
.gex_content1_big{ width:960px; height:auto; margin:auto; line-height:20px; color:#666666; border-bottom: 4px solid #000000;  }
.gex_content1_big img{ max-width:100%; }
.gxsc_wz{ width:100%; height:auto; margin:auto; font-size: 28px;color: #666666; text-align: center; line-height:40px; background:#FFF; padding-top:40px; padding-bottom:50px;}
.gxsc_wz a{ color:#666666}
.gxsc_wz a:hover{ text-decoration:none}


.foot_big{ width:1000px; height:auto; margin:auto}


p.logo3, div.logo-text {
	position: absolute;
	top: 10px;
	left: 5px;
	margin: 0;
	padding: 0;
	height: 92px;
	width: 200px;
}

p.logo3 a {
	background: url(../images/logo.png) no-repeat top left;
	display: block;
	height: 92px;
	width: 226px;
}

p.logo3 a span {
	position: absolute;
	top: -1000px;
}

div.logo3-text {
	width: 163px;
	margin: 25px 0 0;
	outline: none;
}

div.logo3-text p {
	float: left;
	font-size: 250%;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0;
	padding-right: 10px;
}

div.logo3-text p a {
	color: #BB2222;
	text-transform: uppercase;
}

div.logo3-text p a:hover,
div.logo3-text p a:focus,
div.logo3-text p a:active {
	text-decoration: none;
}

.qq_x{ margin-top:10px;  }
.qq_x3{ margin-left:10px; padding-top:10px; padding-left:35px; background: url(../images/qq.jpg) no-repeat top left}
.wz_z{ font-size:17px; line-height:30px;}

.dt_img{ width:371px; height:auto; position:absolute; right:0; bottom:0;}
.sm_sp{ width:220px; height:auto; margin:30px 0;}