/*------------------------------------------------------------------------
# JA Nerine 1.0 - July, 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: "Trebuchet MS",Tahoma, Arial, sans-serif;
	line-height: 150%;
}

body#bd {
	color: #4F4F4F;
	background: #F5F5F8;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: sans-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: #2d3091;
	text-decoration: underline;
}

a:active, a:focus {
	color: #2d3091;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
	font-weight: normal;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption {
	font-size: 90%;
	color: #999999;
}

/* Heading */
h1 {
	font-size: 150%;
}

h2 {
	font-size: 135%;
}

h3 {
	font-size: 115%;
	font-weight: bold;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
	font-weight: bold;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 ;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 35px;
	line-height: 150%;
	background: url(../images/bullet-list.gif) no-repeat 25px 8px;
}

ol li {
	margin-left: 35px;
	line-height: 150%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border-top: 1px;
	padding: 10px;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CACACC;
	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: "Trebuchet MS",Tahoma, Arial, sans-serif;;
	font-size: 100%;
}

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #4F4F4F;
}

.button {
	font-weight: bold;
	color: #4F4F4F;
	background: url(../images/grad1.gif) repeat-x bottom #FFFFFF;
	border: 1px solid #CACACC;
	padding: 2px;
}

.inputbox {
	margin-bottom: 1px;
	padding: 3px 0 3px 5px;
	background: #FFFFFF;
	border: 1px solid #CACACC;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #999999;
	background: #FFFFCC;
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	font: 1em/1.5 "Courier News", monospace;
	background: #FFFFFF;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	padding: 0 0 0 20px;
	background: url(../images/so-q.gif) no-repeat left top;
}

blockquote span.close {
	padding: 0 20px 0 0;
	background: url(../images/sc-q.gif) no-repeat bottom right;
}

/* Quote hilight */
.quote-hilite {
	padding : 10px 15px;
	margin: 0;
	background: #FFFFFF;
	border: 1px solid #CACACC;
}

/* Small quote */
.small-quote {
	background: none;
	margin: 0;
	padding: 0;
}

.small-quote span.open-quote {
	background: url(../images/so-q.gif) no-repeat center left;
	margin: 0;
	padding-left: 20px;
}

.small-quote span.close-quote {
	background: url(../images/sc-q.gif) no-repeat center right;
	margin: 0;
	padding-right: 20px;
}

.small-quote span.author {
	display: block;
	padding: 2px 5px 2px 20px;
	background: url(../images/author.gif) no-repeat 5px 4px #EAEBEE;
	border-top: 1px solid #DCDDE0;
	margin: 0.5em 0 0;
	text-transform: uppercase;
	font-size: 90%;
}

/* Rropcap */
.dropcap {
	float: left;
	padding: 4px;
	margin-right: 4px;
	display: block;
	color: #BFBFEE;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 50px;
	line-height: 40px;
}

.dropcap-hilite {
	float: left;
	margin-right: 5px;
	padding: 4px;
	display: block;
	color: #BFBFEE;
	background: #FFFFFF;
	font: 50px/40px "Trebuchet MS",Tahoma, sans-serif;;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 20px;
	color: #666666;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.info {
	padding-left: 20px;
	color: #999999;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 20px;
	color: #666666;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}



.highlight {
	padding: 1px 5px;
	background: #FFFFCC;
	font-weight: bold;
}


/* Note Style */
p.stickynote {
	background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
}

p.download {
	background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
}

.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;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	color: #2d3091;
	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;
	font-weight: bold;
	background: url(../images/author.gif) no-repeat center left;
}

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;
}

/* Box style */
.box-hilite {
	background: url(../images/box-hilite-bg.gif) repeat-x bottom left #FFFFFF;
	margin: 20px 0 0 0;
	padding: 15px;
	border: 1px solid #CACACC;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

/* Lena Razov: This class is used for adding space between content items. The original height was 20px.*/
.article_seperator {
	display: block;
	height: 0px;
}

#ja-col1 .article_seperator, #ja-col2 .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
}
table.contentpaneopen_staticcontent {
	border: 1;
	width: 100%;

	
}
table.contentpaneopen_staticcontent h2{
	padding-left: 0;
}
td.contentheading_staticcontent{
	padding: 5px 0 5px 0;

}
table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/arrow.png) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 0 0 3px;
	border-bottom: 1px solid #CACACC;
	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 img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	border: none;
	background: #DCDDE0;
}

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;
	color: #4F4F4F;
	font-size: 155%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../images/arrow.png) no-repeat 0 8px;
}

