#ja-cpanel{
	background: #333333;
	z-index: 100;
	width: 100%;
	height: 30px;
}
/* Title */
.ja-tooltip-title {
	font-weight: bold;
	color: #333333;
}

/* Close button */
.ja-tooltip .close {
	width: 14px;
	height: 14px;
	background: url(close.gif) no-repeat top left;
	position: absolute;
	top: 15px;
	right: 15px;
}

.ja-tooltip .close:hover {
	background: url(close-hover.gif) no-repeat top left;
}

/* Tooltips top */
.trona .top1 {
	background: url(c-tl.gif) no-repeat left top;
}

.trona .top2 {
	background: url(c-tr.gif) no-repeat right top;
}

.trona .top3 {
	margin: 0 15px;
	background: url(box-tooltip.gif) no-repeat center top;
}

.trona .top4 {
	width: 100%;
	height: 9px;
}

/* Tooltip middle */
.trona .mid1 {
	background: url(m-l.gif) no-repeat left center;
}

.trona .mid2 {
	background: url(m-r.gif) no-repeat right center;
}

.trona .mid3 {
	margin: 0 7px;
	padding: 10px;
	background: #FFFFFF;
}

.trona .mid3 p {
	margin-bottom: 0;
}

/* Tooltips bottom */
.trona .bot1 {
	background: url(c-bl.gif) no-repeat left bottom;
}

.trona .bot2 {
	background: url(c-br.gif) no-repeat right bottom;
}

.trona .bot3 {
	margin: 0 15px;
	background: url(box-tooltip.gif) no-repeat center bottom;
}

.trona .bot4 {
	width: 100%;
	height: 9px;
}

/* Arrow position */
.left-bottom div.bot4 {
	background: url(arrow-bottom.gif) no-repeat 20px bottom;
}

.center-bottom div.bot4 {
	background: url(arrow-bottom.gif) no-repeat center bottom;	
}

.right-bottom div.bot4 {
	background: url(arrow-bottom.gif) no-repeat 90% bottom;	
}

.left-top div.top4 {
	background: url(arrow-top.gif) no-repeat 20px top;
}

.center-top div.top4 {
	background: url(arrow-top.gif) no-repeat center top;
}

.right-top div.top4 {
	background: url(arrow-top.gif) no-repeat 90% top;
}
.thumbwrapper .highslide {
	outline: none;
}
.textwrapper .highslide {
	font-size: 11pt; 
	text-decoration: none;
	display: block; 
	text-align: center;
}


/* Individual CSS-classes: glossy-dark */
.glossy-dark {
	background-color: #101010;
}
.glossy-dark .highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: black black #202020 black;
}
.glossy-dark .highslide-caption {
	background: #101010;
	padding: 5px 0 5px 0;
}
.glossy-dark div {
	color: silver;
}

/* Individual CSS-classes: narrow border */
.highslide-narrow-border {
	background: white;
}
.highslide-narrow-border .highslide-image {
	border: 2px solid white;
}
.highslide-narrow-border .highslide-caption {
	background-color: white;
}



/* Individual CSS-classes: black border */
.highslide-black-border {
	background: white;
}
.highslide-black-border .highslide-image {
	border: 2px solid #655F2F;
}
.highslide-black-border .highslide-caption {
	border: 2px solid #655F2F;
	border-top: none;
	background-color: white;
	color: #333;
}

/* Individual CSS-classes: specified blur style */
.highslide-blur-example .highslide-image-blur {
    border-color: silver;
}

.highslide-blur-example .highslide-caption-blur {
    border-color: silver;
}

.html-header {
	background-image: url(graphics/header-background.gif);
	cursor: default;
	height: 18px;
	padding: 2px;
}
.highslide-html-blur #highslide-html-7-header {
	background-image: url(graphics/header-background-blur.gif); 
	height: 18px;
	padding: 2px;
}

.highslide-dimming {
	background-color: black;
}

