/*------------------------------------------------------------------------
# JA Fagus 1.0 - Nov, 2007
# ------------------------------------------------------------------------
# Copyright (C) 2004-2006 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
-------------------------------------------------------------------------*/

/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background: #FFFFFF;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 150%;
}

body#bd {
	padding: 0;
	color: #EFEFEF;
	background: url(../images/body-bg.jpg) repeat-x top #464646;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}

body.fs1 {
	font-size: 9px;
}

body.fs2{
	font-size: 10px;
}

body.fs3{
	font-size: 11px;
}

body.fs4{
	font-size: 12px;
}

body.fs5{
	font-size: 13px;
}

body.fs6{
	font-size: 14px;
}

/* Normal link */
a {
	color: #F26522;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #F26522;
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3 {
	font-weight: normal;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createdate {
	color: #666666;
	font-size: 100%;
}

/* Heading */
h1 {
	font-size: 175%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 15px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 30px;
	background: url(../images/bullet-list.gif) no-repeat 18px 8px;
	line-height: 180%;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #464646;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #333333;
}

.button {
	padding: 3px 8px;
	border-top: 1px solid #464646;
	border-right: 1px solid #1F1F1F;
	border-bottom: 1px solid #1F1F1F;
	border-left: 1px solid #464646;
	color: #FFFFFF;
	background: url(../images/grad1.gif) repeat-x center #F26522;
}

* html .button, *+html .button {
	padding: 2px 5px !important;
}

.inputbox {
	margin-bottom: 1px;
	padding: 3px 2px;
	border-top: 1px solid #464646;
	border-right: 1px solid #1F1F1F;
	border-bottom: 1px solid #1F1F1F;
	border-left: 1px solid #464646;
	background: url(../images/input-bg.gif) repeat-x top #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #666666;
	background-color: #464646;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	padding: 3px 0 3px 20px;
	background: url(../images/so-q.gif) no-repeat left top;
}

blockquote span.close {
	padding: 3px 20px 3px 0;
	background: url(../images/sc-q.gif) no-repeat bottom right;
}

/* Dropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #F26522;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 25px;
	color: #FF4444;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message {
	padding-left: 25px;
	color: #F26522;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 25px;
	color: #469EC0;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	padding: 1px 5px;
	background: #F26522;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	padding: 10px 0px 20px 50px;
	border: 1px solid #464646;
	background: url(../images/sticky-bg.gif) no-repeat 5px 10px #2A2A2A;
}

p.download {
	padding: 10px 0px 20px 50px;
	border: 1px solid #464646;
	background: url(../images/download-bg.gif) no-repeat 5px 10px #2A2A2A;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}

/* Check list */
ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url(../images/star-bg.gif) no-repeat 0 3px;
}

/* Smallnumber */
ol.smallnumber {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol.smallnumber li {
	margin: 10px 0 10px 30px;
	padding: 3px 0 5px 30px;
	line-height: 150%;
}

ol.smallnumber li.number-1 {
	background: url(../images/n-1.gif) no-repeat left top;
}

ol.smallnumber li.number-2 {
	background: url(../images/n-2.gif) no-repeat left top;
}

ol.smallnumber li.number-3 {
	background: url(../images/n-3.gif) no-repeat left top;
}

ol.smallnumber li.number-4 {
	background: url(../images/n-4.gif) no-repeat left top;
}

ol.smallnumber li.number-5 {
	background: url(../images/n-5.gif) no-repeat left top;
}

ol.smallnumber li.number-6 {
	background: url(../images/n-6.gif) no-repeat left top;
}

ol.smallnumber li.number-7 {
	background: url(../images/n-7.gif) no-repeat left top;
}

ol.smallnumber li.number-8 {
	background: url(../images/n-8.gif) no-repeat left top;
}

ol.smallnumber li.number-9 {
	background: url(../images/n-9.gif) no-repeat left top;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	color: #FFFFFF;
	background: url(../images/ol-bg.gif) no-repeat top left;
	font: 20px/normal Arial, sans-serif;
	font-weight: bold;
}

/* 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 {
	padding-left: 15px;
	margin-left: 15px;
	background: url(../images/author.gif) no-repeat center left;
	font-weight: bold;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub1-br.gif) no-repeat bottom right;
}

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: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br.gif) no-repeat bottom right;
}

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: 15px 15px 35px 15px;
	width: auto;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub3-br.gif) no-repeat bottom right;
}

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: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub4-br.gif) no-repeat bottom right;
}

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: 15px 15px 55px 15px;
	width: auto;
}

/* Legend */
.legend-title {
	margin: 0;
	padding: 0 3px;
	float: left;
	display: block;
	background-color: #2A2A2A;
	color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	top: -12px;
	left: 7px;
}

.legend {
	margin: 20px 0;
	padding: 0 10px;
	border: 1px solid #666666;
	background-color: #2A2A2A;
	position: relative;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
	display: block;
	background: url(../images/seperator.png) no-repeat center;
	height: 40px;
}

#ja-col1 .article_seperator, #ja-col2 .article_seperator {
	display: none;
}

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: 35%;
}

