/*

# ------------------------------------------------------------------------
# JA Erica template for joomla 1.5
# ------------------------------------------------------------------------
# Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2. CSS / JS are Copyrighted Commercial,
# bound by Proprietary License of JoomlArt. For details on licensing, 
# Please Read Terms of Use at http://www.joomlart.com/terms_of_use.html.
# Author: JoomlArt.com
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# Redistribution, Modification or Re-licensing of this file in part of full, 
# is bound by the License applied. 
# ------------------------------------------------------------------------

*/
/* COMMON STYLE
--------------------------------------------------------- */

body {
	color: #000000;
	background: none repeat scroll 0 0 #ffffff;
	background-color: #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 160%;
	width:960px;
	margin:auto;
	border:10px;
	border-color: #f1f1f1;
	border-style: solid;
	
}

body#bd {
	padding: 0px;
	color: #333333;
	background-color: #f1f1f1;
}

body.contentpane {
	background: #ffffff;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}

#middlecontainer {
margin-left:0px;
margin-right:0px;
background-color: #ffffff;
}

#middlecontainer .column {
position:relative;
float:left;

}

#newcenter {
width:690px;
margin:20px 10px 10px 10px;
text-align:left;

}

#newleft {
  width: 0px;          /* LC width */
  margin-right:20px;
  right: 0px;          /* LC width */
  margin-left: -100%;
  font-size:90%;
  text-align:left;

}
#newright {
  width: 242px;          /* RC width */
  margin-right: -245px;  /* RC width */
  border-left-width: 6px;
  border-left-color: #f1f1f1;
  border-left-style: solid;
  margin-top:10px;
  margin-bottom:0px;
  background:#ffffff;
  font-size:90%;
  text-align:left;


}

/*** IE6 Fix ***/
* html #newleft {
  left: 240px;           /* RC width */
}

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 {
font-weight:bold;
	color: #4f4f4f;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #000000;
	text-decoration: none;
}

a.knopf {
background: transparent url('../images/button_r.gif') no-repeat scroll top right;
display: block;
    float: left;
	height:44px;
	padding-right:40px;
	margin-right:6px;
	color:black;
	text-decoration:none;
	font-weight:bold;
}

a.knopf span {
    background: transparent url('../images/button_links.gif') no-repeat;
    display: block;
    line-height: 32px;
	height:44px;
    padding: 5px 10px 5px 12px;
} 

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3 {
	color: #4F4F4F;
	font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createdate, .modifydate {
	color: #666666;
	font-size: 92%;
}

/* Heading */
h1 {
	font-size: 150%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

h5 {
	font-size: 150%;
}


p, pre, blockquote, ul, ol, h1, h3, h4, h5, h6 {
	margin: 5px 0;
	padding: 0;
}

h1
{

	margin: -1px 0 8px;
	padding: 4px 4px 4px 10px;
	font-size: 150%;
	display:block;
	border-left:8px solid #f6db25;
	color:#4f4f4f;
	text-align:left;
}

h2 
{

	margin: -1px 0 8px;
	padding: 4px 4px 4px 10px;
	font-size: 150%;
	display:block;
	border-left:8px solid #f6db25;
	color:#ff0600;
	text-align:left;
}

h5 
{

	margin: -1px 0 8px;
	padding: 4px 4px 4px 10px;
	font-size: 150%;
	display:block;
	border-left:8px solid #f6db25;
	color:#4f4f4f;
	text-align:left;
}


ul {
	list-style: none;
}

ul li {
	padding-left: 30px;
	background: url(../images/bullet-list.gif) no-repeat 18px 9px;
	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 #CCCCCC;
	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 #666666;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #666666;
	color: #FFFFFF;
	background: url(../images/but-bg.gif) repeat-x center #666666;
}

* html .button, *+html .button {
	padding: 2px 5px !important;
}

.inputbox {
	margin-bottom: 1px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #0CB2F0;
}
.inputbox-hover {
	border: 1px solid #0CB2F0;
	margin-bottom:1px;
	padding:2px;
	width:100px;
	font-size:11px;
}
/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #666666;
	background-color: #FFFBDB;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	padding: 3px 0 3px 25px;
	background: url(../images/so-q.gif) no-repeat left top;
}

blockquote span.close {
	padding: 3px 25px 3px 0;
	background: url(../images/sc-q.gif) no-repeat bottom right;
}

/* Blockquote home */
blockquote.home {
	margin: 0 0 5px 0;
	padding: 0;
}

.home span.open {
	padding: 1px 0 2px 15px;
	background: url(../images/open-q.gif) no-repeat left top;
}

.home span.close {
	padding: 2px 15px 1px 0;
	background: url(../images/close-q.gif) no-repeat right bottom;
}

/* Dropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #0CB2F0;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 25px;
	color: #FF3333;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message {
	padding-left: 25px;
	color: #FF9900;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 25px;
	color: #0CB2F0;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	padding: 1px 5px;
	background-color: #FFFBDB;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	padding: 10px 20px 20px 60px;
	border-top: 1px solid #7FD7F7;
	border-bottom: 1px solid #7FD7F7;
	background: url(../images/sticky-bg.gif) no-repeat 10px 10px #EDF9FE;
}

p.download {
	padding: 10px 20px 20px 60px;
	border-top: 1px solid #7FD7F7;
	border-bottom: 1px solid #7FD7F7;
	background: url(../images/download-bg.gif) no-repeat 10px 10px #EDF9FE;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 10px;
	padding: 0 0 5px 30px;
	background: url(../images/checklist-bg.gif) no-repeat 3px 1px;
}

/* Star list */
ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 10px;
	padding: 0px 0 5px 30px;
	background: url(../images/star-bg.gif) no-repeat 4px 1px;
}

