/*------------------------------------------------------------------------
# JA Sargas 1.0 - Nov, 2006
# ------------------------------------------------------------------------
# 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
--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #ffffff;
	background-image: url(/images/BG.jpg);
	background-repeat: repeat-x;
	background-position:top;
	background-color: #c32d2e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	
}

body#ffffff {

	

}

body.contentpane { /* Printable Page */
	width: auto;
	margin: 1em 2em;
	/*background: #332930;*/
	color: #ffffff;
	line-height: 1.5;
	font-size: 11px;
}

body.fs1{
	font-size: 11px;
}

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 {

text-decoration: none;
text-transform: ;
font-size: 12px;
	font-weight: normal;
color: #ffffff;
	line-height: normal;
}

a:hover, a:active, a:focus {
	text-decoration: none;
	font-weight: normal;
color: #cccccc;
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar {
}

/* Heading */
h1, h2, h3, h4 {
	line-height: 1.5;
}

h1 {
	font-size: 1.1em;
	font-weight: none;
	color: #ffffff;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
}

h3 {
	font-size: 1em;

}

h4 {
	font-size: 1em;
	text-transform: uppercase;
}
h5 {
	font-size: 12px;
	font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
background-color: #60515c;
margin-bottom: 6px;
padding: 2px 4px 2px 4px;
display: block;
}

p {
	margin: 1px 10px 1px 10px;
padding: 1px 10px 1px 10px;
        text-align: justify;
color: #ffffff;
text-indent: 0px;
	font-size: 1.1em;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

p1 {
	margin: 8px 10px 1px 10px;
	padding: 6px 10px 6px 10px;
	text-align: left;
	color: #ffffff;
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
}

p2 {
	text-align: left;
	color: #ffffff;
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

p3 {
	margin: 1px 10px 1px 10px;
padding: 1px 10px 1px 10px;
        text-align: justify;
color: #ffffff;
text-indent: 0px;
	font-size: 1.1em;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li {
color: #ffffff;
	list-style-type: none;
	text-indent: 0px;
	border-bottom-color: #cccccc;
	border-bottom-style: dotted;h
	border-bottom-width: thin;
padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 13px;
	font-style: normal;
	font-size: 1.8ex;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}


ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
}

th {
	padding: 4px;
	font-weight: normal;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 2px solid #ffffff;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
margin-left: -2px;
}

table {
}

td, div {
	font-size: 1em;
margin-left: px;
}

/* Code text */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #E9A853;
	background: url(../images/stripe1.gif) #F3F3F3;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 15px 40px;
	background: url(../images/quote.gif) 10px 10px no-repeat;
	font: italic 1em/1.5 Georgia, Times, serif;
}
 
.dropcap {
	float: left;
	padding: 3px 3px 0 0;
	display: block;
	color: #ffffff;
	font: 40px/20px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 22px;
	color: #E13F35;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message {
	padding-left: 22px;
	color: #2966AC;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 22px;
	color: #E19C35;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	border-bottom: 1px dotted;
	background: #F5F3DE;
	font-weight: bold;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select {
	font: 11px/normal Tahoma, Arial, Helvetica, sans-serif;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button {
	border: 2px solid #F3F3F3;
	padding: 1px 8px;
	background: #8d8575;
	color: #FFFFFF;
}

.button:hover, .button:focus {
	border-color: #989898;
}

.inputbox {
	border: 1px solid #989898;
	background: #F3F3F3;
	color: #6B6B6B;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #CCCCCC;
}

/* MODULE STYLE 1
--------------------------------------------------------- */
#ja-leftcol div.moduletable h3 {
	margin:0;
	padding-bottom:5px;
	font-size: 13px;
	color: #924a51;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	border-bottom: 2px solid #924a51;

}

#ja-leftcol div.moduletable {
	padding: 20px 5px 5px 9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
font-size: 12px;
}

/* MODULE STYLE 2
--------------------------------------------------------- */
div.module h3,
div.module-cyan h3,
div.module-orange h3,
div.module-green h3 {
	margin: 0;
	padding:0px 5px 0px 5px;
	font-size: 14px;
 	font-weight: bold;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	background-image:url(/images/moduleHeader.png);
	background-position:top left;
	background-repeat:repeat-x;
}

div.module {
	margin: 10px 0 0;
	padding: 0;
	float: left;
	width: 100%;
	/* background: url(../images/box-br.gif) no-repeat bottom right; */
}

div.module div {
	padding: 0;
	/* background: url(../images/box-bl.gif) no-repeat bottom left; */
}

div.module div div {
	padding: 0;
	/* background: url(../images/box-tr.gif) no-repeat top right; */
}

div.module div div div {
	padding: 0px 15px 2px;

	/* background: url(../images/box-tl.gif) no-repeat top left; */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
text-align: left;
margin-bottom: 16px ;



}
div.module div div div h3 {
	margin-top: 0px ;


}


div.module div div div div,
div.module-cyan div div div div,
div.module-orange div div div div,
div.module-green div div div div {
	margin: 0;
	padding: 0;
	background: none;



}

div.module .article_seperator,
div.module-cyan .article_seperator,
div.module-orange .article_seperator,
div.module-green .article_seperator {
	display: none;
}

/* MODULE HILITE CYAN
--------------------------------------------------------- */
div.module-cyan {
	margin: 10px 0 0;
	padding: 0;
	float: left;
	width: 100%;
	background: url(../images/box-br-cyan.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-cyan a {
	color: #FFFFFF;
}

div.module-cyan div {
	padding: 0;
	background: url(../images/box-bl-cyan.gif) no-repeat bottom left;
}

div.module-cyan div div {
	padding: 0;
	background: url(../images/box-tr-cyan.gif) no-repeat top right;
}

div.module-cyan div div div {
	padding: 10px 15px 20px;
	background: url(../images/box-tl-cyan.gif) no-repeat top left;
}

/* MODULE HILITE ORANGE
--------------------------------------------------------- */
div.module-orange {
	margin: 10px 0 0;
	padding: 0;
	float: left;
	width: 100%;
	background: url(../images/box-br-orange.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-orange a {
	color: #FFFFFF;
}

div.module-orange div {
	padding: 0;
	background: url(../images/box-bl-orange.gif) no-repeat bottom left;
}

div.module-orange div div {
	padding: 0;
	background: url(../images/box-tr-orange.gif) no-repeat top right;
}

div.module-orange div div div {
	padding: 10px 15px 20px;
	background: url(../images/box-tl-orange.gif) no-repeat top left;
}

/* MODULE HILITE GREEN
--------------------------------------------------------- */
div.module-green {
	margin: 10px 0 0;
	padding: 0;
	float: left;
	width: 100%;
	background: url(../images/box-br-green.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-green a {
	color: #FFFFFF;
}

div.module-green div {
	padding: 0;
	background: url(../images/box-bl-green.gif) no-repeat bottom left;
}

div.module-green div div {
	padding: 0;
	background: url(../images/box-tr-green.gif) no-repeat top right;
}

div.module-green div div div {
	padding: 10px 15px 20px;
	background: url(../images/box-tl-green.gif) no-repeat top left;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

table.blog .article_seperator {
	display: block;
	height: 35px;
	background: url(../images/seperator.gif) no-repeat top right;
}

#ja-leftcol .article_seperator, #ja-rightcol .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
margin-top: 1px;

margin-right: 5px;

margin-bottom: 1px;

margin-left: 5px;

padding-top: 1px;

padding-right: 20px;
padding-bottom: 1px;

padding-left: 5px;


text-align: justify;

color: #ffffff;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc a:hover,
table.contenttoc a:active,
table.contenttoc a:focus {
	text-decoration: none;
	color: #E9A853;
}

table.contenttoc td {
	background: url(../images/bullet-list.gif) no-repeat 4% 55%;
	padding: 4px 5px 2px 22px;
}

table.contenttoc td:hover {
	background: url(../images/bullet-list-on.gif) no-repeat 4% 55%;
}

table.contenttoc th {
	padding: 4px;
	color: #6B6B6B;
	text-indent: 6px;
	text-transform: uppercase;
	background: url(../images/stripe1.gif) #F3F3F3;
}

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;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	border-bottom: none;
}

.pollstableborder tr.sectiontableentry1 td {
	background: #F3F3F3;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.adminform textarea {
	width: auto; /*Control the Frontend Editor area width*/
}

.adminform textarea.inputbox {
}

.blog_more {
	margin: 10px 0;
}

.blog_more strong {
	margin: 0 0 5px;
	padding-left: 13px;
	display: block;
	color: #666666;
	text-transform: uppercase;
}

td.buttonheading {
	padding: 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	margin: 0 0 5px;
	font-size: 1.7em;
	line-height: normal;
	padding: 2px 0 0 0;
	border-bottom: 1px solid #989898;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #ffffff;
	text-indent: 12px;
}

.contentdescription {
	padding-bottom: 30px;

}

.contentheading {
	font-size: 18px;
	line-height: normal;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	color: #E9A853;
	text-decoration: none;
	font-size: 18px;
	line-height: normal;
}

a.readon {
	text-decoration: none;
	font-weight: bold;
	background: url(../images/arrow-readon.gif) no-repeat center left;
	padding-left: 15px;
}

a.readon:hover, a.readon:active, a.readon:focus {
	text-decoration: none;
	background: url(../images/arrow-readon-on.gif) no-repeat center left;
	color: #8d8575;
}

table.contentpaneopen td, table.contentpane td {

}


table.contentpaneopen td p1, table.contentpane td p1 {

	margin: 28px 5px 1px 5px;
	padding: 1px 5px 1px 5px;
	text-align: center;
	color: #ffffff;
	font-size: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;

}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;

}

.createdate {
	padding-bottom: 10px;
	color: #B6B6B6;
	font-weight: bold;
	line-height: 10px;
}

.modifydate {
	color: #B6B6B6;
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	padding: 0;
	margin: 5px 15px 5px 0!important;
	margin: 5px 5px 5px 0;
}

.mosimage img {
	padding: 0;
	margin: 0!important;
}

.mosimage_caption {
	margin-top: 2px;
	padding: 1px 2px;
	color: #B6B6B6;
}

.pagenav_prev,
.pagenav_next{
	padding: 0 5px;
}

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;
	position:relative;
	width:100%;
	background: url(../images/) #989898;
	font-weight: bold;
}

tr.sectiontableentry1 td {
		padding: 5px;
font-size: 1.1em;
color: #ffffff;
text-align:justify;


}

tr.sectiontableentry2 td {
	padding: 5px;
	
font-size: 1.1em;
color: #ffffff;
text-align: justify;
}

tr.sectiontableentry3 td {
	padding: 5px;
	padding-bottom: 30px;
       
font-size: 1.1em;
color: #ffffff;
text-align: justify;
line-height: 1.8;
}
tr.sectiontableentry1 td a,tr.sectiontableentry2 td a {
	text-decoration: none;
color: #ffffff;
font-size: 1.2em;


}
.small {
	color: #B6B6B6;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-headerwrap,
#ja-containerwrap,
#ja-botslwrap,
#ja-botnavwrap,
#ja-footerwrap {
	text-align: center;
	width: 100%;
}

#ja-header,
#ja-container, #ja-container-fl, #ja-container-f,
#ja-botsl,
#ja-botnav,
#ja-footer {
	margin: 0 auto;
	width: 770px;
	text-align: left;

}

.wide #ja-header,
.wide #ja-container, .wide #ja-container-fl, .wide #ja-container-f,
.wide #ja-botsl,
.wide #ja-botnav,
.wide #ja-footer {
	width: 950px;
}

#ja-containerwrap {
	clear: both;
}

#ja-container {
	padding: 0 0 20px 0;
	/*background-color:#332930;*/
}

.wide #ja-container {
	padding: 0 0 20px 0;
	background-image:url(/images/content_bg.png);
	background-position:center;
	background-repeat:repeat-y;
}

#ja-container-f {
	padding: 0 0 20px;
	background-color:#332930;
}