td.buttonheading {
	padding: 0 0 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
	font-size: 125%;
}

.clr {
	clear: both;
}

.componentheading {
	color: #CC0000;
	padding: 0 0 5px 2px;
	margin-bottom: 10px;
	margin-top: 10px;
	background: url(../images/sep.gif) repeat-x bottom;
	font-size: 150%;
	line-height: normal;
}

.contentdescription {
	/*padding-bottom: 10px;*/
}

.contentheading {
	color: #2d3091;
	padding-top: 3px;
	font-weight: bold;
	font-size: 125%;
}
.contentheading_staticcontent {
	font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
	font-weight: normal;
	color: #CC0000;
	padding: 0 0 5px 2px;
	margin-bottom: 10px;
	margin-top: 10px;
	background: url(../images/sep.gif) repeat-x bottom;
	font-size: 150%;
	line-height: normal;
}
a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none !important;
}

a.readon {
	float: left;
	padding: 1px 5px 1px 16px;
	display: block;
	font-size: 75%;
	text-transform: uppercase;
	text-decoration: none;
	background: url(../images/arrow3.png) no-repeat 5px 7px #4F4F4F;
	color: #FFFFFF;
}

a.readon:hover, a.readon:active, a.readon:focus {
	color: #FFFFFF;
	background: url(../images/arrow3.png) no-repeat 6px 7px #CC0000;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding: 2px 0 0 2px;
	line-height: 10px;
	font-weight: bold;
}

.modifydate {
	color: #999999;
	height: 15px;
	padding-top: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	margin: 15px 5px 15px 0;
	padding: 0 5px 5px;
}

* html .mosimage { /*IE 6*/
	padding: 5px 0 !important;
	margin: 15px 10px 15px 0;
}

*+html .mosimage { /*IE 7*/
	padding: 5px 0 !important;
}

.mosimage img {
	padding: 0 !important;
	margin: 0 !important;
}

.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 {
	text-decoration: none;
}

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 {
	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: 1px solid #2d3091;
	background-color: #2d3091;
	background-image:url(../images/tableheader.jpg);
	background-position: left top;
	color: #FFFFFF;
	font-weight: bold;
}
.sectiontableheader-AC {
	padding: 5px;
	color: #CC0000;
}
.table-element-AC {
	padding: 5px;
	border: 1px solid #4F4F4F;
	background: #007EBB;
	color: #FFFFFF;
	font-weight: bold;
}
tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: url(../images/sep.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: url(../images/sep.gif) repeat-x bottom #EAEBEE;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/sep.gif) repeat-x bottom #FFFFCC;
}
tr.sectiontableentry1:focus td,
tr.sectiontableentry2:focus td {
	background: url(../images/sep.gif) repeat-x bottom #FFFFCC;
}

.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-botsl,
#ja-footer,
#ja-header,
#ja-mainnav,
#ja-subnav,
#ja-container {
	width: 770px;
	margin: 0 auto;
}

.wide #ja-botsl,
.wide #ja-footer,
.wide #ja-header,
.wide #ja-mainnav,
.wide #ja-subnav,
.wide #ja-container {
	width: 900px;
	margin: 0 auto;
}

#ja-container {
	background: url(../images/container-bg1.gif) repeat-y 74% 0;
}

#ja-container #ja-container2 {
	padding: 10px 0;
	background: url(../images/container-bg2.gif) no-repeat 74% 0;
}

#ja-contentwrap {
	padding: 5px 0 10px;
}

#ja-content {
	padding: 0;
	margin: 0;
	clear: both;
	display: block;
	overflow: hidden;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	background-color: #2d3091 ;/*#2d3091*/
	background-image: url(../images/frontpage_top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#ja-header {
	clear: both;
	text-align: left;
	line-height: normal;
	height: 70px;
	position: relative;/*background: url(../images/header-top.jpg) no-repeat top right;*/
	
}

#ja-header h1 {
	margin: 0;
	padding: 0;
	font-size: 200%;
	position: absolute;
	top: 0;
	left: 15px;
	text-indent: -1000px;
}

