/*
# ------------------------------------------------------------------------
# JA Norite template for Joomla 1.5.x
# ------------------------------------------------------------------------
# Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2. CSS / JS are Copyrighted Commercial,
# bound by Proprietary License of JoomlArt. For details on licensing, 
# Please Read Terms of Use at http://www.joomlart.com/terms_of_use.html.
# Author: JoomlArt.com
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# Redistribution, Modification or Re-licensing of this file in part of full, 
# is bound by the License applied. 
# ------------------------------------------------------------------------
*/

/* COMMON STYLE
--------------------------------------------------------- */
body {
	background: #202020;
	color: #c5c5c5;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 1.6;
}

body #bd { background: #202020; color: #c5c5c5; }

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 links ---*/
a { color: #889900; text-decoration: none; }

a:hover, a:active, a:focus { color: #889900; text-decoration: underline; }

/* Readon links ---*/
a.readon { clear: both; color: #889900; }

a.readon:hover, a.readon:active, a.readon:focus { text-decoration: underline; }

p a.readon { clear: none; display: inline; }

/* Content spacing ---*/
.column p, .column pre, .column blockquote,
.column h1, .column h2, .column h3, .column h4, .column h5, .column h6,
.column ol, .column ul { margin: 10px 0; padding: 0; }

/* Headings & Titles ---*/
h1 { font-size: 180%; }
h2 { font-size: 175%; }
h3 { font-size: 125%; }
h4 { font-size: 100%; text-transform: UPPERCASE; }
h5 { font-size: 100%; }

.contentheading, .componentheading, h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2;
}

.contentpaneopen { position: relative; }

.contentpaneopen_edit {
	float: right !important;
	position: relative;
	z-index: 1;
}

h1.componentheading, .componentheading { color: #ffffff; margin: 0 0 10px; padding: 0 0 5px; }

.componentheading {
	border-bottom: 1px solid #2a2a2a;
	font-size: 200%;
	font-weight: normal;
}

h2.contentheading, .contentheading {
	color: #ffffff;
	font-size: 200%;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 0;
}

h2.contentheading a, .contentheading a { color: #ffffff; text-decoration: none; }

.blog .contentheading { font-size: 220%; line-height: normal; }

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus { font-weight: bold; }

.category { }

/* Small text ---*/
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption, .contenttoc,
p.site-slogan, a.readon, .ja-navhelper, #ja-footer { font-size: 92%; }

small, .small { color: #656565; }

.smalldark { text-align: left; }

/* List ---*/
.column ul li {
	background: url(../images/bullet7.gif) no-repeat 20px 7px;
	line-height: 175%;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 32px;
}

.column ol li { line-height: 180%; margin-left: 30px; }

/* Others ---*/
th { font-weight: bold; padding: 5px; text-align: left; }

td { font-size: 100%; padding: 5px; }

fieldset { border: none; padding: 10px 5px; }

fieldset a { font-weight: bold; }

fieldset.input { padding: 0; }

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #2a2a2a;
	height: 1px;
}

/* FORM
--------------------------------------------------------- */
form { margin: 0; padding: 0; }

form label { cursor: pointer; }

input, select, textarea, .inputbox {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 3px 5px;
	vertical-align: middle;
}

.inputbox, input#image, input#url {
	background: url(../images/grad-bg.gif) repeat-x top left #181818;
	border: 1px solid #2a2a2a;
	color: #c5c5c5;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.inputbox:hover, .inputbox:focus { background-position: top right; }

.button {
	background: url(../images/button-bg.gif) repeat-x scroll left top;
	border: 0;
	color: #656565;
	cursor: pointer;
	font-size: 92%;
	font-weight: bold;
	padding: 6px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-transform: none;
	margin-left: 5px;
	vertical-align: middle;
	overflow: visible;
}

.button:hover, .button:focus {
	background-image: url(../images/button-bg2.gif);
}

/*
-------------------------------general.css */
.button2-left div,
.button2-right div {
	float: none !important;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	float: none !important;
}

.button2-left a,
.button2-left span,
.button2-right a,
.button2-right span {
	padding: 0 10px !important;
}

.button2-left {
	float: right;
	margin-left: 0;
	margin-right: 5px;
}

.button2-right {
	margin-left: 0;
	margin-right: 5px;
}

.button2-left, .button2-left .blank {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.button2-left {
	margin-top: -18px;
	position: relative;
}

.button2-left a:hover, .button2-left a:active, .button2-left a:focus {
	text-decoration: none !important;
}
/* end general */

.checkbox { }

.radio { margin: 0 5px; }

input[type="radio"], input[type="checkbox"], .checkbox {
	background: transparent !important;
	border: 0;
	vertical-align: middle;
}

/* Login ---*/
.login_form fieldset { padding: 15px 0 0; }

.login_form fieldset p { margin: 0 0 5px; }

.login_form label {
	display: block;
	float: left;
	font-weight: bold;
	text-align: right;
	width: 130px;
}

.login_form .inputbox { margin-left: 10px; width: 150px; }

.login_form .remember .inputbox { width: 20px; }

.login_form .button { margin-left: 140px; }

/* Register ---*/
.form-register fieldset { padding: 0 0 10px; }

.form-register p { margin: 0 0 5px; }

.form-register p.form-des { margin: 15px 0; }

.form-register label {
	display: block;
	float: left;
	font-weight: bold;
	text-align: right;
	width: 130px;
}

.form-register .inputbox { margin-left: 10px; width: 200px; }

.form-register .button { margin-left: 140px; }

/* User ---*/
.user-details { padding: 10px 0; }

.user-details p { margin: 0 0 5px; }

.user-details label {
	display: block;
	float: left;
	font-weight: bold;
	text-align: right;
	width: 130px;
}

.user-details .inputbox { margin-left: 10px; width: 200px; }

.user-details .button { margin-left: 140px; }

.user-details .paramlist .paramlist_key { padding: 0 0 5px !important; width: 130px !important; }

.user-details .paramlist .paramlist_value { padding: 0 0 5px !important; }

.user-details .user_name span { font-weight: bold; padding-left: 10px; }

/* Search ---*/
form#searchForm { border-top: 1px solid #2a2a2a; padding: 15px 0; }

.searchintro { border-bottom: 1px solid #2a2a2a; }

.results h4 {
	font-size: 110%;
	margin: 15px 0 0;
	text-transform: none;
}

.results p { margin: 0 0 10px; }

/* Contact ---*/
#component-contact address { font-style: normal; }

#component-contact #emailForm { border-top: 1px solid #252525; padding-top: 15px; }

.contact_email { margin: 0 0 10px; }

.contact_email label { font-weight: bold; display: block; }

.contact_email_checkbox { margin: 15px 0; }

#component-contact img {
	float: right;	
}

#component-contact table img {
	float: none;
}

#contact_text {
	width: 500px;	
}


/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.blog { }

.article_separator,
.leading_separator,
.row_separator,
.column_separator { display: none; }

.leading {
	border-bottom: 1px solid #2a2a2a;
	margin-bottom: 20px;
	padding-bottom: 25px;
}

.article_row {
	border-bottom: 1px solid #2a2a2a;
	margin-bottom: 20px;
	padding-bottom: 25px;
}

.article_column { }

.ja-article { position: relative; }

.column_separator { padding: 0 25px; }

.cols2 .column1 .contentpaneopen { padding-right: 7px; }

.cols2 .column2 .contentpaneopen { padding-left: 7px; }

/* Meta ---*/
.article-tools {
	clear: both;
	color: #656565;
	display: block;
	line-height: normal;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
}

.article-meta { float: left; padding: 0; }

.article-section, .article-category { color: #656565; }

.createby {
	background: url(../images/icon-user.gif) no-repeat 0 2px;
	padding: 3px 3px 3px 20px;
}

.createdate {
	background: url(../images/icon-date.gif) no-repeat 0 2px;
	color: #656565;
	padding: 3px 3px 3px 20px;
}

.modifydate { color: #656565; display: block; margin: 10px 0; }

.contentdescription {
	border-bottom: 1px solid #2a2a2a;
	display: block;
	margin: 0;
	padding: 10px 0;
}

.contentdescription p { margin: 0; }

.buttonheading { float: right; }

.buttonheading img { border: 0; float: left; margin: 0 5px 0 0; display: none }

.content_rating { }

.content_rating img { padding: 0 4px; }

/* Inline images ---*/
a img { border: none; }

.img_caption { color: #656565; margin-bottom: 10px; margin-top: 5px; }

.img_caption.left { margin-right: 20px; }

.img_caption.right { margin-left: 20px; }

.article-image .img_caption { margin: 0 !important; }

.article-content img,
.article-content div.img_caption {
	background: #181818;
	border: 1px solid #2a2a2a;
	padding: 4px;
}

.article-content div.img_caption img { background: none; border: none; padding: 0; }

#jac-social-links img,
#jac-wrapper img { background: transparent; }

.img_caption p {
	background: #181818;
	color: #656565;
	margin: 0;
	padding: 2px 0 0;
	text-align: center;
}

.haveimage, .article_column .haveimage { padding-left: 240px !important; }

.article-image { left: 0; position: absolute; top: 5px; }

.article-image span {
	background: #181818;
	border: 1px solid #2a2a2a;
	display: block;
	float: left;
	padding: 4px;
}

/* Tables ---*/
.sectiontableheader {
	background: #181818;
	border: 1px solid #2a2a2a;
	color: #ffffff;
	padding: 4px;
}

.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:focus,
.sectiontableheader a:active { color: #ffffff; }

.sectiontableentry,
.sectiontableentry0,
.sectiontableentry1,
.sectiontableentry2 {
	border-bottom: 1px dotted #2a2a2a;
	padding: 5px 5px 6px;
}

.sectiontableentry:hover,
.sectiontableentry0:hover,
.sectiontableentry1:hover,
.sectiontableentry2:hover { background-color: #2a2a2a; }

.sectiontableentry2 { background-color: #181818; }

table.contentpane, table.tablelist { width: 100%; }

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

/* Content Toc */
table.contenttoc {
	border: 1px solid #2a2a2a;
	float: right;
	font-size: 92%;
	margin: 0 0 10px 12px;
	padding: 0;
	width: 30%;
}

table.contenttoc a { text-decoration: none; }

table.contenttoc td {
	background: url(../images/bullet7.gif) no-repeat 10px 6px;
	padding: 1px 5px 1px 20px;
}

table.contenttoc th {
	background: #181818;
	border-bottom: 1px solid #2a2a2a;
	padding: 5px 10px;
	text-indent: 5px;
	text-transform: uppercase;
}

/* Poll */
div.poll { padding: 15px 0; }

form#poll {
	border-bottom: 1px dotted #2a2a2a;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

dl.poll {
	border-bottom: 1px dotted #2a2a2a;
	font-size: 92%;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

dl.poll dt, dl.poll dd { float: left; }

dl.poll dt { clear: left; width: 100px; }

dl.poll dd { clear: right; }

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder img { vertical-align: baseline; }

table.pollstableborder td {
	background: #1A1A1A;
	border-bottom: 1px solid #2a2a2a;
	font-weight: bold;
	padding: 5px !important;
}

table.pollstableborder tr.sectiontableentry0 td,
table.pollstableborder tr.sectiontableentry1 td { background: #202020; font-weight: normal; }

/* Search */
table.searchintro { padding: 10px 0; width: 100%; }

table.searchintro td { padding: 5px !important; }

/* Misc. */
table.contentpaneopen, table.contentpane, table.blog { width: 100%; }

/* Pagination ---*/
ul.pagination { margin: 10px 0; }

ul.pagination li {
	background: none !important;
	display: inline;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

ul.pagination li span { line-height: 20px; padding: 0 5px; }

ul.pagination a {
	background: #181818;
	border: 1px solid #2a2a2a;
	color: #c5c5c5;
	line-height: 20px;
	padding: 4px 9px;
	text-decoration: none;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	background: #890;
	border: 1px solid #890;
	color: #fff;
	text-decoration: none;
}

.sortby { font-size: 92%; margin: 10px 0 5px; }

.sortby .filter, .sortby .display { float: left; width: 40%; }

.sortby .display { float: right; text-align: right; }

.pagenavbar { font-weight: bold; }

.pagenavcounter { margin: 15px 0 !important; text-align: center; }

.counter {
	line-height: 1;
	margin: 15px 0 !important;
	text-align: right;
}

.counter span {
	background: #890;
	border: 1px solid #890;
	color: #fff;
	padding: 3px 5px;
}

.blog_more { border-bottom: 1px solid #2a2a2a; padding: 5px 0 0; }

.blog_more h2 {
	font-size: 115%;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.blog_more ul li {
	background: url(../images/bullet7.gif) no-repeat 5px 6px;
	padding-left: 15px;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active { display: block; margin: 10px 0; }

/* Messages ---*/
#system-message { margin: 0 15px 10px; }

#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: #006699; border: 0; }

/* System Error Messages */
#system-message dd.error ul { background: #bf0000; border: 0; }

/* System Notice Messages */
#system-message dd.notice ul { background: #333333; border: 0; }

/* Tooltips --- */
.tool-tip {
	background: #ffffcc;
	border: 1px solid #d4d5aa;
	float: left;
	max-width: 300px;
	padding: 5px;
	z-index: 1000;
	color: #656565;
}

.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; }

.hasTip img { border: none; margin: 0 5px 0 0; }

.contentpaneopen_edit img { vertical-align: middle; }

/* MODULE STYLES
--------------------------------------------------------- */
div.ja-moduletable h3, div.moduletable h3 {
	color: #ffffff;
	font-size: 175%;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 0 0 8px;
}

div.moduletable_menu .ja-box-ct { padding: 0 20px; }

div.ja-moduletable, div.moduletable { padding: 0 0 20px; position: relative; }

/* Badge Module ---*/
.badge {
	background-image: url(../images/icon-badge.png);
	background-repeat: no-repeat;
	height: 46px;
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
}

.badge-hot 	.badge { background-position: 0 0; }

.badge-new 	.badge { background-position: 0 -46px; }

.badge-pick .badge { background-position: 0 -92px; }

.badge-top 	.badge { background-position: 0 -138px; }

/* Icon Module ---*/
.icon1 h3 {
	background: url(../images/icons/icon-1.png) no-repeat bottom left;
	padding-left: 30px !important;
}

.icon2 h3 {
	background: url(../images/icons/icon-2.png) no-repeat top left;
	padding: 0 0 3px 30px !important;
}

.icon3 h3 {
	background: url(../images/icons/icon-3.png) no-repeat top left;
	padding: 4px 0 4px 40px !important;
}

.icon4 h3 {
	background: url(../images/icons/icon-4.png) no-repeat top left;
	padding: 4px 0 4px 40px !important;
}

.icon5 h3 {
	background: url(../images/icons/icon-5.png) no-repeat top left;
	padding: 4px 0 4px 40px !important;
}

.icon6 h3 {
	background: url(../images/icons/icon-6.png) no-repeat top left;
	padding: 4px 0 4px 40px !important;
}

/* Search Module ---*/
#ja-search {
	font-size: 11px;
	position: absolute;
	right: 16px;
	top: 6px;
}

#ja-search label { display: none; }

#ja-search .inputbox {
	background: url(../images/icon-search.gif) no-repeat 5px center;
	border: 1px solid #2a2a2a;
	padding: 2px 5px 2px 22px;
}

#ja-search .inputbox:hover, #ja-search .inputbox:focus { }

#ja-search .button {
	font-size: 100%;
	font-weight: bold;
	margin-left: 5px;
	text-transform: none;
}

/* High light Module ---*/
div.moduletable_hilite h3 { }

/* Poll Module ---*/
h4.poll-title { margin: 0; padding: 0; }

a.poll-result { font-size: 92%; text-transform: uppercase; }

form.poll .button { margin-right: 5px; }

/* Advertisement ---*/
div.bannergroup_text div.banneritem_text { border-bottom: 1px dotted #2a2a2a; padding: 5px 0; }

div.bannergroup_text div.banneritem_text a { font-weight: bold; }

div.bannergroup_text div.bannerheader,
div.bannergroup_text div.bannerfooter_text a { color: #656565; font-size: 92%; }

div.bannergroup_text div.bannerfooter_text { padding: 5px 0 0; text-align: right; }

div.bannergroup { margin-bottom: 10px; }

/* Rounded Module --- */
div.ja-module h3, div.module h3 {
	color: #ffffff;
	font-size: 175%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

div.ja-module, div.module {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

.ja-box-br { background: url(../images/b-br.gif) no-repeat bottom right #202020; }
.ja-box-bl { background: url(../images/b-bl.gif) no-repeat bottom left; }
.ja-box-tr { background: url(../images/b-tr.gif) no-repeat top right; }
.ja-box-tl {
	background: url(../images/b-tl.gif) no-repeat top left;
	padding: 0 20px 10px;
}

div.ja-module .ja-box-tl, div.module .ja-box-tl { padding-top: 15px; }

/* Text Module ---*/
div.module_text h3 {
	border-bottom: 0;
	clear: both;
	display: block;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

div.module_text span {
	background: #fff;
	clear: both;
	display: block;
	float: left;
	font-weight: bold;
	padding: 0 3px;
}

div.module_text { background: url(../images/bt-br.gif) no-repeat bottom right #f6f6f6; }
div.module_text .ja-box-bl { background: url(../images/bt-bl.gif) no-repeat bottom left; }
div.module_text .ja-box-tr { background: url(../images/bt-tr.gif) no-repeat top right; }
div.module_text .ja-box-tl { background: url(../images/bt-tl.gif) no-repeat top left; }

/* Blank Module ---*/
div.module_noborder,
div.module_noborder .ja-box-bl,
div.module_noborder .ja-box-tr,
div.module_noborder .ja-box-tl { background: none; padding: 0; }

/* Hilite Module */
div.module_hilite {
	background: url(../images/bh-br.gif) no-repeat bottom right #181818;
}

div.module_hilite .ja-box-bl {
	background: url(../images/bh-bl.gif) no-repeat bottom left;
}

div.module_hilite .ja-box-tr {
	background: url(../images/bh-tr.gif) no-repeat top right;
}

div.module_hilite .ja-box-tl {
	background: url(../images/bh-tl.gif) no-repeat top left;
}

/* Dark Module ---*/
div.module_dark {
	background: url(../images/b-bl-box-dark.gif) no-repeat bottom left;
}

div.module_dark .ja-box-bl {
	background: url(../images/b-br-box-dark.gif) no-repeat bottom right;
	padding-bottom: 6px;
}

.column div.module_dark ul li {
	background: url(../images/bullet9.gif) no-repeat 20px 7px;
}

/* High light Module (Rounded) ---*/
div.module_square,
div.module_square .ja-box-bl,
div.module_square .ja-box-tr,
div.module_square .ja-box-tl,
div.module_bordertb,
div.module_bordertb .ja-box-bl,
div.module_bordertb .ja-box-tr,
div.module_bordertb .ja-box-tl { background: none; padding: 0; }

div.module_square h3 {
	background: url(../images/mainnav-bg.gif) no-repeat bottom center;
	margin: 0 0 15px;
	padding: 0 20px 10px;
}

div.module_square h3 { margin: 0 0 5px; }

div.module_square .ja-box-ct { padding: 0 20px; }

/* Module list ---*/
div.ja-moduletable ul, div.ja-module ul { margin: 15px 0 0; }

div.ja-moduletable ul li, div.ja-module ul li { background-position: 2px 6px; padding-left: 12px; }


/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
.wrap { }

.main { }

.ja-box { padding-bottom: 10px; padding-top: 10px; }

#ja-wrapper { }

#ja-container {
	background: url(../images/container-bg.gif) repeat-x bottom left;
	margin: 30px 0 0;
	padding-bottom: 2px;
	position: relative;
	z-index: 5;
}

#ja-container .main { min-height: 300px; padding: 0; }

/* Full */
#ja-container #ja-main { }

/* Full left */
#ja-container.ja-r1 { }

/* Full right */
#ja-container.ja-l1 { }

/* 3 Columns - Classic Layout ---*/
#ja-container.ja-l1r1 { }

/* 3 Columns - 2 Columns Left Layout  ---*/
#ja-container.ja-l2 { }

/* 3 Columns - 2 Columns Right Layout [Default] ---*/
#ja-container.ja-r2 { }

/* Mass ---*/
.ja-mass { margin: 0; overflow: hidden; }

.ja-mass .ja-moduletable { padding-bottom: 10px; }

.ja-mass .ja-moduletable .ja-box-ct { padding: 0 15px; }

.ja-mass .ja-moduletable h3 { margin: 0 0 10px; }

.ja-mass-top { }

.ja-mass-top .ja-moduletable, .ja-mass-top .ja-module { margin-left: 0; margin-right: 0; }

.ja-mass-bottom { }

.ja-mass-bottom .ja-moduletable, .ja-mass-bottom .ja-module { margin-left: 0; margin-right: 0; }

/* MAIN COLUMN
--------------------------------------------------------- */
#ja-mainbody { }

#ja-main { }

#ja-main .inner { padding: 0; }

#ja-contentwrap { }

/* Content Top ---*/
.ja-content-top {
	border-bottom: 1px solid #2a2a2a;
	font-size: 92%;
	margin: 0 0 10px;
	overflow: hidden;
}

.ja-content-top .ja-moduletable h3 { margin: 0 0 10px; }

.ja-content-top .ja-moduletable, .ja-content-top .ja-module { margin-left: 0; margin-right: 0; padding: 0 !important; }

/* Content Main ---*/
#ja-content, #ja-current-content { }

.ja-content-main { padding: 10px; position: relative; }

/* Content Bottom ---*/
.ja-content-bottom { font-size: 92%; margin: 0 1px 10px; overflow: hidden; }

.ja-content-bottom .ja-moduletable h3 { margin: 0 0 10px; }

.ja-content-bottom .ja-moduletable, .ja-content-bottom .ja-module { margin-left: 0; margin-right: 0; padding: 0 !important; }

/* @end */
/* SIDE COLUMNS
--------------------------------------------------------- */
.ja-colswrap { }

.sidebar { overflow: hidden; }

.ja-col { }

.ja-col div.ja-moduletable h3 {
	background: url(../images/mainnav-bg.gif) no-repeat bottom center;
	margin: 0 0 5px;
}

/* Left Columns ---*/
#ja-left .ja-l2 { }

/* Right Columns ---*/
#ja-right .ja-r2 { }

/* HEADER
--------------------------------------------------------- */
#ja-header {
	background: url(../images/header-subpage-bg.gif) repeat-x top left;
	line-height: normal;
	position: relative;
	z-index: 10;
}

#ja-header .main .inner { padding: 65px 10px 0; }

h1.logo, div.logo-text h1 { font-size: 200%; line-height: 1; }

h1.logo, div.logo-text { float: left; position: relative; z-index: 12; }

/* Logo Image ---*/
h1.logo { height: 141px; width: 159px; }

h1.logo a {
	background: url(../images/logo2.png) no-repeat left;
	display: block;
	height: 141px;
	width: 159px;
}

h1.logo a span { position: absolute; top: -1000px; }

/* Logo Text ---*/
div.logo-text { }

div.logo-text h1 { float: left; }

div.logo-text h1 a {
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

p.site-slogan { clear: both; float: left; margin: 0; padding: 0; }

/* Login Form */
label.ja-login-user span,
label.ja-login-password span {
	display: block;
	float: left;
	height: 20px;
	text-indent: -5000px;
}

label.ja-login-user input,
label.ja-login-password input {
	width: 90%;
}

/* Main Nav ---*/
#ja-mainnav {
	background: url(../images/mainnav-bg.gif) no-repeat bottom center;
	font-size: 12px;
	line-height: 1;
	padding-top: 10px;
	position: relative;
	z-index: 11;
}

#ja-mainnav .inner { float: right; }

#ja-mainnav .inner {
	padding: 0 !important;
}

#ja-mainnav .group-title span.menu-title {
	font-size: 105%;
	font-weight: bold;
}

span.has-image {
	background-position: left 2px;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	padding-left: 25px;
}

span.menu-title { }

span.menu-desc {
	color: #656565;
	display: block;
	font-size: 92%;
	font-weight: normal;
}

/* Sub Nav ---*/
#ja-subnav {
	background: url(../images/mainnav-bg.gif) no-repeat bottom center;
	position: relative;
	z-index: 9;
}

#ja-subnav .inner{
	padding: 0 10px !important;
	float: right;
}

#ja-subnav .jasdl-subnav {
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
}

#ja-subnav .sublevel {
	position: relative;
	margin: 0;
	padding: 0;
}

#ja-subnav ul { overflow: hidden; padding: 10px 0; }

#ja-subnav li { float: left; margin: 0 20px 0 0; }

#ja-subnav li.over, #ja-subnav li.hover { }

#ja-subnav li.first-item { border-left: 0; }

#ja-subnav ul li a {
	background: url(../images/bullet3.gif) no-repeat 0 center;
	color: #c5c5c5;
	cursor: pointer;
	display: block;
	padding: 0 0 0 20px;
	text-decoration: none;
}

#ja-subnav ul li a:hover,
#ja-subnav ul li a.active {
	background: url(../images/bullet4.gif) no-repeat 0 center;
	color: #889900;
}

#ja-subnav ul.active li a { }

#ja-subnav ul.active li a:hover { color: #889900; }

#ja-subnav ul span.menu-desc { color: #656565; }

#ja-subnav ul li.empty { visibility: hidden; }

#ja-subnav li.last-item { margin: 0; }

/* Sub Nav (lv2) ---*/
#ja-subnav ul li ul {
	background: url(../images/mainnav-grad.gif) repeat-x bottom left #202020;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #2a2a2a;
	color: #c5c5c5;
	display: block;
	height: auto;
	left: -999%;
	-moz-border-radius: 5px;
	overflow: visible;
	padding: 10px 20px 20px;
	position: absolute;
	-webkit-border-radius: 5px;
	width: 190px;
}

#ja-subnav ul li.hover ul {
	display: block;
	height: auto;
	left: auto;
	margin-left: 5px;
	margin-top: 9px;
	position: absolute;
}

#ja-subnav ul li.haschild a.haschild span.menu-title {
	background: url(../images/arrow-01.gif) no-repeat 100% 5px;
	display: block;
	padding-right: 12px;
}

#ja-subnav ul li.hover a.haschild span.menu-title {
	background: url(../images/arrow3.png) no-repeat right center;
}

#ja-subnav ul li.haschild li a.haschild span.menu-title, #ja-subnav ul li.hover li a.haschild span.menu-title {
	background: url(../images/arrow3.png) no-repeat right center;
	padding-right: 0;
}

#ja-subnav ul li ul li {
	background: url(../images/line-sep.gif) no-repeat bottom center;
	border-bottom: 1px solid #202020;
	border-left: none;
	display: block;
	float: none;
	margin: 0;
	padding: 8px 0;
}

#ja-subnav ul li ul li a {
	border: 0 !important;
	font-weight: normal !important;
	text-decoration: none !important;
}

#ja-subnav ul li ul li a span.menu-title { padding-bottom: 3px; padding-top: 3px; }

#ja-subnav ul li ul li a.active {
	color: #889900 !important;
	font-weight: bold !important;
}