.wide #ja-container-f {
	padding: 0 0 20px;
	background-color:#332930;
}

ja-container-fl {
	padding: 0 0 20px;
	background-color:#332930;
}

.wide #ja-container-fl {
	padding: 0 0 20px;
	background-color:#332930;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	background: url() no-repeat top left;
}

#ja-header {
	line-height: normal;
	height: 276px;

}

#ja-header h1 {
	float: left;
	width: 200px;
	margin-top: 40px;
}

#ja-sh {
	float: right;
	width: 500px;
}

.wide #ja-sh {
	width: 580px;
}

#ja-usertoolswrap {
	float: right;
	display: block;
	margin-top: 7px;
	padding-right: 20px;
}

#ja-usertools {
	padding: 0 10px 0 4px;
	float: left;
	display: block;
	font-size: 11px;
	height: 25px;
}

#ja-usertools span {
	float: left;
	margin-right: 30px;
	display: block;
}

#ja-usertools img {
	padding: 5px 2px 0;
}

#ja-usertools a {
}

#ja-usertools a:hover, #ja-usertools a:active, #ja-usertools a:focus {
}

#ja-search {
	width: 120px;
	float: left;
	display: block;
}
 
#ja-usertools div.search {
	margin-top: 6px;
	padding-left: 20px;
	background: url(../images/icon-search.gif) no-repeat center left;
}