/* Controlbar example */
.controlbar {	
	background: url(graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}

/* Controlbar example */
.controlbar2 {	
	margin-left: 60px;
	background: url(graphics/controlbar2.gif);
	width: 210px;
	height: 32px;
}
.controlbar2 a {	
	display: block;
	float: left;
	margin: 0 0 0 5px;
	height: 30px;
	width: 42px;
}

/* Controlbar example */
.controlbar5 {	
	background: url(graphics/controlbar5.gif);
	width: 83px;
	height: 18px;
	float:right;
}
.controlbar5 a {	
	display: block;
	float: left;
	height: 18px;
}
.controlbar5 a:hover {
	background-image: url(graphics/controlbar5-hover.gif);
}
.controlbar5 .previous {
	width: 20px;
}
.controlbar5 .next {
	width: 20px;
	background-position: -20px 0;
}
.controlbar5 .highslide-move {
	width: 20px;
	background-position: -40px 0;
}
.controlbar5 .close {
	width: 20px;
	background-position: -60px 0;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer; /* w3c */
	background: url(graphics/close.png);
}


/* Put these last in your highlide-related CSS */
.highslide-display-block {
    visibility: visible;
}
.highslide-display-none {
    visibility: hidden;
}
.modules-title{
	color:#04064b;
}

.class_img{
	margin-right:10px;
	float:left; 
	position:relative;
}
.highslide-close {
	background:none;
}
.highslide-close ul li{
	background:none;
}
.trona .container {
	border: 1px solid #E0E0E0;
}

.trona .ja-tabswrap div.ja-tab-content {	
	width: 95%;
}

.ja-tabswrap div.ja-tab-subcontent {
	padding: 10px !important;
}

/* JA Tabs top*/
.trona .ja-tabs-title-top {
	background: url(tab-title-bg.gif) repeat-x left bottom #F8F8F8;
	position: relative;
	width: 100%;
}

.trona .ja-tabs-title-top ul.ja-tabs-title {
	padding: 5px 0 0 10px;
	display: block;
	left: 0;
	top: 0;
}

.trona .ja-tabs-title-top ul.ja-tabs-title li {
	margin-right: 5px;
	padding: 0;
}

.trona .ja-tabs-title-top ul.ja-tabs-title li h3 {
	color: #666666;
	font-size: 10px;
	font-weight: bold !important;
	line-height: 25px;
	padding: 0 10px;
	margin: 0;
	letter-spacing: normal;
	text-transform: uppercase;
	float: left;
}

.trona .ja-tabs-title-top ul.ja-tabs-title li h3 span {
	background: none;
}

.trona .ja-tabs-title-top ul.ja-tabs-title li.hover,
.trona .ja-tabs-title-top ul.ja-tabs-title li.firsthover,
.trona .ja-tabs-title-top ul.ja-tabs-title li.lasthover {
}

.trona .ja-tabs-title-top ul.ja-tabs-title li.active,
.trona .ja-tabs-title-top ul.ja-tabs-title li.firstactive,
.trona .ja-tabs-title-top ul.ja-tabs-title li.lastactive {
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-bottom: none;
}

.trona .ja-tabs-title-top ul li.active h3,
.trona .ja-tabs-title-top ul li.firstactive h3,
.trona .ja-tabs-title-top ul li.lastactive h3 {
	color: #D7025F;
}

/* JA Tabs bottom */
.ja-tab-panels-bottom .ja-tab-content div.ja-tab-subcontent {
	padding: 20px 10px 10px !important;
}

.trona .ja-tabs-title-bottom {
	background: url(tab-bot-title-bg.gif) repeat-x left top #F8F8F8;
	position: relative;
	height: 31px;
	z-index: 3;
	width: 100%;
}

.trona .ja-tabs-title-bottom ul.ja-tabs-title {
	padding: 0 0 15px 10px;
	top: 0;
	left: 0;
}

.trona .ja-tabs-title-bottom ul.ja-tabs-title li {
	margin-right: 5px;
	background: none;
}

.trona .ja-tabs-title-bottom ul.ja-tabs-title li h3 {
	color: #666666;
	font-size: 10px;
	font-weight: bold !important;
	line-height: 25px;
	margin: 0;
	padding: 0 10px;
	letter-spacing: normal;
	text-transform: uppercase;
}

.trona .ja-tabs-title-bottom ul.ja-tabs-title li h3 span {
	background: none !important;
}

.trona .ja-tabs-title-bottom ul.ja-tabs-title li.active,
.trona .ja-tabs-title-bottom ul.ja-tabs-title li.firstactive,
.trona .ja-tabs-title-bottom ul.ja-tabs-title li.lastactive {
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-top: none;
}

.trona .ja-tabs-title-bottom ul li.active h3,
.trona .ja-tabs-title-bottom ul li.firstactive h3,
.trona .ja-tabs-title-bottom ul li.lastactive h3 {
	color: #D7025F;
}
/* OpenID icon style */
input.system-openid {
   background: url(http://openid.net/login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}


/* Unpublished */
.system-unpublished {
background: #e8edf1;
border-top: 4px solid #c4d3df;
border-bottom: 4px solid #c4d3df;
}

/* System Messages */
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; }
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

/* Debug */
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}

/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore {
	background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(../images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
.img_caption.left {
	float: left;
	margin-right: 1em;
}

.img_caption.right {
	float: right;
	margin-left: 1em;
}

.img_caption.left p {
	clear: left;
	text-align: center;
}

.img_caption.right p {
	clear: right;
	text-align: center;
}

/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}

 /*------------------------------------------------------------------------
# $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: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

body#bd {
	color: #4F4F4F;
	background: #FFFFFF;
}

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: #D7025F;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #D7025F;
	text-decoration: underline;
}

a img {
	border: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	line-height: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Small text */
small, .small, .smalldark, .article-meta, .modifydate, .img_caption p, .site-slogan, a.readon,
#ja-pathway, #ja-subnav, #ja-footer, #ja-botsl {
	font-size: 92%;
}

/*article image*/
img {
	margin: 0;
	padding: 0;
}

.img_caption p {
	text-align: center;
	color: #999999;
}

.img_caption.left, .img_caption.right {
	margin-top: 3px;
}

.img_caption img {
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.img_caption p {
	background: url(../images/shadow-bg.gif) no-repeat right top;
	padding-top: 5px;
	margin-top: 0px;
}

.shadow img {
	padding: 1px;
	border: 1px solid #CCCCCC;	
}

.shadow {
	float: left;
	margin-right: 10px;
	padding-bottom: 3px;
	background: url(../images/shadow-bg.gif) no-repeat 99% 100%;
}

/* 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 #EEEEEE;
	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 #CCCCCC;
	background: #FFFFFF;
	color: #4F4F4F;
	font-size: 100%;
}

.button {
	padding: 1px 8px;
	border: 1px solid #D7025F;
	background: url(../images/grad-1.gif) repeat-x top #D7025F;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 92%;
}

* html .button { /*IE 6*/
	padding: 0 5px !important;
}

*+html .button { /*IE 7*/
	padding: 0 5px !important;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
.article_separator, .article_seperator {
	clear: both;
	display: block;
	height: 30px;
	margin: 0;
	background: url(../images/dot.gif) repeat-x center;
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
.sectiontableheader {
	background: #333333;
	padding: 4px 8px;
	color: #FFFFFF;
	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;
	background: url(../images/dot.gif) repeat-x bottom;
}

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: #EEEEEE;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.blog_more {
	margin: 15px 0 0;
	padding: 10px 0 0;
	background: url(../images/dot.gif) repeat-x top;
}

.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;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	font-size: 200%;
	border-bottom: 1px solid #EEEEEE; 
	margin: 0 0 15px;
	padding: 5px 0;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	margin: 0;
	padding: 0;
	font-size: 200%;
}

table.blog .contentheading {
	font-size: 150%;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
}

a.readon {
	color: #FFFFFF;
	background: #D7025F;
	text-transform: uppercase;
	padding: 0 4px;
}

a.readon:hover, a.readon:focus, a.readon:active {
	color: #FFFFFF;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto 0;
	padding: 10px 0 0;
	background: url(../images/dot.gif) repeat-x top;
	color: #999999;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 3px;
	text-decoration: none;
	background: #EEEEEE;
	color: #4F4F4F;
	border: 1px solid #DDDDDD;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	background: #D7025F;
	color: #FFFFFF;
}

.pagenavbar {
	background: url(../images/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}

.pagenavcounter {
	background: url(../images/icon-pages.gif) no-repeat 0 11px;
	font-weight: bold;
	padding: 8px 14px 0 14px;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

ul.latestnews a, ul.mostread a {
	color: #666666;
}

/* META
--------------------------------------------------------- */
.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;
}

.createby {
}

.createdate {
	padding-right: 6px;
	margin-right: 5px;
	background: url(../images/vline.gif) no-repeat right center;
}

.modifydate {
	width: 100%;
	display: block;
	color: #D7025F;
	margin: 15px 0;
}

.article-section {
	padding-left: 6px;
	margin-left: 5px;
	background: url(../images/vline.gif) no-repeat left center;
}

.article-section a {
	color: #999999;
}

.article-category a {
	color: #999999;
}

div.buttonheading {
	position: absolute;
	top: 4px;
	right: 10px;
}

.buttonheading img {
	margin: 0 0 0 5px;
	border: 0;
	float: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-mainnav,
#ja-header,
#ja-topsl,
#ja-botsl,
#ja-container,
#ja-footer {
	width: 950px;
	margin: 0 auto;
}

.narrow #ja-mainnav,
.narrow #ja-header,
.narrow #ja-topsl,
.narrow #ja-botsl,
.narrow #ja-container,
.narrow #ja-footer {
	width: 750px;
	margin: 0 auto;
}

#ja-container {}

#ja-mainbody {
	width: 74.8%;
	float: left;
}