/* Arrow list */
ul.arrow {
	list-style: none;
}

ul.arrow li {
	margin-left: 10px;
	padding: 0px 0 5px 30px;
	background: url(../images/list-arrow.gif) no-repeat 4px 1px;
}

/* Smallnumber */
ol.smallnumber {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol.smallnumber li {
	margin: 10px 0 10px 20px;
	padding: 3px 0 5px 40px;
	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: 10px 7px 10px 9px;
	display: block;
	color: #FFFFFF;
	background: url(../images/ol-bg.gif) no-repeat top left;
	font: bold 20px/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 {
	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: #FFFFFF;
	font-weight: bold;
	position: absolute;
	top: -12px;
	left: 7px;
}

.legend {
	margin: 20px 0;
	padding: 0 10px;
	border: 1px solid #0CB2F0;
	background-color: #FFFFFF;
	position: relative;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_seperator {
	border-top:1px solid #f0f0f0;
	height: 10px;
	width:100%;


}

#ja-col .article_seperator, #ja-col1 .article_seperator, #ja-col2 .article_seperator {
border-top:1px solid #f0f0f0;

	height: 10px;
	
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-col table.contentpaneopen {
padding-left:8px;
}

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 #F2F2F2;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #F2F2F2;
	background: url(../images/grad1.gif) repeat-x bottom #E6E6E6;
	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: #F2F2F2;
}

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

td.buttonheading {
	padding: 0 0 0 8px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading 
	{
	margin: 1px 0 8px 1px;
	padding: 4px 4px 4px 10px;
	font-size: 150%;
	display:block;
	border-left:8px solid #f6db25;
	color:#4f4f4f;
	text-align:left;
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 150%;
}

.contentheading {
	padding: 5px 0;
	font-size: 120%;
}

a.contentpagetitle {
	text-decoration: none;
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: underline;
}

a.readon {
	padding-left: 24px;
	float: left;
	display: block;
	background: url(../images/list-arrow.gif) no-repeat 0px center;
	font-size: 92%;
	font-weight: bold;
	text-decoration: none;
}

a.readon:hover, a.readon:active, a.readon:focus {
	background: url(../images/list-arrow.gif) no-repeat 4px center;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding: 2px;
}

.modifydate {
	height: 15px;
}

.moduletable, .moduletable_menu, .moduletable_text {
	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;
	text-align:center;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
	font-size: 92%;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	padding: 3px 6px !important;
	padding: 1px 4px;
	line-height: 20px;
	border-top: 1px solid #F2F2F2;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #F2F2F2;
	background: url(../images/grad1.gif) repeat-x bottom #E6E6E6;
	color: #333333;
	font-size: 92%;
	text-decoration: none;
}

a.pagenav:hover, a.pagenav:active,
.pagenav_prev a:hover, .pagenav_prev a:active,
.pagenav_next a:hover, .pagenav_next a:active,
.pagenavbar a:hover, .pagenavbar a:active {
	padding: 3px 6px;
	background: #0CB2F0;
	color: #FFFFFF;
	text-decoration: none;
}

.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 #F2F2F2;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #F2F2F2;
	background: url(../images/grad1.gif) repeat-x bottom #E6E6E6;
	font-weight: bold;
}

tr.sectiontableentry1 td {
	padding: 7px 5px;
	background: url(../images/dot.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 7px 5px;
	background: url(../images/dot.gif) repeat-x bottom;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/dot.gif) repeat-x bottom #EDF9FE;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-hp,
#ja-header,
#ja-topsl,
#ja-containerwrap,
#ja-containerwrap-f,
#ja-botsl,
#ja-footer,
p.ja-slogan span {
	width: 920px;
	margin: 0 auto;
	clear: both;
}

.narrow #ja-hp,
.narrow #ja-header,
.narrow #ja-topsl,
.narrow #ja-containerwrap,
.narrow #ja-containerwrap-f,
.narrow #ja-botsl,
.narrow #ja-footer {
	width: 770px;
}

.fluid #ja-hp,
.fluid #ja-header,
.fluid #ja-topsl,
.fluid #ja-containerwrap,
.fluid #ja-containerwrap-f,
.fluid #ja-botsl,
.fluid #ja-footer {
	width: 98%;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-containerwrap #ja-content {
	float: left;
	width:60%;
	min-width: 40%;
	background: none;

	
}

#ja-containerwrap.img #ja-content.img {
border:2px solid #c0c0c0;
}