#ja-subnav ul li ul li.hover { }

/* Sub Nav (lv3) ---*/
#ja-subnav ul li.hover ul ul { display: none; }

#ja-subnav ul ul li.hover ul, #ja-subnav ul ul li:hover ul {
	display: block;
	height: auto;
	left: auto;
	margin: -2em 0 0 14em;
}

#ja-subnav ul li li.haschild a.haschild span.menu-title {
	background: url(../images/arrow-01.gif) no-repeat 100% 5px;
	display: block;
	padding-right: 12px;
}

/* Breadcrumbs ---*/
.ja-navhelper { margin-top: 10px; }

.ja-navhelper .main { color: #656565; font-weight: bold; }

.ja-navhelper .inner {
	background: url(../images/grad-bg.gif) repeat-x top left #181818;
	border: 1px solid #2a2a2a;
	margin: 0 10px;
	padding: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.ja-navhelper a { color: #890; padding: 0 2px; text-decoration: none; }

.ja-navhelper a:hover, .ja-navhelper a:active, .ja-navhelper a:focus {
	background-color: #890;
	color: #fff;
	text-decoration: none;
}

.ja-breadcrums { float: left; padding: 6px 15px 5px; }

.ja-breadcrums strong { margin-right: 5px; }

.ja-breadcrums img { margin: 1px 5px; display: none }

.ja-breadcrums a.pathway {
	background: url(../images/arrow-02.gif) right 5px no-repeat;
	padding-right: 8px;
	margin-right: 10px;
}

/* Extras ---*/
.ja-links { position: absolute; right: 0; top: 0; }

.ja-links li {
	background: none !important;
	display: inline;
	padding: 0;
}

.ja-links li.top a {
	background: url(../images/arrow2.png) no-repeat 5px center;
	padding-left: 17px;
	padding-right: 10px;
}

.ja-links li.top a:hover {
	background: url(../images/arrow2-w.png) no-repeat 5px center #889900;
	color: #fff;
	text-decoration: none;
}

.ja-links li.layout-switcher a {
	background: #889900;
	color: #fff;
	text-decoration: none;
}

.ja-links li.layout-switcher a:hover {
	background: #656565;
	color: #fff;
	text-decoration: none;
}

.ja-links li.user-reset a {
	background: #bf0000;
	color: #fff;
	text-decoration: none;
}

.ja-links li.user-reset a:hover {
	background: #656565;
	color: #fff;
	text-decoration: none;
}

/* Default Joomla! Menu ---*/
#ja-container ul.menu { margin: 0; padding: 0; }

#ja-container ul.menu li {
	background: none;
	border-bottom: 1px dotted #2a2a2a;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#ja-container ul.menu li a {
	background: url(../images/bullet3.gif) no-repeat left center #202020;
	color: #c5c5c5;
	display: block;
	outline: none;
	padding: 6px 0;
	text-decoration: none;
	text-indent: 15px;
}

#ja-container ul.menu li a:hover,
#ja-container ul.menu li a:active,
#ja-container ul.menu li a:focus {
	background: url(../images/bullet4.gif) no-repeat left center #202020;
	color: #890;
}

#ja-container ul.menu li.active a { color: #890; }

#ja-container ul.menu li ul { margin: 0 0 0 15px; }

#ja-container ul.menu li li {
	background: none;
	border-bottom: 0;
	border-top: 1px dotted #2a2a2a;
}