table.contenttoc a {
}

table.contenttoc td {
	padding: 3px 5px 3px 22px;
	background: url(../images/arrow.png) no-repeat 10px 9px;
}

table.contenttoc th {
	padding: 5px;
	border-top: 1px solid #464646;
	border-right: 1px solid #1F1F1F;
	border-bottom: 1px solid #1F1F1F;
	border-left: 1px solid #464646;
	background: url(../images/grad2.gif) repeat-x top #333333;
	font-weight: bold;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder .sectiontableheader {
	padding: 8px 5px !important;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	border: none;
	background: #464646;
}

table.pollstableborder tr.sectiontableentry2 td {
	border: none;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}

.adminform .inputbox {
}

.blog_more {
	margin: 10px 0;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	font-size: 155%;
	line-height: 30px;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 24px;
	background: url(../images/arrow.png) no-repeat 12px 5px;
}

td.buttonheading {
	padding: 0 0 0 8px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	padding: 0 0 15px 0;
	margin-bottom: 20px;
	background: url(../images/hdot2.gif) repeat-x bottom;
	font-size: 200%;
}

.contentdescription {
	padding-bottom: 30px;
}

.contentheading {
	padding-bottom: 5px;
	font-size: 200%;
}

a.contentpagetitle {
	color: #EFEFEF;
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	color: #F26522;
	text-decoration: none;
}

a.readon {
	float: left;
	width: 102px;
	display: block;
	background: url(../images/readon.gif) no-repeat bottom;
	color: #EFEFEF;
	font-size: 11px;
	line-height: 20px;
	text-indent: 25px;
	height: 20px;
}

a.readon:hover, a.readon:active, a.readon:focus {
	background: url(../images/readon.gif) no-repeat top;
	color: #FFFFFF;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding: 2px;
}

.modifydate {
	color: #666666;
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	margin: 15px 10px 5px 0;
	padding: 0 0 5px;
}

* html .mosimage {
	padding: 0 !important; /*IE 6*/
	margin: 15px 0 10px 0;
}

*+html .mosimage {
	padding: 0 !important; /*IE 7*/
	margin: 15px 5px 10px 0;
}

.mosimage img {
	padding: 0 !important;
	margin: 0 !important;
}

.mosimage_caption {
	margin-top: 3px;
	padding: 1px 2px;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
}

.pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 5px;
	border-top: 1px solid #464646;
	border-right: 1px solid #1F1F1F;
	border-bottom: 1px solid #1F1F1F;
	border-left: 1px solid #464646;
	background: url(../images/grad2.gif) repeat-x top #333333;
	font-weight: bold;
}

tr.sectiontableentry1 td {
	padding: 7px 5px;
	background: url(../images/hdot.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 7px 5px;
	background: url(../images/hdot.gif) repeat-x bottom;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/hdot.gif) repeat-x bottom #464646;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-header,
#ja-mainnav,
#ja-topsl,
#ja-pathwaywrap,
#ja-container,
#ja-botsl,
#ja-footer {
	width: 920px;
	margin: 0 auto;
	clear: both;
}

.narrow #ja-header,
.narrow #ja-mainnav,
.narrow #ja-topsl,
.narrow #ja-pathwaywrap,
.narrow #ja-container,
.narrow #ja-botsl,
.narrow #ja-footer {
	width: 770px;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-content {
	float: right;
	width: 55%;
	background: url(../images/content-center.gif) repeat-y;
}

#ja-content-top {
	background: url(../images/content-top.gif) no-repeat top;
}

#ja-content-bot {
	background: url(../images/content-bot.gif) no-repeat bottom;
}