#ja-header h1 a {
	width: 340px;
	height: 70px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	background: url(../images/logo.gif) no-repeat top left;
}

#ja-header h1 img {
	float: left;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap {
	background-color: transparent;
}

#ja-mainnav {
	background-color: transparent;
}

#ja-mainnavwrap a,
#ja-mainnavwrap a:hover,
#ja-mainnavwrap a:active,
#ja-mainnavwrap a:focus {
	outline: none;
}

.ja-menu-right-active {
	float: left;
	display: block;
	height: 28px;
	width: 32px;
}

.ja-menu-right {
	float: left;
	display: block;
	height: 28px;
	width: 32px;
	background: url(../images/mainnav-right.png) no-repeat bottom right;
}

#ja-subnavwrap {
	text-align: center;
	background-image: url(../images/subnav-trans4.png);
	background-position: top center;
}

#ja-subnav {
}

/* Default Joomla! Menu */
a.mainlevel {
	padding: 5px 0 4px 3px;
	width: 98%;
	display: block;
	color: #2d3091;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
	background: url(../images/sep.gif) repeat-x bottom left;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #CC0000;
	background: url(../images/sep.gif) repeat-x bottom left #F5F5F8;
	text-decoration: none;
}

a.mainlevel#active_menu {
	font-size: inherit;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(../images/sep.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

a.sublevel {
	padding: 2px 4px 2px 15px;
	display: block;
	color: #2d3091;
	background: url(../images/arrow.png) no-repeat 4px 8px;
	text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #CC0000;
	text-decoration: none;
	background-color: #F5F5F8;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 4px 8px;
}

a.sublevel#active_menu {
	color: #CC0000;
	font-weight: bold;
	background-color: #F5F5F8;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 4px 8px;
}

/* Home Page Menu */

#ja-spotlight #ja-slwrap #ja-col1 div.innerpad div.moduletable /* Home Page Main Menu div style*/
{
	background-color: #EAEBEE;
	border-width: 2px;
	border-color: #EAEBEE;
	min-height: 210px;
	padding: 9px 9px 0 9px;
}
#ja-spotlight #ja-slwrap #ja-col1 div.innerpad div.moduletable h3 {
	font-size: 90%;
	padding: 5px 0 5px 10px;
	margin: 0;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
	background-image: url(../images/module_header_bg3.jpg);
	background-position: left top;
}
a.mainlevel_homepagemenu {
	padding: 5px 0 4px 3px;
	width: 98%;
	display: block;
	color: #2d3091;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
	background: url(../images/sep.gif) repeat-x bottom left;
}

a.mainlevel_homepagemenu:hover,
a.mainlevel_homepagemenu:active,
a.mainlevel_homepagemenu:focus {
	color: #CC0000;
	text-decoration: none;
	background-color: #F5F5F8;
	background-image: url(../images/sep.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

a.mainlevel_homepagemenu#active_menu_homepagemenu {
	font-size: inherit;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(../images/sep.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

a.sublevel_homepagemenu {
	padding: 2px 4px 2px 15px;
	display: block;
	color: #2d3091;
	background: url(../images/arrow.png) no-repeat 4px 8px;
	text-decoration: none;
}

a.sublevel_homepagemenu:hover,
a.sublevel_homepagemenu:active,
a.sublevel_homepagemenu:focus {
	color: #2d3091;
	text-decoration: none;
	background: #F5F5F8
}

a.sublevel_homepagemenu#active_menu {
	color: #2d3091;
	font-weight: bold;
	background-color: #CECEF2;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 4px 8px;
}

/* MODULE
--------------------------------------------------------- 
div.moduletable h3 {
	font-size: 90%;
	padding: 5px 0 5px 10px;
	margin: 0 0 5px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
	background-image: url(../images/module_header_bg3.jpg);
	background-position: left top;
}*/
div.moduletable h3 {
	color: #CC0000;
	padding: 3px 0 7px 0;
	margin-bottom: 10px;
	margin-top: 10px;
	background: url(../images/sep.gif) repeat-x bottom;
	font-size: 130%;
	line-height: normal;
	width:99%;
}
div.moduletable {
	padding: 15px 10px 0px;
}

#ja-col1 div.moduletable {
	padding: 10px;
	background: #EAEBEE;
	margin-bottom: 10px;
	border: 1px solid #FFFFFF;
}

#ja-col2 div.moduletable {
	padding: 15px 10px;
	/*background: url(../images/sep.gif) repeat-x bottom left;*/
	margin-bottom: 0;
}

