/*------------------------------------------------------------------------
# $JA#PRODUCT_NAME$ - Version $JA#VERSION$ - Licence Owner $JA#OWNER$
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 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: #EBEAE8;
	color: #000000;
	font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
BODY#bd
{
	background: #EBEAE8 url(../images/mw-bg.gif) repeat-x left top;
	color: #555555;
	padding: 0;
	margin: 0;
}
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: #C55901;
	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, .site-slogan, A.readon, #ja-pathway, #ja-footer
{
	font-size: 92%;
}
/*article image*/
IMG
{
	margin: 0;
	padding: 0;
}
.img_caption
{
	padding-right: 10px;
}
.img_caption P
{
	text-align: center;
	color: #555555;
}
.img_caption.left, .img_caption.right
{
}
/*Fontpage*/
DIV.leading .img-desc
{
	float: left;
	margin: 8px 5px 0 0;
}
DIV.article-content IMG, .img-desc IMG
{
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 0 8px 0 0;
	padding: 4px;
}
.img-desc .img_caption P
{
	font-size: 10px;
}
.img_caption IMG
{
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 4px;
}
.img_caption P
{
	padding-top: 5px;
	margin-top: 0px;
}
.img-border
{
	border: 5px solid #B9B7B5;
}
/*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;
}
UL LI
{
	background: url(../images/bullet.gif) no-repeat 20px 8px;
	padding-left: 30px;
}
OL LI
{
	margin-left: 35px;
}
TH
{
	font-weight: bold;
	padding: 8px;
	text-align: left;
}
FIELDSET
{
	border: none;
	padding: 10px 5px;
	background: url(../images/dot.gif) repeat-x top;
}
FIELDSET A
{
	font-weight: bold;
}
FIELDSET.input
{
	padding: 0;
	background: none;
}
LEGEND
{
	font-weight: bold;
	background: #FFFFFF;
}
HR
{
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #4F4F4F;
	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
{
	padding: 2px;
	border: 1px solid #B9B7B5;
	background: #FFFFFF;
	color: #666666;
	font-size: 100%;
}
.button
{
	padding: 1px 8px;
	border: 1px solid #000000;
	background: #000000 url(../images/but-bg.gif) repeat-x left center;
	color: #FFFFFF;
	font-weight: bold;
}
* HTML .button
{
/*IE 6*/
	padding: 0 5px !important;
}
*+HTML .button
{
/*IE 7*/
	padding: 0 5px !important;
}
/*JOOMLA STYLE
---------------------------------------------------------*/
.article_separator, .article_seperator
{
	margin: 0;
	display: none;
}
.leading_separator
{
	display: block;
	height: 10px;
}
.row_separator
{
	display: none;
}
.column_separator
{
	padding: 0 25px;
}
/*content tables*/
.sectiontableheader
{
	background: #000000 url(../images/but-bg.gif) repeat-x left center;
	border: 1px solid #4F4F4F;
	padding: 4px 8px;
	color: #CCCCCC;
	font-weight: bold;
}
.sectiontableheader A, .sectiontableheader A:hover, .sectiontableheader A:active, .sectiontableheader A:focus
{
	color: #FFFFFF;
}
TR.sectiontableentry0 TD, TR.sectiontableentry1 TD, TR.sectiontableentry2 TD
{
	padding: 8px;
	border-bottom: 1px solid #CCCCCC;
}
TR.sectiontableentry2 TD
{
	background: #F7F6F5;
}
TABLE.contentpane
{
	border: none;
	width: 100%;
}
TABLE.contentpaneopen
{
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
TABLE.contenttoc
{
	margin: 0 0 10px 10px;
	padding: 0;
	width: 30%;
	float: right;
}
TABLE.contenttoc TD
{
	background: url(../images/bullet.gif) no-repeat 12px 8px;
	padding: 1px 5px 1px 20px;
}
TABLE.contenttoc TH
{
	border-bottom: 1px solid #CCCCCC;
	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
{
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
	background: none;
}
TABLE.pollstableborder TR.sectiontableentry1 TD
{
	background: #F7F6F5;
}
TABLE.searchintro
{
	padding: 10px 0;
	width: 100%;
}
TABLE.searchintro TD
{
	padding: 5px !important;
}
.blog_more
{
	border-top: 1px solid #CCCCCC;
	margin: 15px 0 0;
	padding: 10px 0 0;
}
.blog_more H2
{
	color: #C55901;
	font-size: 110%;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 0;
}
.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/bullet.gif) no-repeat 4px 8px;
	margin: 0;
	padding: 0 0 0 12px;
}
.blog_more UL LI A
{
	color: #555555;
}
.blog_more UL LI A:hover, .blog_more UL LI A:active, .blog_more UL LI A:focus
{
	color: #C55901;
}
.category
{
	font-weight: bold;
}
H1.componentheading, .componentheading
{
	border-bottom: 1px solid #CCCCCC;
	font-size: 200%;
	margin: 0 0 15px;
	padding: 5px 0;
}
.contentdescription
{
	padding-bottom: 30px;
}
H2.contentheading, .contentheading
{
	margin: 0 0 5px;
	padding: 0;
	font-size: 180%;
	color: #666666;
}
TABLE.blog .contentheading
{
	font-size: 150%;
}
A.contentpagetitle, A.contentpagetitle:hover, A.contentpagetitle:active, A.contentpagetitle:focus
{
}
A.readon
{
	background: url(../images/readon-bg.gif) no-repeat left center;
	color: #555555;
	padding: 1px 2px 3px 5px;
	width: 85px;
	float: right;
}
A.readon:hover, A.readon:focus, A.readon:active
{
	background: url(../images/readon-hover.gif) no-repeat left center;
	color: #C55901;
	text-decoration: none;
}
TABLE.contentpaneopen TD, TABLE.contentpane TD
{
}
TABLE.contentpaneopen, TABLE.contentpane, TABLE.blog
{
	width: 100%;
}
.moduletable
{
	padding: 0;
}
UL.pagination
{
	border-top: 1px solid #CCCCCC;
	margin: 15px auto 10px;
	padding: 10px 0 0;
	color: #555555;
	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 #CCCCCC;
	padding: 1px 4px;
	text-decoration: none;
	color: #4F4F4F;
}
UL.pagination A:hover, UL.pagination A:active, UL.pagination A:focus
{
	color: #C55901;
}
.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;
}
.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/bullet.gif) no-repeat left center;
	padding-left: 10px;
	color: #C55901;
}
.bannerheader
{
	font-size: 120%;
	font-weight: bold;
}
/*META
---------------------------------------------------------
Override fontpage*/
#ja-contentheading
{
	margin: -10px -15px 0;
	padding: 0 0 0 5px;
}
#ja-contentheading H1.componentheading
{
	background: url(../images/h3-bg2.gif) no-repeat left bottom;
	border: none !important;
	color: #FFFFFF;
	font-size: 100% !important;
	letter-spacing: 1px;
	margin: 0 0 0 -5px;
	padding: 0 0 0 5px;
	text-transform: uppercase;
}
#ja-contentheading H1.componentheading SPAN.left-bg
{
	background: url(../images/arrow-right.gif) no-repeat right bottom;
	display: block;
	float: left;
	padding: 9px 20px 14px 10px;
}
#ja-contentheading H1.componentheading SPAN.right-bg
{
	background: url(../images/h3-sep.gif) no-repeat right bottom;
	display: block;
	padding-left: 0px;
}
#ja-contentheading DIV.leading
{
	padding: 5px 0 10px;
	border-bottom: 1px solid #CCCCCC;
}
#ja-contentheading DIV.blog
{
	background: #EBEAE8;
	border: 1px solid #B9B7B5;
	border-top: none;
	padding: 5px 15px 10px;
}
#ja-contentheading .leading H2.contentheading
{
	font-size: 170%;
	margin-top: 0;
}
#ja-contentheading H2.contentheading
{
	margin-top: 10px;
	font-size: 110%;
}
#ja-contentheading .article-meta
{
	width: auto;
	float: none;
}
#ja-contentheading .article-toolswrap
{
	margin: 0;
}
#ja-contentheading P
{
	margin: 5px 0 10px;
}
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
{
	width: 70%;
	float: left;
	color: #999999;
}
.createdby
{
	color: #999999;
}
.createdate
{
	padding-right: 6px;
	margin-right: 5px;
	background: url(../images/vline.gif) no-repeat right center;
}
.modifydate
{
	color: #999999;
	width: 100%;
	display: block;
	margin: 15px 0;
}
.article-section
{
	padding-left: 6px;
	margin-left: 5px;
	background: url(../images/vline.gif) no-repeat left center;
}
.article-section A
{
	color: #555555;
}
.article-category A
{
	color: #555555;
}
DIV.buttonheading
{
	position: absolute;
	top: 4px;
	right: 10px;
}
.buttonheading IMG
{
	margin: 0 0 0 5px;
	border: 0;
	float: right;
}
.cols3
{
	width: 33.3%;
	float: left;
}
DIV.column1 .contentpaneopen
{
	padding-right: 10px;
}
DIV.column2 .contentpaneopen
{
	padding: 0 5px;
}
DIV.column3 .contentpaneopen
{
	padding-left: 10px;
}
/*MAIN LAYOUT
---------------------------------------------------------*/
.wrap
{
	width: 100%;
	clear: both;
}
.main
{
	width: 960px;
	margin: 0 auto;
}
.inner
{
	padding: 0 5px;
}
DIV.ja-mainbg
{
	background: url(../images/body-bg.jpg) no-repeat center top;
}
#ja-mainbody
{
	float: left;
	width: 68%;
}
/*PRIMARY COLUMN
---------------------------------------------------------*/
#ja-content
{
	clear: both;
	display: block;
	float: left;
	width: 68%;
}
#ja-current-content
{
	background: url(../images/cc-bg.gif) repeat-y right top;
	margin: 0 0 15px;
	padding: 10px 15px 0;
}
/*COLUMNS
---------------------------------------------------------
common style for column*/
#ja-colwrap
{
	width: 32%;
	float: right;
}
#ja-colwrap .ja-innerpad
{
	padding: 0 5px 0 10px;
}
#ja-col1
{
	float: left;
	overflow: hidden;
	width: 30%;
}
#ja-col2
{
	float: right;
	overflow: hidden;
	width: 28%;
}
/*COLLAPSIBLE LAYOUT
---------------------------------------------------------*/
#ja-container, #ja-container-fr, #ja-container-fl, #ja-container-f
{
	background: url(../images/container-bg.gif) repeat-x left bottom;
	padding: 0 0 20px;
	clear: both;
}
#ja-container .main, #ja-container-fr .main, #ja-container-fl .main, #ja-container-f .main
{
	margin-top: 15px;
}
#ja-container .main .inner, #ja-container-fr .main .inner, #ja-container-fl .main .inner, #ja-container-f .main .inner
{
	padding: 0;
}
/*content + left*/
#ja-container-fr #ja-mainbodywrap
{
	width: 100%;
}
#ja-container-fr #ja-col1
{
	width: 22%;
}
#ja-container-fr #ja-content
{
	width: 78%;
}
#ja-container-fr #ja-current-content
{
	margin-right: 0;
}
/*content + right*/
#ja-container-fl #ja-mainbodywrap
{
	float: left;
	width: 100%;
}
#ja-container-fl #ja-content
{
	width: 80%;
}
#ja-container-fl #ja-col2
{
	width: 20%;
}
#ja-container-fl #ja-current-content
{
	margin-left: 0;
}
/*full*/
#ja-container-f #ja-mainbody
{
	width: 100%;
}
#ja-container-f #ja-content
{
	width: 100%;
}
#ja-container-f #ja-current-content
{
	background: url(../images/cc-bg2.gif) repeat-y center top;
}
/*MODULE
---------------------------------------------------------*/
DIV.moduletable H3, DIV.moduletable_default H3, DIV.moduletable_menu H3, DIV.moduletable_text H3, DIV.moduletable_blank H3, DIV.moduletable_tabs H3
{
	background: url(../images/h3-bg.gif) no-repeat left bottom;
	color: #FFFFFF;
	font-size: 100%;
	margin: 0 0 0 -5px;
	padding: 0 0 0 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
DIV.moduletable H3 SPAN.left-bg, DIV.moduletable_menu H3 SPAN.left-bg, DIV.moduletable_default H3 SPAN.left-bg, DIV.moduletable_text H3 SPAN.left-bg, DIV.moduletable_tabs H3 SPAN.left-bg
{
	background: url(../images/span-left.gif) no-repeat right bottom;
	display: block;
	float: left;
	padding: 10px 60px 12px 10px;
}
DIV.moduletable H3 SPAN.right-bg, DIV.moduletable_default H3 SPAN.right-bg, DIV.moduletable_menu H3 SPAN.right-bg, DIV.moduletable_text H3 SPAN.right-bg, DIV.moduletable_tabs H3 SPAN.right-bg
{
	background: url(../images/h3-sep.gif) no-repeat right bottom;
	display: block;
	padding: 0;
}
DIV.moduletable, DIV.moduletable_default, DIV.moduletable_menu, DIV.moduletable_text, DIV.moduletable_blank, DIV.moduletable_tabs
{
	color: #555555;
	margin: 0 0 15px 5px;
	padding: 0;
}
DIV.ja-box-ct
{
	background: #EBEAE8;
	border: 1px solid #B9B7B5;
	padding: 10px;
}
/*Highlight module 1*/
DIV.hilite1 DIV.ja-box-ct
{
	background: #333333;
}
DIV.hilite1 UL.menu LI A
{
	background: url(../images/arrow-grey.gif) no-repeat left center;
	color: #999999;
}
DIV.hilite1 UL.menu LI A:hover, DIV.hilite1 UL.menu LI A:focus, DIV.hilite1 UL.menu LI A:active
{
	background: url(../images/arrow-white.gif) no-repeat left center;
	color: #FFFFFF;
}
DIV.hilite1 UL.menu LI.active A
{
	background: url(../images/arrow-white.gif) no-repeat left center;
	color: #FFFFFF;
}
/*Highlight module 2*/
DIV.hilite2 DIV.ja-box-ct
{
	background: #AAAAAA;
}
DIV.hilite2 UL.menu LI A
{
	background: url(../images/arrow-grey2.gif) no-repeat left center;
	color: #555555;
}
DIV.hilite2 UL.menu LI A:hover, DIV.hilite2 UL.menu LI A:focus, DIV.hilite2 UL.menu LI A:active
{
	background: url(../images/arrow-white.gif) no-repeat left center;
	color: #FFFFFF;
}
DIV.hilite2 UL.menu LI.active A
{
	background: url(../images/arrow-white.gif) no-repeat left center;
	color: #FFFFFF;
}
/*Blank module*/
DIV.moduletable_blank
{
	margin: 0 0 15px;
	padding: 0;
}
DIV.moduletable_blank DIV.ja-box-ct
{
	background: none !important;
	border: none;
	margin: 0;
	padding: 0 0 0 5px !important;
}
/*tabs*/
#ja-colwrap DIV.moduletable_tabs
{
	background: #DDDDDD;
	border: 1px solid #B9B7B5;
	padding: 0;
}
#ja-colwrap DIV.moduletable_tabs DIV.ja-box-ct
{
	background: none;
	border: none;
	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
{
	padding-left: 13px;
	background-position: 5px 7px;
}
/*HEADER
---------------------------------------------------------*/
#ja-header
{
	line-height: normal;
	position: relative;
	padding: 0;
	z-index: 999;
	height: 140px;
}
H1.logo, DIV.logo-text
{
	margin: 30px 20px 0;
	padding: 0;
	float: left;
}
H1.logo A
{
	width: 305px;
	height: 111px;
	display: block;
	background: url(../images/logo.png) no-repeat center;
	margin: -18px 0 0 -15px;
}
H1.logo A SPAN
{
	position: absolute;
	top: -1000px;
}
DIV.logo-text
{
	outline: none;
}
DIV.logo-text H1
{
	font-size: 300%;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}
DIV.logo-text H1 A
{
	color: #C55901;
	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: #555555;
	margin: 0 0 -2px 0px;
	padding: 0;
	letter-spacing: 2px;
}
/*MAIN NAVIGATION
---------------------------------------------------------*/
#ja-mainnav
{
	margin: 0;
	padding: 0;
	z-index: 9999;
	position: relative;
}
#ja-mainnav .main
{
	position: relative;
}
#ja-mainnav .inner
{
	background: #333333 url(../images/mainnav-bg.gif) repeat-x left top;
	border-bottom: 1px solid #4F4F4F;
	padding: 0;
	margin: 0 5px;
}
#ja-mainnav A, #ja-subnav A
{
	outline: none;
	line-height: normal;
}
#ja-subnav
{
}
#ja-subnav UL
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
#ja-subnav LI
{
	display: block;
	background: url(../images/dot.gif) repeat-x bottom;
	margin: 0;
	padding: 0;
	line-height: normal;
}
#ja-subnav A
{
	display: block;
	outline: none;
	padding: 6px 0 6px 10px;
	margin: 0;
	text-decoration: none;
	color: #4F4F4F;
	background: url(../images/arrow-grey.gif) no-repeat left center;
}
#ja-subnav A:hover, #ja-subnav A:active, #ja-subnav A:focus
{
	color: #C55901;
	text-decoration: none;
	background: url(../images/arrow-hover.gif) no-repeat 0px 10px;
}
#ja-subnav LI.active A
{
	font-weight: bold;
	color: #C55901;
	background: url(../images/arrow-hover.gif) no-repeat 0px 10px;
}
/*breadcrumbs*/
#ja-pathway
{
	color: #555555;
}
#ja-pathway .inner
{
	background: #CCCCCC;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	margin: 15px 5px 0;
	padding: 7px 0 0;
	height: 28px;
	position: relative;
}
#ja-pathway .ja-pathway-text
{
	float: left;
	padding: 1px 10px 2px;
}
#ja-pathway SPAN
{
	color: #FFFFFF;
	padding: 0 5px 0 0;
}
#ja-pathway STRONG
{
	color: #C55901;
}
#ja-pathway A
{
	color: #FFFFFF;
	font-weight: bold;
}
#ja-pathway IMG
{
	margin: 0 5px;
}
/*Default Joomla! Menu*/
UL.menu
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
UL.menu LI
{
	display: block;
	background: url(../images/dot.gif) repeat-x bottom;
	margin: 0;
	padding: 0;
	line-height: normal;
}
UL.menu LI A
{
	background: url(../images/arrow-grey.gif) no-repeat left center;
	display: block;
	outline: none;
	padding: 6px 0 6px 10px;
	margin: 0;
	text-decoration: none;
	color: #555555;
}
UL.menu LI A:hover, UL.menu LI A:active, UL.menu LI A:focus
{
	background: url(../images/arrow-hover.gif) no-repeat left center;
	color: #C55901;
	text-decoration: none;
}
UL.menu LI.active A
{
	font-weight: bold;
	color: #C55901;
}
UL.menu LI UL
{
	list-style: none;
	margin: 0;
	padding: 0;
}
UL.menu LI LI
{
	border: none;
	background: none !important;
	padding: 0 0 0 10px;
}
UL.menu LI LI A
{
	color: #4F4F4F !important;
	border: none;
	padding: 5px 5px 5px 10px !important;
	text-transform: none;
	font-weight: normal !important;
}
UL.menu LI LI A:hover, UL.menu LI LI A:active, UL.menu LI LI A:focus
{
	color: #FFFFFF;
	text-decoration: underline;
}
UL.menu LI LI.active A
{
	color: #4F4F4F;
	font-weight: bold !important;
}
UL.menu LI LI LI A
{
	color: #4F4F4F !important;
	font-weight: normal !important;
	padding-left: 35px !important;
	background: url(../images/bullet.gif) no-repeat 25px 10px !important;
}
UL.menu LI LI LI.active A
{
	font-weight: bold !important;
}
/*SPOTLIGHT
---------------------------------------------------------
Spotlight Box Style*/
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right
{
	float: left;
	overflow: hidden;
}
/*Top Spotlight 1*/
#ja-topsl
{
	margin: 0;
	z-index: 10;
	height: 324px;
}
#ja-topsl .inner
{
	background: url(../images/topsl-bg.gif) repeat-y left top;
	margin: 0 0 0 5px;
	padding: 0 0 10px 10px;
}
#ja-topsl DIV.moduletable
{
}
/*Top Spotlight 2*/
#ja-topsl2
{
	padding: 0 0 0 10px;
}
#ja-topsl2 DIV.moduletable H3
{
	background: url(../images/h3-bg2.gif) no-repeat left bottom;
}
#ja-topsl2 DIV.moduletable H3 SPAN.left-bg
{
	background: url(../images/arrow-right2.gif) no-repeat right bottom;
	padding-right: 50px;
}
#ja-topsl2 DIV.moduletable .ja-box-ct
{
	background: #DDDDDD url(../images/topsl-boxct.gif) repeat-x left bottom;
	border: 1px solid #B9B7B5;
	border-top: none;
	color: #555555;
}
#ja-topsl2 DIV.ja-newscatwrap SPAN.article_seperator
{
	display: none;
}
#ja-topsl2 DIV.ja-newscatwrap IMG
{
	border: 5px solid #B9B7B5;
	padding: 0;
}
/*Bottom spotlight*/
#ja-botsl
{
	background: #333333;
	border-bottom: 1px solid #222222;
	clear: both;
	padding: 40px 0 20px;
}
#ja-botsl DIV.moduletable H3
{
	background: none;
	margin: 0 0 10px;
	padding: 0;
}
#ja-botsl DIV.moduletable, #ja-botsl DIV.moduletable_default
{
	background: none;
	color: #AAAAAA;
	padding: 0 10px;
	margin: 0;
}
#ja-botsl DIV.ja-box-ct
{
	background: none;
	border: none;
	padding: 0;
}
#ja-botsl DIV.moduletable H3
{
	background: none;
	border-bottom: 1px solid #C55901;
	margin: 0 0 10px;
}
#ja-botsl DIV.moduletable H3 SPAN.right-bg
{
	background: none;
}
#ja-botsl DIV.moduletable H3 SPAN.left-bg
{
	background: none;
	margin: 0;
	padding: 5px 0;
}
#ja-botsl .ja-box-left DIV.moduletable, #ja-botsl .ja-box-left DIV.moduletable_default
{
	margin: 0 10px 0 0;
}
#ja-botsl .ja-box-right DIV.moduletable, #ja-botsl .ja-box-right DIV.moduletable_default
{
	margin: 0;
}
#ja-botsl .ja-box-center DIV.moduletable, #ja-botsl .ja-box-center DIV.moduletable_default
{
	margin: 0 10px 0 0;
}
#ja-botsl .img-border
{
	background: #000000;
	border: 1px solid #222222;
}
#ja-botsl A
{
	color: #AAAAAA;
}
#ja-botsl A:hover, #ja-botsl A:focus, #ja-botsl A:active
{
	color: #C55901;
}
/*FOOTER
---------------------------------------------------------*/
#ja-footer
{
	background: #222222;
	border-top: 1px solid #333333;
	clear: both;
	padding: 0;
	margin: 0;
}
#ja-footer
{
	padding: 20px 0;
	color: #666666;
}
#ja-footer A
{
	color: #555555;
}
#ja-footer A:hover, #ja-footer A:active, #ja-footer A:focus
{
	color: #C55901;
}
#ja-footer SMALL
{
	font-size: 100%;
}
#ja-footer UL
{
	float: right;
	padding: 0;
	margin: 0;
}
#ja-footer LI
{
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}
#ja-footer LI A
{
	color: #555555;
	display: inline;
	padding: 0 10px;
}
#ja-footer LI A:hover, #ja-footer LI A:focus, #ja-footer LI A:active
{
	color: #C55901;
}
/*MISCELLANOUS
-----------------------------------------------------------*/
UL.accessibility
{
	position: absolute;
	top: -100%;
}
LI.ja-firstitem
{
	background: none !important;
}
/*JA Slideshow*/
#ja-slideshow
{
	width: 640px;
	float: left;
	margin: 0;
	padding: 10px 0 0;
}
#ja-hl
{
	float: right;
	width: 295px;
}
#ja-hl DIV.moduletable H3
{
	background: url(../images/hl-h3-bg.gif) no-repeat right center;
	margin: 0;
	padding: 0 5px 0 0;
}
#ja-hl DIV.moduletable A
{
	color: #CCCCCC;
}
#ja-hl DIV.moduletable A:hover
{
	color: #DDDDDD;
}
#ja-hl DIV.moduletable .img-border
{
	border: 5px solid #C55901;
	margin-top: -1px;
}
#ja-hl DIV.moduletable H3 SPAN.left-bg
{
	float: right;
	background: url(../images/hl-span-r.gif) no-repeat left center;
	padding: 14px 15px 12px 65px;
}
#ja-hl DIV.moduletable H3 SPAN.right-bg
{
	background: url(../images/h3-sep2.gif) repeat-x left center;
}
#ja-hl DIV.ja-box-ct
{
	background: none;
	border: none;
	color: #999999;
	padding: 0 10px 0 0;
}
/*JA Tabs*/
#ja-tabwrap
{
	width: 30%;
	float: right;
}
/*Header tools*/
#ja-headtools
{
	background: url(../images/ht-bg.gif) no-repeat left center;
	width: 215px;
	height: 28px;
	position: absolute;
	right: 5px;
	top: 8px;
}
#ja-headtools UL
{
	float: left;
	margin: 0 0 0 5px;
	padding: 3px 0 0;
	white-space: nowrap;
}
#ja-headtools LI
{
	display: inline;
	display: block;
	float: left;
	line-height: normal;
	margin: 0 5px 0 0;
	padding: 0;
	color: #FFFFFF;
	background: none;
}
#ja-usertools
{
	float: left;
	padding-top: 3px;
}
#ja-usertools STRONG
{
	display: block;
	float: left;
	font-weight: normal;
	padding: 0 5px 2px 8px;
}
#ja-usertools UL
{
	float: left;
	margin: 0;
	padding: 0;
}
#ja-usertools LI
{
	background: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#ja-usertools IMG
{
	margin: 1px;
	padding: 2px;
}
#ja-login FORM A, #ja-register FORM A
{
	background: url(../images/bullet2.gif) no-repeat left center;
	color: #FFFFFF;
}
#ja-register LABEL, #ja-login LABEL
{
	color: #FFFFFF;
	padding-right: 5px;
}
#ja-login .button, #ja-register .button
{
	background: #000000 url(../images/but-bg.gif) repeat-x left center;
	border: 1px solid #333333;
}
#ja-register, #ja-login
{
	background: #333333;
	border: 1px solid #222222;
	color: #C55901;
	top: 27px;
	display: none;
	height: auto;
	overflow: hidden;
	padding: 5px 15px;
	position: absolute;
	right: 9px;
	text-align: left;
	z-index: 999;
}
#ja-headtools LI A.login-switch, #ja-headtools LI A.register-switch
{
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 3px 0 5px;
	text-align: center;
}
#ja-headtools LI A.login-switch
{
	background: url(../images/login-bg.gif) no-repeat left center;
	width: 66px;
}
#ja-headtools LI A.register-switch
{
	background: url(../images/sign-bg.gif) no-repeat left center;
	width: 130px;
}
#ja-headtools LI A.search-switch:hover, #ja-headtools LI A.register-switch:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
#ja-headtools LI A.show, #ja-headtools LI A.show:hover
{
	color: #FFFFFF;
}
#ja-login .inputbox, #ja-register .inputbox
{
	background: #EBEAE8;
	border: 1px solid #CCCCCC;
	color: #333333;
}
DIV.ja-headtool A.logout-switch
{
	background: url(../images/logout-bg.gif) no-repeat left top;
	color: #999999;
	display: block;
	font-weight: bold;
	width: 190px;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
}
DIV.ja-headtool A.logout-switch:hover, DIV.ja-headtool A.logout-switch:focus, DIV.ja-headtool A.logout-switch:active
{
	color: #FFFFFF;
}
/*Login*/
#ja-loginwrap
{
	background: url(../images/tool-sep.gif) repeat-y left top;
	float: right;
	padding: 8px 0 10px 10px;
	text-align: right;
}
#ja-login FORM
{
	float: left;
	margin-top: 5px;
}
#ja-login FORM LABEL
{
	float: left;
}
LABEL.ja-login-user SPAN
{
	display: block;
	float: left;
	text-indent: -5000px;
	background: url(../images/icon-user.gif) no-repeat center left;
	width: 20px;
	height: 20px;
}
LABEL.ja-login-password SPAN
{
	display: block;
	float: left;
	text-indent: -5000px;
	background: url(../images/icon-key.gif) no-repeat center left;
	width: 20px;
	height: 20px;
}
#ja-login FORM INPUT.button
{
	font-size: 11px !important;
	float: left;
}
#ja-login FORM #mod_login_username, #ja-login FORM #mod_login_password
{
	background: #FFFFFF;
	border: 1px solid #000000;
	width: 110px;
	margin: 1px 8px 0 0;
	font-size: 11px !important;
	padding: 2px;
}
#ja-login FORM A
{
	padding: 0 5px 0 10px;
	text-decoration: none;
	background: url(../images/bullet1.gif) no-repeat center left;
}
#ja-login FORM A:hover, #ja-login FORM A:active, #ja-login FORM A:focus
{
	color: #C55901;
	text-decoration: underline;
}
.ja-login-links
{
	padding-top: 2px;
	clear: both;
	text-transform: none;
	letter-spacing: normal;
	font-size: 11px;
}
DIV#login
{
	display: inline;
	background: url(../images/vline.gif) no-repeat left center;
	padding-left: 12px;
	padding-right: 8px;
}
DIV#login .button
{
	float: left;
}
/*usertools*/
#ja-usertools
{
	position: absolute;
	right: 210px;
	top: 88px;
}
DIV#ja-usercolors
{
	float: right;
	padding: 14px 10px 0 0;
}
#ja-usertools UL, #ja-usercolors UL
{
	margin: 0;
	padding: 0;
	display: inline;
}
#ja-usertools UL LI, #ja-usercolors UL LI
{
	margin: 0;
	padding: 0 2px;
	float: left;
	background: none;
}
/*Search*/
#ja-search
{
	background: url(../images/search-bg.gif) no-repeat left center;
	width: 330px;
	font-size: 12px;
	z-index: 1;
	position: absolute;
	padding: 2px;
	top: 3px;
	right: 10px;
}
#ja-search .inputbox
{
	background: none;
	border: none;
	margin: 0 15px 0 5px;
	color: #666666;
	width: 220px;
}
*+HTML #ja-search .inputbox
{
/*IE 7*/
}
#ja-search .button
{
	background: url(../images/bsearch-bg.gif) no-repeat left center;
	border: none;
	color: #CCCCCC;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	padding-left: 25px;
	width: 80px;
	text-transform: uppercase;
}
* HTML #ja-search .button
{
	width: 80px;
	height: 24px;
	padding-left: 20px !important;
}
*+HTML #ja-search .button
{
/*IE 7*/
	width: 80px;
	height: 24px;
	padding-left: 20px !important;
}
/*others*/
#ja-banner
{
	float: right;
	margin: 15px 5px 0 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
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;
}
.clr
{
	clear: both;
}
.hasTip IMG
{
	border: none;
}
UL.no-display
{
	display: none;
}
DIV.ja-innerdiv
{
	padding: 10px 0 !important;
	background: url(../images/dot.gif) repeat-x bottom !important;
}
DIV.ja-innerdiv SPAN.title
{
	display: block;
	font-weight: bold;
}
DIV.ja-innerdiv .img-border
{
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 5px 8px 0 0;
	padding: 3px;
}
/*content slider*/
#ja-cs DIV.ja-box-ct
{
	border: 1px solid #B9B7B5;
}
/*Tooltips*/
.tool-tip
{
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	max-width: 200px;
	padding: 5px;
	z-index: 999;
	color: #333333;
}
.tool-title
{
	background: url(../../system/images/selector-arrow.png) no-repeat;
	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
{
/*O*/
	display: block;
}
.clearfix:after
{
/*FF, O, etc.*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