.narrow #ja-content {
	background: url(../images/content-center-n.gif) repeat-y center;
}

.narrow #ja-content-top {
	background: url(../images/content-top-n.gif) no-repeat top center;
}

.narrow #ja-content-bot {
	background: url(../images/content-bot-n.gif) no-repeat bottom center;
}

/*Overrided background for '1 col + content' layout*/
#ja-containerwrap-c #ja-content {
	background: url(../images/content-center2.gif) repeat-y center;
}

#ja-containerwrap-c #ja-content-top {
	background: url(../images/content-top2.gif) no-repeat top center;
}

#ja-containerwrap-c #ja-content-bot {
	background: url(../images/content-bot2.gif) no-repeat bottom center;
}

.narrow #ja-containerwrap-c #ja-content {
	background: url(../images/content-center-n2.gif) repeat-y;
}

.narrow #ja-containerwrap-c #ja-content-top {
	background: url(../images/content-top-n2.gif) no-repeat top;
}

.narrow #ja-containerwrap-c #ja-content-bot {
	background: url(../images/content-bot-n2.gif) no-repeat bottom;
}

/*Overrided background for 'full content' layout*/
#ja-containerwrap-f #ja-content {
	background: url(../images/content-center3.gif) repeat-y;
}

#ja-containerwrap-f #ja-content-top {
	background: url(../images/content-top3.gif) no-repeat top;
}

#ja-containerwrap-f #ja-content-bot {
	background: url(../images/content-bot3.gif) no-repeat bottom;
}

.narrow #ja-containerwrap-f #ja-content {
	background: url(../images/content-center-n3.gif) repeat-y;
}

.narrow #ja-containerwrap-f #ja-content-top {
	background: url(../images/content-top-n3.gif) no-repeat top;
}

.narrow #ja-containerwrap-f #ja-content-bot {
	background: url(../images/content-bot-n3.gif) no-repeat bottom;
}

#ja-content div.ja-innerpad {
	clear: both;
	margin: 0;
	padding: 20px;
	display: block;
	height: 300px;
}

html>body #ja-content div.ja-innerpad {
	height: auto;
	min-height: 300px;
}

/* SECONDARY COLUMNS
--------------------------------------------------------- */
#ja-colwrap {
	float: left;
	width: 44.9%;
	overflow: hidden;
}

#ja-masscol {
	margin-bottom: 10px;
	width: 100%;
	float: left;
	display: block;
}

#ja-col1 {
	float: left;
	width: 50%;
	overflow: hidden;
}

#ja-col1 div.ja-innerpad {
	padding: 0 5px 0 0;
}
#ja-col1 div.module_menu li {
	background: none;
}
#ja-col1 div.module_menu a {
	width: 99%;
	display: block;
	color: #EFEFEF;
	background: url(../images/mainlevel-bg.gif) no-repeat right top;
	line-height: 32px;
	height: 32px;
}
#ja-col1 div.module_menu a:hover,
a:active,
a:focus {
	color: #F26522;
	background: url(../images/mainlevel-bg.gif) no-repeat right bottom;
	text-decoration: none;
}
#ja-col1 div.module_menu #current a {
	background: url(../images/mainlevel-bg.gif) no-repeat right bottom;
	font-weight: bold;
	color: #F26522;
}

#ja-col1 div.module_menu #current ul li a {
	padding: 5px 4px 5px 15px;
	display: block;
	background: url(../images/bullet-list.gif) no-repeat 5px 18px;
	color: #EFEFEF;
}

#ja-col1 div.module_menu #current ul li a:hover,
a:active,
a:focus {
	color: #F26522;
	text-decoration: none;
}

/********************************/
#ja-col2 div.module_menu li {
	background: none;
}
#ja-col2 div.module_menu a {
	width: 99%;
	display: block;
	color: #EFEFEF;
	background: url(../images/mainlevel-bg.gif) no-repeat right top;
	line-height: 32px;
	height: 32px;
}
#ja-col2 div.module_menu a:hover,
a:active,
a:focus {
	color: #F26522;
	background: url(../images/mainlevel-bg.gif) no-repeat right bottom;
	text-decoration: none;
}
#ja-col2 div.module_menu #current a {
	background: url(../images/mainlevel-bg.gif) no-repeat right bottom;
	font-weight: bold;
	color: #F26522;
}

