/*------------------------------------------------------------------------
# JA Quillaja for Joomla 1.5 - Version 1.4 - Licence Owner JA164332
# ------------------------------------------------------------------------
# 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.
-------------------------------------------------------------------------*/
HTML, BODY, FORM, FIELDSET
{
	margin: 0;
	padding: 0;
}
BODY
{
	background: #FFFFFF;
	color: #000000;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	line-height: 150%;
}
BODY#bd
{
	background: #FCF3EE;
	color: #333333;
	text-align: center;
}
BODY.contentpane
{
	margin: 1em 2em;
	width: auto;
/*Printable Page*/
	background: #FFFFFF;
	color: #000000;
}
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: #FF9A48;
	text-decoration: none;
	border-bottom: 1px none #000000;
}
A:hover, A:active, A:focus
{
	color: #FF9A48;
	text-decoration: none;
	border-bottom: none;
}
/*Title text*/
.contentheading, .componentheading, .blog_more STRONG, H1, H2, H3, H4, H5, H6
{
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
/*Small text*/
SMALL, .small, .smalldark, .mosimage_caption
{
	font-size: 100%;
	color: #999999;
}
/*Heading*/
H1
{
	font-size: 225%;
}
H2
{
	font-size: 200%;
}
H3
{
	font-size: 175%;
}
H4
{
	font-size: 125%;
	text-transform: uppercase;
}
P, PRE, BLOCKQUOTE, UL, OL, H1, H2, H3, H4, H5, H6
{
	margin: 10px 0;
	padding: 0;
}
UL
{
	list-style: none;
}
UL LI
{
	padding-left: 35px;
	line-height: 170%;
	background: url(../images/bullet-list.gif) no-repeat 25px 8px;
}
OL LI
{
	margin-left: 35px;
	line-height: 170%;
}
TH
{
	padding: 5px;
	font-weight: bold;
	text-align: left;
}
FIELDSET
{
	border: none;
}
FIELDSET A
{
	font-weight: bold;
}
HR
{
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #CCCCCC;
	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, .button:hover
{
}
.button:active, .button:focus
{
}
.inputbox
{
	border: 1px solid #999999;
	margin-bottom: 1px;
}
.inputbox:hover, .inputbox:focus
{
	border-color: #333333;
}
/*BONUS TYPOGRAPHY STYLES
-------------------------------------------------------------------------
Code text*/
PRE, .code
{
	margin: 15px 0;
	padding: 15px 25px 15px 15px;
	background: #F7F7F7;
	border-top: 3px solid #CCCCCC;
	font: 1em/1.5 monospace;
}
/*Quote*/
BLOCKQUOTE
{
	padding: 15px 40px 15px 60px;
	background: url(../images/open_quotes.gif) no-repeat 20px 10px;
	font: 12px/1.5 Georgia, Times, serif;
}
P.quote
{
	margin: 0;
	padding: 0;
	background: url(../images/close_quotes.gif) no-repeat bottom right;
}
/*Quote hilight*/
DIV.quote-grey
{
	background: #F7F7F7 url(../images/q1_std.gif) no-repeat 20px 10px;
	padding: 0;
	margin: 0;
	border: 1px dotted #999999;
}
DIV.quote-grey BLOCKQUOTE
{
	background: url(../images/q2_std.gif) no-repeat right bottom;
	margin: 0;
}
DIV.quote-hilite
{
	color: #FFFFFF;
	background: #FF9A48 url(../images/q1_std_hl.gif) no-repeat 10px 10px;
	margin-top: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
}
DIV.quote-hilite BLOCKQUOTE
{
	background: url(../images/q2_std_hl.gif) no-repeat right bottom;
	margin: 0;
}
/*Dropcap*/
.dropcap
{
	float: left;
	padding: 0 5px 0 0;
	display: block;
	color: #333333;
	font: 50px/40px Georgia, Times, serif;
}
.dropcap-hilite
{
	float: left;
	padding: 4px 3px 0;
	margin: 0 4px 0 0;
	display: block;
	color: #FFFFFF;
	background: #FF9A48;
	font: 50px/40px Georgia, Times, serif;
}
/*Tips, Error, Message, Hightlight*/
.error
{
	padding: 5px 5px 5px 25px;
	background: url(../images/bullet-error.gif) no-repeat center left;
	color: #CC0000;
}
.message
{
	padding: 5px 0 5px 25px;
	background: url(../images/bullet-info.gif) no-repeat center left;
	color: #006DA3;
}
.tips
{
	padding: 5px 5px 5px 25px;
	background: url(../images/bullet-tips.gif) no-repeat center left;
}
.highlight
{
	border-bottom: 1px dotted #FF9A48;
	padding: 0 1px;
	background: #FFF0E4;
	font-weight: bold;
}
A.watch-video
{
	padding: 5px 0 5px 20px;
	background: url(../images/bt_play_o.gif) no-repeat left center;
	border: none;
	text-decoration: none;
}
A.headphone
{
	padding: 5px 0 5px 25px;
	background: url(../images/img_headphones.gif) no-repeat left center;
	border: none;
	text-decoration: none;
}
/*Note Style*/
P.pinnote
{
	background: #FFF8F2 url(../images/pin-bg.gif) no-repeat top left;
	padding: 10px 10px 10px 50px;
	border: 1px dotted #F2CAB7;
}
P.clipnote
{
	background: #FFF8F2 url(../images/clip-bg.gif) no-repeat top left;
	padding: 10px 10px 10px 50px;
	border: 1px dotted #F2CAB7;
}
P.newspaper
{
	background: #FFF8F2 url(../images/newspaper-bg.gif) no-repeat top left;
	padding: 10px 10px 10px 50px;
	border: 1px dotted #F2CAB7;
}
/*Check list*/
UL.checklist
{
	list-style: none;
}
UL.checklist LI
{
	margin-left: 3px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0px 2px;
}
/*Big number list*/
.bignumber
{
	float: left;
	margin-right: 8px;
	padding: 7px;
	display: block;
	color: #FFFFFF;
	background: url(../images/ol-bg.gif) no-repeat top left;
	font: normal normal 20px Arial, sans-serif;
}
.blocknumber
{
	clear: both;
	margin: 5px 0;
	padding: 10px 15px;
	position: relative;
}
/*Small number list*/
OL.smallnumber
{
	margin: 0;
	padding: 0;
	list-style: none;
}
OL.smallnumber LI
{
	margin: 10px 0 0;
	padding: 2px 0 0 30px;
	line-height: normal;
}
OL.smallnumber LI.one
{
	background: url(../images/li-01.gif) no-repeat 0px 3px;
}
OL.smallnumber LI.two
{
	background: url(../images/li-02.gif) no-repeat 0px 3px;
}
OL.smallnumber LI.three
{
	background: url(../images/li-03.gif) no-repeat 0px 3px;
}
OL.smallnumber LI.four
{
	background: url(../images/li-04.gif) no-repeat 0px 3px;
}
OL.smallnumber LI.five
{
	background: url(../images/li-05.gif) no-repeat 0px 3px;
}
OL.smallnumber LI.six
{
	background: url(../images/li-06.gif) no-repeat 0px 3px;
}
OL.smallnumber LI.seven
{
	background: url(../images/li-07.gif) no-repeat 0px 3px;
}
OL.smallnumber LI.eight
{
	background: url(../images/li-08.gif) no-repeat 0px 3px;
}
OL.smallnumber LI.nine
{
	background: url(../images/li-09.gif) no-repeat 0px 3px;
}
OL.smallnumber LI.ten
{
	background: url(../images/li-10.gif) no-repeat 0px 3px;
}
/*Talking box. Thinking box.*/
DIV.bubble1, DIV.bubble2, DIV.bubble3, DIV.bubble4
{
	margin: 15px 0;
}
DIV.bubble1 DIV
{
	margin: 0;
	width: 100%;
	background: url(../images/bub1-br-bg.gif) no-repeat bottom right;
}
DIV.bubble1 DIV DIV
{
	background: url(../images/bub1-bl-bg.gif) no-repeat bottom left;
}
DIV.bubble1 DIV DIV DIV
{
	background: url(../images/bub1-tr-bg.gif) no-repeat top right;
}
DIV.bubble1 DIV DIV DIV DIV
{
	background: url(../images/bub1-tl-bg.gif) no-repeat top left;
}
DIV.bubble1 DIV DIV DIV DIV DIV
{
	margin: 0;
	padding: 15px 15px 30px;
	width: auto;
}
DIV.bubble2 DIV
{
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br-bg.gif) no-repeat bottom right;
}
DIV.bubble2 DIV DIV
{
	background: url(../images/bub2-bl-bg.gif) no-repeat bottom left;
}
DIV.bubble2 DIV DIV DIV
{
	background: url(../images/bub2-tr-bg.gif) no-repeat top right;
}
DIV.bubble2 DIV DIV DIV DIV
{
	background: url(../images/bub2-tl-bg.gif) no-repeat top left;
}
DIV.bubble2 DIV DIV DIV DIV DIV
{
	margin: 0;
	padding: 15px 15px 35px;
	width: auto;
}
DIV.bubble3 DIV
{
	margin: 0;
	width: 100%;
	background: url(../images/bub3-br-bg.gif) no-repeat bottom right;
}
DIV.bubble3 DIV DIV
{
	background: url(../images/bub3-bl-bg.gif) no-repeat bottom left;
}
DIV.bubble3 DIV DIV DIV
{
	background: url(../images/bub3-tr-bg.gif) no-repeat top right;
}
DIV.bubble3 DIV DIV DIV DIV
{
	background: url(../images/bub3-tl-bg.gif) no-repeat top left;
}
DIV.bubble3 DIV DIV DIV DIV DIV
{
	margin: 0;
	padding: 15px 15px 50px;
	width: auto;
}
DIV.bubble4 DIV
{
	margin: 0;
	width: 100%;
	background: url(../images/bub4-br-bg.gif) no-repeat bottom right;
}
DIV.bubble4 DIV DIV
{
	background: url(../images/bub4-bl-bg.gif) no-repeat bottom left;
}
DIV.bubble4 DIV DIV DIV
{
	background: url(../images/bub4-tr-bg.gif) no-repeat top right;
}
DIV.bubble4 DIV DIV DIV DIV
{
	background: url(../images/bub4-tl-bg.gif) no-repeat top left;
}
DIV.bubble4 DIV DIV DIV DIV DIV
{
	margin: 0;
	padding: 15px 15px 55px;
	width: auto;
}
/*Caption Box*/
.caption
{
	border: 1px solid #CCCCCC;
	padding: 15px 10px 10px;
	margin: 20px 0 19px;
	position: relative;
	line-height: normal;
}
.caption SPAN.title
{
	position: absolute;
	top: -7px;
	left: 10px;
	margin: 0 0 0 -2px;
	padding: 0 2px;
	line-height: 14px;
	background: #FFFFFF;
	color: #999999;
}
/*Box style*/
.box-grey, .box-hilite
{
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
	margin: 20px 0 0;
	padding: 10px;
}
.box-hilite
{
	border: 1px dotted #F2CAB7;
	background: #FFF8F2;
}
.comment, .comment:hover, .comment:active
{
	background: none;
	margin: 0;
	padding: 0 0 0 25px;
	border-bottom: none;
}
.rss, .rss:hover, .rss:active
{
	background: url(../images/rss.gif) no-repeat top left;
	margin: 0;
	padding: 0 13px 3px;
	border-bottom: none;
}
IMG.border
{
	padding: 1px;
	border: 1px solid #CCCCCC;
	margin: 5px 0 2px 2px;
}
/*MODULE
---------------------------------------------------------*/
DIV.moduletable-hilite2 H3, DIV.moduletable H3
{
	margin: 0 0 10px;
	padding: 0;
	color: #333333;
	font-size: 130%;
	letter-spacing: normal;
	text-transform: uppercase;
}
DIV.moduletable-hilite2, DIV.moduletable
{
	margin: 0;
	padding: 5px 1px 10px;
}
#ja-col1 DIV.moduletable H3
{
	margin: 0 -10px 10px -12px;
	padding: 5px 0 5px 10px;
	background: #F7F7F7;
}
DIV.moduletable-hilite2 H3, #ja-col2 DIV.moduletable H3
{
	background: #F0F0F0 url(../images/col2-h3-bg1.gif) no-repeat bottom right;
	padding: 5px 0 5px 5px;
	margin: 0 -5px 10px;
	border: 1px solid #E8E8E8;
}
DIV.moduletable-hilite2 H3
{
	padding-left: 10px;
}
#ja-col1 DIV.moduletable
{
	padding-bottom: 10px;
	margin: 0 10px;
	color: #333333;
}
DIV.moduletable-hilite2, #ja-col2 DIV.moduletable
{
	padding: 0 10px 10px;
}
/*Hilite module*/
DIV.moduletable-hilite1 H3
{
	margin: 0;
	padding: 0;
	color: #FF9A48;
	font-size: 130%;
	text-transform: uppercase;
}
DIV.moduletable-hilite1
{
	background: #000000;
	padding: 5px 12px 10px;
}
DIV.moduletable-hilite2 H3
{
	margin: 30px -10px 0 -12px;
	background: #000000;
	color: #FF9A48;
	border-bottom: 5px solid #FF9A48;
}
/*JOOMLA STYLE
---------------------------------------------------------*/
.article_separator
{
	display: block;
	background: url(../images/sep.gif) repeat-x center;
	height: 20px;
}
TABLE.blog .article_separator
{
}
#ja-col1 .article_separator, #ja-col2 .article_separator, #ja-topsl .article_separator, #ja-botsl .article_separator
{
	display: none;
}
TABLE.contentpane
{
	border: none;
	width: 100%;
	border-collapse: collapse;
}
TABLE.contentpaneopen
{
	border: none;
	border-collapse: collapse;
}
TABLE.contenttoc
{
	margin: 0 0 10px 10px;
	padding: 0 0 5px;
	width: 35%;
	border: 1px solid #CCCCCC;
}
TABLE.contenttoc A
{
	font-weight: bold;
}
TABLE.contenttoc TD
{
	padding: 5px 5px 2px 20px;
	background: url(../images/bullet-list.gif) no-repeat 10px 12px;
}
TABLE.contenttoc TH
{
	text-indent: 5px;
	border-bottom: 1px solid #CCCCCC;
	background: #F7F7F7;
	text-transform: uppercase;
}
TABLE.poll
{
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}
TABLE.pollstableborder
{
	border: none;
	padding: 0;
	width: 100%;
	text-align: left;
}
TABLE.pollstableborder IMG
{
	vertical-align: baseline;
}
TABLE.pollstableborder TD
{
	padding: 2px !important;
}
TABLE.pollstableborder TR.sectiontableentry1 TD
{
	border: none;
	background: #EFEFEF;
}
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: 15px 0;
}
.blog_more STRONG
{
	margin: 0 0 5px;
	display: block;
	font-size: 150%;
}
.blog_more UL
{
	margin: 0;
	padding: 0;
}
.blog_more UL LI
{
	padding-left: 13px;
	background: url(../images/bullet-list.gif) no-repeat 2px 8px;
	margin: 0;
}
TD.buttonheading
{
	padding: 0 0 0 5px !important;
	text-align: center;
}
TD.buttonheading A
{
	border: none;
}
.category
{
	font-weight: bold;
	text-transform: uppercase;
}
.clr
{
	clear: both;
}
.componentheading
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	background: url(../images/sep.gif) repeat-x bottom;
	color: #333333;
	font-size: 200%;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
}
.contentdescription
{
	padding-bottom: 30px;
}
TABLE.blog .contentheading
{
	font-size: 150%;
	font-weight: bold;
	line-height: normal;
}
.contentheading
{
	font-size: 200%;
	font-weight: bold;
	line-height: normal;
	color: #FF9A48;
}
A.contentpagetitle
{
	border-bottom: none;
}
A.contentpagetitle:hover, A.contentpagetitle:active, A.contentpagetitle:focus
{
	border-bottom: none;
}
A.readon
{
	border-bottom: none;
	font-weight: bold;
}
A.readon:hover, A.readon:active, A.readon:focus
{
	border-bottom: none;
}
TABLE.contentpaneopen TD, TABLE.contentpane TD
{
}
TABLE.contentpaneopen, TABLE.contentpane, TABLE.blog
{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.createdate
{
	margin: 5px 0 10px;
	color: #999999;
}
.modifydate
{
	color: #999999;
	height: 15px;
}
.moduletable
{
	padding: 0;
}
.mosimage
{
	margin: 15px 10px 10px 0 !important;
	margin: 15px 5px 10px 0;
	padding: 0;
}
.mosimage IMG
{
}
.mosimage_caption
{
	margin-top: 5px;
	padding: 1px 2px;
	color: #999999;
}
.pagenav, .pagenav_prev, .pagenav_next, .pagenavbar
{
	padding: 0 2px;
}
A.pagenav, .pagenav_prev A, .pagenav_next A, .pagenavbar A
{
}
.pagenavbar
{
}
.pagenavcounter
{
	padding: 8px 14px 0;
	background: url(../images/pages.gif) no-repeat 0 11px;
}
.sectiontableheader
{
	padding: 5px;
	background: #333333;
	color: #FFFFFF;
	font-weight: bold;
}
TR.sectiontableentry1 TD
{
	padding: 5px;
	border-bottom: 1px solid #DDDDDD;
	background: #FFFFFF;
}
TR.sectiontableentry2 TD
{
	padding: 5px;
	border-bottom: 1px solid #DDDDDD;
	background: #EFEFEF;
}
TR.sectiontableentry1:hover TD, TR.sectiontableentry2:hover TD
{
	background: #FFF0E4;
}
.small
{
}
.smalldark
{
	text-align: left;
}
DIV.syndicate DIV
{
	text-align: center;
}
.pollstableborder TR.sectiontableentry1 TD, .pollstableborder TR.sectiontableentry2 TD
{
	background: none;
}
/*MAIN LAYOUT DIVS
---------------------------------------------------------*/
#ja-wrapper
{
}
#ja-headerwrap, #ja-topslwrap, #ja-botslwrap, #ja-mainnavwrap1, #ja-subnavwrap, #ja-footerwrap, #ja-hpwrap
{
	clear: both;
	width: 100%;
}
#ja-header, #ja-topsl, #ja-botsl, #ja-mainnavwrap2, #ja-mainnav-inner, #ja-mnshadow, #ja-subnav, #ja-slwrap, #ja-containerwrap, #ja-containerwrap-c1, #ja-containerwrap-c2, #ja-containerwrap-f, #ja-footer, #ja-hp
{
	margin: 0 auto;
	width: 750px;
	text-align: left;
}
DIV.ja-w1
{
	width: 770px;
	margin: 0 auto;
	clear: both;
}
.wide #ja-header, .wide #ja-topsl, .wide #ja-botsl, .wide #ja-mainnavwrap2, .wide #ja-mainnav-inner, .wide #ja-mnshadow, .wide #ja-subnav, .wide #ja-slwrap, .wide #ja-containerwrap, .wide #ja-containerwrap-c1, .wide #ja-containerwrap-c2, .wide #ja-containerwrap-f, .wide #ja-footer, .wide #ja-hp
{
	margin: 0 auto;
	width: 950px;
	text-align: left;
}
.wide DIV.ja-w1
{
	width: 970px;
	margin: 0 auto;
}
/*PRIMARY COLUMN
---------------------------------------------------------*/
#ja-content
{
	float: left;
	width: 60%;
	overflow: hidden;
}
#ja-content DIV.innerpad
{
	clear: both;
	margin: 0;
	padding: 20px 15px 15px 10px;
	display: block;
	height: 400px;
}
#ja-content DIV.innerpad-bg
{
	clear: both;
	margin: 0;
	padding: 20px 15px 15px 10px;
	display: block;
	height: 400px;
	/*[disabled]background:url(../images/innerpad-bg.gif) no-repeat top left;*/
}
HTML>BODY #ja-content DIV.innerpad-bg, HTML>BODY #ja-content DIV.innerpad
{
	height: auto;
	min-height: 400px;
	overflow: hidden;
}
/*SECONDARY COLUMNS
---------------------------------------------------------*/
#ja-colwrap
{
	float: right;
	width: 40%;
}
#ja-col1
{
	float: left;
	width: 50%;
	color: #FFFFFF;
	overflow: hidden;
	padding-bottom: 10px;
}
#ja-col2
{
	float: right;
	width: 49.9%;
	overflow: hidden;
	padding-bottom: 10px;
	background: url(../images/col2-bg.gif) no-repeat top left;
}
#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
---------------------------------------------------------*/
DIV.ja-w1
{
	padding: 11px 0;
	/*[disabled]background:url(../images/cwrap-bg.gif) no-repeat bottom center;*/
}
.wide DIV.ja-w1
{
	padding: 11px 0;
	/*[disabled]background:url(../images/cwrap-wide-bg.gif) no-repeat bottom center;*/
}
DIV.ja-w2
{
	/*[disabled]background:url(../images/cwrap-right-bg.gif) repeat-y top right;*/
}
DIV.ja-w3
{
	background: url(../images/cwrap-left-bg.gif) repeat-y top left;
}
#ja-containerwrap
{
	background: url(../images/mainwrap-bg1.gif) repeat-y 60% 0;
}
#ja-container
{
	background: url(../images/mainwrap-bg2.gif) repeat-y 80% 0;
}
#ja-containerwrap, #ja-containerwrap-c1, #ja-containerwrap-c2, #ja-containerwrap-f
{
	border: 1px solid #999999;
}
/*full*/
#ja-containerwrap-f, #ja-containerwrap-f #ja-container
{
	background: #FFFFFF;
}
#ja-containerwrap-f #ja-content
{
	width: 100%;
}
/*content + col1*/
#ja-containerwrap-c1
{
	background: url(../images/mainwrap-bg3.gif) repeat-y 80% 0;
}
#ja-containerwrap-c1 #ja-container, #ja-containerwrap-c2 #ja-container
{
	background: none;
}
#ja-containerwrap-c1 #ja-content, #ja-containerwrap-c2 #ja-content
{
	width: 80%;
}
#ja-containerwrap-c1 #ja-colwrap, #ja-containerwrap-c2 #ja-colwrap
{
	width: 20%;
}
#ja-containerwrap-c1 #ja-col1, #ja-containerwrap-c1 #ja-col2, #ja-containerwrap-c2 #ja-col1, #ja-containerwrap-c2 #ja-col2
{
	width: 100%;
}
/*content + col2*/
#ja-containerwrap-c2
{
	background: url(../images/mainwrap-bg2.gif) repeat-y 80% 0;
}
/*HEADER
---------------------------------------------------------*/
#ja-headerwrap
{
	background: #000000 url(../images/header-bg.gif) repeat-x center bottom;
}
#ja-header
{
	padding: 15px 0;
	line-height: normal;
	text-align: left;
	position: relative;
	height: 42px;
	background: #000000 url(../images/header-narrow-bg.jpg) no-repeat left bottom;
}
.wide #ja-header
{
	background: #000000 url(../images/header-bg.jpg) no-repeat left bottom;
	width: 772px;
	/*+placement:shift -106px -1px;*/
	position: relative;
	left: -106px;
	top: -1px;
}
#ja-header H1
{
	/*[disabled]position:absolute;*/
	margin: 0;
	/*[disabled]padding:0;*/
	top: 50px;
	left: 40px;
	float: left;
	font-size: 2.5em;
	text-indent: -1000px;
}
#ja-header H1 A
{
	width: 240px;
	height: 49px;
	display: block;
	border: none;
	/*[disabled]+placement:shift 1px -3px;*/
}
#ja-header H1 IMG
{
	float: left;
}
#ja-header A
{
}
/*MAIN NAVIGATION
---------------------------------------------------------*/
#ja-mainnavwrap1
{
	background: #000000;
	font-family: Tahoma, Arial, sans-serif;
	border-bottom: 0px solid #323232;
	height: 0px;
}
#ja-mainnavwrap2
{
	padding: 0px 10px 0px 0;
	/*[disabled]background:url(../images/ma-bg.gif) no-repeat top right;*/
	height: 5px;
}
#ja-mainnavwrap
{
	background: url(../images/mainnav-wrap-bg1.gif) repeat-x top left;
	height: 34px;
}
#ja-mainnav-inner
{
	padding-left: 3px;
	background: url(../images/mainnav-left-bg.gif) no-repeat top left;
}
#ja-mainnav
{
	float: left;
	background: url(../images/mainnav-right-bg.gif) no-repeat top right;
	padding: 6px 0 7px;
	width: 100%;
}
#ja-mainnavwrap1 A, #ja-mainnavwrap1 A:hover, #ja-mainnavwrap1 A:active, #ja-mainnavwrap1 A:focus
{
	border-bottom: none;
}
#ja-mainnav UL
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#ja-mnshadow-wrap
{
	background-color: #F7EAE0;
}
#ja-mnshadow
{
	margin: 0 auto;
	height: 10px;
	background: #F7EAE0 url(../images/mn-sd-bg.gif) repeat-x top left;
}
#ja-subnavwrap
{
	background: #F7EAE0;
	padding-bottom: 10px;
}
#ja-subnav
{
	background: url(../images/subnav-bg.gif) no-repeat top center;
	padding-left: 20px;
}
.wide #ja-subnav
{
	background: url(../images/subnav-wide-bg.gif) no-repeat top center;
	padding-left: 20px;
}
#ja-search
{
	float: right;
	height: 0px;
}
#ja-search DIV.search
{
	margin: 0 0 5px 5px;
}
#ja-search DIV.search .inputbox
{
	width: 150px;
	border: 1px solid #EFEFEF;
	padding-left: 4px;
	background: #EFEFEF url(../images/icon-search.gif) no-repeat 95% 50%;
	margin-bottom: 0;
}
/*Default Joomla! Menu*/
A.mainlevel
{
	margin: 0;
	padding: 3px 5px 3px 14px;
	width: 99.9%;
	border: none;
	display: block;
	color: #333333;
	background: url(../images/bullet-list.gif) no-repeat 3px 10px;
}
A.mainlevel:hover, A.mainlevel:active, A.mainlevel:focus
{
	border: none;
	color: #FF9A48;
}
A.mainlevel#active_menu
{
	color: #FF9A48;
}
A.sublevel
{
	padding: 3px 3px 3px 14px;
	border-bottom: none;
	display: block;
	background: url(../images/sublevel-bg.gif) no-repeat top left;
}
A.sublevel:hover, A.sublevel:active, A.sublevel:focus
{
	border-bottom: none;
}
#active_menu
{
	color: #000000;
	font-weight: bold;
}
/*SPOTLIGHT
---------------------------------------------------------
Spotlight Box Style*/
.ja-box-left, .ja-box-center, .ja-box-right
{
	float: left;
	overflow: hidden;
	height: 164px;
}
.ja-box-full
{
	float: none;
	overflow: hidden;
}
.ja-box-left DIV.moduletable
{
	padding: 0 15px 0 0;
}
.ja-box-right DIV.moduletable
{
	padding: 0 0 0 15px;
}
.ja-box-center DIV.moduletable
{
	padding: 0 15px;
}
/*Top Spotlight*/
#ja-topslwrap
{
	border-bottom: 1px solid #E3D1C3;
	padding: 0;
	background: #F7EAE0;
}
#ja-topsl
{
}
#ja-topsl DIV.moduletable
{
	padding: 10px 10px 15px;
	background: none;
}
#ja-topsl DIV.ja-box-left, #ja-topsl DIV.ja-box-center
{
}
#ja-topsl H3
{
	margin: 0 0 5px;
	padding: 0;
	color: #FF9A48;
}
#ja-topsl DIV#innerpad
{
	padding: 0 1px;
}
#ja-topsl DIV.ja-box-left DIV.innerpad1, #ja-topsl DIV.ja-box-center DIV.innerpad1, #ja-topsl DIV.ja-box-right DIV.innerpad1
{
	padding-bottom: 10px;
	background: url(../images/topsl-sd-bg.gif) repeat-x bottom left;
}
#ja-topsl DIV.ja-box-center DIV.innerpad1
{
	margin: 0 0 0 5px;
}
#ja-topsl DIV.ja-box-right DIV.innerpad1
{
	margin: 0 0 0 5px;
}
#ja-topsl DIV.innerpad2
{
	color: #FFFFFF;
	border: 1px solid #999999;
	background: #000000;
}
/*Bottom Spotlight*/
#ja-botslwrap
{
	background: #F7EAE0;
	border-top: 1px solid #E3D1C3;
}
#ja-botslwrap DIV.ja-w1
{
	padding: 8px 0;
	/*[disabled]background:url(../images/botsl-bg.gif) no-repeat bottom center;*/
}
.wide #ja-botslwrap DIV.ja-w1
{
	/*[disabled]padding:8px 0;*/
	/*[disabled]background:url(../images/botsl-wide-bg.gif) no-repeat bottom center;*/
}
#ja-botslwrap DIV.ja-w2
{
	/*[disabled]background:url(../images/botsl-right-bg.gif) repeat-y top right;*/
}
#ja-botsl
{
	/*[disabled]border:1px solid #999999;*/
	/*[disabled]background:#FFFFFF;*/
	padding: 10px 0;
}
#ja-botsl DIV.moduletable
{
	padding: 0 10px;
	background: none;
}
#ja-botsl DIV.ja-box-left, #ja-botsl DIV.ja-box-center
{
	background: url(../images/h-sep.gif) repeat-y top right;
}
#ja-botsl H3
{
	margin: 0 0 10px;
	padding: 0;
}
#ja-botsl DIV.ja-botsl-inner
{
	margin: 0;
	padding: 0 1px;
	/*+placement:shift -13px 2px;*/
	position: relative;
	left: -13px;
	top: 2px;
}
/*Common Styles for both Spotlight Area*/
#ja-topsl UL, #ja-botsl UL
{
	margin: 0;
	padding: 0;
}
#ja-topsl LI, #ja-botsl LI
{
	padding-left: 12px;
	margin: 0;
	background: url(../images/bullet-list.gif) no-repeat 2px 8px;
}
#ja-topsl TD, #ja-botsl TD
{
	padding: 0px;
}
#ja-botsl .article_separator, #ja-topsl .article_separator
{
	display: none;
}
#ja-botsl TABLE, #ja-topsl TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
/*PATHWAY
---------------------------------------------------------*/
#ja-pathway
{
	margin: -10px 0 7px;
	display: block;
	line-height: normal;
	font-size: 11px;
}
#ja-pathway IMG
{
	margin: 0 5px 1px;
}
#ja-pathway STRONG
{
	margin-right: 5px;
}
#ja-pathway A
{
	font-weight: bold;
}
/*FOOTER
---------------------------------------------------------*/
#ja-footerwrap
{
	border-top: 1px solid #E3D1C3;
	background: #FFFFFF;
}
#ja-footer
{
	clear: both;
	padding: 10px 0;
	color: #999999;
	text-align: left;
	overflow: hidden;
	position: relative;
}
#ja-footer A
{
	color: #999999;
	font-weight: bold;
}
#ja-footer A:hover, #ja-footer A:active, #ja-footer A:focus
{
	color: #333333;
	font-weight: bold;
}
#ja-cert
{
	position: absolute;
	right: 0;
	top: 18px;
}
#ja-cert A
{
	padding-left: 2px;
	border-bottom: none;
}
/*MISCELLANOUS
-----------------------------------------------------------*/
UL.accessibility
{
	position: absolute;
	top: -100%;
}
#ja-hp-switch
{
	float: right;
	color: #CCCCCC;
	display: none;
	font-weight: bold;
	cursor: pointer;
	padding: 0 5px;
	/*+placement:shift -231px 3px;*/
	position: relative;
	left: -231px;
	top: 3px;
}
.ja-hp-active
{
	color: #FFFFFF !important;
	background: #FF9A48;
	border-bottom: 1px solid #000000;
}
#ja-hpwrap
{
	background: #EFEFEF;
	font-size: 11px;
}
#ja-hp
{
	line-height: normal;
}
DIV.ja-hpmodule
{
	float: right;
	padding: 3px 0 2px;
}
HTML>BODY DIV.ja-hpmodule
{
	float: right;
	padding: 5px 0;
}
DIV.ja-hpmodule FORM
{
	float: left;
}
DIV.ja-hpmodule FORM LABEL
{
	float: left;
	padding: 0 5px;
}
DIV.ja-hpmodule FORM INPUT.button
{
	padding: 0px 3px;
	background: #333333;
	border: 1px solid #333333;
	color: #CCCCCC;
	font-size: 11px !important;
}
DIV.ja-hpmodule FORM #mod_login_username, DIV.ja-hpmodule FORM #mod_login_password
{
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	width: 70px;
	margin-bottom: 0;
}
DIV.ja-hpmodule FORM #mod_login_remember
{
	margin-bottom: 0;
}
DIV.ja-hpmodule FORM A
{
	padding-left: 5px;
	border-left: 1px solid #CCCCCC;
}
/*User Tools*/
#ja-usertools
{
	padding: 7px 0 0;
	font-size: 11px;
	float: left;
}
#ja-usertools UL
{
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
}
#ja-usertools UL LI
{
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	display: inline;
}
#ja-usertools IMG
{
	padding: 0 3px 0 0;
}
DIV.innerpad
{
	padding: 0 10px;
}
.ja-banner
{
	margin-top: 10px;
	padding: 10px 0;
	text-align: center;
	background: url(../images/sep.gif) repeat-x top;
}
.ja-banner A, .ja-banner A:hover, .ja-banner A:active, .ja-banner A:focus
{
	border-bottom: none;
}
.ja-content-module
{
	margin-top: 15px;
	padding: 10px 0;
	text-align: center;
	background: url(../images/sep.gif) repeat-x top;
}
DIV.back_button A, DIV.back_button A:hover, DIV.back_button A:active, DIV.back_button A:focus
{
	border-bottom: none;
	float: left;
	margin: 10px 0;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
#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;
}
/*JA Newsflash*/
DIV.nftitle
{
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
DIV.nftitle A:link
{
	text-decoration: none;
	border: none;
}
DIV.nfimages
{
	text-align: center;
}
DIV.nfcontent
{
	margin: 0;
	padding-right: 20px;
}