#ja-container ul.menu li li a {
	background: url(../images/bullet5.gif) no-repeat left center;
	border: none;
	color: #c5c5c5 !important;
	font-weight: normal !important;
	text-indent: 15px;
	width: 100%; /*need for ie6 transparent*/
}

#ja-container ul.menu li li a:hover,
#ja-container ul.menu li li a:active,
#ja-container ul.menu li li a:focus {
	background: url(../images/bullet6.gif) no-repeat left center;
	color: #890 !important;
}

#ja-container ul.menu li li ul { margin: 0 0 0 10px; }

#ja-container ul.menu li li li { background: none; border: none; }

#ja-container ul.menu li li li a {
	background: url(../images/bullet7.gif) no-repeat left 12px !important;
}

#ja-container ul.menu li li li a:hover,
#ja-container ul.menu li li li a:active,
#ja-container ul.menu li li li a:focus {
	background: url(../images/bullet8.gif) no-repeat left center !important;
}

#ja-container ul.menu li li li li a { color: #656565 !important; }

#ja-container ul.menu li.active > a { color: #890 !important; }

#ja-container ul.menu span.separator { display: none; }

/* CONTENT-SPOTLIGHT
--------------------------------------------------------- */
#ja-content-botsl1 .ja-box, #ja-content-botsl2 .ja-box { padding: 0; }