#ja-mainbody2 {
	width: 99%;
	float:center;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-content {
	clear: both;
	display: block;
	float: right;
	width: 75%;
	background: url(../images/content-center.gif) repeat-y center;
}

#ja-current-content {
	padding: 0 10px;
}

/* COLUMNS
--------------------------------------------------------- */
#ja-col1 {
	float: left;
	overflow: hidden;
	width: 25%;
}

#ja-col88 {
	background-color:#000;
	padding-right: 22%;
	padding-left: 22%;
	color:#FFF;
	padding-bottom:0px;
	padding-top:0px;
	margin: 0;
}

#ja-col1 div.ja-innerpad {
}

#ja-col2 {
	float: right;
	overflow: hidden;
	width: 25%;
}

#ja-col2 div.ja-innerpad {
}

/*common style for column*/


/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-containerwrap,
#ja-containerwrap-fr,
#ja-containerwrap-fl,
#ja-containerwrap-f {
	padding: 30px 0;
	margin: 0;
	clear: both;
}

/*content + left*/
#ja-containerwrap-fr #ja-mainbody {
	width: 100%;
}

#ja-containerwrap-fr #ja-col1 {
	width: 22%;
}

#ja-containerwrap-fr #ja-content {
	width: 78%;
}

#ja-containerwrap-fr #ja-current-content {
	padding-right: 0;
}

