/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	background-color:#000000;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 130%;
}

body#bd {
		color:#4a4a4a;
	background-color:#ebf4f3;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #4a4a4a;
	font-size: 10pt;
	font-family: serif;
	line-height: 120%;
}

body.fs1{
	font-size: 9px;
}

body.fs2 {
	font-size: 10px;
}

body.fs3{
	font-size: 11px;
}

body.fs4, .csc-uploads-description, p, .tr-even, .tr-odd{
	font-size: 12px;
}

body.fs5, .bodytext {
	font-size: 14px;
}

body.fs6{
	font-size: 14px;
}
#c2902.bodytext 
{
	font-size: 11px;
}

/* Normal link */
a {
	color:#186B83;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color:#A52798;
	text-decoration: none;
}



/* Heading */
h1, .csc-firstHeader {
	
color:#561450; /* dark purple */
font-size:22px;
font-weight:bold;
font-family: "Arial Narrow", Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
line-height:normal;
margin:0pt;
padding-bottom:0px;
padding-top:1px;
/*
color:#0066CC;
font-size:15px;
font-weight:normal;
margin:0px;
padding:4px 0px 0px 14px;
text-align:left; */
}

h2 {
font-size:18px;
font-weight:bold;
font-family: "Arial Narrow", Verdana, Arial, Helvetica, sans-serif;
color:#0E3E4B; /* darker teal */

}

h3 {
font-size:16px;
font-weight:bold;
font-style:italic;
font-family: "Arial Narrow", Verdana, Arial, Helvetica, sans-serif;
color:#666666; /* light grau*/

}

h4 {
font-size:16px;
font-weight:bold;
font-family: "Arial Narrow", Verdana, Arial, Helvetica, sans-serif;
color:#89217E; /* dark teal */
	text-transform: uppercase;
}

p {
	margin: 5px 0px 15px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li {
	padding-left: 32px;
	background: url(../images/bullet-list.gif) no-repeat 20px 5px;
	line-height: 170%;
}

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;
}

hr {
	border-top: 1px dotted #484848;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}

/* Code text */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #669933;
	background: url(../images/stripe2.gif);
	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: #669933;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 25px;
	color: #669933;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message {
	padding-left: 25px;
	color: #669933;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 25px;
	color: #669933;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	border-bottom: 1px dotted #999999;
	padding: 0 5px;
	background: #FEFAE1;
	font-weight: bold;
}

p.stickynote {
	padding: 20px 80px 10px 20px;
	background: url(../images/sticky-bg.gif) no-repeat top right #FEFAE1;
}

p.pinnote {
	padding: 20px 60px 10px 20px;
	background: url(../images/pin-bg.gif) no-repeat top right #FEFAE1;
}

p.clipnote {
	padding: 20px 60px 10px 20px;
	background: url(../images/clip-bg.gif) no-repeat top right #FEFAE1;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

.bignumber {
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
	padding: 0 2px;
	display: block;
	color: #669933;
	font: 30px/normal Arial, sans-serif;
	font-weight: bold;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select {
	font: 11px/normal Arial,Helvetica,sans-serif;
	color: #484848;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button, .button:hover {
	padding: 2px 10px!important;
	padding: 1px 5px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
	background: url(../images/but-bg.gif) repeat-x bottom #EFEFEF;
}

.button:active, .button:focus {
	border-top: 1px solid #999999;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #999999;
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: url(../images/stripe1.gif) #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #999999;
	background: #FFFFFF;
}


/* MODULE
--------------------------------------------------------- */
/* Left Module Style */
div.moduletable h3 {

	padding-left: 6px;
	font-size:16px;
	background:none;
	line-height: normal;
}
#ja-newswrap div.moduletable h3 {
color:#A52798; /* purple */
font-size:100%;
font-weight:normal;
line-height:normal;
margin:0pt;
padding-bottom:10px;
padding-top:3px;
padding-left:0px;
}

#ja-rightcol-inner div.moduletable h3 {
color:#999999;
font-size:16px;
padding-bottom:4px;
padding-top:6px;}
#ja-rightcol-inner ul {background:#eaf4f9}

div.moduletable {
	padding: 0 0px 10px 0px;
	margin: 0;
	clear: both;
}

/* Right Module Style */
div.module-lprod h3,
div.module h3 {
	margin: 0 -3px 5px;
	padding: 2px;
	border-bottom: 3px solid #DDDDDD;
	font-size: 1em;
}

div.module-lprod,
div.module {
	margin-bottom: 5px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	
}