div.moduletable-blank {
	background: none;
	padding: 0;
	margin-bottom: 15px;
}

/* MODULE- ContactNow
--------------------------------------------------------- */
div.moduletable_contactnow h3 {
	font-size: 130%;
	padding: 4px 0 7px 0;
	margin: 0 0 -5px 0;
	color: #CC0000;
	background: url(../images/sep.gif) repeat-x bottom;
	font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
}

div.moduletable_contactnow {
	padding: 10px 10px 10px 12px;
	background: #EAEBEE;
	margin-bottom: 0;
	border: 1px solid #FFFFFF;
	/*background: url(../images/contact_now.png) no-repeat right top;*/
}
div.moduletable_contactnow a{
font-size: 80%;
}


div.moduletable_contactnow:hover {
	padding: 10px 10px 10px 12px;
	background: #F5F5F8;
	margin-bottom: 0;
	border: 1px solid #EAEBEE;
	cursor:pointer;
}


/* MODULE - Need Help?
--------------------------------------------------------- 
div.moduletable_needhelp h3 {
	font-size: 90%;
	padding: 5px 0 5px 10px;
	margin: 0 0 5px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
	background-image: url(../images/module_header_bg3.jpg);
	background-position: left top;
}*/
div.moduletable_needhelp h3 {
	color: #CC0000;
	padding: 3px 0 7px 0;
	margin-bottom: 10px;
	margin-top: 10px;
	background: url(../images/sep.gif) repeat-x bottom;
	font-size: 130%;
	line-height: normal;
	width:99%;}
div.moduletable_needhelp {
	padding: 15px 10px;
	background: url(../images/sep.gif) repeat-x bottom left;
	margin-bottom: 0;
	max-height: 150px;
}
div.moduletable_needhelp a{
	font-size: 100%;
}

/*Ann*/
div.moduletable_front-box1 h3{
	font-size: 130%;
	padding: 4px 0 7px 0;
	/*margin: 0 0 -5px 0;*/
	margin: 0 0 10px 0;
	color: #CC0000;
	background: url(../images/sep.gif) repeat-x bottom;
	font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
}
div.moduletable_front-box1{
	min-height: 210px;
	padding: 10px 10px 10px 12px;
	background: #EAEBEE;
	margin-bottom: 10px;
	border: 1px solid #FFFFFF;
}
div.moduletable_front-box1:hover{
	min-height: 210px;
	padding: 10px 10px 10px 12px;
	background: #F5F5F8;
	margin-bottom: 10px;
	border: 1px solid #EAEBEE;
	cursor:pointer; 
}
/*Lena Razov: style for items headings inside the Announcement module*/
div.moduletable_front-box1 td.contentheading{
	color: #2d3091;
	line-height: normal;
	font-weight: bold;
	font-size: 110%;
	padding: 0px;
	margin: 0px;
	text-align:left;
}

div.featurebox_front-box1 {
	cursor:pointer; 
	background: transparent;
}

.scroll_container {
	width: 160px;
	height: 155px;
}

#pause_play {
	text-align: center;
	width: 100%;
	padding: 2px 0 2px 0;
	font-size: 90%;
}
/* MODULES on Front Page
--------------------------------------------------------- */
div.ja-box-left div.moduletable h3 {
	font-size: 100%;
	color: #2d3091;
	font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
}
div.ja-box-center div.moduletable h3 {
	font-size: 100%;
	color: #2d3091;
	font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
}
div.ja-box-right div.moduletable h3 {
	font-size: 100%;
	color: #2d3091;
	font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
}

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-spotlight {
	margin: 0;
	padding: 0;
}


/*Lena Razov: Styles for the new structure of the Home page
--------------------------------------------------------- */
div.featurebox {
	cursor:pointer; 
	height: 200px; 
	padding: 10px;
	margin: 2px;
	background: #EAEBEE;
	border: 2px solid #EAEBEE;	
}
/*
#box1 {
 	background-image: url(../../../images/stories/slideshow/backgrounds/ft_back1.jpg);
	opacity:0.5;
	filter:alpha(opacity=50);
 }*/