#ja-content div.ja-innerpad {
	clear: both;
	margin-top: 20px;
	padding: 0px 20px 20px 10px;
	display: block;
	border-left:1px solid #f0f0f0;
	
	
}

#ja-containerwrap-f #ja-content div.ja-innerpad {
	padding: 20px 0;
}

/* SECONDARY COLUMNS
--------------------------------------------------------- */
#ja-col {
	float: right;
	width: 240px;
	font-size: 90%;
	text-align:left;
	margin-top:10px;
	padding-top:10px;
	background:#dddddd;
}


#ja-col .ja-innerpad {
	padding: 0px 10px 0px 10px;
}

#ja-col table {
	padding:10px;
	padding-left:8px;
}

#ja-col ul {
	margin: 0;
}

#ja-col ul li {
	padding-left: 13px;
	background: url(../images/bullet-list.gif) no-repeat 2px 8px;
}

#ja-col1 {
	float: left;
	width: 240px;

	font-size: 92%;
	overflow: hidden;
	overflow: hidden;
	text-align:left;
}

#ja-col1 .ja-innerpad {
	padding: 20px 10px 20px 10px;
}

#ja-col1 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-col1 ul {
	margin: 0;
	padding: 0;
}

#ja-col1 ul li {
	padding-left: 13px;
	background: url(../images/bullet-list.gif) no-repeat 2px 8px;

}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-containerwrap, #ja-containerwrap-f {
	padding: 0;
}

#ja-containerwrap {
	padding: 0;
	
	background: transparent;
}

#ja-containerwrap #ja-container {
	padding: 0;
	background: transparent;
}

/* full */
#ja-containerwrap-f #ja-content {
	width: 100%;
	float: none;
}

.article_separator {
margin-top:5px;
border-top:1px dotted #c0c0c0;
display:block;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	border-bottom: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	background: url(../images/grad1.gif) repeat-x bottom;
	position: relative;
	z-index: 10;
}

#ja-header {
	height: 42px;
	position: relative;
	z-index: 999;
}

h1.logo {
	margin: 0;
	padding: 0;
	width: 212px;
	font-size: 300%;
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
}

h1.logo a {
	width: 212px;
	float: left;
	display: block;
	background: url(../images/logo.png) no-repeat;
	text-transform: uppercase;
	text-indent: -5000px;
	height: 60px;
	outline: none;
}

#logowrap {
background: url(../images/toplogo.png);
width:100%;
height: 180px;
position:relative;
float:left;

}

#birdwrap {
position:relative;
z-index:999;
display:block;
float:right;
right:32px;
top:15px;
}


#bannerwrap {
position:absolute;
z-index:999;
display:block;
float:right;
right:30px;
top:70px;
}


/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	position: absolute;
	bottom: 3px;
	left: 0px;
	z-index: 10;
	width:100%;
	font-size:110%;
}

#ja-mainnav a,
#ja-mainnav a:hover,
#ja-mainnav a:active,
#ja-mainnav a:focus {
	font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
	
	outline: none;
}

#ja-mainnav span.separator {
	display: block;
}

/* Default Joomla! Menu */
a.mainlevel {
	width: 99%;
	display: block;
	color: #333333;
	background: url(../images/hdot.gif) repeat-x bottom;
	line-height: 32px;
	text-decoration: none;
	text-indent: 5px;
	height: 32px;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #0CB2F0;
	text-decoration: none;
}