div.module-lprod div,
div.module div {
	padding: 0;
	
}

div.module-lprod div div,
div.module div div {
	padding: 0;

}

div.module-lprod div div div,
div.module div div div {
	padding: 10px 15px 15px;
	
}

div.module-lprod div div div div,
div.module div div div div,
div.module-hilite div div div div {
	margin: 0;
	padding: 0;
	background: none;
}


/* Hilite Module */
div.module-hilite h3,
div.module-brick h3,
div.module-blue h3,
div.module-green h3 {
	margin: 0 -3px 5px;
	padding: 2px;
	border-bottom: 3px solid #FFFFFF;
	font-size: 1em;
	color: #FFFFFF;
}

div.module-hilite,
div.module-brick,
div.module-blue,
div.module-green {
	margin-bottom: 5px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/box-hilite-br.gif) no-repeat bottom right #669933;
}

div.module-hilite div,
div.module-brick div,
div.module-blue div,
div.module-green div {
	padding: 0;
	background: url(../images/box-hilite-bl.gif) no-repeat bottom left;
}

div.module-hilite div div,
div.module-brick div div,
div.module-blue div div,
div.module-green div div {
	padding: 0;
	background: url(../images/box-hilite-tr.gif) no-repeat top right;
}

div.module-hilite div div div,
div.module-brick div div div,
div.module-blue div div div,
div.module-green div div div {
	padding: 10px 15px 15px;
	background: url(../images/box-hilite-tl.gif) no-repeat top left;
	color: #FFFFFF;
}

div.module-hilite a,
div.module-hilite a:hover,
div.module-hilite a:active,
div.module-hilite a:focus {
	color: #FFFFFF!important;
}

div.module-brick a,
div.module-brick a:hover,
div.module-brick a:active,
div.module-brick a:focus {
	color: #FFFFFF!important;
}

div.module-blue a,
div.module-blue a:hover,
div.module-blue a:active,
div.module-blue a:focus {
	color: #FFFFFF!important;
}

div.module-green a,
div.module-green a:hover,
div.module-green a:active,
div.module-green a:focus {
	color: #FFFFFF!important;
}

div.module-hilite li,
div.module-brick li,
div.module-blue li,
div.module-green li {
	background-image: url(../images/bullet-list3.gif) !important; 
}

/* Blue hilite */
div.module-blue {
	background-image: url(../images/blue/box-hilite-br.gif);
	background-color: #0264B0;
}

div.module-blue div {
	background-image: url(../images/blue/box-hilite-bl.gif);
}

div.module-blue div div {
	background-image: url(../images/blue/box-hilite-tr.gif);
}

div.module-blue div div div {
	background-image: url(../images/blue/box-hilite-tl.gif);
}

/* Green hilite */
div.module-green {
	background-image: url(../images/green/box-hilite-br.gif);
	background-color: #4CA55E;
}

div.module-green div {
	background-image: url(../images/green/box-hilite-bl.gif);
}

div.module-green div div {
	background-image: url(../images/green/box-hilite-tr.gif);
}

div.module-green div div div {
	background-image: url(../images/green/box-hilite-tl.gif);
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
	display: block;
	
	height: 20px;}
	.article_column{
	padding:0 10px 0
}

#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;

	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;
}

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;
	padding: 10px;
	
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	color: #484848;
	text-transform: uppercase;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 12px;
	background: url(../images/bullet-list.gif) no-repeat 0 8px;
}

td.buttonheading {
	padding: 0 0 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
background:transparent url(../images/sep.gif) repeat-x scroll center bottom;
color:#0066CC;
font-size:16px;
font-weight:normal;
line-height:normal;
margin-bottom:5px;
padding-bottom:10px;
padding-top:3px;

}


.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 120%;
	font-weight: bold;
	line-height: normal;
}



a.contentpagetitle {
	text-decoration: none!important;
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none!important;
}

a.readon {
	float: right;
	padding: 1px 5px 1px 22px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	border-left: 1px solid #DDDDDD;
	display: block;
	background: url(../images/bullet-title.gif) no-repeat 5% 50% #F2F2F2;
	color: #484848;
	text-transform: lowercase;
	text-decoration: none;
}

a.readon:hover, a.readon:active, a.readon:focus {
	color: #669933;
	background: url(../images/bullet-title2.gif) no-repeat 5% 50% #FFFFFF;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding: 2px 0 10px 0;
	color: #999999;
	line-height: 10px;
}

