/*------------------------------------------------------------------------
# JA Quillaja - June, 2007
# ------------------------------------------------------------------------
# Copyright (C) 2004-2007 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; font-family: Arial, sans-serif; line-height: 150%; background: #ffffff }

body#bd     { color: #000; background: #fff; text-align: center }

body.contentpane {
	margin: 1em 2em;
	width: auto; /* Printable Page */
	background: #FFFFFF;
	color: #000000;
}

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: #3b88bf; text-decoration: none }

a:hover, a:active, a:focus      { color: #022e5f; text-decoration: 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   { color: #7a7a7a; font-size: 100% }

/* 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  { font-size: 100%; font-family: Arial, sans-serif; padding: 1px }

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) 20px 10px no-repeat;
	font: 12px/1.5 Georgia, Times, serif;
}

p.quote {
	margin: 0;
	padding: 0;
	background: url(../images/close_quotes.gif) bottom right no-repeat;
}

/* Quote hilight */
div.quote-grey {
	background: url(../images/q1_std.gif) no-repeat 20px 10px #F7F7F7;
	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: url(../images/q1_std_hl.gif) no-repeat 10px 10px #880651;
	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 3px;
	margin: 0 4px 0 0;
	display: block;
	color: #FFFFFF;
	background: #880651;
	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 #880651;
	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: url(../images/pin-bg.gif) no-repeat top left #FFF8F2;
	padding: 10px 10px 10px 50px;
	border: 1px dotted #F2CAB7;
}

p.clipnote {
	background: url(../images/clip-bg.gif) no-repeat top left #FFF8F2;
	padding: 10px 10px 10px 50px;
	border: 1px dotted #F2CAB7;
}

p.newspaper {
	background: url(../images/newspaper-bg.gif) no-repeat top left #FFF8F2;
	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 7px;
	display: block;
	color: #FFFFFF;
	background: url(../images/ol-bg.gif) no-repeat top left;
	font: normal 20px/normal 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 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 15px;
	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 15px;
	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 15px;
	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 15px;
	width: auto;
}

/* Caption Box */
.caption {
  border: 1px solid #CCCCCC;
  padding: 15px 10px 10px 10px;
  margin: 20px 0 19px 0;
  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  { background-color: #f7f7f7; margin: 20px 0 0; padding: 10px; border: solid 1px #cccccc }

.box-hilite {
	border: 1px dotted #F2CAB7;
	background: #FFF8F2;
}

.comment, .comment:hover, .comment:active {
	background: url(../images/comment-icon.gif) no-repeat top left;
	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   { color: #022e5f; font-size: 130%; text-transform: uppercase; letter-spacing: normal; margin: 0 0 10px; padding: 0 }

div.moduletable-hilite2,
div.moduletable {
	margin: 0;
	padding: 5px 1px 10px;
}

#ja-col1 div.moduletable h3    { background: #f7f7f7; margin: 0 -10px 10px -12px; padding: 5px 0 5px 10px }

div.moduletable-hilite2 h3,
#ja-col2 div.moduletable h3  { background: #f0f0f0 url("../images/col2-h3-bg1.gif") no-repeat right bottom; margin: 0 -5px 10px; padding: 5px 0 5px 5px; border: solid 1px #e8e8e8 }

div.moduletable-hilite2 h3 {
	padding-left: 10px;
}

#ja-col1 div.moduletable  { color: #022e5f; margin: 0 10px; padding-bottom: 10px }

div.moduletable-hilite2,
#ja-col2 div.moduletable {
	padding: 0 10px 10px;
}

/* Hilite module */
div.moduletable-hilite1 h3   { color: #fff; font-size: 130%; text-transform: uppercase; margin: 0; padding: 0 }

div.moduletable-hilite1   { background: #6995b5; text-align: center; padding: 5px }

div.moduletable-hilite2 h3   { color: #fff; background: #022e5f; margin: 30px -10px 0 -12px; border-bottom: 5px solid #9fbcd1 }

/* JOOMLA STYLE
--------------------------------------------------------- */
.article_seperator {
	display: block;
	background: url(../images/sep.gif) repeat-x center;
	height: 20px;
}

table.blog .article_seperator {
}

#ja-col1 .article_seperator,
#ja-col2 .article_seperator,
#ja-topsl .article_seperator,
#ja-botsl .article_seperator {
	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   { background: #f7f7f7; text-transform: uppercase; text-indent: 5px; border-bottom: 1px solid #cccccc }

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  { background: #efefef; border: none }

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    { color: #022e5f; font-size: 200%; font-weight: bold; line-height: normal; background: url("../images/sep.gif") repeat-x 50% bottom; margin-bottom: 15px; padding-bottom: 5px }

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 150%;
	font-weight: bold;
	line-height: normal;
}

.contentheading   { color: #aec8da; font-size: 200%; font-weight: bold; line-height: normal }

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 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 5px;
	background: #333333;
	color: #FFFFFF;
	font-weight: bold;
}

tr.sectiontableentry1 td {
	padding: 5px 5px;
	border-bottom: 1px solid #DDDDDD;
	background: #FFFFFF;
}

tr.sectiontableentry2 td  { background: #efefef; padding: 5px; border-bottom: 1px solid #dddddd }

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%;
}

#ja-content div.innerpad {
	clear: both;
	margin: 0;
	padding: 20px 15px 15px 10px;
	display: block;
	height: 400px;
}

#ja-content div.innerpad-bg  { background: #fff url("../images/innerpad-bg.gif") no-repeat left top; display: block; margin: 0; padding: 20px 15px 15px 10px; height: 400px; clear: both }

html>body #ja-content div.innerpad-bg,
html>body #ja-content div.innerpad {
	height: auto;
	min-height: 400px;
}

/* 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;
	background: url(../images/cwrap-bg.gif) no-repeat bottom center;
}

.wide div.ja-w1  { background: url("../images/cwrap-wide-bg.gif") no-repeat center bottom; padding: 11px 0 }

div.ja-w2 {
	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.png") repeat-x center bottom }

#ja-header  { line-height: normal; background: #000000 url("../images/header-narrow-bg.jpg") no-repeat left bottom; text-align: left; padding: 15px 0; position: relative; height: 117px }

.wide #ja-header  { background: #000000 url("../images/header-bg.jpg") no-repeat left bottom }

#ja-header h1 {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 50px;
	left: 40px;
	float: left;
	font-size: 2.5em;
	text-indent: -1000px;
}

#ja-header h1 a {
	width: 250px;
	height: 60px;
	display: block;
	border: none;
}

#ja-header h1 img {
	float: left;
}

#ja-header a {
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap1    { font-family: Tahoma, Arial, sans-serif; background-color: #022e5f; background-repeat: no-repeat; background-attachment: scroll; background-position: left top; border-bottom: 1px solid #fff }

#ja-mainnavwrap2  { background: url("../images/ma-bg.gif") no-repeat right top; padding: 7px 10px 7px 0 }

#ja-mainnavwrap  { background: #e2eaf2 url("../images/mainnav-wrap-bg1.gif") repeat-x left top }

#ja-mainnav-inner {
	padding-left: 3px;
	background: url(../images/mainnav-left-bg.gif) no-repeat top left;
}	

#ja-mainnav  { background: url("../images/mainnav-right-bg.gif") no-repeat right top; padding: 6px 0 7px; width: 100%; float: left }

#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: #e2eaf2 }

#ja-mnshadow    { background: #e2eaf2 url("../images/mn-sd-bg.jpg") repeat-x left top; margin: 0 auto; height: 10px }

#ja-subnavwrap    { background: #e2eaf2; padding-bottom: 10px }

#ja-subnav  { background: url("../images/subnav-bg.gif") no-repeat center top; padding-left: 20px }

.wide #ja-subnav {
	background: url(../images/subnav-wide-bg.jpg) no-repeat top center;
	padding-left: 20px;
}

#ja-search {
	float: right;
}

#ja-search div.search {
	margin: 0 0 5px 5px;
}

#ja-search div.search .inputbox    { background: #efefef url("../images/icon-search.gif") no-repeat 95% 50%; margin-bottom: 0; padding-left: 4px; width: 150px; border: solid 1px #efefef }

/* Default Joomla! Menu */
a.mainlevel  { color: #333333; background: url("../images/bullet-list.gif") no-repeat 3px 10px; display: block; margin: 0; padding: 3px 5px 3px 14px; width: 99.9%; border: none }

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus   { color: #9fbcd1; border: none }

a.mainlevel#active_menu   { color: #022e5f }

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;
}

.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    { background: #e2eaf2; padding: 0; border-bottom: 1px solid #022e5f }

#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    { color: #022e5f; text-align: center; margin: 0 0 5px; padding: 0 }

#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.jpg) 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: #022e5f; background: #fff url("../images/topsl-bg.jpg") repeat-x; border: solid 1px #fff }

/* Bottom Spotlight */
#ja-botslwrap   { background: #e2eaf2; border-top: 1px solid #022e5f }

#ja-botslwrap div.ja-w1 {
	padding: 8px 0;
	background: url(../images/botsl-bg.gif) no-repeat bottom center;
}

.wide #ja-botslwrap div.ja-w1 {
	padding: 8px 0;
	background: url(../images/botsl-wide-bg.gif) no-repeat bottom center;
}

#ja-botslwrap div.ja-w2  { background: url("../images/botsl-right-bg.gif") repeat-y right top }

#ja-botsl   { background: #ffffff; padding: 10px 0; border: solid 1px #999999 }

#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 right top }

#ja-botsl h3 {
	margin: 0 0 10px;
	padding: 0;
}

#ja-botsl div.ja-botsl-inner {
	margin: 0;
	padding: 0 1px;
}

/* 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: 0;
}

#ja-botsl .article_seperator,
#ja-topsl .article_seperator {
	display: none;
}

#ja-botsl table,
#ja-topsl table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* PATHWAY
---------------------------------------------------------*/
#ja-pathway {
	margin: -10px 0 7px 0;
	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   { background: #ffffff; border-top: 1px solid #022e5f }

#ja-footer   { color: #999; text-align: left; padding: 10px 0; position: relative; clear: both; overflow: hidden }

#ja-footer a  { color: #999; font-weight: bold }

#ja-footer a:hover,
#ja-footer a:active,
#ja-footer a:focus   { color: #022e5f; 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  { color: #f0f0f0; font-weight: bold; cursor: pointer; display: none; padding: 0 5px; float: right }

.ja-hp-active  { color: #ffffff !important; text-decoration: none; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; border-bottom: 1px dotted #fff }

#ja-hpwrap  { font-size: 11px; background: #efefef }

#ja-hp {
	line-height: normal;
}

div.ja-hpmodule {
	float: right;
	padding: 3px 0 2px;
}

html>body div.ja-hpmodule {
	float: right;
	padding: 5px 0 5px;
}

div.ja-hpmodule form {
	float: left;
}

div.ja-hpmodule form label {
	float: left;
	padding: 0 5px;
}

div.ja-hpmodule form input.button  { color: #cccccc; font-size: 11px !important; background: #333333; padding: 0 3px; border: solid 1px #333333 }

div.ja-hpmodule form #mod_login_username,
div.ja-hpmodule form #mod_login_password  { background: #f7f7f7; margin-bottom: 0; width: 70px; border: solid 1px #cccccc }

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;
}