/*content + right*/
#ja-containerwrap-fl #ja-content {
	width: 100%;
}

#ja-containerwrap-fl #ja-current-content {
	padding-left: 0;
}

/*full*/
#ja-containerwrap-f #ja-mainbody {
	width: 100%;
}

#ja-containerwrap-f #ja-content {
	width: 100%;
}

#ja-containerwrap-f #ja-current-content {
	padding-left: 0;
	padding-right: 0;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_default h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.moduletable_hilite h3{
	font-size: 150%;
	margin: 0 0 10px;
	padding: 1px 0 1px 32px;
	color: #D7025F;
	background: url(../images/h3/icon1.gif) no-repeat left center;
}

div.moduletable,
div.moduletable_default,
div.moduletable_menu,
div.moduletable_text,
div.moduletable_hilite {
	margin: 0 0 20px;
	padding: 0;
}

div.module h3,
div.module_text h3,
div.module_menu h3,
div.module_hilite h3 {
	margin: 0 0px 10px;
	padding: 0px 0 5px;
	font-size: 150%;
	color: #333333;
}

div.module,
div.module_text,
div.module_menu,
div.module_hilite {
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/box-br.gif) no-repeat bottom right;
	overflow: hidden;
	margin-bottom: 15px;
}

div.module div,
div.module_text div,
div.module_menu div,
div.module_hilite div {
	padding: 0;
	background: url(../images/box-bl.gif) no-repeat bottom left;
}

div.module div div,
div.module_text div div,
div.module_menu div div,
div.module_hilite div div {
	padding: 0;
	background: url(../images/box-tr.gif) no-repeat top right;
}

div.module div div div,
div.module_text div div div,
div.module_menu div div div,
div.module_hilite div div div {
	padding: 15px;
	background: url(../images/box-tl.gif) no-repeat top left;
}

/*hilite*/
div.module_hilite {
	background: url(../images/box-br-hilite.gif) no-repeat bottom right #D7025F;
}

div.module_hilite div {
	background: url(../images/box-bl-hilite.gif) no-repeat bottom left;
}

div.module_hilite div div {
	background: url(../images/box-tr-hilite.gif) no-repeat top right;
}

div.module_hilite div div div {
	background: url(../images/box-tl-hilite.gif) no-repeat top left;
}

div.module_hilite, div.module_hilite h3 {
	color: #FFFFFF;
}

div.module_hilite a, div.module_hilite a:hover, div.module_hilite a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}

/*tabs*/
div.module_tabs {
	padding: 0;
	margin-bottom: 5px;
	float: left;
	width: 100%;
}

/*reset*/
div.module div div div div,
div.module_text div div div div,
div.module_menu div div div div,
div.module_hilite div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

/*H3 Icon*/
div.icon1 h3 {
	background-image: url(../images/h3/icon1.gif) !important; 
}

div.icon2 h3 {
	background-image: url(../images/h3/icon2.gif) !important; 
}

div.icon3 h3 {
	background-image: url(../images/h3/icon3.gif) !important; 
}

div.icon4 h3 {
	background-image: url(../images/h3/icon4.gif) !important; 
}

div.icon5 h3 {
	background-image: url(../images/h3/icon5.gif) !important; 
}

div.icon6 h3 {
	background-image: url(../images/h3/icon6.gif) !important; 
}

div.icon7 h3 {
	background-image: url(../images/h3/icon7.gif) !important; 
}

div.icon8 h3 {
	background-image: url(../images/h3/icon8.gif) !important; 
}

div.icon9 h3 {
	background-image: url(../images/h3/icon9.gif) !important; 
}

div.icon10 h3 {
	background-image: url(../images/h3/icon10.gif) !important; 
}

/* 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-headerwrap {
	background: url(../images/pat-1.gif) #333333;
	border-bottom: 5px solid #D7025F;
}

#ja-header {
	line-height: normal;
	position: relative;
	padding-top: 60px;
	z-index: 999;
}

h1.logo, div.logo-text {
	margin: 0 0 5px;
	padding: 0;
}

h1.logo a {
	width: 529px;
	height: 81px;
	display: block;
	background: url(../images/logo.png) no-repeat center;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

div.logo-text {
	outline: none;
}

div.logo-text h1 {
	font-size: 250%;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

div.logo-text h1 a {
	color: #FFFFFF;
	text-transform: uppercase;
}

.site-slogan {
	color: #999999;
	margin: 0 0 -2px 10px;
	padding: 0;
	letter-spacing: 1px;
}


/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap {
	position: absolute;
	top: 0;
	background: url(../images/grad-1.gif) repeat-x top #D7025F;
}

#ja-mainnav {
	padding: 0;
	position: relative;
	background: url(../images/mainnav-bg.gif) no-repeat bottom #D7025F;
	border-top: 1px solid #E03681;
}

.narrow #ja-mainnav {
	background: url(../images/mainnav-bg-n.gif) no-repeat bottom #D7025F;
}

#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: 8px 15px;
	margin: 0;
	text-decoration: none;
	color: #4F4F4F;
	background: url(../images/arrow.png) no-repeat 5px 13px;
}

#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
	color: #D7025F;
	text-decoration: none;
}

#ja-subnav li.active a {
	font-weight: bold;
	color: #D7025F;
}

/* breadcrumbs */
#ja-pathway {
	color: #999999;
}