#ja-usertools .inputbox {
	border: 1px solid #2B98B7;
	width: 100px;
	background: #B5DEEA;
}

#ja-usertools .inputbox:hover,
#ja-usertools .inputbox:focus {
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	float: right;
	display: block;
	margin-top: 6px;
	height: 32px;
	clear: both;
	width: 500px;
}

html>body #ja-mainnav {
	margin-top: 8px;
}

.wide #ja-mainnav {
	width: 550px;
}

#ja-mainnav a  {
	color: #FFFFFF;
	text-transform: uppercase;
}

li.menuitemend a {
	background: none!important;
}

/* Default Joomla! Menu */
a.mainlevel {
	padding: 4px;
	display: block;
	color: #ffffff;
    font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #924a51;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus,
a.mainlevel#active_menu {
	/* background: url(../images/arrow-on.gif) no-repeat center right #383236!important;*/
	background-color:#383236;
	text-decoration: none;
}


a.sublevel {
	padding: 2px 4px 2px 16px;
	display: block;
	text-decoration: none;
	background: url(../images/bullet-list.gif) no-repeat 3% 50%;
	color: #FFEC09;
	border: 1px solid #FFFFFF;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #6B6B6B;
	background: url(../images/bullet-list-on.gif) no-repeat 3% 50%;
}