#box1{
	background-image: url(../../../images/stories/slideshow/backgrounds/frontpage-fb-pic1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#box2{
	background-image: url(../../../images/stories/slideshow/backgrounds/frontpage-fb-pic2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#box3{
	background-image: url(../../../images/stories/slideshow/backgrounds/frontpage-fb-pic3.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#box4{
	background-image: url(../../../images/stories/slideshow/backgrounds/frontpage-fb-pic4.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#box5{
	background-image: url(../../../images/stories/slideshow/backgrounds/frontpage-fb-pic5.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#title1, #title2, #title3, #title4, #title5 {
	margin-top: 60px;
}
div.featurebox:hover {
	cursor:pointer; 
	padding: 10px;
	margin: 2px;
	background: #F5F5F8;

}
/*#box1:hover {
	cursor:pointer; 
	height: 160px; 
	padding: 10px;
	margin: 2px;
	background: #F5F5F8;
	border-left: 2px solid #EAEBEE;
	border-bottom: 2px solid #EAEBEE;
	border-top: 2px solid #EAEBEE;
}*/

div.fb-heading {
	border: 0px solid #EAEBEE; 
	padding:0;
	background: #F5F5F8;
	
}
div.fb-heading h3 {
	font-size: 110%;
	padding: 5px 0 0 10px;
	margin: 0 0 5px;
	/*color: #CC0000;*/
	font-weight: bold;
	/*text-transform: uppercase;
	font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;*/
	/*background: #F5F5F8;*/
	background: url(../images/container-bg23.gif) no-repeat 50% 0 #F5F5F8;
	color: #CC0000;
}
#ja-topsl div.fb-title h3
{
	font-size: 110%;
	padding: 0;
	margin: -5px 0 -5px 0;
	/*color: #CC0000;*/
	font-weight: bold;
	/*text-transform: uppercase;
	font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;*/
	background: transparent;


	color: #CC0000;
	
}

/*div.introbox{
	text-align:left;
	background: transparent;
}*/
#ja-slwrap{
	width: 100%; 
	height:240px;
}
#ja-welcomewrap{
	width: 100%;
	/*height:240px;*/
}
div.moduletable_welcome {
	padding: 0 10px 0px 0;
	margin: 0;
}
div.moduletable_welcome h3{
	color: #CC0000;
	padding: 3px 0 7px 0;
	margin-bottom: 10px;
	margin-top: 10px;
	background: url(../images/sep.gif) repeat-x bottom;
	font-size: 130%;
	line-height: normal;
	width:99%;
}
#ja-content-welcome {
	padding: 0;
	margin: 0;
	float:right; 
	width:77%;
}
#ja-homesl{
	float:right; 
	width:77%;
}

/* Modified style, original style commented out below.*/
#ja-topsl h3{
	font-size: 90%;
	padding: 5px 0 5px 0px;
	margin: 0 0 5px;
	/*text-transform: uppercase;
	font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;*/
	background-image: url(../images/module_header_bg3.jpg);
	background-position: left top;
	font-weight: normal;
	color: #2d3091;
	text-align:left;
}


/* Lena Razov: End of style for new structure of the Home page
------------------------------------------------------------------------ */

/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

.ja-box-left div.moduletable {
	padding-right: 20px;
}

.ja-box-right div.moduletable {
	padding-left: 20px;
}

.ja-box-center div.moduletable {
	padding: 0 20px;
}

/*#ja-topsl h3,*/ #ja-botsl h3 {
	font-size: 165%;
	font-weight: normal;
	text-transform: none;
	font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
	background: none;
}

/* Top Spotlight */
#ja-topslwrap {
	clear: both;
	margin: 0;
	padding: 0;
}

#ja-topsl {
	padding: 0;
}

/* #ja-topsl h3 {
	margin: 0 0 10px;
	padding: 0;
}*/

div.moduletable_homepage {
	padding: 10px;
	margin: 0;
	background: none;
	border: 2px solid #F5F5F8;
}
div.moduletable_homepage:hover {
	background: #FFFFFF;
	border: 2px solid #EAEBEE;
}

div.moduletable_homepage h3 {
	color: #2d3091;
}


#ja-topsl div.moduletable {
	padding: 10px;
	margin: 0;
	background: none;
	border: 2px solid #F5F5F8;
}

