/*
 * ------------------------------------------------------------------------
 * JA Pyro Template for Joomla 2.5
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 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
--------------------------------------------------------- */

body { 
	color: #333;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	line-height: 1.6;
}

body#bd { 
	background: url(../images/body-bg.gif) repeat-x top left #fff; 
	color: #333; font-size: 13px; }

/* Normal links ---*/
a { color: #147; text-decoration: none; }

a:hover, a:active, a:focus { color: #147; text-decoration: underline; }

/* Readon links ---*/
a.readon { clear: both; color: #147; }

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 ---*/
.contentheading, .componentheading, h1, h2, h3, h5 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2;
}
.itemAuthorLatest h4 {
	font-weight:normal;
	text-transform:uppercase;

}
.itemRelated  h4{
	font-weight:normal;
}

/* Headings & Titles ---*/
h1 { font-size: 180%; }
h2 { font-size: 175%; }
h3 { font-size: 100%; }
h4 { font-size: 100%; text-transform: UPPERCASE; }
h5 { font-size: 100%; }
.contentpaneopen { position: relative; }

.contentpaneopen_edit {
	float: right !important;
	position: relative;
	z-index: 1;
}

.componentheading {
	font-size: 150%;
	font-weight: normal;
}

h1.componentheading, .componentheading {
	color: #147;
	padding: 10px 0 10px 20px;
	margin: 0;
}

.componentheading {
	font-size: 100%;
	font-style: italic;
	font-weight: bolder;
}
.latestItemsCategory{
	font-style: none;
}

h2.contentheading, .contentheading {
	color: #147;
	font-size: 150%;
	font-weight: normal;
	line-height: normal;
	margin: 10px 0;
	padding: 0;
}

h2.contentheading a, .contentheading a { color: #147; text-decoration: none; }

.blog .contentheading { font-size: 150%; line-height: normal; }

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus { font-weight: bold; }

.category { }

/* Small text ---*/
small, .small { color: #777; }

/* List ---*/
.column ul li {
	background: url(../images/bullet3.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; }

.column ul.actions { margin: 0; }

.column ul.actions li { background: none; padding-right: 0; padding-left: 0; }

/* Others ---*/
th { font-weight: bold; padding: 5px; text-align: left; }

td { font-size: 100%; padding: 5px; }

fieldset { 
   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 #e0e0e0;
	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 {
	border: 1px solid #e0e0e0;
	color: #333;
	padding: 5px;
}

.inputbox:hover, .inputbox:focus { background-position: top right; }

.button {
	background: url(../images/button-bg.gif) repeat-x scroll left top;
	color: #777;
	cursor: pointer;
	font-size: 92%;
	font-weight: bold;
	padding: 5px 10px;
	text-transform: none;
	vertical-align: middle;
	overflow: visible;
	border: solid 1px #ccc;
}

.button:hover, .button:focus, .button:active, .button:visited { background-image: url(../images/button-bg2.gif); }

.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; }

#login-form label {
	float: left;	
	width: 95px;
}

#login-form ul { margin-top: 0; }

/* 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 { padding: 15px 0; }

.results h4 {
	font-size: 110%;
	margin: 15px 0 0;
	text-transform: none;
}

.results p { margin: 0 0 10px; }

.search .button {
	border: 1px solid #ddd;
	text-transform: uppercase;
	font-size: 85%;
	margin: 0 0 0 5px;
}

input#mod-search-searchword { background: url(../images/input-bg.gif) repeat-x top left;}

div.search { padding-top: 10px;}

/* Contact ---*/
.contact-address address { font-style: normal; display: inline; }

#component-contact #emailForm { }

.contact_email { margin: 10px 0px; }

.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;}

.column div.contact-form dd { margin-left: 0; }

.contact-form input#jform_contact_emailmsg { width: 320px; }

.contact-miscinfo .jicons-icons,
.contact-miscinfo .contact-misc {
   float: left;
}

.contact-miscinfo .jicons-icons {
   margin: 10px 10px 0 0;
}

#adminForm  fieldset {
	padding: 0;
	margin: 0;
}

#adminForm  fieldset legend {
	display: none;
}

.tabs .contact-form input#jform_contact_emailmsg,
.tabs .contact-form textarea  {
	width: 240px;
}

.tabs .contact-miscinfo .contact-misc {
	float: none;
}

.tabs .contact-miscinfo .contact-misc p {
	margin-top: 15px;
}
/* JOOMLA STYLE
--------------------------------------------------------- */
/* Layout Deco ---*/
.blog {
	background: url(../images/blog-bg.gif) no-repeat top left;
	padding: 20px 0 0 20px;
}

.article_separator,.leading_separator, .row_separator, .column_separator { display: none; }

.article-wrap, .newsfeed, .ja-content-main .search, .contact {
	background: url(../images/blog-bg.gif) no-repeat top left;
	padding: 20px 0 0 20px;	
}

.items-row,
.article_row {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.ja-article { position: relative; }

.column_separator { padding: 0 25px; }

.cols2 .column1 .contentpaneopen { margin-right: 10px; }

.cols2 .column2 .contentpaneopen { margin-left: 10px; }

/* Meta ---*/
.article-tools {
	clear: both;
	color: #777;
	display: block;
	line-height: normal;
	margin-top: 10px;
	position: relative;
}

.article-meta { float: left; padding: 0; }

.article-section, .article-category { color: #777; }

dl.article-info dd.createdby,
dl.article-info dd.createdby,
dl.article-info dd.createdby {
	background: url(../images/icon-user.gif) no-repeat 0 2px;
	padding: 3px 3px 3px 20px;
}

dl.article-info dd.create,
dl.article-info dd.modified,
dl.article-info dd.published {
	background: url(../images/icon-date.gif) no-repeat 0 2px;
	color: #777;
	padding: 3px 3px 3px 20px;	
}

div.actions {
	float: right; 
}

.modifydate { color: #777; display: block; margin: 10px 0; }

.contentdescription {
	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; }

.content_rating img { padding: 0 4px; }

/* Inline images ---*/
a img { border: none; }

.article-content img,
.article-content div.img_caption { margin-bottom: 10px; margin-top: 5px; }

.img_caption { color: #777; }

.article-content img, .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 { margin-bottom: 10px; margin-top: 5px; }

.article-content div.img_caption img { background: none; border: none; padding: 0; margin:0; }

#jac-social-links img, #jac-wrapper img { background: transparent; }

.img_caption p {
	color: #777;
	margin: 0;
	padding: 2px 0 0;
	text-align: center;
}

.img.right { margin-left: 8px;}

.haveimage, .article_column .haveimage { padding-left: 220px !important; min-height: 200px;}

.article-image { left: 0; position: absolute; top: 5px; }

.article-image span {
	display: block;
	float: left;
	padding: 0;
}

.article-content {
	vertical-align: top;
	overflow: visible;
}

/* Tables ---*/
.sectiontableheader {
	background: #f6f6f6;
	border: 1px solid #e0e0e0;
	color: #333;
	padding: 4px;
}

.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:focus,
.sectiontableheader a:active { color: #333; }

.sectiontableentry,
.sectiontableentry0,
.sectiontableentry1,
.sectiontableentry2 {
	border-bottom: 1px dotted #e0e0e0;
	padding: 5px 5px 6px;
}

.sectiontableentry:hover,
.sectiontableentry0:hover,
.sectiontableentry1:hover,
.sectiontableentry2:hover { background-color: #e0e0e0; }

.sectiontableentry2 { background-color: #f6f6f6; }

table.contentpane, table.tablelist { width: 100%; }

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

/* Content Toc */
table.contenttoc {
	border: 1px solid #e0e0e0;
	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/bullet3.gif) no-repeat 10px 6px;
	padding: 1px 5px 1px 20px;
}

table.contenttoc th {
	background: #f6f6f6;
	border-bottom: 1px solid #e0e0e0;
	padding: 5px 10px;
	text-indent: 5px;
	text-transform: uppercase;
}

/* Poll */
div.poll { padding: 15px 20px; }

form#poll {
	border-bottom: 1px dotted #e0e0e0;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

dl.poll {
	border-bottom: 1px dotted #e0e0e0;
	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: #f8f8f8;
	border-bottom: 1px solid #e0e0e0;
	font-weight: bold;
	padding: 5px !important;
}

table.pollstableborder tr.sectiontableentry0 td,
table.pollstableborder tr.sectiontableentry1 td { background: #fff; 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 ---*/
div.pagination { clear: both; display: block; width: 100%; }

ul.pagination, div.pagination { margin:0; float: left; }

ul.pagination li, .pagination ul li {
	background: none !important;
	display: block;
	float: left;
	margin: 0 1px 0 0;
	overflow: hidden;
	padding: 0;
	line-height: 1;
}

ul.pagination li span { line-height: 20px; padding: 0 5px; }

ul.pagination li {
	font-family: Arial,Helvetica,sans-serif;
}
ul.pagination li strong { display: inline-block;}

ul.pagination a {
	background: #f6f6f6;
	border: 1px solid #e0e0e0;
	color: #333;
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	margin: 0;
	padding: 4px 6px;
	line-height: 1;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	background: #147;
	border: 1px solid #147;
	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 {
	text-align: right;
	line-height: 1;
	margin: 15px 0 !important;
	text-align: right;
}

.counter span {
	background:#147;
	border:1px solid #147;
	color: #fff;
	padding: 3px 5px;
	
}

.blog_more { border-bottom: 1px solid #e0e0e0; padding: 5px 0 0; }

.blog_more h2 {
	font-size: 115%;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.blog_more ul li {
	background: url(../images/bullet3.gif) no-repeat 5px 13px;
	padding-left: 15px;
	margin-bottom:-10px;
}
.blog_more ul li h3 {

}
div.back_button a,
div.back_button a:hover,
div.back_button a:active { display: block; margin: 10px 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: #333;
	font-size: 100%;
	font-style: italic;
	font-weight: bolder;
	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;
	margin: 0px 10px;
}

#ja-top { margin: auto; width:auto !important; }

#ja-top div.ja-moduletable, #ja-top div.moduletable {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

/* Color Module ---*/
.color1 h3 {	color: #147 !important;}

.color2 h3 { color: #800 !important;}

.color3 h3 {color: #777 !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 #e0e0e0;
	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 { }

/* High light Module ---*/
div.moduletable_blank .ja-box-ct { background: none !important; padding: 0 !important; }

/* 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 #e0e0e0; 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: #777; 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: #333;
	font-size: 100%;
	font-style: italic;
	font-weight: bolder;
	margin: 0;
	padding: 0;
}

div.ja-module, div.module {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

div.ja-module .ja-box-tl, div.module .ja-box-tl {}

/* 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 {
	clear: both;
	display: block;
	float: left;
	font-weight: bold;
	padding: 0 3px;
}

/* 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 8px; padding-left: 12px; }


/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
.ja-box { padding-bottom: 10px; padding-top: 10px; }

#ja-wrapper { 
	 overflow: hidden;
	 position: relative;
}

#ja-container {
	margin: 0;
	padding-bottom: 2px;
	position: relative;
	z-index: 5;
}

#ja-container .main { 
	padding: 0;
	border: solid 1px #ddd;
	background-color: #fff;
}

/* Mass ---*/
.ja-mass { margin: 0 10px; overflow: hidden; }

.ja-mass .ja-moduletable { padding-bottom: 10px; }

.ja-mass .ja-moduletable .ja-box-ct {
	background: url(../images/blog-bg.gif) no-repeat top left;
	padding: 20px 0 0 20px;
	position: relative;
}

.ja-mass .ja-moduletable h3 {
	padding: 10px 0 10px 20px;
	margin: 0;
	color: #800 !important
}

.ja-mass-top .ja-moduletable, .ja-mass-top .ja-module { 
	margin-left: 0; margin-right: 0; 
	position: relative; 
	overflow: hidden;
}

.ja-mass-bottom .ja-moduletable, .ja-mass-bottom .ja-module { margin-left: 0; margin-right: 0; }

/* MAIN COLUMN
--------------------------------------------------------- */
#ja-main .inner { padding: 21px 0 0; }

#ja-main .inner .inner { padding-top: 0; }

/* Content Top ---*/
.ja-content-top {
	border-bottom: 1px solid #e0e0e0;
	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: 0 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 {
	background: url(../images/sidebar-bg.gif) no-repeat 10px top;
	overflow: hidden;
	padding: 20px 0 0;
}

.sidebar .ja-colswrap {
	background: url(../images/rightcol-bg.gif) no-repeat 10px bottom;
	padding-bottom: 25px;
}

.ja-col div.ja-moduletable h3,
.ja-col div.moduletable h3  {
	background: url(../images/h3-bg.gif) no-repeat top left #fff;
	margin: 0;
	padding: 10px 0 10px 20px;
}

.ja-col div.ja-moduletable,
.ja-col div.moduletable {
	background: url(../images/moduletable-bg.gif) repeat-y top left;
	padding: 0 0 20px;
	position: relative;
}

.ja-col div.ja-moduletable .ja-box-ct,
.ja-col div.moduletable .ja-box-ct {
	background: url(../images/box-ct-bg.gif) no-repeat top left;
	padding: 10px 10px 0 20px;	
}

.ja-col div.ja-moduletable .ja-box-ct form.search,
.ja-col div.moduletable .ja-box-ct form.search {
	padding: 12px 0 0;
}

/* Insert ---*/
.ja-inset1, .ja-inset2 { padding-top: 34px;}

.ja-inset1 .badge, .ja-inset2 .badge { top: 36px;}

.ja-inset1 div.ja-moduletable,
.ja-inset1 div.moduletable,
.ja-inset2 div.ja-moduletable,
.ja-inset2 div.moduletable {
	background: none;
}

.ja-inset1 div.ja-moduletable h3,
.ja-inset1 div.moduletable  h3,
.ja-inset2 div.ja-moduletable  h3,
.ja-inset2 div.moduletable  h3{
	background: none;
}

.ja-inset1 div.ja-moduletable .ja-box-ct,
.ja-inset1 div.moduletable .ja-box-ct,
.ja-inset2 div.ja-moduletable .ja-box-ct,
.ja-inset2 div.moduletable .ja-box-ct {
	background: url(../images/blog-bg.gif) no-repeat top left;
}

.ja-inset1 .moduletable_hilite,
.ja-inset2 .moduletable_hilite {
	background: url(../images/moduletable-bg2.gif) no-repeat bottom right !important;
	margin-bottom: 20px;	
}

.ja-inset1 .moduletable_hilite .ja-box-ct,
.ja-inset2 .moduletable_hilite .ja-box-ct {
	padding-right: 20px !important;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
	line-height: normal;
	position: relative;
	z-index: 10;
}

#ja-header .main { padding: 30px 0px; }

h1.logo, div.logo-text h1 { font-size: 200%; line-height: 1; }

h1.logo, div.logo-text { position: relative; z-index: 12; }

/* Logo Image ---*/
h1.logo { height: 92px; margin: 0 auto; width: 135px;float:none; }

h1.logo a {
	background: url(../images/logo.png) no-repeat left;
	display: block;
	height: 92px;
	width: 135px;
}

h1.logo a span { position: absolute; top: -1000px; }

/* Logo Text ---*/
div.logo-text { text-align: center;  }

div.logo-text h1 a {
	color: #333;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

p.site-slogan { color: #777; clear: both; margin: 0; padding: 0; }

/* Login Form */
label.ja-login-user span,
label.ja-login-password span {
	display: block;
	float: left;
	height: 20px;
}

label.ja-login-user input, label.ja-login-password input { width: 90%; }

/* Main Nav ---*/
#ja-mainnav {
	font-size: 12px;
	line-height: 1;
	position: relative;
	z-index: 111;
	padding-top: 10px;
	padding-bottom: 10px;
}

#ja-mainnav .main {
	border: none;
	margin: auto;
	width: 608px !important;
}

#ja-mainnav .inner { margin: 0 auto; }

#ja-mainnav .inner { padding: 0 !important; }

#ja-mainnav .group-title span.menu-title {
	font-size: 105%;
	font-weight: bold;
	padding: 0;
}

span.has-image {
	background-position: left 2px;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	padding-left: 25px;
}

span.menu-desc {
	color: #777;
	display: block;
	font-size: 92%;
	font-weight: normal;
}

/* Sub Nav ---*/
#ja-subnav {
	position: relative;
	z-index: 111;
}

#ja-subnav .main { background: none; border: none; }

#ja-subnav .inner {
	padding: 0 50px !important;
	margin-bottom: 10px;
}

#ja-subnav .jasdl-subnav {
	float: right;
	position: relative;
	margin: 0;
	padding: 0;
}

#ja-subnav ul { overflow: hidden; padding: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: #333;
	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: #147;
}

#ja-subnav ul.active li a { }

#ja-subnav ul.active li a:hover { color: #147; }

#ja-subnav ul span.menu-desc { color: #777; }

#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 #fff;
	border: 1px solid #e0e0e0;
	color: #333;
	display: block;
	height: auto;
	left: -999%;
	overflow: visible;
	padding: 10px 20px 20px;
	position: absolute;
	width: 190px;
	top: 1.8em;
	
}

#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% center;
	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/mainnav-line-sep.gif) no-repeat bottom center;
	border-bottom: 1px solid #fff;
	border-left: none;
	display: block;
	float: none;
	margin: 0;
	padding: 5px 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: #147 !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% 7px;
	display: block;
	padding-right: 12px;
}

/* Breadcrumbs ---*/
.ja-navhelper { margin-top: 20px; }

.ja-navhelper .main { color: #777; font-weight: bold; }

.ja-navhelper a { color: #147; padding: 0 2px; text-decoration: none; }

.ja-navhelper a:hover, .ja-navhelper a:active, .ja-navhelper a:focus {
	background-color: #147 !important;
	color: #fff;
	text-decoration: none;
}

.ja-breadcrums {
	border: 1px solid #e0e0e0;
	padding: 8px 10px;
	background-color: #fff;
}

.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 #147;
	color: #fff;
	text-decoration: none;
}

.ja-links li.layout-switcher a {
	background: #147;
	color: #fff;
	text-decoration: none;
}

.ja-links li.layout-switcher a:hover {
	background: #777;
	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: #777;
	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 #e0e0e0;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#ja-container ul.menu li a {
	background: url(../images/bullet3.gif) no-repeat left center;
	color: #333;
	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;
	color: #147;
}

#ja-container ul.menu li.active a { color: #147; }

#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 #e0e0e0;
}

#ja-container ul.menu li li a {
	background: url(../images/bullet3.gif) no-repeat left center;
	border: none;
	color: #333 !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/bullet4.gif) no-repeat left center;
	color: #147 !important;
}

#ja-container ul.menu li li ul { margin: 0 0 0 10px; }

#ja-container ul.menu li li li { background: none; }

#ja-container ul.menu li li li a {
	background: url(../images/bullet3.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/bullet4.gif) no-repeat left center !important;
}

#ja-container ul.menu li li li li a { color: #777 !important; }

#ja-container ul.menu li.active > a { color: #147 !important; font-weight: normal !important; }

#ja-container ul.menu span.separator { display: block; }

/* CONTENT-SPOTLIGHT
--------------------------------------------------------- */
#ja-content-botsl1 .ja-box, #ja-content-botsl2 .ja-box { padding: 0; }

#ja-content-botsl1 { padding-top: 15px; }

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl li {
	background: url(../images/bullet3.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 .ja-moduletable .ja-box-ct { padding: 10px 0; }

#ja-topsl ul.mostread, #ja-topsl ul.latestnews { margin: 0; }

/* Bot spotlight ---*/
#ja-botsl {
	color: #333; 
	margin: 20px 0 0;
}

#ja-botsl .main {
	border: solid 1px #ccc;
	padding: 0px;
	background-color: #F8F8F8;
}

#ja-botsl .main .main-inner1 {
	padding-bottom: 30px;
	margin-left: 25px;
}
#ja-botsl .ja-moduletable,
#ja-botsl .ja-box-right .ja-moduletable {
	background: url(../images/moduletable-bg3.gif) no-repeat center 25px !important;
	margin-top: 20px;
}

#ja-botsl .ja-box-left .ja-moduletable{
	margin-left: 0;
}

#ja-botsl h3 {
	border: none;
	color: #333;
}

#ja-botsl .menu a { color: #555; }

#ja-botsl a { color: #777; }

#ja-botsl a:hover, #ja-botsl a:active, #ja-botsl a:focus { color: #147; }

#ja-botsl a.readon { color: #147; }

#ja-botsl a.readon:hover, #ja-botsl a.readon:active, #ja-botsl a.readon:focus { color: #555; }

#ja-botsl a.hilite { color: #147; }

#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 8px;
	color: #555;
	margin: 0;
	padding: 0 0 0 15px;
}