#ja-leftcol #active_menu, #ja-rightcol #active_menu {
	color: #ffffff;
	/* background: url(../images/bullet-list-on.gif) no-repeat 3% 50% #F3F3F3; */
	text-decoration: none;
	/* border: 1px solid #989898; */
}
/*End: Default Joomla! Menu  */

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-botslwrap {
	border-bottom: 1px solid #989898;
	padding: 20px 0;
	clear: both;
}

#ja-botsl {
}

.ja-box {
	float: left;
	overflow: hidden;
}

.ja-box h3 {
	margin-bottom: 5px;
	font-size: 13px;
	text-indent: 2px;
}

.ja-box div.moduletable {
	margin-left: 30px;
}

.ja-box ul {
	padding: 0;
	margin: 0!important;
}

.ja-box li {
	padding: 0;
	margin: 0;
	background: none;
}

.ja-box li a {
	padding: 4px 4px 4px 15px;
	border-bottom: 1px solid #F3F3F3;
	width: 99%; /*This is required for IE6*/
	display: block;
	text-decoration: none;
	background: url(../images/bullet-list.gif) no-repeat 1% 50%;
}

.ja-box li a:hover,
.ja-box li a:active,
.ja-box li a:focus {
	background: url(../images/bullet-list-on.gif) no-repeat 1% 50% #F3F3F3;
	text-decoration: none;
	color: #E9A853;
}

.ja-box td {
	padding: 0;
}

.ja-box  .article_seperator {
	display: none;
}

.box-ended div.moduletable {
	margin-right: 0!important;
}

 #product_list
{
margin-left: 15px;
padding-left: 15px;
}

/* PATHWAY
---------------------------------------------------------*/
#ja-pathway {
	background-image:url(/images/pathway_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:26px;
	padding: 1px 0;
	text-indent: 10px;
	margin: 4px 0;
	text-transform: lowercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	word-spacing: px;
	text-indent: 10px;
	line-height: normal;
	display: block;
	float: left;
	width: 100%;
	clear: both;
	font-weight: bolder;
	text-decoration: none;
	font-variant: small-caps;
	color: #ffffff;
}

#ja-pathway a {
	text-decoration: none;
	color: #ffffff;
}



#ja-pathway img {
	margin: 0 5px;
}

/* CONTENT COLUMN
--------------------------------------------------------- */
#ja-mainbody, #ja-mainbody-fl, #ja-mainbody-fr, #ja-mainbody-f {
	margin: 0 0 25px 21px;
}