a.mainlevel#active_menu {
	font-weight: bold;
}

a.sublevel {
	padding: 5px 4px 5px 15px;
	display: block;
	background: url(../images/bullet-list.gif) no-repeat 5px 12px;
	color: #333333;
	text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #0CB2F0;
	text-decoration: underline;
}

#active_menu {
	color: #0CB2F0;
	font-weight: bold;
}

#ja-pathway {
	
}

#ja-pathway img {
	margin: 0 5px;
}

#ja-pathway a {
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3
{
	margin: 0 0 8px;
	padding: 4px 4px 4px 10px;
	font-size: 150%;
	display:block;
	border-left:8px solid #f6db25;
	color:#4f4f4f
}

div.moduletable ,
div.moduletable_menu,
div.moduletable_text
{
	margin-bottom: 0px;
	padding: 10px 10px 0px 10px;
	background: none;
	}

/* 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-leftcol div.moduletable {
	padding: 0 20px 0 0;
}

.ja-box-leftcol div.moduletable_menu {
	padding: 0 20px 0 0;
}

.ja-box-leftcol div.moduletable_text {
	padding: 0 20px 0 0;
}

.ja-box-left div.moduletable {
	padding: 0 10px 0 20px;
}

.ja-box-left div.moduletable_menu {
	padding: 0 10px 0 20px;
}

.ja-box-left div.moduletable_text {
	padding: 0 10px 0 20px;
}

.ja-box-right div.moduletable {
	padding-left: 20px;
}

.ja-box-right div.moduletable_menu {
	padding-left: 20px;
}

.ja-box-right div.moduletable_text {
	padding-left: 20px;
}

div.ja-box-leftcol {
	float: left;
}

/* Top Spotlight */
#ja-topslwrap {
	margin-bottom: 5px;
	background: url(../images/topsl-bg.gif) repeat-x #FF9900;
}

#ja-topsl {
	background: url(../images/topsl.gif) no-repeat left top;
	color: #FFFFFF;
	font-size: 200%;
	line-height: 1.4;
	height: 190px;
}

#ja-topsl h3 {
	display: none;
}

#ja-topsl .ja-newflash {
	padding: 0;
	background: url(../images/topimg.png) no-repeat top left;
}

#ja-topsl .ja-newflash .moduletable {
	padding: 0 20px 0 480px;
	width: 400px;
	margin: 0;
	background: none;
	font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 190px;
}

#ja-topsl .ja-newflash .moduletable_menu {
	padding: 0 20px 0 480px;
	width: 400px;
	margin: 0;
	background: none;
	font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 190px;
}

#ja-topsl .ja-newflash .moduletable_text {
	padding: 0 20px 0 480px;
	width: 400px;
	margin: 0;
	background: none;
	font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 190px;
}

.narrow #ja-topsl .ja-newflash .moduletable {
	padding: 0 20px 0 410px;
	width: 360px;
}

.narrow #ja-topsl .ja-newflash .moduletable_menu {
	padding: 0 20px 0 410px;
	width: 360px;
}

.narrow #ja-topsl .ja-newflash .moduletable_text {
	padding: 0 20px 0 410px;
	width: 360px;
}

#ja-topsl p {
	margin-top: 30px;
	margin-bottom: 5px;
}

#ja-topsl a.readon {
	float: left;
	width: 190px;
	display: block;
	background: url(../images/big-readon.png) no-repeat right;
	text-indent: -5000px;
	height: 61px;
	outline: none;
}

#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-botslwrap {
	margin: 5px 0 20px;
}

#ja-botsl {
	color: #333333;
}

#ja-botsl h3 {
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	color: #FFFFFF;
	background: url(../images/h3-left-bg.gif) no-repeat left #666666;
	font-size: 125%;
	height: 30px;
}

#ja-botsl h3 span {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	display: block;
	background: url(../images/h3-right-bg.gif) no-repeat right #666666;
	line-height: 28px;
	height: 30px;
}

#ja-botsl div.moduletable
 {
	padding-top: 0;
	padding-bottom: 0;
	background: none;
}

#ja-botsl div.moduletable_menu
 {
	padding-top: 0;
	padding-bottom: 0;
	background: none;
}

#ja-botsl div.moduletable_text
 {
	padding-top: 0;
	padding-bottom: 0;
	background: none;
}

/* Common Style for Spotlight */
#ja-botsl ul {
	margin: 0 0 0 15px;
	padding: 0;
}