#ja-topsl div.hover,
#ja-topsl div.moduletable:hover {
	background: #FFFFFF;
	border: 2px solid #EAEBEE;
}

#ja-topsl div.ja-box-left,
#ja-topsl div.ja-box-center,
#ja-topsl div.ja-box-right {
	padding: 0;
}

#ja-topsl div.ja-box-left,
#ja-topsl div.ja-box-center {
}

#ja-topsl a {
	color: #4F4F4F;
	text-decoration: none;
}

#ja-topsl a:hover, #ja-topsl a:active, #ja-topsl a:focus {
	color: #4F4F4F;
	text-decoration: underline;
}

/* Bottom Spotlight */
#ja-botslwrap {
	border-top: 3px solid #999999;
	background-image: url(../images/frontpage_bootm.gif);
	background-position: top center;
	background-repeat:no-repeat;
	background-color: #2d3091;
	color: #CACACC;
}

#ja-botsl {
	padding: 15px 0;
}

#ja-botsl h3 {
	color: #FFFFFF;
	margin: 0 0 10px;
	padding: 0;
}

#ja-botsl div.moduletable {
	margin: 0;
	padding: 5px 15px;
	background: none;
}

#ja-botsl a, #ja-botsl a:hover, #ja-botsl a:active, #ja-botsl a:focus {
	color: #FFFFFF;
}

#ja-topsl ul,
#ja-botsl ul {
	padding: 0;
	margin: 0 !important;
}

#ja-topsl li,
#ja-botsl li {
	padding: 0 0 0 15px;
	margin: 0;
	background: url(../images/arrow.png) no-repeat 3px 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-spacing: 0;
	border-collapse: collapse;
}

/* PATHWAY
---------------------------------------------------------*/
#ja-pathway {
	display: block;
	text-indent: 4px;
	margin-bottom: 3px;
	color: #999999;
}

#ja-pathway img {
	margin: 0 5px 1px;
}

#ja-pathway a {
	font-weight: bold;
}

/* CONTENT COLUMN
--------------------------------------------------------- */
#ja-containerwrap-fl, #ja-containerwrap {
	background: url(../images/containerwrap-bg1.gif) repeat-y 50% 0;
}

#ja-containerwrap-f, #ja-containerwrap2 {
	background: url(../images/container-bg23.gif) repeat-x;
}

#ja-containerwrap-fl div#ja-containerwrap2,
#ja-containerwrap div#ja-containerwrap2 {
	background: url(../images/containerwrap-bg2.gif) no-repeat 50% 0;
}

#ja-containerwrap-f div#ja-container2 {
	background: url(../images/container-bg23.gif) no-repeat 50% 0 #F5F5F8;
}

#ja-containerwrap-fr div#ja-container2 {
	background: url(../images/container-bg23.gif) no-repeat 50% 0 #F5F5F8;
}

#ja-mainbody, #ja-mainbody-fl, #ja-mainbody-fr, #ja-mainbody-f {
}

#ja-mainbody, #ja-mainbody-fl {
	float: left;
	width: 74.8%;
}

#ja-mainbody #ja-contentwrap {
	float: right;
	width: 66.6%;
}

#ja-mainbody-fl #ja-contentwrap {
	float: left;
	width: 100%;
	background: none;
}

#ja-mainbody-f, #ja-mainbody-fr  {
	float: none;
	width: 100%;
}

#ja-mainbody-fr #ja-contentwrap {
	width: 74.8%;
	float: right;
}

#ja-mainbody-fr #ja-col1 {
	/*width: 24.9%;*/
	width: 22%;
	float: left;
}

#ja-mainbody-f #ja-content {
	padding: 0 !important;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#ja-col1 {
	float: left;
	width: 33.3%;
	overflow: hidden;
}

#ja-col1 div.innerpad {
	padding: 0 15px 0px 0;
}

#ja-col2 {
	float: right;
	width: 24.9%;
	overflow: hidden;
	padding-top: 3px;
}

#ja-col2 div.innerpad {
	padding: 0 0 0 10px;
	margin-top: -10px;
}

#ja-col2 div.innerpad div.moduletable{
	padding: 20px 0 0 10px;
}

#ja-col1 table,
#ja-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-col1 ul li,
#ja-col2 ul li {
	padding-left: 15px;
	margin: 0;
	background: url(../images/arrow.png) no-repeat 3px 8px;
}

