/* COMMON STYLE
--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #CCCCCC;
	background: #121212;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 1.6;
}
.invisible{
display:none;
}
.invisible1{
display:none;
}
body#bd {
}
.buttonheading{
margin:1px;
padding:2px;
float:right;
border:1px solid #E0E0E0;
background:#FFFFFF;
}
/* table of contents */
.contenttoc{
float:right;
border:1px dashed #303030;
margin:0;
padding:2px;
background:transparent;
font-size:90%;
text-align:left;
display:block;
width:150px;
}
/* table of content header */
.contenttocheader{
text-align:center;
background:#6A6A6A;
color:#EAEAEA;
margin:0;
padding:2px;	
}
.contenttoclist{
list-style:none outside;
margin:0;
}
.contenttocitem{
list-style:none outside;
margin:0;
}
.contenttocitem_disabled{
display:none;
}
a.toclink:hover,
a.toclink:link,
a.toclink:active,
a.toclink:visited{
padding:2px 2px 2px 2px;
display:block;
text-align:left;
text-decoration:none;
color:#213A41;
}
body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}

body.fs1{
	font-size: 12px;
}

body.fs2{
	font-size: 13px;
}

body.fs3{
	font-size: 14px;
}

body.fs4{
	font-size: 15px;
}

body.fs5{
	font-size: 16px;
}

body.fs6{
	font-size: 17px;
}

/* Normal link */
a, a:visited{
	color: #0C59A1;
	text-decoration: none;
}

a:hover, a:focus {
		color: #0C59A1;
	text-decoration: none;
/*background-color: #0C59A1;*/
}
.ciccio a {
		color: #0C59A1;
	text-decoration: underline;
}
/* Title text */
.contentheading, .componentheading, div.moduletable h3,
h1, h2, h3 {
	font-family: Arial, sans-serif;
	letter-spacing: -1px;
	color: #FFFFFF;
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar, a.readon, #ja-pathway {
	font-size: 0.9em;
}

/* Heading */
h1 {
	font-size: 1.4em;
	/*border-bottom: 1px solid #0C59A1;*/
		margin-bottom: 0px;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
	display: none;
	color: #0C59A1;
}
h1, h2, h3 {
	color: #0C59A1;
}
p {
	margin: 5px 0 15px;
	text-align: justify;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li {
	/*background: url(../../images/light/bullet-list.gif) no-repeat 20px 6px;*/
}

hr {
	border-top: 1px solid #CCCCCC;
}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

a img {
	border: none;
	background-color: transparent;
}

td, div {
	font-size: 1em;
}

/* Code text */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #F29A3E;
	background: #2F2F2F;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 15px 40px 15px 60px;
	background: url(../images/quote.gif) 20px 10px no-repeat;
	font: italic 1em/1.5 Georgia, Times, serif;
}

.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #F29A3E;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	color: #F29A3E;
	padding-left: 25px;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message {
	color: #F29A3E;
	padding-left: 25px;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
	color: #F29A3E;
	padding-left: 25px;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	background: #F29A3E;
	color: #121212;
	padding: 0 5px;
	font-weight: bold;
}

p.stickynote {
	padding: 20px 80px 10px 20px;
	background: url(../images/sticky-bg.gif) no-repeat top right #2F2F2F;
}

p.pinnote {
	padding: 20px 60px 10px 20px;
	background: url(../images/pin-bg.gif) no-repeat top right #2F2F2F;
}

p.clipnote {
	padding: 20px 60px 10px 20px;
	background: url(../images/clip-bg.gif) no-repeat top right #2F2F2F;
}

.blocknumber {
	position: relative;
	clear: both;
	padding: 5px 15px 10px; 
}