#ja-pathway strong {
	margin-right: 5px;
}

#ja-pathway img {
	margin: 1px 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 {
	display: block;
	outline: none;
	padding: 8px 15px;
	margin: 0;
	text-decoration: none;
	color: #4F4F4F;
	background: url(../images/arrow.png) no-repeat 5px 13px;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #D7025F;
	text-decoration: none;
}

ul.menu li.active a {
	font-weight: bold;
	color: #D7025F;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li {
	border: none;
	background: none;
	padding: 0;
}

ul.menu li li a {
	border: none;
	padding: 5px 5px 5px 25px !important;
	text-transform: none;
	font-weight: normal !important;
	background: url(../images/arrow.png) no-repeat 15px 10px !important;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	color: #D7025F;
	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;
}

#ja-topsl .ja-box-left:hover, .topsl-hover-left {
	background: url(../images/topsl-hover.gif) no-repeat left top;
}

#ja-topsl .ja-box-center:hover, #ja-topsl .ja-box-full:hover, .topsl-hover-center {
	background: url(../images/topsl-hover.gif) no-repeat center top;
}

#ja-topsl .ja-box-right:hover, .topsl-hover-right {
	background: url(../images/topsl-hover.gif) no-repeat right top;
}

/* Top Spotlight */
#ja-topsl {
	background: url(../images/topsl-bg.png) no-repeat center top;
}

.narrow #ja-topsl {
	background: url(../images/topsl-bg-n.png) no-repeat center top;
}

#ja-topsl div.moduletable {
	padding: 20px;
	margin-bottom: 0;
	color: #999999;
}

#ja-topsl div.moduletable h3 {
	padding: 0;
	color: #EEEEEE;
	background: none;
}

/* Bottom spotlight */
#ja-botsl {
	clear: both;
	padding: 20px 0;
	background: url(../images/dot.gif) repeat-x top;
}

#ja-botsl div.moduletable,
#ja-botsl div.moduletable_default {
	padding: 0 10px;
	margin-bottom: 0;
}

#ja-botsl .ja-box-left div.moduletable,
#ja-botsl .ja-box-left div.moduletable_default {
	padding: 0 20px 0 0;
}

#ja-botsl .ja-box-right div.moduletable,
#ja-botsl .ja-box-right div.moduletable_default {
	padding: 0 0 0 20px;
}

#ja-botsl .ja-box-center div.moduletable,
#ja-botsl .ja-box-center div.moduletable_default {
	padding: 0 5px;
	margin-bottom: 0;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	clear: both;
	background: url(../images/pat-1.gif) repeat-x top #333333;
	padding: 15px 0;
	border-top: 4px solid #D7025F;
}

#ja-footer {
	position: relative;
	color: #666666;
}

#ja-footer a {
	color: #CCCCCC;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	color: #FFFFFF;
}

#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: url(../images/arrow-2.png) no-repeat left center;
}

#ja-footer li a {
	display: inline;
	padding: 0 10px;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

li.ja-firstitem {
	background: none !important;
}

/* Cpanel */
.ja-cpanel-switcher, .hide {
	position: absolute;
	right: 15px;
	top: 6px;
	color: #FFFFFF;
	background: url(../images/cpanel-hide.png) no-repeat;
	width: 22px;
	height: 22px;
	text-indent: -5000px;
}

.show {
	background: url(../images/cpanel-show.png) no-repeat;
}

#ja-cpanel {
	background: url(../images/grad-1.gif) repeat-x top #D7025F;
	width: 100%;
	height: 40px;
	z-index: 100;
	position: relative;
	border-bottom: 1px solid #BE0254;
}

#ja-cpanel a {
	outline: none;
}

/* Login */
#ja-login  {
	float: left;
	padding: 5px 10px 0;
}

#login-wrap {
	height: 36px;
	background: url(../images/login.png) no-repeat left;
}

#logout-wrap {
	background: none;
	color: #F6BCD5;
}

#logout-wrap div {
	float: left;
	padding: 8px 5px 0 10px;
}

#logout-wrap form input.button {
	float: left;
	background: #333333 !important;
	border: 1px solid #333333 !important;
}

#ja-login form {
	float: left;
}

#ja-login form label {
	float: left;
}

label.ja-login-user span,
label.ja-login-password span {
	display: none;
}