#ja-col2 div.module_menu #current ul li a {
	padding: 5px 4px 5px 15px;
	display: block;
	background: url(../images/bullet-list.gif) no-repeat 5px 18px;
	color: #EFEFEF;
}

#ja-col2 div.module_menu #current ul li a:hover,
a:active,
a:focus {
	color: #F26522;
	text-decoration: none;
}
/********************************/

#ja-col2 {
	float: right;
	width: 49.9%;
	overflow: hidden;
}

#ja-col2 div.ja-innerpad {
	padding: 0 5px 0 0;
}

#ja-col1 table, #ja-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-col1 ul, #ja-col2 ul {
	margin: 0;
	padding: 0;
}

#ja-col1 ul li, #ja-col2 ul li {
	padding-left: 13px;
	background: url(../images/bullet-list.gif) no-repeat 2px 8px;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-containerwrap, #ja-containerwrap-cm, #ja-containerwrap-c, #ja-containerwrap-f {
	padding: 0;
}

#ja-container {
	padding: 10px 0;
}

/* full */
#ja-containerwrap-f #ja-content {
	width: 100%;
	float: none;
}

/* content + col + mass */
#ja-containerwrap-cm {
}

#ja-containerwrap-cm #ja-container {
	background: none;
}

#ja-containerwrap-cm #ja-col1,
#ja-containerwrap-cm #ja-col2 {
	width: 100%;
}

/* content + col */
#ja-containerwrap-c #ja-content {
	width: 78%;
}

#ja-containerwrap-c #ja-colwrap {
	width: 22%;
}

#ja-containerwrap-c #ja-colwrap div.innerpad {
	background: none;
}

#ja-containerwrap-c #ja-col1,
#ja-containerwrap-c #ja-col2 {
	width: 100%;
}

/* content + mass */
#ja-containerwrap-m {
}

#ja-containerwrap-m #ja-container {
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	background: url(../images/header-bg.jpg) no-repeat center top;
}

#ja-header {
	height: 150px;
	position: relative;
	z-index: 999;
}

h1.logo {
	margin: 0;
	padding: 0;
	width: 451px;
	font-size: 300%;
	position: absolute;
	top: 5px;
	left: 10px;
	height: 100px;
}

h1.logo a {
	width: 451px;
	float: left;
	display: block;
	background: url(../images/logo.png) no-repeat;
	color: #FFFFFF;
	text-transform: uppercase;
	text-indent: -5000px;
	height: 100px;
	outline: none;
}

/* Search */
#ja-search {
	width: 157px;
	background: url(../images/search-bg.png) no-repeat;
	line-height: 28px;
	position: absolute;
	top: 40px;
	right: 30px;
	height: 28px;
}

#ja-search .inputbox {
	width: 100px;
	padding: 0;
	border: none;
	margin: 7px 0 0 10px;
	background: none;
	color: #FFFFFF;
}

* html #ja-search .inputbox, *+html #ja-search .inputbox {
	margin: 1px 0 0 10px;
	!important: ;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	padding-top: 6px;
	background: url(../images/mainnav-bg.png) no-repeat;
	line-height: normal;
	position: absolute;
	bottom: 0;
}

.narrow #ja-mainnav {
	background: url(../images/mainnav-bg-n.png) no-repeat bottom;
}

#ja-mainnav a,
#ja-mainnav a:hover,
#ja-mainnav a:active,
#ja-mainnav a:focus {
	outline: none;
}

/* Default Joomla! Menu */
a.mainlevel {
	width: 99%;
	display: block;
	color: #EFEFEF;
	background: url(../images/mainlevel-bg.gif) no-repeat right top;
	line-height: 32px;
	height: 32px;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #F26522;
	background: url(../images/mainlevel-bg.gif) no-repeat right bottom;
	text-decoration: none;
}

a.mainlevel#active_menu {
	background: url(../images/mainlevel-bg.gif) no-repeat right bottom;
	font-weight: bold;
}

a.sublevel {
	padding: 5px 4px 5px 15px;
	display: block;
	background: url(../images/bullet-list.gif) no-repeat 5px 11px;
	color: #EFEFEF;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #F26522;
	text-decoration: none;
}

#active_menu {
	color: #F26522;
	font-weight: bold;
}

#ja-pathwaywrap {
	padding: 0;
	display: block;
	color: #EFEFEF;
	background: url(../images/pathway-bg.gif) no-repeat;
	text-indent: 20px;
	height: 45px;
	position: relative;
}