.modifydate {
	color: #999999;
	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: #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: 3px 5px;
	border: 1px solid #484848;
	background: #484848;
	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 #F2F2F2;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: url(../images/seperator.gif) repeat-x bottom #FEFAE1;
}

.small {
	color: #999999;
}

.smalldark {
	color: #999999;
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	width: 950px; /* was 850px */
	margin: 0 auto;
	background:#FFFFFF none repeat scroll 0% 0%;
	border-color:-moz-use-text-color #CCCCCC rgb(204, 204, 204);
	border-style:none solid solid;
	border-width:medium 1px 1px;
	text-align: center;
}


#ja-wrapper-inner {
width:897px;margin:0 auto;
	text-align: left;
	
	
}

#ja-containerwrap {
	/*padding-right: 3px;*/
	
}

#ja-container {
	padding: 0;
}

#ja-contentwrap {

}

#ja-content {
	padding: 0;
	margin: 0;
	clear: both;
	display: block;
	min-height: 300px;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	width: 897px; /* orig 797px */
	
	
}

#ja-header {
	clear: both;
	text-align: right;
	line-height: normal;
	height: 130px;
	position: relative;

}

#ja-header h1 {
	font-size: 2em;
	position: absolute;
	top: 0;
	left: 0;	margin:0; padding:0
}

#ja-header h1 a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	margin:0; padding:0
}

#ja-header h1 img {
	float:left;
margin-left:10px;
margin-top:20px;
}

/* Top Menu in Header */

#ja-topnavwrap ul {
	margin: 0;
	padding: 0;
	float: right;
	height: 26px;
}
#ja-topnavwrap {
	clear: both;
	padding: 17px 12px 10px;
	color: #999999;float: right;
}

#ja-topnavwrap {
	height: 26px;
	width: 897px; /* was 797 */
	margin: 0 auto;
}
#ja-footer ul {
	margin: 0;
	padding: 0;
	float: right;
	height: 26px;
}
#ja-topnavwrap li, #ja-footer li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
	width: 110px;
}

#ja-topnavwrap li a{
	padding: 0 10px;
	color: #999;
	text-decoration: none;
	line-height: 24px;
}
#ja-footer li a {
	padding: 0 10px;
	color: #999;
	text-decoration: none;
	line-height: 24px;
}
#ja-footer li a:hover,
#ja-footer li a:active,
#ja-footer li a:focus {
	color: #5895BE;
}
#ja-topnavwrap li a:hover,
#ja-topnavwrap li a:active,
#ja-topnavwrap li a:focus {
	color: #5895BE;
}

/* User Tools */
#ja-usertoolswrap {
	float: right;
	width: 100px;
	display: block;
	background: url(../images/sitetool-bg1.gif) no-repeat top left;
	position: relative;
	z-index: 999;
}

span.ja-sitetool {
	margin: 0;
	padding: 8px 0 7px 23px;
	display: block;
	color: #669933;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

#ja-usertoolswrap:hover, #ja-usertoolswrap.ja-toolswraphover {
	background: url(../images/sitetool-bg2.gif) no-repeat top left #FFFFFF;
}

#ja-usertoolswrap:hover #ja-usertools,
#ja-usertoolswrap.ja-toolswraphover #ja-usertools {
	display: block;
	top: 25px;
}

#ja-usertools {
	padding: 0;
	float: left;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
	display: none;
	background: url(../images/grad1.gif) repeat-x bottom #FFFFFF;
	font-size: 11px;
	position: absolute;
	top: 100%;
}

#ja-usertools span {
	float: left;
	padding: 8px 8px 2px;
	display: block;
}

#ja-usertools img {
	padding: 0 2px;
}

/* Search */
#ja-search {
	position: absolute;
	top: 40px;
}

#ja-search div.search {
	padding-left: 18px;
	
}

#ja-search .inputbox {
	width: 150px;
	padding-left: 5px;
	

}

#ja-usertools .inputbox:hover,
#ja-usertools .inputbox:focus {
}

/* MAIN NAVIGATION
--------------------------------------------------------- */

#ja-mainnavwrap {
border:1px solid #C2C2C2;
height:39px;
margin:0pt auto;
width:940px; /* was 790px */

}

#ja-mainnav{
	clear: both;
	float: left;
	font-size: 13px;
	font-weight:bold;
	color:#114A5B;
	line-height: normal;
	list-style: none;
}

#ja-mainnav ul {
   list-style: none;
}
#level1 ul, #level2 ul, #level3 ul, #level1 li, #level2 li, #level3 li {
display:none;
overflow:hidden;
}