#ja-content-botsl1 { padding-top: 15px; }

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-top { margin-top: 35px; }

#ja-top .slideshow_demo {
	margin-bottom: -30px;
}

#ja-top .ja-moduletable { padding: 0; }

#ja-topsl .ja-box, #ja-botsl .ja-box { padding: 0; }

#ja-topsl, #ja-botsl { }

#ja-topsl .ja-box-right, #ja-botsl .ja-box-right,
#ja-topsl .ja-box-full, #ja-botsl .ja-box-full { }

#ja-botsl .ja-box-left, #ja-botsl .ja-box-center { }

#ja-topsl .ja-moduletable, #ja-botsl .ja-moduletable { border-bottom: 0; margin-bottom: 0; padding: 0; }

#ja-topsl ul, #ja-topsl ol,
#ja-botsl ul, #ja-botsl ol { margin: 0; padding: 0; }

#ja-topsl li {
	background: url(../images/bullet7.gif) no-repeat 5px 6px;
	margin: 0;
	padding: 0 0 0 15px;
}

#ja-topsl ol li, #ja-botsl ol li { margin: 0 0 0 20px; padding: 0 !important; }

#ja-topsl ul, #ja-topsl p, #ja-topsl ol, #ja-topsl form,
#ja-botsl ul, #ja-botsl p, #ja-botsl ol, #ja-botsl form { margin: 15px 0 0; padding: 0; }