.narrow #ja-pathwaywrap {
	background: url(../images/pathway-bg-n.gif) no-repeat;
}

#ja-pathway {
	position: absolute;
	top: 8px;
	left: 0;
}

#ja-pathway strong {
	margin-right: 10px;
}

#ja-pathway img {
	margin: 0 5px 1px;
}

#ja-pathway a {
	font-weight: bold;
}

/* MODULE
--------------------------------------------------------- */
div.module h3, div.module_menu h3, div.module_text h3 {
	margin: 0 0 8px;
	padding: 0 5px 0 0;
	white-space: nowrap;
	background: url(../images/h3-bg.gif) no-repeat 50% 5px;
	font-size: 110%;
	font-weight: bold;
	line-height: 52px;
}

.narrow div.module h3 {
	background: url(../images/h3-bg-n.gif) no-repeat 50% 5px;
}

div.module h3 span {
	padding-left: 22px;
	display: block;
	background: url(../images/h3span-bg.gif) no-repeat left 45%;
}

.narrow div.module_menu h3 {
	background: url(../images/h3-bg-n.gif) no-repeat 50% 5px;
}

div.module_menu h3 span {
	padding-left: 22px;
	display: block;
	background: url(../images/h3span-bg.gif) no-repeat left 45%;
}

.narrow div.module_text h3 {
	background: url(../images/h3-bg-n.gif) no-repeat 50% 5px;
}

div.module_text h3 span {
	padding-left: 22px;
	display: block;
	background: url(../images/h3span-bg.gif) no-repeat left 45%;
}

div.module, div.module_menu, div.module_text,
div.module-hilite {
	margin: 0 0 10px;
	padding: 0;
	float: left;
	width: 100%;
	clear: both;
	background: url(../images/box-br.gif) no-repeat bottom right;
	overflow: hidden;
}

div.module div, div.module_menu div, div.module_text div,
div.module-hilite div {
	padding: 0;
	background: url(../images/box-bl.gif) no-repeat bottom left;
}

div.module div div, div.module_menu div div,  div.module_text 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_menu div div div,  div.module_text div div div,
div.module-hilite div div div {
	padding: 0 20px 20px;
	background: url(../images/box-tl.gif) no-repeat top left;
}

div.module div div div div, 
div.module_menu div div div div,  
div.module_text div div div div,
div.module-hilite div div div div
{
	background: none;
	padding: 0;
	margin: 0;
}

/*no-title module*/
div.module-notitle {
	margin: 0 0 10px;
	padding: 0;
	float: left;
	width: 100%;
	background: url(../images/box-br.gif) no-repeat bottom right;
}

div.module-notitle div {
	padding: 0;
	background: url(../images/box-bl.gif) no-repeat bottom left;
}

div.module-notitle div div {
	padding: 0;
	background: url(../images/box-notitle-tr.gif) no-repeat top right;
}

div.module-notitle div div div {
	padding: 20px;
	background: url(../images/box-notitle-tl.gif) no-repeat top left;
}

/* Module hilite */
div.module-hilite h3 {
	margin: 0 0 8px;
	padding: 0 5px 0 0;
	white-space: nowrap;
	background: none;
	font-size: 110%;
	font-weight: bold;
	line-height: 52px;
}

div.module-hilite h3 span {
	padding-left: 22px;
	display: block;
	background: url(../images/h3span-hilite-bg.gif) no-repeat center left;
}

div.module-hilite {
	background: url(../images/box-hilite-br.gif) no-repeat bottom right;
}

div.module-hilite div {
	background: url(../images/box-hilite-bl.gif) no-repeat bottom left;
}

div.module-hilite div div {
	background: url(../images/box-hilite-tr.gif) no-repeat top right;
}

div.module-hilite div div div {
	background: url(../images/box-hilite-tl.gif) no-repeat top left;
}

/*common style for module*/
div.module div div div div,
div.module-hilite div div div div,
div.module-notitle div div div div {
	margin: 0;
	padding: 0;
	float: none;
	background: none;
	overflow: hidden;
}

div.module .article_seperator,
div.module-hilite .article_seperator,
div.module-notitle .article_seperator {
	display: none;
}