#ja-login form input.button {
	font-size: 11px !important;
	float: left;
	background: none;
	border: none;
	color: #CCCCCC;
	margin-top: 5px;
}

#ja-login form #mod_login_username,
#ja-login form #mod_login_password {
	width: 110px;
	margin: 5px 0 0 38px;
	font-size: 12px !important;
	padding: 2px;
	background: none;
	border: none;
	color: #4F4F4F;
}

#ja-login form #mod_login_password {
	margin: 5px 10px 0 40px;
}

div.ja-login-links {
	padding: 8px 0 0 10px;
	float: left;
	display: block;
	font-size: 11px;
}

.ja-login-links a {
	color: #F6BCD5;
	background: url(../images/arrow-2.png) no-repeat left center;
	padding: 0 10px;
}

.ja-login-links a:hover, .ja-login-links a:active, .ja-login-links a:focus {
	color: #FFFFFF;
}

/*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;
	position: absolute;
	right: 0;
	top: 90px;
	height: 32px;
	width: 188px;
	font-size: 12px;
	z-index: 1;
}

#ja-search .inputbox {
	margin: 2px 8px 0 5px;
	border: none;
	background: none;
	width: 110px;
}

*+html #ja-search .inputbox { /*IE 7*/
	width: 108px;
}

*+html #ja-search .button { /*IE 7*/
  padding: 1px 0px 1px 8px!important;
}

#ja-search .button {
	border: none;
	background: none;
	font-size: 11px;
}

* html #ja-search .button {
	width: 66px;
	height: 22px;
}

/*others*/
#ja-banner {
	padding: 20px 0 0;
	text-align: center;
	overflow: hidden;
	width: 100%;
	clear: both;
}

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;
}

div.ja-innerdiv {
	padding: 10px 0 12px !important;
	background: url(../images/dot.gif) repeat-x bottom !important;
}

/* 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 */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}
/*------------------------------------------------------------------------
# $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.
-------------------------------------------------------------------------*/

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	background: #EEEEEE;
	border-left: 5px solid #D7025F;
	font: 1em/1.5 "Courier News", monospace;
	margin: 5px 0 15px;
	padding: 10px 15px;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	background: url(../images/so-q.gif) no-repeat left top;
	padding: 2px 0 2px 25px;
}

blockquote span.close {
	background: url(../images/sc-q.gif) no-repeat bottom right;
	padding: 2px 25px 2px 0;
}

/* Dropcap */
.dropcap {
	color: #D7025F;
	display: block;
	float: left;
	font: 60px/58px Georgia, Times, serif;
	padding: 0 10px 0 0;
}

/* Tips, Error, Message, Hightlight*/
p.error {
	background: url(../images/icon-error.gif) no-repeat 0px 4px;
	color: #D7025F;
	padding-left: 25px;
}

p.message {
	background: url(../images/icon-info.gif) no-repeat 0px 4px;
	color: #00AFF0;
	padding-left: 25px;
}

p.tips {
	background: url(../images/icon-tips.gif) no-repeat 0px 4px;
	color: #F99412;
	padding-left: 25px;
}

p.feed {
	background: url(../images/icon-rss.gif) no-repeat 0px 4px;
	padding: 3px 0 3px 25px;
}

.highlight {
	color: #333333;
	background: #FFFFCC;
	font-weight: bold;
	padding: 1px 5px;
}

/* Note Style */
p.stickynote {
	background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
	border: 1px solid #E6E6E6;
	padding: 15px 10px 15px 60px;
}

p.download {
	background: url(../images/icon-download.gif) no-repeat 5px center #FFFFFF;
	border: 1px solid #E6E6E6;
	padding: 15px 10px 15px 60px;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	background: url(../images/icon-checklist.gif) no-repeat 0 6px !important;
	margin-left: 15px !important;
	padding: 0 0 0 20px !important;
}

/* Check list (star) */
ul.stars {
	list-style: none;
}

ul.stars li {
	background: url(../images/icon-star.gif) no-repeat 0 3px;
	margin-left: 15px;
	padding: 0 0 0 20px;
}

/* Check list arrow */
ul.arrow {
	list-style: none;
}

ul.arrow li {
	background: url(../images/icon-arrow.gif) no-repeat 3px 7px;
	margin-left: 15px;
	padding: 0 0 0 20px;
}

/* Bignumber */
.bignumber {
	background: url(../images/ol-bg.gif) no-repeat top left;
	color: #FFFFFF;
	display: block;
	float: left;
	font: bold 20px/normal Arial, sans-serif;
	margin-right: 8px;
	padding: 6px 7px;
}

.bignumber-hilite {
	background: url(../images/ol-bg-hilite.gif) no-repeat left top !important;
	margin: 0 0 10px 0 !important;
	padding: 11px 0 !important;
}

.bignumber-hilite span {
	display: block;
	float: left;
	color: #FFFFFF;
	padding: 0px 25px 0 20px;
	font: bold 30px/normal Arial, sans-serif;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	background: url(../images/icon-author.gif) no-repeat left center;
	font-weight: bold;
	margin-left: 25px;
	padding-left: 20px;
}