.bignumber {
	float: left;
	font: 30px/normal Arial, sans-serif;
	font-weight: bold;
	color: #F29A3E;
	display: block;
	margin-right: 8px;
	margin-bottom: 5px;
	padding: 0 2px;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select {
	font: 11px/normal Tahoma, Arial, sans-serif;
}
img {
padding: 5px;
border: 1px;
}
select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button, .button:hover {
	border: 2px solid #2F2F2F;
	padding: 1px 10px!important;
	padding: 1px 5px;
	background: #0C59A1;
	color: #FFFFFF;
}

.button:active, .button:focus {
	border: 2px solid #222222;
}

.inputbox {
	border: 1px solid #3F3F3F;
	background: #2F2F2F;
	color: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #606060;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3 {
	margin: 0 0 5px;
	padding: 0;
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: normal;
}
div.moduletable-footer {
	padding: 0;
	margin: 0px 0 5px;
	clear: both;
	text-align: center;
}
div.moduletable {
	padding: 0;
	margin: 0px 0 5px;
	clear: both;
}

div.moduletable-hilite h3 {
	margin: 0 0 5px;
	padding: 0;
	color: #F29A3E;
	font-size: 1.4em;
}

div.moduletable-hilite {
	padding: 10px 5px;
	margin: 3px 0 22px;
	border: 1px solid #6395CD;
	background: #2F2F2F;
	clear: both;
}

div.moduletable-pin,
div.moduletable-clip,
div.moduletable-task {
	padding: 0 15px 30px;
	margin: 0 0 25px;
	background: url(../images/module-botbg.gif) no-repeat bottom right #2F2F2F;
	clear: both;
}

div.moduletable-pin h3,
div.moduletable-clip h3,
div.moduletable-task h3 {
	margin: 0 -15px 5px;
	padding: 25px 0 0;
	color: #F29A3E;
	font-size: 1.4em;
	text-indent: 15px;
}

div.moduletable-task h3 {
	padding-top: 30px;
}

div.moduletable-pin h3 {
	background: url(../images/module-pin-topbg.gif) no-repeat top right;
}

div.moduletable-clip h3 {
	background: url(../images/module-clip-topbg.gif) no-repeat top right;
}

div.moduletable-task h3 {
	background: url(../images/module-task-topbg.gif) repeat-x top left;
}

div.moduletable-blank h3 {
	margin: 0 0 5px;
	padding: 0;
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: normal;
	clear: both;
}

div.moduletable-blank {
	padding: 0;
	margin: 3px 0 22px;
	clear: both;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

table.blog .article_seperator {
	display: block;
	height: 20px;
	background: url(../images/seperator.gif) repeat-x center;
}

#ja-leftcol .article_seperator, #ja-rightcol .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
}

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/bullet-list.gif) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 4px;
	background: #2F2F2F;
	color: #FFFFFF;
	text-indent: 5px;
	border: 1px solid #3F3F3F;
}

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;
}

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;
	padding-left: 13px;
	display: block;
	color: #606060;
	text-transform: uppercase;
}

td.buttonheading {
	padding: 0 0 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 1.4em;
	line-height: normal;
	font-weight: bold;
	background: url(../images/seperator.gif) repeat-x bottom;
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: normal;
}

.contentheading {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #FFFFFF;
	line-height: normal;
	border-bottom: 1px solid #0C59A1;
}

a.contentpagetitle {
	text-decoration: none!important;
	color: #FFFFFF;
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none!important;
	color: #FFFFFF;
}

a.readon {
	float: right;
	padding: 1px 10px 1px 30px;
	display: block;
	text-decoration: none;
}
.article_seperator {
	display: block;
	background: url(../images/light/seperator.gif) repeat-x bottom;
		height: 20px;
}
a.readon:hover, a.readon:active, a.readon:focus {
	color: #FFFFFF;
	/*background: url(../images/bullet-list3.gif) no-repeat 5% 55% #F29A3E;*/
	text-decoration: none!important;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding: 2px 0 15px 18px;
	line-height: 10px;
	font-weight: bold;
	background: url(../images/bullet-date.gif) no-repeat top left;
}

.modifydate {
	color: #7E7E7E;
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	padding: 0;
	margin: 8px 15px 0 0!important;
	margin: 8px 5px 0 0;
}

.mosimage img {
	padding: 0;
	margin: 0!important;
}

.mosimage_caption {
	margin-top: 5px;
	padding: 1px 2px;
	color: #7E7E7E;
}

.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: 0px;
	background: url(../images/pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 0px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 3px 5px;
	border: 1px solid #222222;
	background: #2F2F2F;
	color: #FFFFFF;
	font-weight: bold;
}