#ja-col1 ul,
#ja-col2 ul {
	margin: 0;
}

/* USER TOOLS
--------------------------------------------------------- */
#ja-usertoolswrap {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/usertools-right.gif) no-repeat bottom right #999999;
}

#ja-usertools {
	float: left;
	background: url(../images/usertools-left.gif) no-repeat bottom left;
	padding: 4px 5px 4px 15px;
}

#ja-usertools ul {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
}

#ja-usertools ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	display: inline;
}

#ja-usertools img {
	margin: 0 4px 0 0;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	/*border-top: 3px solid #999999;
	background: #F5F5F8;*/

	/*border-top: 3px solid #999999;*/
	background-image: url(../images/frontpage_bootm.gif);
	background-position: top center;
	background-repeat:no-repeat;
	background-color: #2d3091;
	color: #CACACC;
}

#ja-footer {
	padding: 10px 0;
	position: relative;
	clear: both;
}

#ja-footer small, #ja-footer address {
	padding: 0 0 5px;
	font-size: 100%;
	color: #4F4F4F;
	font-style: normal;
	display: block;
}


/* Lena Razov: styles for content in the footer*/
#ja-footer ul {
	margin: 0;
	padding: 0;
	float:left;
	width:33%;
	border-right:1px solid #EAEBEE;
}

#ja-footer #noborder{
	border: 0;
}

#ja-footer a{
	color: #CACACC;
	font-style: normal;
	text-decoration: underline;
}

#ja-footer ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	display: block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	overflow:visible;
	white-space:nowrap;
	border: 0px solid white;
}
/* Lena Razov: End of styles for content in the footer */


#ja-botnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
	right: 0;
}

#ja-botnav li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#ja-botnav a {
	display: inline;
	background: url(../images/bullet-list.gif) no-repeat 13px 6px;
	padding: 0 0 0 25px;
	line-height: normal;
}

#ja-botnav a:hover {
	text-decoration: underline !important;
}

/* Search */
#ja-search {
	position: absolute;
	top: 40px;
	right: 50px;
	background: url(../images/icon-search.gif) no-repeat center right;
	padding-right: 17px;
}

#ja-search .inputbox {
	color: #CC0000;
	width: 120px;
	background-color: #EAEBEE;
	border: 1px ridge #FFFFFF;
	padding: 2px 5px 3px;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

#ja-banner {
	text-align: center;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}

#mod_login_password, #mod_login_username {
	width: 87%;
	margin: 1px 8px 0 0;
	font-weight: bold;
	padding-left: 20px;
}

#mod_login_username {
	
	background: url(../images/icon-user.gif) no-repeat 4px 5px #FFFFFF;
}

#mod_login_password{
	
	background: url(../images/icon-key.gif) no-repeat 4px 5px #FFFFFF;
}

#mod_login_remember {
	border: none;
	background: none;
}

/* JA SLIDESHOW
-------------------------------------------*/
div#ja-slideshow-wrap {
	background: #4F4F4F;
	border: 2px solid #EAEBEE;
	float:right;
}

div.ja-slideshow-case {
	margin: 0;
}

div.ja-slideshow-case p {
	padding-top: 9px;
}

div.ja-slidebar {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #4F4F4F;
}

div.ja-slidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	z-index: 10001;
	font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
	font-size: 90%;
}

div.ja-slidebar ul li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	background: none;
}

div.ja-slidebar ul a {
	float: left;
	margin-right: 1px;
	padding: 4px 6px;
	display: block;
	color: #EAEBEE;
	cursor: pointer;
	text-decoration: none;
	line-height: normal;
}

div.ja-slidebar ul a:hover,
div.ja-slidebar ul a:active,
div.ja-slidebar ul a:focus {
	background: #4F4F4F;
	text-decoration: none;
}

div.ja-slidebar ul a.active {
	border: none;
	background: #CACACC;
	color: #4F4F4F;
	text-decoration: none;
	font-weight: bold;
}

div.ja-slidebar ul li a.prev,
div.ja-slidebar ul li a.next {
	display: block;
	font-weight: bold;
}
 
div.ja-slidebar ul li a.prev {
	padding-left: 20px;
}

.description {
	position: absolute;
	bottom: 0;
	background: #FFFFFF;
	color: #4F4F4F;
	font-weight: bold;
	width: 100%;
	padding: 4px 0;
	text-indent: 8px;
}