#ja-mainnav li {
    display: block;
   width: 110px; 
  /* border-bottom: 1px solid #333333; */
   padding-bottom: 2px !important;
   padding: 0;
   float:left; /* fuschia */
   
}

#ja-mainnav li a {
 display: block;
 text-decoration: none;
 color:#89217E; /* dark teal */
 
}

#ja-mainnav li a:hover {
 text-decoration: none;
 color:#89217E;
}

#ja-mainnav li.sel A {
   background-color: #114A5B;
   color:  #ffffff;
   }


#ja-subnav {
	padding: 6px 5px;
	margin: 0;
	clear: both;
	border-bottom: 1px solid #FFFFFF;
	line-height: normal;
}

.ja-mainnavshadow {
	clear: both;
	padding: 1px 0 2px;
	/*background: url(../images/mainnav-shadow.gif) repeat-x top;*/
}

/* Default Joomla! Menu */
#ja-leftcol a, a.mainlevel {
	display: block;
	color: #484848;
	text-decoration: none;
	background-position:left center;
background-repeat:no-repeat !important;
	white-space:nowrap;
margin-left:3px;
padding-left:10px;
font-size:12px;
}

#ja-leftcol a:hover,
#ja-leftcol a:focus, 
a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
background-position:5px 50%;
background-repeat:no-repeat !important;
color:#669933 !important;
line-height:31px;
margin-left:-10px;
padding-left:15px;font-size:12px;
}
a.mainlevel_current,
#ja-leftcol a:active,
a.mainlevel#active_menu {
	/*color: #669933;
	background: url(../images/a-mainlevel-bg3.gif) no-repeat bottom right #EFEFEF;
	font-weight: bold;
	text-decoration: none;*/
background-position:left center;
background-repeat:no-repeat !important;
color:#669933 !important;
line-height:31px;
}

a.sublevel {
	padding: 2px 4px 2px 15px;
	display: block;
	color: #484848;
	text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #669933;
	text-decoration: none;
}

#active_menu {
	background: url(../images/bullet-list2.gif) no-repeat 2% 50%;
	color: #669933;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Sub Header */
#ja-sh {
clear:both;
height:155px;
overflow:hidden;
padding-bottom:8px;
padding-top:8px;
width:626px;

}

/* 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;
}



/* Top Spotlight */
#ja-topslwrap {
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10px;
	/*  background: url(../images/seperator.gif) repeat-x bottom; */
}

#ja-topsl {
	padding: 0;
}

#ja-topsl h3 {
	
}

#ja-topsl div.moduletable {
}

#ja-topsl div.ja-box-left,
#ja-topsl div.ja-box-center,
#ja-topsl div.ja-box-right {
	padding: 0 0 5px;
}

#ja-topsl div.ja-box-left,
#ja-topsl div.ja-box-center {
	background: url(../images/v-seperator.gif) repeat-y top right;
}

/* Bottom Spotlight */
#ja-botsl {
	margin-bottom: 10px;
	padding-bottom: 15px;
	/*  background: url(../images/seperator.gif) repeat-x bottom; */
	color: #999999;
}

#ja-botsl a {
}

#ja-botsl h3 {
	padding: 0;
	margin: 0 0 5px;
	border: none;
	background: none;
	text-indent: 0;
}

#ja-botsl div.moduletable {
	margin: 0;
	padding: 0 10px;
}

#ja-topsl ul,
#ja-botsl ul {
	padding: 0;
	margin: 0!important;
}

#ja-topsl li,
#ja-botsl li {
	padding: 0 0 0 12px;
	margin: 0;
	background: url(../images/bullet-list.gif) no-repeat 0 5px;
}

#ja-topsl li a,
#ja-botsl li a {
	color: #484848;
	text-decoration: none;
}

#ja-topsl li a:hover, #ja-topsl li a:active, #ja-topsl li a:focus,
#ja-botsl li a:hover, #ja-botsl li a:active, #ja-botsl li a:focus {
	color: #669933;
	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 {
	margin: 0 0 10px;
	padding: 7px 6px;
	display: block;
	font-size: 1em;
	line-height: normal;
	text-indent: 15px;
	background:#ECEEEF none repeat scroll 0% 0%;
	text-transform:capitalize;
}

#ja-pathway img {
	margin: 0 5px 1px;
}

#ja-pathway strong {
	margin-right: 5px;
}

#ja-pathway a {
	padding-right:4px;
}