#ja-mainbody {
	float: left;
	width: 69%;
}

#ja-mainbody #ja-contentwrap {
	float: right;
	width: 73%;
	padding-right: 0px;
}

#ja-mainbody-fl {
	float: left;
	width: 79%;
}

#ja-mainbody-fl #ja-contentwrap {
	float: right;
	width: 95.5%;
}

#ja-mainbody-fr{
	float: left;
	width: 95%;
}

#ja-mainbody-fr #ja-contentwrap {
	float: right;
	width: 75%;
	padding-right: 5%;
}

#ja-mainbody-fr #ja-leftcol {
	width: 145px;
}

#ja-mainbody-f {
	float: left;
	width: 100%;
}

#ja-mainbody-f #ja-contentwrap {
	padding-left: 0%;
	padding-right: 0%;
}

#ja-contentwrap {
	margin-top: 15px;
}

#ja-content {
	clear: both;
}

/* LEFT COLUMN
--------------------------------------------------------- */
#ja-leftcol {
	float: left;
	width: 145px;
	margin-top: 0px;
	padding-top: 0px;
	overflow: hidden;
}

/* RIGHT COLUMN
--------------------------------------------------------- */
#ja-rightcol {
	float: right;
	width: 23.5%;
	margin: 10px 21px 0px 0px;
	padding-right:10px;
	overflow: hidden;
	font-size: 1.0em;
	font-weight: normal;
	line-height: normal;
}

#ja-rightcol p {
	
text-align: left;
color: #ffffff;
text-indent: 0px;
}
	
}
/* FOOTER
--------------------------------------------------------- */
#ja-botnavwrap {
	background-image:url(/images/content_bg.png);
	background-position:center;
	background-repeat:repeat-y;
	clear: both;
}

#ja-botnav {
	padding: 6px 0;
	position: relative;
	line-height: normal;
}

#ja-botnav ul {
	margin: 0 0 0 30px;
	padding: 0;
}

#ja-botnav li {
	margin: 0;
	padding: 0;
	background: none;
	display: inline;
}

#ja-botnav a {
	margin-right: 20px;
	color: #AAAAAA;
	text-decoration: none;
}

#ja-botnav a:hover, #ja-botnav a:active {
	color: #6B6B6B;
}

a.gotop-button {
	position: absolute;
	top: 7px;
	right: 65px;
	background: url(../images/arrow-top.gif) no-repeat center left;
	padding-left: 11px;
}

#ja-footerwrap {
	height:104px;
	margin-bottom:25px;
	background-image:url(/images/footer_bg.png);
	background-position:top center;
	background-repeat:no-repeat;
	color: #AAAAAA;
	clear:both;
	
}

#ja-footer {
	padding: 10px 0;
	position: relative;
}

#ja-footer a {
	color: #AAAAAA;
}

#ja-footer a:hover {
	color: #6B6B6B;
}

#ja-bottomline {
	margin-left: px;
	font-size: 10px;
	text-align: center;
}

#ja-cert {
	position: absolute;
	right: 30px;
	top: 18px;
}

#ja-cert a {
	padding-right: 5px;
}

/* MISCELLANOUS
----------------------------------------------------------- */
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;
	float: right;
	color: #AAAAAA;
}

#mod_login_password, #mod_login_username {
	width: 90%;
}

#mod_login_password {
}

#mod_login_username {
}

#mod_login_remember {
	border: none;
	background: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */

* 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;
}

/* Opacity logo hack */
#sitelogo {
	cursor: pointer;
}

/* JA CoolAds Module */
#ja-coolads {
	height: 0;
	overflow: hidden;
	position: relative;
}

#ja-coolads-container {
	overflow: hidden;
	margin-right: 5%;
}

#ja-coolads-container div.moduletable {
	overflow: hidden;
}

_________________________________________
.menuTitle {
font-size: 12px;
font-weight:bold;
display: 
block;text-decoration: none;
outline-style:none;
height: 18px;padding-top: 6px;
padding-bottom: 3px;
padding-left: 6px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ddd;
margin-bottom: 1px;
}

.content {
font-size: 10px;
color: #5E6257;
display: block;
background-color: #FFFFFF;
}
ul.latestnews {
	background-color:#544751;
	margin:0 6px 5px 6px;
	padding-bottom:5px;
}
li.latestnews {
	margin:0 5px 0px 5px;
}