.description-hidden {
	padding: 0;
	position: absolute;
	bottom: 0;
}

div.shadow {
	background: url(../images/shadow.gif) repeat-x top;
	padding: 2px 0 2px;
	line-height: normal;
	clear: both; 
}

.address {
	font-style: normal;
}


/* 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;
}
.11{
color: #00FFFF;

}

/* FAQ page styles
*---------------------------------------------------*/


.contentheading_faq {
	/*color: #CC0000;
	padding: 0 0 5px 2px;
	margin-bottom: 10px;
	margin-top: 10px;
	background: url(../images/sep.gif) repeat-x bottom;
	font-size: 125%;
	line-height: normal;*/
	color: #2d3091;
	line-height: normal;
	font-weight: bold;
	font-size: 110%;
	padding: 0px;
	margin: 0px;
	text-align:left;
}
.componentheading_faq {
	color: #CC0000;
	padding: 0 0 5px 2px;
	margin-bottom: 10px;
	margin-top: 10px;
	background: url(../images/sep.gif) repeat-x bottom;
	font-size: 150%;
	line-height: normal;
}
table.blog_faq {
	width: 100%;
	border-collapse:collapse;
}
table.contentpaneopen_faq {
	width: 100%;
	border-collapse:collapse;
}
td.hide_show_link_faq{
	text-align: right;
}
/* Website registration form styles
*---------------------------------------------------*/
#site_reg_form {
	width: 100%;
}

/* Lost password form styles
*---------------------------------------------------*/
#lost_pwd_form {
	width: 100%;
}

#contact_email_form {
	width:67%;
}

#web_account_form {
	width:100%;
}

/* Website login form styles START
*---------------------------------------------------*/
#website_login_form {
	width:100%;
	border: 0px solid black;
	margin: -10px;
}

#ja-col2 div.moduletable_login {
	padding: 0 5px 0px 10px;
	margin-left: 5px;
	margin-top: 10px;
	border: 2px solid #FFFFFF;
}

#ja-col2 div.moduletable_login a{
	font-size: 90%;
}


#ja-col2 div.moduletable_login li {
	padding: 0 0 0 23px;
	margin: 0;
	background: url(../images/arrow.png) no-repeat 7px 6px;
}

#ja-col2 div.moduletable_login h3{
	font-weight: bold;
	color: #CC0000;
	padding: 3px 0 7px 0;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 130%;
	line-height: normal;
	background: url(../images/sep.gif) repeat-x bottom;
}
/* Website login form styles END ------------------------*/

#eshop_login_form, #cart_form {
	margin-left: -2px;
	margin-top: 10px;
	border: 2px solid #FFFFFF;
}

#eshop_login_form td.moduletable, #cart_form td.moduletable{
	padding: 0 5px 0 10px;
}

#eshop_login_form a{
	font-size: 90%;
}

#password_field, #username_field {
	width: 86%;
	padding-left: 20px;
}

#username_field {
	
	background: url(../images/icon-user.gif) no-repeat 4px 5px #FFFFFF;
}

#password_field{
	
	background: url(../images/icon-key.gif) no-repeat 4px 5px #FFFFFF;
}
/* Reload picture button style
*___________________________________________________*/
#askNewPicture {
	text-decoration: none;
}

/* Checkout Bar */
#checkout_bar{
margin-top: -5px;
}
#checkout_bar_link_step1{
margin-left: 43px;
}
#checkout_bar_link_step2{
margin-left: 35px;
}
#checkout_bar_link_step3{
margin-left: 20px;
}
#checkout_bar_link_step4{
margin-left: 20px;
}
#checkout_bar_link_step5{
margin-left: 35px;
}

div.scroll {
	scrollbar-arrow-color:#999999;
    scrollbar-base-color:#999999;
    scrollbar-3dlight-color:#F5F5F8;
    scrollbar-darkshadow-color:#F5F5F8;
    scrollbar-highlight-color:#F5F5F8;
    scrollbar-shadow-color:#999999;
	scrollbar-face-color: #F5F5F8;
	width:100%;
	height:100%;
	overflow:auto;
	/*margin: 0;
	padding: 0 15px 0 0;
	width: auto;*/
}

td.scroll {
	height:250px;
}