/* Top spotlight ---*/
#ja-topsl { padding-top: 20px; }

#ja-topsl .main { padding: 0; }

#ja-topsl h3 { background: url(../images/mainnav-bg.gif) no-repeat center bottom; }

#ja-topsl a { }

#ja-topsl .ja-moduletable .ja-box-ct { padding: 10px 0; }

#ja-topsl ul.mostread, #ja-topsl ul.latestnews { margin: 0; }

/* Bot spotlight ---*/
#ja-botsl { background: #1a1a1a; color: #c5c5c5; }

#ja-botsl .main {
	background: url(../images/line.gif) no-repeat bottom center;
	padding: 0 0 20px 0;
}

#ja-botsl h3 {
	background: url(../images/line-2.gif) no-repeat bottom center;
	border: none;
	color: #fff;
	margin: 20px 0 10px;
}

#ja-botsl .menu a { color: #555; }

#ja-botsl a:hover, #ja-botsl a:active, #ja-botsl a:focus { color: #890; }

#ja-botsl a.readon { color: #890; }

#ja-botsl a.readon:hover, #ja-botsl a.readon:active, #ja-botsl a.readon:focus { color: #555; }

#ja-botsl a.hilite { color: #890; }

#ja-botsl a.hilite:hover, #ja-botsl a.hilite:active, #ja-botsl a.hilite:focus { color: #555; }