#ja-botsl li {
	padding-left: 12px;
	margin: 0;
	background: url(../images/arrow.png) no-repeat 0 9px;
}

#ja-topsl td, #ja-botsl td {
	padding: 0;
}

#ja-topsl .article_seperator, #ja-botsl .article_seperator {
	border-top:1px solid #f0f0f0;
	height:10px;
}

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

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	clear: both;
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
	background: url(../images/grad2.gif) repeat-x top;
}

#ja-footer {
	padding: 15px 0 30px;
	position: relative;
}

#ja-footer small {
	padding: 4px 0 0 10px;
	float: left;
	display: block;
	color: #999999;
	font-style: normal;
	line-height: normal;
}

small.ja-copyright {
	position: absolute;
	right: 10px;
}

#ja-footer a {
	color: #666666;
	text-decoration: none;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	color: #666666;
	text-decoration: underline;
}

#ja-footer ul {
	margin: 4px 0 5px 10px;
	padding: 0;
	float: left;
	background: url(../images/vline.gif) no-repeat center right;
	line-height: normal;
}

#ja-footer li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#ja-footer li a {
	padding: 0 10px;
	display: inline;
	background: url(../images/vline.gif) no-repeat center left;
	font-size: 92%;
	line-height: normal;
}

/* Search */
#ja-search {
	float: left;
	padding-left: 30px;
	display: block;
	background: url(../images/icon-search.gif) no-repeat 10px center;
}

#ja-search .inputbox {
	width: 100px;
	color: #666666;
	font-size: 11px;
}

/* USER TOOLS
--------------------------------------------------------- */
#ja-usertools {
	margin: 0;
	padding: 0;
	float: left;
}

#ja-usertools ul {
	margin: 0 0 0 10px;
	padding: 0;
	display: inline;
	line-height: normal;
}

.narrow #ja-usertools ul {
	margin: 0 0 0 5px;
}

#ja-usertools ul li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#ja-usertools img {
	padding: 0;
	margin: 5px 0 0;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

#ja-banner {
	text-align: center;
	display: block;
	clear: both;
	margin: 15px 0;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	text-decoration: none;
}

#mod_login_password, #mod_login_username {
	width: 90%;
}

#mod_login_remember {
	border: none;
	background: none;
}

a#ja-hp-switch {
	width: 107px;
	display: none;
	background: url(../images/hpswitch-off.png) no-repeat;
	text-indent: -5000px;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 0;
	height: 80px;
	outline: none;
}

a#ja-hp-switch:hover,
a#ja-hp-switch:active,
a#ja-hp-switch:focus {
	background: url(../images/hpswitch-on.png) no-repeat;
}

#ja-hpwrap {
	background: #4F4F4F;
	color: #CCCCCC;
	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 5px;
}

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

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

div.ja-hpmodule form input {
	padding: 1px 5px;
}

div.ja-hpmodule form input.button {
	font-size: 11px !important;
}

* html div.ja-hpmodule input.button, *+html div.ja-hpmodule input.button {
	padding: 1px 5px !important;
}

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

.narrow div.ja-hpmodule form #mod_login_username,
.narrow div.ja-hpmodule form #mod_login_password {
	width: 50px;
}

div.ja-hpmodule form #mod_login_remember {
	margin-bottom: 0;
}
	
div.ja-hpmodule form a {
	padding-left: 5px;
	border-left: 1px solid #666666;
	color: #F2F2F2;
	text-decoration: none;
}

div.ja-hpmodule form a:hover,
div.ja-hpmodule form a:active,
div.ja-hpmodule form a:focus {
	text-decoration: underline;
}

#ja-newslight a.readon {
	width: 115px;
	padding: 0;
	display: block;
	background: url(../images/readon2.gif) no-repeat;
	color: #4F4F4F;
	font-size: 11px;
	line-height: 28px;
	text-decoration: none;
	text-indent: 30px;
	height: 29px;
}

#ja-newslight a.readon:hover,
#ja-newslight a.readon:active,
#ja-newslight a.readon:focus {
	background: url(../images/readon1.gif) no-repeat;
	text-decoration: none;
}

/* Clearfix */
	* html .clearfix {
		height: 1%; /* IE5-6 */
		}
	.clearfix {
		display: inline-block; /* IE7xhtml*/
		}
	html[xmlns] .clearfix { /* O */
		    display: block;  
		    }
	.clearfix:after { /* FF, O, etc. */
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}


/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}