div.bubble1 div {
	background: url(../images/bub1-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble1 div div {
	background: url(../images/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub1-tr.gif) no-repeat top right;
}


div.bubble1 div div div div {
	background: url(../images/bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 10px 15px 20px;
	width: auto;
}

div.bubble2 div {
	background: url(../images/bub2-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble2 div div {
	background: url(../images/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 10px 15px 25px;
	width: auto;
}

div.bubble3 div {
	background: url(../images/bub3-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble3 div div {
	background: url(../images/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 10px 15px 45px;
	width: auto;
}

div.bubble4 div {
	background: url(../images/bub4-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

div.bubble4 div div {
	background: url(../images/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 10px 15px 45px;
	width: auto;
}

/* Legend */
.legend-title {
	background: #FFFFFF;
	display: block;
	font-size: 100%;
	float: left;
	font-weight: bold;
	left: 7px;
	margin: 0;
	padding: 0 3px;
	position: absolute;
	top: -10px;
}

.legend {
	border: 1px solid #E6E6E6;
	margin: 20px 0;
	padding: 0 10px;
	position: relative;
}
/*------------------------------------------------------------------------
# $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.
-------------------------------------------------------------------------*/

/* Son of Suckerfish Dropdowns
---------------------------------------------------------
Originally developed by Patrick Griffiths and Dan Webb
http://www.htmldog.com/articles/suckerfish/dropdowns/
---------------------------------------------------------
NOTE: After a deep research, we decide to divide this
CSS into 2 parts. The first part will define the layout.
The second part will define the visual look for this menu.
---------------------------------------------------------*/

#ja-cssmenu {
	margin: 0; /* all lists */
	padding: 0;
}

#ja-cssmenu ul {
	margin: 0; /* all lists */
	padding: 0;
}

#ja-cssmenu li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	background: none;
}

#ja-cssmenu li ul {
	width: 16.4em;
	position: absolute; /* second-level lists */
	z-index: 99;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto;
	w\idth: 15.9em;
}

#ja-cssmenu li ul ul {
	margin: -2em 0 0 15em; /* third-and-above-level lists */
}

#ja-cssmenu li li {
	padding: 0 1em 0 0;
	margin: 0;
	width: 14.9em;
}

#ja-cssmenu ul a {
	width: 14.8em;
	w\idth: 10.8em;
}

#ja-cssmenu li:hover ul ul, #ja-cssmenu li:hover ul ul ul,
#ja-cssmenu li.sfhover ul ul, #ja-cssmenu li.havechildsfhover ul ul, #ja-cssmenu li.havechild-activesfhover ul ul, #ja-cssmenu li.activesfhover ul ul,
#ja-cssmenu li.sfhover ul ul ul, #ja-cssmenu li.havechildsfhover ul ul ul, #ja-cssmenu li.havechild-activesfhover ul ul ul, #ja-cssmenu li.activesfhover ul ul ul {
	left: -999em;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
#ja-cssmenu li:hover ul, #ja-cssmenu li li:hover ul, #ja-cssmenu li li li:hover ul,
#ja-cssmenu li.sfhover ul, #ja-cssmenu li.havechildsfhover ul, #ja-cssmenu li.havechild-activesfhover ul, #ja-cssmenu li.activesfhover ul,
#ja-cssmenu li li.sfhover ul, #ja-cssmenu li li.havesubchildsfhover ul, #ja-cssmenu li li.havesubchild-activesfhover ul, #ja-cssmenu li li.activesfhover ul,
#ja-cssmenu li li li.sfhover ul, #ja-cssmenu li li li.havesubchildsfhover ul, #ja-cssmenu li li li.havesubchild-activesfhover ul, #ja-cssmenu li li li.activesfhover ul {
	left: auto;
}

/* STYLING THE MENU
-----------------------------------*/
/* 1st level */
#ja-cssmenu li a {
	display: block;
	text-decoration: none;
	font-size: 115%;
	color: #F6BCD5;
	padding: 10px 20px;
	font-weight: bold;
}

#ja-cssmenu li a:hover,
#ja-cssmenu li a:active,
#ja-cssmenu li a:focus {
	color: #FFFFFF;
}

#ja-cssmenu li:hover a,
#ja-cssmenu li.sfhover a,
#ja-cssmenu li.havechildsfhover a,
#ja-cssmenu li.havechild-activesfhover a {
	color: #FFFFFF;
	background: url(../../images/arrow-3.gif) no-repeat center bottom;
}

#ja-cssmenu li a.active,
#ja-cssmenu li a.active:hover,
#ja-cssmenu li a.active:active,
#ja-cssmenu li a.active:focus {
	color: #FFFFFF;
	background: url(../../images/arrow-3.gif) no-repeat center bottom;
}

/* 2nd level and above */
#ja-cssmenu li ul {
	border: 1px solid #202020;
	background: url(../../images/trans-bg.png);
}