#ja-botsl ul li {
	background: url(../images/bullet.gif) no-repeat 5px 6px;
	color: #555;
	margin: 0;
	padding: 0 0 0 15px;
}

#ja-botsl ul.menu li { background: none; margin: 0; padding: 0; }

#ja-botsl .inputbox {
	background: url(../images/inputbox-bg.gif) no-repeat top left #181818;
	border: none;
	border-bottom: 1px solid #2a2a2a;
	border-right: 1px solid #202020;
	font-size: 92%;
	max-width: 200px;
	padding: 9px 10px 8px;
	color: #555;
}

#ja-botsl textarea.inputbox {
	background: url(../images/inputbox-bg2.gif) no-repeat top left #181818;
	font-size: 92%;
	max-height: 80px;
	max-width: 320px;
	overflow: auto;
	padding: 10px;
}

#ja-botsl .button, .btn_link {
	background: url(../images/button-bg.gif) repeat-x top left !important;
	border: none !important;
	color: #555 !important;
	cursor: pointer;
	height: 31px;
	line-height: 31px;
	padding: 0 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.btn_link {
	display: inline-block;
	font-size: 95%;
	font-weight: bold;
}

.btn_link:hover { text-decoration: none; }

	
#ja-botsl .button:hover, #ja-botsl .button:focus, .btn_link:hover {
	background: url(../images/button-bg2.gif) repeat-x top left !important;
	color: #555;
	text-decoration: none;
}