tr.sectiontableentry1 td {
	padding: 5px;
	background: url(../images/seperator.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 5px;
	background: url(../images/seperator.gif) repeat-x bottom;
}

.small {
font-size: 0.9em;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-headerwrap,
#ja-mainnavwrap,
#ja-topslwrap,
#ja-botslwrap,
#ja-containerwrap,
#ja-footerwrap {
	text-align: center;
	width: 100%;
	clear: both;
}

#ja-header,
#ja-mainnav,
#ja-topsl,
#ja-botsl,
#ja-container,
#ja-container-fl,
#ja-container-fr,
#ja-container-f,
#ja-footer {
	margin: 0 auto;
	width: 770px;
	text-align: left;
}

.wide #ja-header,
.wide #ja-mainnav,
.wide #ja-topsl,
.wide #ja-botsl,
.wide #ja-container,
.wide #ja-container-fl,
.wide #ja-container-fr,
.wide #ja-container-f,
.wide #ja-footer {
	width: 950px;
}

.auto #ja-header,
.auto #ja-mainnav,
.auto #ja-topsl,
.auto #ja-botsl,
.auto #ja-container,
.auto #ja-container-fl,
.auto #ja-container-fr,
.auto #ja-container-f,
.auto #ja-footer {
	width: 95%;
}

#ja-containerwrap{
	background: url(../images/container-bg.gif) repeat-x top #222222;
	color: #CCCCCC;
	padding: 10px 0 15px;
}

#ja-container, #ja-container-fr {
	background: url(../images/v-seperator.gif) repeat-y 20% 0;
}

#ja-container-f {
	background: none;
}

#ja-container-fl {
	background: url(../images/v-seperator.gif) repeat-y 77.5% 0;
}

#ja-container-fl #ja-content {
	background: none;
	padding-left: 0;
}

#ja-container-f #ja-content {
	background: none;
	padding: 0;
}

#ja-contentwrap {
}

#ja-content {
	padding: 0 2em;
	clear: both;
	display: block;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	/*background: url(../images/header-bg.gif) repeat-x top #222222;*/
}

#ja-header {
	clear: both;
	text-align: left;
	line-height: normal;
	height: 90px;
	position: relative;
background-color: #73A2DA;
}

#ja-header h1 {
	font-size: 1.5em;
	position: absolute;
	top: 0;
	left: 0;
}

#ja-header h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#ja-header h1 img {
	float: left;
}

#ja-usertoolswrap {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 30px;
	padding: 0;
}

#ja-usertools {
	padding: 0;
	float: left;
	display: block;
	font-size: 11px;
	height: 30px;
	background: #181818;
	border: 1px solid #2F2F2F;
}

#ja-usertools span {
	float: left;
	margin: 0 10px 0 5px;
	display: block;
}

#ja-usertools img {
	padding: 10px 2px;
}

#ja-usertools a {
}

#ja-usertools a:hover, #ja-usertools a:active, #ja-usertools a:focus {
}

#ja-search {
	float: left;
	display: block;/*
	margin: 5px 5px 5px 10px;*/
}
#ja-search a {
color: White;
}
#ja-search div.search {
	padding-left: 18px;
	background: url(../images/default/icon-search.gif) no-repeat center left;
}

#ja-search .inputbox {
	border: none!important;
	width: 100px;
	color: #CCCCCC;
	background: #2F2F2F;
	padding-left: 5px;
}

#ja-usertools .inputbox:hover,
#ja-usertools .inputbox:focus {
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap {
	/*background: url(../images/mainnav-bg.gif) repeat-x top #F29A3E;*/
	clear: both;
}

#ja-mainnav {
	font-size: 1em;
	line-height: normal;
}

/* Default Joomla! Menu */
a.mainlevel {
	/*padding: 3px;
	display: block;
	width: 93%;
	color: #CCCCCC;
	text-decoration: none;
	background: url(../images/seperator.gif) repeat-x bottom;*/
		display: list-item;
	color: #363636;
	text-decoration: none;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px dashed #C0C0C0;
	list-style: none;
}

#ja-leftcol ul li a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	background: url(../images/seperator.gif) repeat-x bottom #181818;
	color: #F29A3E;
	text-decoration: none;
}

#ja-leftcol li a.mainlevel#active_menu {
	background: url(../images/seperator.gif) repeat-x bottom #2F2F2F;
	color: #F29A3E;
	font-weight: bold;
	text-decoration: none;
}
#ja-leftcol a.mainlevel#active_menu {
	background: url(../images/seperator.gif) repeat-x bottom #2F2F2F;
	color: #F29A3E;
	font-weight: bold;
	text-decoration: none;
}