.small-links li { float: left; width: 40%;}

#ja-botsl ul.menu li { background: none; margin: 0; padding: 0; }

#ja-botsl .inputbox {
	border: 1px solid #f0f0f0;
	font-size: 92%;
	max-width: 200px;
	padding: 7px 10px;
	color: #555;
}

#ja-botsl textarea.inputbox {
	font-size: 92%;
	max-height: 80px;
	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;
}

.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 #e0e0e0; }

#ja-botsl .ja-slidenews-item .ja-title { color: #333; }

#ja-botsl  .ja-slidenews-item .ja-createdate { color: #555; }

#ja-botsl .mid .main-inner2 {
	background: #f8f8f8;
	margin: 0 2px; 
	padding: 0 30px 15px;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	color: #555;
	padding: 20px 0 0;
}

#ja-footer .main {
	padding: 0 0 20px;
	position: relative;
	text-align: center;
}

#ja-footer .inner { padding: 0; }

#ja-footer small { color: #555; font-size: 100%; display: block; width: 100%; }

/* Foot Links ---*/
#ja-footer .ja-footnav { font-size: 100%; overflow: hidden; position: relative; margin-bottom: 0px; }

.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:first-child { background: none; }

.ja-footnav li a { color: #555; line-height: normal; padding: 0 10px; }

.ja-footnav li a:hover, .ja-footnav li a:active, .ja-footnav li a:focus { color: #147; }

.ja-footnav .ja-firstitem {
	background: none !important;
	border-left: 0;
	padding-left: 0;
}

/* T3 Framework logo ---*/
#ja-poweredby { height: 34px; margin: 8px auto 0; width: 200px; }

.t3-logo a, .t3-logo-sm a {
	text-indent: -9999em;
	font-size: 0px;
	line-height: 0px;
	display: block;
}


/* Copyright Info. ---*/
.ja-copyright small { display: block; }


/* JA Tiwitter */
.ja-twitter { padding: 0; }

.ja-twitter h4 { padding: 5px 0 !important; }

div.ja-twitter div.ja-twitter-item {
	border-bottom: 1px dotted #e0e0e0;
	margin: 0;
	padding: 15px 0;
}

div.ja-twitter div.ja-twitter-item:first-child {}

div.ja-twitter div.ja-twitter-date { color: #777; }

div.ja-twitter center {
	padding-top: 15px;
	text-align: left;
}

div.ja-twitter center a {
	color: #800;
}

div.ja-twitter center a:hover {
	color: #147;
}

/* JA Bullettin */
ul.ja-bullettin li { border-bottom: 1px solid #e0e0e0; }

#ja-bulletin ul span, ul.ja-bullettin span  { color: #777; padding-top: 5px; }

/* JA Slidenews ---*/
.ja-sidenews-list { padding-top: 8px; }

.ja-slidenews-item {
	border-bottom: 1px dotted #e0e0e0;
	border-top: 0;
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.ja-slidenews-item img {
	float: left;
	margin: 5px 20px 0 0;
	padding: 0;
}

.ja-slidenews-item .ja-title { color: #333; }

.ja-slidenews-item .ja-createdate { color: #777; display: block; font-weight: normal; }

.ja-slidenews-item a.readon { display: block; }

#ja-botsl .ja-slidenews-item .ja-title { color: #333; }

/* JA Comment */
.jac-add-button { float: right; padding: 0; }

.article-content .jac-add-button,
.article-content .jac-links {
	bottom: 0;
	font-size: 92%;
	position: absolute;
	right: 0;
	padding: 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: #777; font-size: 92%; }

div.ja-innerdiv {
	clear: both;
	margin-top: 10px; margin-bottom: 0px;
	padding-bottom: 0px;
}

.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;
}

.small-links {
	color: #777;
	font-size: 92% !important;
	margin-top: 5px;
}

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-size: 150%;
	font-style: italic;
}

.author {
	background: url(../images/icon-author.gif) no-repeat left center;
	color: #777;
	display: block;
	margin-top: 5px;
	padding-left: 15px;
}

.author a, .author_info { color: #777; }

.author a:hover { color: #333; text-decoration: none; }

.cufon-canvas { padding: 1px 0 3px; }

/* JA Popup ---*/
.ja-gallery {
	text-align: center;
}
div.ja-thumb {
	float: left;
	padding: 10px 10px 5px 0;
}
/* JA About Static ---*/
.about-static {
	background: url(../images/sl-slidewrap-bg.gif) repeat-x top left;
}

.about-static-ct {
	min-height: 70px;
	background: url(../images/sl-deco.png) no-repeat top right;
	color: #FFFFFF;
	font-family: Georgia,Arial,Helvetica,sans-serif;
	font-size: 300%;
	font-weight: normal;
	line-height: 1;
	text-transform: none;
	text-align: center;
	padding-top: 30px;
}
/* Comment */ 
body.contentpane #frm_login {
	margin:-2em 0 !important;
}

.article-content ul li {
	background: none !important;
	padding: 0px !important;
}

ul.ja-typo-list li { padding-left: 32px !important; }

legend { 
   padding: 0 8px;
}
/* search form ---*/
.search .word button { height: 29px; }

/* Table ---*/
table.category thead th {
    background: #F6F6F6;
    border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
    color: #333333;
    padding: 5px 6px;	
}
table.category td, table.category th { vertical-align: top; text-align: left; }

table.category .cat-list-row0 {
    border-bottom: 1px dotted #E0E0E0;
}

table.category .cat-list-row1 {
    border-bottom: 1px dotted #E0E0E0;
    padding: 5px 6px;
	background-color: #F6F6F6;
}	

table.category ul li { background: none; }

table.category ul.actions { padding: 0 !important; margin: 0 !important }

/* Registration page */
.registration fieldset { padding: 0; border: none; }

.registration fieldset legend {
	display: block;
	width: 100%;
	font-size: 150%;
    font-weight: 100;
    color: #114477;	
	padding: 0 0 6px 20px;
}

.registration dl {
	background: url(../images/blog-bg.gif) no-repeat top left;
	padding: 20px 0 0 20px;
	margin: 0;	
}

.registration dt { font-weight: 100; min-width: 160px;}

.registration form > div { padding: 20px 0 0 180px; }

table.category p { margin: 0 0 10px 0; }

/* comment ----*/
#jac-wrapper .avatar img { margin:0 !important; }

/* Archive page
--------------------------------------------------------- */
ul#archive-items li {
	background: none;
	padding-left: 10px;
}

.archive dl.article-info { float:none; }

.categories-list dt, 
.categories-list dd { display:inline; }

/* Sort by */
#jac-sort a, #jac-sort span { float: left; }

#jac-sort span { padding: 0 5px 0 0; } 

/* Email form */
body.contentpane .formelm label { min-width: 150px; }


.createdate {
    background: url("../images/icon-date.gif") no-repeat scroll 0 2px transparent;
    color: #777777;
    padding: 3px 3px 3px 20px;
}

.createby {
    background: url("../images/icon-user.gif") no-repeat scroll 0 2px transparent;
    padding: 3px 3px 3px 20px;
}

.tagItemDateCreated {
	background: url("../images/icon-date.gif") no-repeat scroll 0 2px transparent;
    color: #777777;
    padding: 3px 3px 3px 20px;
}
h2.tagItemTitle {
    font-size: 150%;    
}
.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;
}

.items-leading .leading {
	overflow: hidden;
}

/*User Profile*/
#del_image {
	width:auto;
}
#url{
	width:212px;
}

.mceEditor {
	padding-right:5px;
}

/* Edit Article */
.edit.item-page .formelm label#jform_title-lbl{
	min-width: 0px;	
}

.edit.item-page .formelm input#jform_title{
	width: 90%;
}

.edit.item-page  textarea#jform_articletext {
	margin: 0;
	width: 98% !important;
}

#editor-xtd-buttons {
	float: left;
}

.toggle-editor {
	float: right;
	padding: 5px;
}