#ja-botsl .ja-slidenews-item { border-bottom: 1px solid #2a2a2a; }

#ja-botsl .ja-slidenews-item .ja-title { color: #fff; }

#ja-botsl  .ja-slidenews-item .ja-createdate { color: #555; }

.ja-box-right .ja-moduletable, .ja-box-right .moduletable,
.ja-box-full .ja-moduletable, .ja-box-full .moduletable { background: 0 !important; border: 0 !important; }

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	background: #017890;
	color: #fff;
	padding-bottom: 20px;
}

#ja-footer .main {
	padding: 20px 0 0;
	position: relative;
	text-align: center;
}

#ja-footer .inner { padding: 0; }

#ja-footer small { color: #fff; font-size: 100%; }

/* Foot Links ---*/
#ja-footer .ja-footnav { font-size: 100%; overflow: hidden; position: relative; }

.ja-footnav ul { line-height: normal; margin: 0 0 8px; padding: 0; }

.ja-footnav li {
	background: url(../images/hline.gif) no-repeat center left;
	display: inline;
	margin: 0;
	padding: 0;
}

.ja-footnav li a { color: #fff; line-height: normal; padding: 0 10px; }

.ja-footnav li a:hover, .ja-footnav li a:active, .ja-footnav li a:focus { color: #890; }

.ja-footnav .ja-firstitem {
	background: none !important;
	border-left: 0;
	padding-left: 0;
}

/* T3 Framework logo ---*/
#ja-poweredby { height: 20px; margin: 8px auto 0; width: 160px; }

#ja-poweredby a#t3-logo {
	background: url(../images/t3-logo.png) no-repeat center top;
	display: block;
	height: 20px;
	text-indent: -999em;
	width: 160px;
}

#ja-poweredby a#t3-logo:hover,
#ja-poweredby a#t3-logo:focus,
#ja-poweredby a#t3-logo:active {
	background-position: center bottom;
	text-decoration: none !important;
}

/* Copyright Info. ---*/
.ja-copyright small { display: block; }

/* MISCELLANOUS
----------------------------------------------------------- */
/* User Tools ---*/
ul.ja-usertools-font,
ul.ja-usertools-screen {
	font-size: 11px;
	position: absolute;
	right: 375px;
	top: 25px;
}

ul.ja-usertools-screen { top: 45px; }

ul.ja-usertools-font li, ul.ja-usertools-screen li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

/* JA Tiwitter */
.ja-twitter { padding: 0; }

.ja-twitter h4 { padding: 5px 0 !important; }

div.ja-twitter div.ja-twitter-item {
	border-bottom: 0;
	border-top: 1px dotted #2a2a2a;
	margin: 0;
	padding: 10px 0;
}