a.sublevel {
	padding: 2px 4px 2px 18px;
	display: block;
	background: url(../images/bullet-list.gif) no-repeat 2% 50% #ffffff;
	text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	text-decoration: none;
	background: url(../images/bullet-list.gif) no-repeat 2% 50%;
}
#ja-leftcol a.sublevel:active {
	text-decoration: none;
}
#active_menu {
	background: url(../images/bullet-list.gif) no-repeat 2% 50%;
	color: #606060;
}

#ja-rightcol a.mainlevel {
	border: none;
}
/*End: Default Joomla! Menu  */

/* SPOTLIGHT
--------------------------------------------------------- */
.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-topslwrap {
	clear: both;
	background: url(../images/topsl-bg.gif) repeat-x bottom #FFFFFF;
	color: #222222;
	border-top: 1px solid #181818;
	border-bottom: 3px solid #F29A3E;
}

#ja-topsl {
	padding: 20px 0 15px;
}

#ja-topsl a {
}

#ja-topsl h3 {
	padding: 0;
	margin: 0 0 5px;
	font-size: 1.4em;
	letter-spacing: -1px;
	color: #222222;
}

#ja-topsl div.moduletable {
	margin: 0;
}

#ja-botslwrap {
	background: url(../images/botsl-bg.gif) repeat-x top #2F2F2F;
	color: #ffffff;
}

#ja-botsl {
	padding: 0px 0 0px;
}

#ja-botsl a {
color: #8effff;
}

#ja-botsl a:hover, a:active, a:focus {
	text-decoration: none;
	background-color: transparent;
}

#ja-botsl h3 {
	padding: 0;
	margin: 0 0 0px;
	font-size: 1.4em;
	color: #FFFFFF;
}

#ja-botsl div.moduletable {
	margin: 0;
}

#ja-botsl ul {
	padding: 0;
	margin: 0!important;
}

#ja-botsl li {
	padding: 0;
	margin: 0;
	background: none;
	line-height: 170%;
}

#ja-botsl li a {
	padding-left: 15px;
	background: url(../images/bullet-list2.gif) no-repeat top left;
	text-decoration: none;
}

#ja-botsl li a:hover,
#ja-botsl li a:active,
#ja-botsl li a:focus {
	background: url(../images/bullet-list2.gif) no-repeat top left;
	text-decoration: none;
}

#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 {
	padding: 2px;
	display: block;
	clear: both;
	color: #7E7E7E;
}

#ja-pathway img {
	margin: 0 5px;
}

#ja-pathway a {
	text-decoration: none;
}

#ja-pathway a:hover, #ja-pathway a:active {
	text-decoration: none;
}


/* CONTENT COLUMN
--------------------------------------------------------- */
#ja-mainbody, #ja-mainbody-fl, #ja-mainbody-fr, #ja-mainbody-f {

}


#ja-mainbody {
	float: left;
	width: 79%;
}


#ja-mainbody #ja-contentwrap {
	float: right;
	width: 74%;
}



#ja-mainbody-fl {
	float: left;
	width: 80%;

}



#ja-mainbody-fl #ja-contentwrap {

	float: left;

	width: 100%;

}



#ja-mainbody-fr {

	float: left;

	width: 100%;

}



#ja-mainbody-fr #ja-contentwrap {

	float: right;

	width: 80%;

}



#ja-mainbody-fr #ja-leftcol {

	width: 20%;

}



#ja-mainbody-f {

	float: left;

	width: 100%;

}


/* LEFT COLUMN
--------------------------------------------------------- */
#ja-leftcol {
	float: left;
	width: 24.9%;
}

#ja-leftcol ul li,
#ja-rightcol ul li {
	/*
	padding-left: 10px;
	margin: 0;
	/*background: url(../images/bullet-list.gif) no-repeat 0 7px;*/
	/*background-color: Gray;*/
	list-style: none;
		display: list-item;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

/*#ja-leftcol ul li a:hover,
#ja-rightcol ul li {
	margin: 0;
	/*background: url(../images/bullet-list.gif) no-repeat 0 7px;*/
	/*background-color: White;
	list-style: none;
}*/

#ja-leftcol ul,
#ja-rightcol ul {
	/*margin: 0;
	list-style: none;*/
		list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 100%;
}