#ja-cssmenu li ul ul {
	border: 1px solid #202020;
}

#ja-cssmenu li ul li {
	border-bottom: 1px solid #202020;
	border-right: none;
	background: none;
}

#ja-cssmenu li ul a {
	border-right: none;
	margin: 0;
	padding: 7px 10px;
	background: none !important;
	text-transform: none;
	font-weight: normal;
	font-size: 100%;
	white-space: nowrap;
	color: #CCCCCC !important;
}

#ja-cssmenu li.havesubchild,
#ja-cssmenu li.havesubchild-active {
	background: url(img/arrow-1.gif) no-repeat 95% 50%;
}

#ja-cssmenu li ul a:hover,
#ja-cssmenu li ul a:active,
#ja-cssmenu li ul a:focus,
#ja-cssmenu ul li:hover,
#ja-cssmenu ul li.sfhover,
#ja-cssmenu ul li.havesubchildsfhover,
#ja-cssmenu ul li.havesubchild-activesfhover,
#ja-cssmenu ul ul li:hover,
#ja-cssmenu ul ul li.sfhover,
#ja-cssmenu ul ul li.havesubchildsfhover,
#ja-cssmenu ul ul li.havesubchild-activesfhover {
	background: #D7025F;
	color: #FFFFFF !important;
}

#ja-cssmenu ul li a.active {
	background: none !important;
	color: #FFFFFF !important;
	font-weight: bold !important;
}

#ja-cssmenu ul li a.active:hover,
#ja-cssmenu ul li a.active:active,
#ja-cssmenu ul li a.active:focus {
	color: #FFFFFF !important;
}
/*------------------------------------------------------------------------
# JA Mootabs css 1.0 - June, 2008
# ------------------------------------------------------------------------
# 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
-------------------------------------------------------------------------*/

.ja-tabswrap {
	padding: 0;
	margin: 0;
}

.container {
	position: relative;
	overflow: hidden;
	height: 100%;
	z-index: 10;
}

.ja-tabswrap div.ja-tab-subcontent {
	padding: 0px;	
}

.ja-tabswrap div.ja-tab-content {
	position: absolute;	
	border: none;
	z-index: 100;
	padding: 0;
	width: 100%;
}

.ja-tabswrap .ja-tab-content ul {
	margin: 0 !important;
	padding: 0 !important;
}

.ja-tabswrap .ja-tab-content li {
	padding: 4px 0 6px;
	margin: 0;
	background: none;
}

/* For tabs Top */
.ja-tabs-title-top {
	position: relative;
	z-index: 10;
}

.ja-tabs-title-top ul.ja-tabs-title {
	margin: 0;
	padding: 0;
	position: absolute;
}

* html .ja-tabs-title-top ul.ja-tabs-title { /*IE 6*/
	bottom: -1px;
}

.ja-tabs-title-top ul.ja-tabs-title li {
	float: left;
	background: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	display: block;
}

.ja-tab-panels-top {
	position: relative;
	clear: both;
	overflow: hidden;
	bottom: 0;
	left: 0px;
	width: 100%;
	z-index:1px;	
}

*+html  .ja-tab-panels-top{

}
/*End*/


/*For tabs Left*/
.ja-tabs-title-left {
	float:left;	
}

.ja-tabs-title-left ul.ja-tabs-title {
	margin: 0;
	padding: 0;
	top: 10px;
	left: 0px;
	width: 100%;
}

.ja-tabs-title-left ul.ja-tabs-title li {
	margin: 0px 0 0 1px;
	padding: 0;
	cursor: pointer;
	display: block;
}

.ja-tab-panels-left {
	position: relative;
	overflow: hidden;
	top: 5px;
	height:98%;
	left:10px;
}
/*End*/


/*For tabs right*/
.ja-tabs-title-right {
	position: relative;
	float:right;	
	height:100%;
}

.ja-tabs-title-right ul.ja-tabs-title {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	right: 0;
	width: 100%;
}

.ja-tabs-title-right ul.ja-tabs-title li {
	margin: 0 0 0 1px;
	padding: 0;
	cursor: pointer;
	display: block;
}

.ja-tab-panels-right {
	position: relative;
	overflow: hidden;
	top: 5px;
	height:98%;
}

/* for tabs bottom */
.ja-tabs-title-bottom {
}

.ja-tabs-title-bottom ul.ja-tabs-title {
	margin: 0;
	padding: 0;
	position: absolute;
}

* html .ja-tabs-title-bottom ul.ja-tabs-title { /*IE 6*/
	top: -1px;
}

.ja-tabs-title-bottom ul.ja-tabs-title li {
	float: left;
	margin: 0;
	padding: 0;
	cursor: pointer;
	display: block;
}

.ja-tab-panels-bottom {
	position: relative;
	clear: both;
	overflow: hidden;
	top: 0;
	width:98%;
	left: 10px;
	right: 0px;
	z-index: 1;
}
/*End*/