div.ja-twitter div.ja-twitter-item:first-child { border-top: 0; }

div.ja-twitter div.ja-twitter-date { color: #656565; }

/* JA Bullettin */
ul.ja-bullettin li { border-bottom: 1px solid #2a2a2a; }

ul.ja-bullettin span { color: #656565; }

/* JA Slidenews ---*/
.ja-sidenews-list { padding-top: 8px; }

.ja-slidenews-item {
	border-bottom: 1px dotted #2a2a2a;
	border-top: 0;
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.ja-slidenews-item img {
	background: #1a1a1a;
	border: 1px solid #181818;
	float: left;
	margin: 5px 20px 0 0;
	padding: 4px;
}

.ja-slidenews-item .ja-title { color: #fff; }

.ja-slidenews-item .ja-createdate { color: #656565; display: block; font-weight: normal; }

.ja-slidenews-item a.readon { display: block; }

#ja-botsl .ja-slidenews-item .ja-title { color: #fff; }

/* JA Comment */
.article-content .jac-add-button,
.article-content .jac-links {
	bottom: 0;
	font-size: 92%;
	position: absolute;
	right: 0;
}

/* Others ---*/
.mostread, .latestnews { text-decoration: none; }

#ja-banner {
	margin: 0 0 15px;
	overflow: hidden;
	padding-top: 15px;
	text-align: center;
	width: 100%;
}

.ja-createby, .ja-createdate, .ja-category { color: #656565; font-size: 92%; }

div.ja-innerdiv {
	border-bottom: 1px solid #2a2a2a;
	clear: both;
	margin-top: 10px;
	padding-bottom: 10px;
}

div.ja-innerdiv img {
	border: 1px solid #2a2a2a;
	float: left;
	margin: 2px 8px 0 0;
	padding: 2px;
}

.ja-box div.ja-innerdiv,
.megamenu div.ja-innerdiv { border: none; margin: 0; padding: 0; }

.ja-box div.ja-innerdiv img,
.megamenu div.ja-innerdiv img {
	border: none;
	float: left;
	margin: 5px 5px 0 0;
	padding: 0;
}

div.ja-innerdiv h4 {
	font-family: Arial, sans-serif;
	font-size: 92%;
	font-weight: normal;
	margin: 5px 0;
	padding: 0;
	text-transform: uppercase;
}

blockquote.testimonial {
	font-family: "Lucida Grande",Arial,sans-serif;
	font-size: 100%;
	margin: 10px 0 0;
	padding: 0 0 5px;
}

.module_hilite blockquote.testimonial {
	background: url(../images/quotation.png) no-repeat top right;
	padding-right: 45px;
}

blockquote.testimonial p { font-style: italic; }

.author {
	background: url(../images/icon-author.gif) no-repeat left center;
	color: #656565;
	display: block;
	margin-top: 5px;
	padding-left: 15px;
}

.author a, .author_info { color: #656565; }

.author a:hover { color: #fff; text-decoration: none; }

.cufon-canvas { padding: 1px 0 3px; }

/* About me */
#ja-botsl ul.address { margin-top: 5px !important; }

#ja-botsl ul.address li { font-size: 95%; padding: 0px !important; }

#ja-botsl ul.address li strong{ font-weight: bold; }

/* JA Popup ---*/
.ja-gallery { text-align: center; }

div.ja-thumb { float: left; margin: 5px 10px 8px 0; }

div.last { margin-right: 0; }

div.ja-thumb img {
	background: #181818;
	border: 1px solid #2a2a2a;
	padding: 4px;
}

.module_bordertb {
	border-bottom: 1px solid #2a2a2a;
	border-top: 1px solid #2a2a2a;
}

.module_bordertb .ja-box-ct { padding: 20px 20px 10px; }

/* JA-HOME */
.ja-home #ja-header {
	background: url(../images/header-bg.gif) repeat-x top left;
}

.ja-home h1.logo { float: none; margin: 0 auto; }

.ja-home h1.logo { height: 299px; width: 299px; }

.ja-home h1.logo a {
	background: url(../images/logo.png) no-repeat left;
	height: 299px;
	width: 299px;
}

.ja-home div.logo-text { float: none; padding-top: 0; text-align: center; }

.ja-home div.logo-text h1 { float: none; font-size: 500%; }

.ja-home div.logo-text p.site-slogan { float: none; font-size: 150%; }

.ja-home #ja-mainnav { padding-top: 30px; }

.ja-home #ja-mainnav .inner {
	float: none;
	margin: 0 auto;
}

.ja-home #ja-subnav #jasdl-subnav {
	margin: 0 auto;
	padding: 0 200px;
}

.ja-home #ja-subnav .inner {
	float: none;
}

/* newsfeed */
.newsfeed .display {
	margin-bottom: 10px;
}

/* print */
.buttonheading .ja-button-email a,
.buttonheading .ja-button-print a,
.buttonheading .ja-button-pdf a,
#fontDecrease,
#fontIncrease,
.itemEmailLink,
.itemPrintLink {
	display: inline-block;
	height: 16px;
	margin: 0 0 0 5px;
	width: 16px;
}

#fontDecrease{
	background: url(../images/font_decrease.gif) center center no-repeat;
}

#fontIncrease{
	background: url(../images/font_increase.gif) center center no-repeat;
}

.buttonheading .ja-button-email a, .itemEmailLink {
	background: url(../images/emailButton.png) center center no-repeat;
}

.buttonheading .ja-button-print a, .itemPrintLink {
	background: url(../images/printButton.png) center center no-repeat;
}

.buttonheading .ja-button-pdf a {
	background: url(../images/pdf_button.png) center center no-repeat;
}
