/*------------------------------------------------------------------------
# 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 {
	background: #F5F5F8;
	line-height: 150%;
}

/* 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: #F5F5F8;
	
}

#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;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	background: #3A3A3A;
}

#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: 190px;
	height: 70px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	background: url(../images/logo.jpg) no-repeat top left;
}

#ja-header h1 img {
	float: left;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap {
	background: #3A3A3A;
}

#ja-mainnav {
	background: url(../images/header-bottom.jpg) no-repeat bottom right #3A3A3A;
}

#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;
	background: url(../images/mainnav-active-lr.png) no-repeat bottom right;
}

.ja-menu-right {
	float: left;
	display: block;
	height: 28px;
	width: 32px;
	background: url(../images/mainnav-right.png) no-repeat bottom right;
}

#ja-subnavwrap {
	background: #1F1F1F;
}

#ja-subnav {
}


/* SPOTLIGHT
--------------------------------------------------------- */
#ja-spotlight {
	margin: 0;
	padding: 0;
}

/* 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;
}

/* Bottom Spotlight */
#ja-botslwrap {
	border-top: 3px solid #999999;
	background: #3A3A3A;
	color: #CACACC;
}

#ja-botsl {
	padding: 15px 0;
}

#ja-botsl h5 {
	color: #FFFFFF;
	margin: 0 0 10px;
	padding: 0;
	
	font-size: 165%;
	font-weight: normal;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	text-decoration: none;
}
	
	
}

#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;
}


/* 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 #F5F5F8;
}

#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%;
	float: left;
}

#ja-mainbody-f #ja-content {
	padding: 0 !important;
}


/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	border-top: 3px solid #999999;
	background: #F5F5F8;
}

#ja-footer {
	padding: 10px 0;
	position: relative;
}

#ja-footer small, #ja-footer address {
	padding: 0 0 5px;
	font-size: 100%;
	color: #4F4F4F;
	font-style: normal;
	display: block;
}

#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;
}


/* 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: 80%;
}

#mod_login_remember {
	border: none;
	background: none;
}

.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;
}

.LUCA {
	color: #000000;
	background: #FFFFFF;
	font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	line-height: 150%;
}

.fs1 {
	font-size: 9px;
}

.fs2{
	font-size: 10px;
}

.fs3{
	font-size: 11px;
}

.fs4{
	font-size: 12px;
}

.fs5{
	font-size: 13px;
}

.fs6{
	font-size: 14px;
}

/* Normal link */
a.LUCA {
	color: #CC0000;
	text-decoration: underline;
}

a.LUCA:hover, a.LUCA:active, a.LUCA:focus {
	color: #CC0000;
	text-decoration: underline;
}

a.pathway {
	color: #0264B0;
	text-decoration: underline;
}

a.pathway:hover, a.pathway:active, a.pathway:focus {
	color: #0264B0;
	text-decoration: underline;
}

DIV#bd {
	color: #4F4F4F;
	background: #F5F5F8;
}