#ja-leftcol ul li a {
	/*background: #444444;*/
	display: list-item;
	color: #363636;
	text-decoration: none;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px dashed #C0C0C0;
}
#ja-leftcol ul li a.mainlevel:hover,
#ja-leftcol ul li a.mainlevel:active,
a.mainlevel:focus {
	background: #515151;
	color: #ffffff;
}
#ja-leftcol ul li a.active {
	background: #515151;
	color: #ffffff;
}
#ja-leftcol ul li a:active {
	background: #515151;
	color: #ffffff;
}
#ja-leftcol li a.mainlevel#active_menu {
	background: #515151;
	color: #ffffff;
}
#ja-leftcol a.mainlevel#active_menu {
	background: #515151;
	color: #ffffff;
}
a.mainlevel#active_menu {
	background: #515151;
	color: #ffffff;
}
#ja-leftcol li.active_menu a,
#ja-leftcol li.active_menu a:hover,
#ja-leftcol li.active_menu a:active,
#ja-leftcol li.active_menu a:focus {
	background: #515151;
	color: #ffffff;
}
#ja-leftcol active_menu a,
#ja-leftcol active_menu a:hover,
#ja-leftcol active_menu a:active,
#ja-leftcol active_menu a:focus {
	background: #515151;
	color: #ffffff;
}
#ja-leftcol ul li a:hover, 
#ja-leftcol ul li a:active,
#ja-leftcol ul li a:focus {
	/*	color: #484848;
	background-color: Black;
	list-style: none;*/
	background: #515151;
	color: #ffffff;
}

#ja-leftcol ul li.active a,
#ja-leftcol ul li.active a:hover,
#ja-leftcol ul li.active a:active,
#ja-leftcol ul li.active a:focus {
	/*border-top: 5px solid #666666;*/
	background: #515151;
	color: #ffffff;
}

.ciccio#ja-leftcol ul,
.ciccio#ja-rightcol ul {
	/*margin: 0;
	list-style: none;*/
		list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	width: 100%;
}

#ja-leftcol .ciccio ul li a{
	/*background: #444444;*/
	display: block;
	color: #363636;
	text-decoration: none;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px dashed #C0C0C0;
}
#ja-leftcol .ciccio ul li a:hover{
	/*	color: #484848;
	background-color: Black;
	list-style: none;*/
	/*background: #515151;*/
	color: #ffffff;
}


#ja-leftcol table,
#ja-rightcol table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* RIGHT COLUMN
--------------------------------------------------------- */
#ja-rightcol {
	float: right;
	width: 19.9%;
}

#ja-rightcol div.moduletable h3 {
	margin: 0 0 5px;
	padding: 0;
	color: #FFFFFF;
	line-height: normal;
}

#ja-rightcol div.moduletable {
	padding: 10px 15px;
	margin: 3px 0 22px;
	background: #2F2F2F;
	border: 1px solid #3F3F3F;
}
#ja-leftcol ul li,
#ja-rightcol ul li {
	/*
	padding-left: 10px;
	margin: 0;
	/*background: url(../images/bullet-list.gif) no-repeat 0 7px;*/
	/*background-color: Gray;*/
	list-style: none;
		display: list-item;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

/*#ja-leftcol ul li a:hover,
#ja-rightcol ul li {
	margin: 0;
	/*background: url(../images/bullet-list.gif) no-repeat 0 7px;*/
	/*background-color: White;
	list-style: none;
}*/

#ja-leftcol ul,
#ja-rightcol ul {
	/*margin: 0;
	list-style: none;*/
		list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 100%;
}

#ja-rightcol ul li a {
	/*background: #444444;*/
	display: list-item;
	color: #363636;
	text-decoration: none;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px dashed #C0C0C0;
}

#ja-rightcol li.active_menu a,
#ja-rightcol li.active_menu a:hover,
#ja-rightcol li.active_menu a:active,
#ja-rightcol li.active_menu a:focus {
	background: #515151;
	color: #ffffff;
}
#ja-rightcol active_menu a,
#ja-rightcol active_menu a:hover,
#ja-rightcol active_menu a:active,
#ja-rightcol active_menu a:focus {
	background: #515151;
	color: #ffffff;
}
#ja-rightcol ul li a:hover, 
#ja-rightcol ul li a:active,
#ja-rightcol ul li a:focus {
	/*	color: #484848;
	background-color: Black;
	list-style: none;*/
	background: #515151;
	color: #ffffff;
}