#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, #ja-mainbody-fr {
	float: right;
	width: 640px; /* was 626 */
}

#ja-mainbody-fl {
	float: left;
	width: 100%;
}

#ja-mainbody-fl #ja-contentwrap {
	float: left;
	width: 75%;
	background: none;
}

#ja-mainbody-fl #ja-pathway,
#ja-mainbody-f #ja-pathway {
	
}

#ja-mainbody-fl #ja-rightcol {
	float: right;
	width: 20%;
}

#ja-mainbody-f {
	float: left;
	width: 100%;
}

#ja-mainbody-f #ja-contentwrap {
	background: none;
}

#ja-mainbody #ja-contentwrap {
	float: left;
	width: 425px;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#ja-leftcol {
float:left;
padding-bottom:15px;
padding-left:0pt;
/* padding-top:15px; */
width:160px;
font-size:13px;
}

#ja-rightcol {
	float: right;
	width: 200px;
	overflow: hidden;
	padding-bottom: 15px;
}

#ja-rightcol-inner {
	padding: 5px 5px 0 5px;
}

ja-leftcol {
	float: left;
	width: 200px;
	overflow: hidden;
	padding-bottom: 15px;
}

#ja-leftcol-inner {
	padding: 5px 5px 0 5px;
}
#ja-leftcol table,
#ja-rightcol table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-leftcol ul li,
#ja-rightcol ul li {
	padding-left: 7px;
	margin: 0;
	background: url(../images/arrow_bullet.gif)  no-repeat left center;
}

.ucd_title li {
	padding-left: 10px;
	margin: 0;
	background: none;
}
#ja-leftcol ul,
#ja-rightcol ul {
	margin: 0;
}
#ja-rightcol li a{
color:#3399CC;
font-size:11px;
font-weight:bold;
line-height:30px;
text-decoration:none;}
#ja-leftcol li a
{
	color: #484848;
	font-size:11px;
font-weight:bold;
text-decoration:none;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	clear: both;
	padding: 17px 12px 10px;
	color: #999999;
}

#ja-footer {
	height: 35px;
	width: 860px;
	margin: 0 auto;
}

#ja-footer a {
	color: #999999;
	text-decoration: none;
}

#ja-footer a:hover,
#ja-footer a:active,
#ja-footer a:focus {
	color: #999999;
}

#ja-bottomline {
display:block;
float:left;
margin-top:5px;
padding-left:0px;
	color: #999999;
}

#ja-sublogo {
	float: left;
	width: 50%;
	text-align: left;
}

#ja-cert {

	margin-top: 15px;
	font-size: 10px;
	width: 897px;
color:#A52798;
font-style:italic;
font-family: "Times New Roman",Georgia, Times, serif;
}

#ja-cert a {
	padding: 0;
}

/* MISCELLANOUS
----------------------------------------------------------- */
#ja-banner {
	margin-bottom: 10px;
	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;
}

#modlgn_passwd, #modlgn_username {
	width: 93%;
}

#modlgn_passwd {
}

#modlgn_username {
}

#modlgn_remember {
	border: none;
	background: none;
}

/* 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;
}

/* 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;
}

#form-login p {
	margin:0px;
}
#flash{margin-top:10px; margin-bottom:10px}
a.bluebold {
color:#3399CC;
font-size:11px;
font-weight:bold;
text-decoration:none;
}
.sep {
background-image:url(../images/sep.gif);
background-position:center bottom;
background-repeat:repeat-x;
height:1px;
margin:9px 0px 0px;
padding:0px;}


div.O{font-size:small}
/* LATEST NEWS*/
a.lndtitle { font-size:120%;

padding-left:0px;
color:#669933;
}
.lnd_introdate {
	font-size:10px; width:120px;}
li.lnd_latestnews {
background:transparent none repeat scroll 0% 0%;
border-bottom:1px solid #CCCCCC;
color:#669933;
padding:0pt 3px;}
li.lnd_latestnews a {
	color: #3399CC;
	font-weight:400;
	}
div.lnd_more_ind {
	text-align:right;
	font-size:11px;
	padding-top:5px;
}
.latest_event a{font-size:14px;}
.latest_event{clear:both; padding-top:20px;  }
.eventsdate {float:right;color:#669933;margin-top:-20px }

.chronoform a{display:none}
.minifp-introtitle {float:right;
margin-left:5px;
width:78%;}
.minifp-date{float:left; width:20%}
.minifp-author{clear:both; color:#999999}
#ja-topnavwrap-inner{width:280px; float:right;text-align:right}