.ja-innerdiv {
	float: left;
	width: 100%;
	clear: both;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

.ja-box-full {
	float: none;
	overflow: hidden;
}

#ja-botsl div.moduletable {
	padding: 15px 20px;
}

#ja-botsl div.ja-bot-right {
	background: none;
}

div.ja-box-leftcol {
	float: left;
}

/* Top Spotlight */
#ja-topslwrap {
	background: url(../images/topslwrap-bg.gif);
}

#ja-topsl {
	background: url(../images/topsl-bg.png);
	font-size: 115%;
	height: 180px;
}

.narrow #ja-topsl {
	background: url(../images/topsl-bg-n.png);
}

#ja-topsl h3, 
#ja-topsl div.nftitle
{
	padding: 0;
	margin: 2px 0 15px;
	font-size: 200%;
}
#ja-topsl div.nfcontent {
	margin: 10px 0 0 10px;
}
#ja-topsl h3 a,
#ja-topsl h3 a:hover,
#ja-topsl h3 a:active,
#ja-topsl h3 a:focus {
	color: #FFFFFF;
	text-decoration: none;
}

#ja-topsl div.moduletable {
	padding: 0;
	margin: 0;
}

#ja-topsl .ja-newflash {
	padding: 0;
	background: url(../images/topimg.png) no-repeat top left;
}

#ja-topsl .ja-newflash .moduletable{
	padding: 30px 20px 30px 400px;
	width: 500px;
}

.narrow #ja-topsl .ja-newflash .moduletable{
	padding: 30px 20px 30px 400px;
	width: 350px;
}

#ja-topsl ul {
	margin: 0;
	padding: 0;
}

#ja-topsl li {
	padding-left: 12px;
	margin: 0;
	background: url(../images/arrow.png) no-repeat 2px 10px;
}

/* Bottom Spotlight */
#ja-botsl {
	background: url(../images/botsl-bg.gif) no-repeat;
	color: #CCCCCC;
}

.narrow #ja-botsl {
	background: url(../images/botsl-bg-n.gif) no-repeat;
}

#ja-botsl h3 {
	margin: 0 0 5px;
	padding: 5px 5px 5px 24px;
	background: url(../images/h3span-bg.gif) no-repeat 0px 6px;
	font-size: 110%;
	font-weight: bold;
}

/* Common Style for Spotlight */
#ja-topsl a, #ja-botsl a {
	color: #CCCCCC;
}

#ja-topsl a:hover,
#ja-topsl a:active,
#ja-topsl a:focus,
#ja-botsl a:hover,
#ja-botsl a:active,
#ja-botsl a:focus {
	color: #F26522;
}

#ja-botsl ul {
	margin: 0;
	padding: 0;
}

#ja-botsl li {
	padding-left: 15px;
	margin: 0;
	background: url(../images/arrow.png) no-repeat 3px 7px;
}

#ja-topsl td, #ja-botsl td {
	padding: 0;
}

#ja-topsl .article_seperator, #ja-botsl .article_seperator {
	display: none;
}

#ja-topsl table, #ja-botsl table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	clear: both;
	background: url(../images/footer-bg.jpg) repeat-x top #1F1F1F;
}

#ja-footer {
	padding: 30px 0;
	position: relative;
}

#ja-footer small, #ja-footer address {
	padding: 0 0 0 20px;
	float: left;
	display: block;
	color: #666666;
	font-style: normal;
}

#ja-footer a {
	color: #666666;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	color: #F26522;
}

#ja-footer ul {
	margin: 0 0 5px 20px;
	padding: 0;
}

#ja-footer li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#ja-footer li a {
	padding: 0 20px 0 0;
	display: inline;
	font-weight: bold;
	line-height: normal;
}

/* USER TOOLS
--------------------------------------------------------- */
#ja-usertoolswrap {
	font-size: 11px;
	z-index: 2;
	position: absolute;
	top: 8px;
	right: 20px;
}

#ja-usertools {
	margin: 0;
	padding: 0;
	float: left;
}

#ja-usertools ul {
	margin: 0 0 0 10px;
	padding: 0;
	display: inline;
	line-height: normal;
}

#ja-usertools ul li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#ja-usertools img {
	padding: 0;
	margin: 0;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

#ja-banner {
	text-align: center;
	position: absolute;
	right: 10px;
	top: 25px;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
}

#mod_login_password, #mod_login_username {
	width: 90%;
}

#mod_login_remember {
	border: none;
	background: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