#ja-rightcol ul li.active a,
#ja-rightcol ul li.active a:hover,
#ja-rightcol ul li.active a:active,
#ja-rightcol ul li.active a:focus {
	/*border-top: 5px solid #666666;*/
	background: #515151;
	color: #ffffff;
}

.ciccio#ja-leftcol ul,
.ciccio#ja-rightcol ul {
	/*margin: 0;
	list-style: none;*/
		list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	width: 100%;
}

#ja-rightcol .ciccio ul li a{
	/*background: #444444;*/
	display: block;
	color: #363636;
	text-decoration: none;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px dashed #C0C0C0;
}
#ja-rightcol .ciccio ul li a:hover{
	/*	color: #484848;
	background-color: Black;
	list-style: none;*/
	/*background: #515151;*/
	color: #ffffff;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	border-top: 3px solid #2F2F2F;
	background: #121212;
	clear: both;
	height: 35px;
	font-size: 0.8em;
}

#ja-footer {
	color: #7E7E7E;
	position: relative;
}

#ja-footer a {
	color: #8effff;
	text-decoration: none;
}

#ja-footer a:hover,
#ja-footer a:active,
#ja-footer a:focus {
	color: #8effff;
	text-decoration: underline;
}

#ja-bottomline {
	position: absolute;
	top: 5px;
	left: 0;
	color: White;
}

#ja-cert {
	position: absolute;
	top: 12px;
	right: 0;
}

#ja-cert a {
	padding-left: 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;
}

#mod_login_password, #mod_login_username {
	width: 93%;
}

#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;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* JA CoolAds Module */
#ja-coolads {
	height: 0;
	overflow: hidden;
	position: relative;
}

#ja-coolads-container {
	margin-right: 5%;
	overflow: hidden;
}

#ja-coolads-container div.moduletable {
	overflow: hidden;
}

/*------------------------------------------------------------------------
# JA Zebrina 1.0 - Jan, 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
-------------------------------------------------------------------------*/

/* TOP NAVIGATION
----------------------------------------------------------- */
#ja-splitmenu {
	margin: 0;
	padding: 0;
}

#ja-splitmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ja-splitmenu li {
	margin: 0;
	padding: 0;
	display: inline;
}

#ja-splitmenu a {
	border-top: 5px solid #222222;
	float: left;
	margin: 0;
	padding: 7px 15px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	display: block;
}

#ja-splitmenu a:hover,
#ja-splitmenu a:active,
#ja-splitmenu a:focus {
	background: #F29A3E;
}

#ja-splitmenu a span {
	font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#ja-splitmenu a span {
	float: none;
}
/* End IE5-Mac hack */

#ja-splitmenu a:hover {
}

#ja-splitmenu a:hover span {
}

#ja-splitmenu li.active a,
#ja-splitmenu li.active a:hover,
#ja-splitmenu li.active a:active,
#ja-splitmenu li.active a:focus {
	/*border-top: 5px solid #666666;*/
	padding: 7px 15px;
	background: #303030;
}

#ja-splitmenu li.active a span,
#ja-splitmenu li.active a:hover span,
#ja-splitmenu li.active a:active span,
#ja-splitmenu li.active a:focus span {
}

/* SUB NAVIGATION
--------------------------------------------------------- */
#ja-subnav {
	font-size: 1em;
	padding: 0;
	margin: 3px 0 22px;
}

#ja-subnav h3 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 1.4em;
	color: #FFFFFF;
	text-transform: capitalize;
}

#ja-subnav ul {
	margin: 0;
	padding: 0;
}

#ja-subnav li {
	margin: 0;
	padding: 0;
	background: none;
}

#ja-subnav a {
	padding: 3px;
	margin: 00;
	display: block;
	width: 93%;
	color: #E6E6E6;
	background: url(../images/seperator.gif) repeat-x bottom;
	text-decoration: none;
}

#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
	background: url(../images/seperator.gif) repeat-x bottom #181818;
	color: #F29A3E;
	text-decoration: none;
}

#ja-subnav li.active a,
#ja-subnav li.active a:hover,
#ja-subnav li.active a:active,
#ja-subnav li.active a:focus {
	background: url(../images/seperator.gif) repeat-x bottom #2F2F2F;
	color: #F29A3E;
	font-weight: bold;
	text-decoration: none;
}
