BODY{
background-color: #003366;
margin-left: auto;
margin-right: auto;
background-repeat: repeat-x
}

BODY, TD, TH, TR{
color: #000;
font-size: 10pt;
font-family: verdana, sans-serif;
}

input, select, textarea {
background-color:#ffffff;
color:black;
font-weight:normal;
font-family: verdana, sans-serif;
font-size: 9pt
}


#code {text-decoration: none; color: #347eca;}
#stats {text-decoration: none; color: #b3b3b3;}



hr {
border: 0px none;
color: #a8a8a8;
background-color: #a8a8a8;
height: 1px
}

table { border-collapse:collapse; }
table#row1 { background-color: #f3faff; }
table#row2 { background-color: #e6edf3; }


#search_box {
    width: 201px;
    height: 31px;
    background: url('images/bg_search_box.gif');
}
#search_box #s {
    float: left;
    padding: 0;
    border: 0px none;
    width: 159px;
    background: none; margin-left:6px; margin-right:0; margin-top:6px; margin-bottom:0
}
#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}

/* Title text */
.contentheading, .componentheading, div.moduletable h3,
h1, h2, h3 {
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar, a.readon {
}

/* Heading */
h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p {
	margin: 5px 0 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: 160%
}

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 solid #484848;
	border-right: 0px none;
	border-left: 0px none;
	border-bottom: 0px none;
	height: 1px
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}

/* Code text */
pre, .code {
	border-left: 5px solid #F85703;
	background: url('../images/stripe2.gif');
	font-style:normal; font-variant:normal; font-weight:normal; line-height:1.5; font-size:1em; font-family:Courier News, monospace; margin-left:0; margin-right:0; margin-top:5px; margin-bottom:15px; padding-left:15px; padding-right:15px; padding-top:10px; padding-bottom:10px
}

blockquote {
	background: url('../images/quote.gif') no-repeat 20px 10px;
	font-style:italic; font-variant:normal; font-weight:normal; line-height:1.5; font-size:1em; font-family:Georgia, Times, serif; padding-left:60px; padding-right:40px; padding-top:15px; padding-bottom:15px
}

.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #F85703;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 25px;
	color: #F85703;
	background: url('../images/bullet-error.gif') no-repeat top left;
}

.message {
	padding-left: 25px;
	color: #F85703;
	background: url('../images/bullet-info.gif') no-repeat top left;
}

.tips {
	padding-left: 25px;
	color: #F85703;
	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 {
	background: #FEFAE1 url('../images/sticky-bg.gif') no-repeat top right;; padding-left:20px; padding-right:80px; padding-top:20px; padding-bottom:10px
}

p.pinnote {
	background: #FEFAE1 url('../images/pin-bg.gif') no-repeat top right;; padding-left:20px; padding-right:60px; padding-top:20px; padding-bottom:10px
}

p.clipnote {
	background: #FEFAE1 url('../images/clip-bg.gif') no-repeat top right;; padding-left:20px; padding-right:60px; padding-top:20px; padding-bottom:10px
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

.bignumber {
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
	padding: 0 2px;
	display: block;
	color: #F85703;
	font: 30px/normal Arial, sans-serif;
	font-weight: bold;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select {
	font: 11px/normal Tahoma, Arial, sans-serif;
	color: #484848;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button, .button:hover {
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
	background: #EFEFEF url('../images/but-bg.gif') repeat-x bottom;; padding-left:5px !important; padding-right:5px !important; padding-top:1px !important; padding-bottom:1px !important
}

.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: #FFFFFF url('../images/stripe1.gif');
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #999999;
	background: #FFFFFF;
}

/* MODULE
--------------------------------------------------------- */
/* Left Module Style */
div.moduletable h3 {
	padding: 6px;
	border-top: 1px solid #EFEFEF;
	background: url('../images/h3-bg.gif') no-repeat bottom left;
	font-size: 1em;
	text-indent: 25px;
	line-height: normal; margin-left:-12px; margin-right:-12px; margin-top:0; margin-bottom:5px
}

div.moduletable {
	padding: 0 12px 8px;
	margin: 0;
	clear: both;
}

/* Right Module Style */
div.module h3 {
	margin: 0 -3px 5px;
	padding: 2px;
	border-bottom: 3px solid #DDDDDD;
	font-size: 1em;
}

div.module {
	margin-bottom: 5px;
	padding: 0;
	float: left;
	clear: both;
	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 {
	background: url('../images/box-tl.gif') no-repeat top left;; padding-left:15px; padding-right:15px; padding-top:10px; padding-bottom:15px
}

div.module div div div div,
div.module-hilite div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

/* Hilite Module */
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-brick,
div.module-blue,
div.module-green {
	margin-bottom: 5px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: #F85703 url('../images/box-hilite-br.gif') no-repeat bottom right;
}

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-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-brick div div div,
div.module-blue div div div,
div.module-green div div div {
	background: url('../images/box-hilite-tl.gif') no-repeat top left;
	color: #FFFFFF; padding-left:15px; padding-right:15px; padding-top:10px; padding-bottom:15px
}

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-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_seperator {
	display: block;
	background: url('../images/seperator.gif') repeat-x center;
	height: 20px
}

#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 {
	background: url('../images/bullet-list.gif') no-repeat 5% 50%;; padding-left:25px; padding-right:5px; padding-top:1px; padding-bottom:1px
}

table.contenttoc th {
	padding: 4px;
	background: url('../images/stripe2.gif');
	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;
	border: 1px solid #EFEFEF;
	background: #F2F2F2 url('../images/stripe2.gif');
}

.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;
	background: url('../images/bullet-list.gif') no-repeat 0 8px;; padding-left:12px; padding-right:0; padding-top:0; padding-bottom:0
}

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;
	background: url('../images/seperator.gif') repeat-x bottom;
	font-size: 200%;
	font-weight: bold;
	line-height: normal
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 120%;
	font-weight: bold;
	line-height: normal;
}

.contentheading {
	font-size: 140%;
	font-weight: bold;
	line-height: normal;
}

.contentheading-2 {
	font-size: 120%;
	font-weight: bold;
	line-height: normal;
	padding-bottom: 5px;
	padding-top: 5px;
}

a.contentpagetitle {
	text-decoration: none!important;
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none!important;
}

a.readon {
	float: right;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	border-left: 1px solid #DDDDDD;
	display: block;
	background: #F2F2F2 url('../images/bullet-title.gif') no-repeat 5% 50%;
	color: #484848;
	text-transform: lowercase;
	text-decoration: none; padding-left:22px; padding-right:5px; padding-top:1px; padding-bottom:1px
}

a.readon:hover, a.readon:active, a.readon:focus {
	color: #F85703;
	background: #FFFFFF url('../images/bullet-title2.gif') no-repeat 5% 50%;
	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 {
	background: url('../images/pages.gif') no-repeat 0 11px;; padding-left:14px; padding-right:14px; padding-top:8px; padding-bottom:0
}

.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: #F2F2F2 url('../images/seperator.gif') repeat-x bottom;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: #FEFAE1 url('../images/seperator.gif') repeat-x bottom;
}

.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: 760px;
	margin: 0 auto;
	padding-left: 8px;
	background: #FFFFFF url('../images/shadowleft-bg.gif') repeat-y top left;
	text-align: center
}

.wide #ja-wrapper {
	width: 950px;
}

.auto #ja-wrapper {
	width: 90%;
}

#ja-wrapper-inner {
	padding-right: 8px;
	background: #FFFFFF url('../images/shadownright-bg.gif') repeat-y top right;
	text-align: left
}

#ja-containerwrap {
	padding: 0;
	background: #FFFFFF url('../images/stripe1.gif');
}

#ja-container {
	padding: 0;
}

#ja-contentwrap {
	background: url('../images/leftcol-bg.gif') no-repeat top left;
}

#ja-content {
	padding: 0 20px 15px;
	margin: 0;
	clear: both;
	display: block;
	min-height: 300px;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	background: #F85703 url('../images/header-bg.gif') repeat-x top;
}

#ja-header {
	clear: both;
	background: url('../images/headerright-bg.gif') no-repeat top right;
	text-align: left;
	line-height: normal;
	height: 80px;
	position: relative
}

#ja-header h1 {
	font-size: 2em;
	position: absolute;
	top: 0;
	left: 0;
}

#ja-header h1 a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

#ja-header h1 img {
	float: left;
}

/* Top Menu in Header */
#ja-topnavwrap {
	padding-left: 5px;
	background: url('../images/topnav-left-bg.gif') no-repeat top left;
	position: absolute;
	top: 0;
	right: 5px;
	height: 26px
}

#ja-topnavwrap ul {
	margin: 0;
	padding: 0;
	float: left;
	background: url('../images/topnav-right-bg.gif') no-repeat top right;
	height: 26px
}

#ja-topnavwrap li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#ja-topnavwrap li a {
	padding: 0 10px;
	color: #DDDDDD;
	text-decoration: none;
	line-height: 24px;
}

#ja-topnavwrap li a:hover,
#ja-topnavwrap li a:active,
#ja-topnavwrap li a:focus {
	color: #FFFFFF;
}

/* User Tools */
#ja-usertoolswrap {
	float: right;
	width: 100px;
	display: block;
	background: url('../images/sitetool-bg1.gif') no-repeat top left;
	position: relative
}

span.ja-sitetool {
	margin: 0;
	padding: 8px 0 7px 23px;
	display: block;
	color: #F85703;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

#ja-usertoolswrap:hover, #ja-usertoolswrap.ja-toolswraphover {
	background: #FFFFFF url('../images/sitetool-bg2.gif') no-repeat top left;
}

#ja-usertoolswrap:hover #ja-usertools,
#ja-usertoolswrap.ja-toolswraphover #ja-usertools {
	display: block;
	top: 30px;
	left: -120px;
}

#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: #FFFFFF url('../images/grad1.gif') repeat-x bottom;
	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;
	right: 22px;
}

#ja-search div.search {
	padding-left: 18px;
	background: url('../images/icon-search.gif') no-repeat center left;
}

#ja-search .inputbox {
	width: 100px;
	padding-left: 5px;
	border: 1px solid #F85703;
	background: #EFEFEF url('../images/stripe2.gif');
}

#ja-usertools .inputbox:hover,
#ja-usertools .inputbox:focus {
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap {
	background: #FFFFFF url('../images/mainnav-bg.gif') repeat-x top;
}

#ja-mainnav {
	clear: both;
	float: left;
	font-size: 1em;
	line-height: normal;
}

#ja-subnav {
	margin: 0;
	clear: both;
	border-bottom: 1px solid #FFFFFF;
	background: #F2F2F2 url('../images/stripe2.gif');
	line-height: normal; padding-left:5px; padding-right:5px; padding-top:6px; padding-bottom:6px
}

.ja-mainnavshadow {
	clear: both;
	background: url('../images/mainnav-shadow.gif') repeat-x top;; padding-left:0; padding-right:0; padding-top:1px; padding-bottom:2px
}

/* Default Joomla! Menu */
a.mainlevel {
	width: 98%;
	display: block;
	background: url('../images/a-mainlevel-bg.gif') no-repeat bottom right;
	color: #484848;
	text-decoration: none; padding-left:3px; padding-right:3px; padding-top:3px; padding-bottom:5px
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #484848;
	background: #EFEFEF url('../images/a-mainlevel-bg2.gif') no-repeat bottom right;
	text-decoration: none
}

a.mainlevel#active_menu {
	color: #F85703;
	background: #EFEFEF url('../images/a-mainlevel-bg3.gif') no-repeat bottom right;
	font-weight: bold;
	text-decoration: none
}

a.sublevel {
	display: block;
	color: #484848;
	background: url('../images/bullet-list.gif') no-repeat 2% 50%;
	text-decoration: none; padding-left:15px; padding-right:4px; padding-top:2px; padding-bottom:2px
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #F85703;
	background: url('../images/bullet-list2.gif') no-repeat 2% 50%;
	text-decoration: none
}

#active_menu {
	background: url('../images/bullet-list2.gif') no-repeat 2% 50%;
	color: #F85703
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Sub Header */
#ja-sh {
	clear: both;
	border-bottom: 3px solid #F85703;
	background: #484848;
	height: 152px;
	overflow: hidden;
}

/* 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 {
	border: 1px solid #EFEFEF;
}

#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 {
	margin: 0;
	background: url('../images/bullet-list.gif') no-repeat 0 5px;; padding-left:12px; padding-right:0; padding-top:0; padding-bottom:0
}

#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: #F85703;
	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 {
	display: block;
	background: #F2F2F2 url('../images/pathway-bg.gif') repeat-y top left;
	font-size: 1em;
	line-height: normal;
	text-indent: 15px; margin-left:-20px; margin-right:-20px; margin-top:0; margin-bottom:10px; padding-left:6px; padding-right:6px; padding-top:7px; padding-bottom:7px
}

#ja-pathway img {
	margin: 0 5px 1px;
}

#ja-pathway strong {
	margin-right: 5px;
}

#ja-pathway a {
}

#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: 80%;
}

#ja-mainbody-fl {
	float: left;
	width: 100%;
}

#ja-mainbody-fl #ja-contentwrap {
	float: left;
	width: 80%;
	background: none;
}

#ja-mainbody-fl #ja-pathway,
#ja-mainbody-f #ja-pathway {
	background: url('../images/stripe2.gif');
}

#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: 75%;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#ja-leftcol {
	float: left;
	width: 19.9%;
}

#ja-rightcol {
	float: right;
	width: 24.9%;
	overflow: hidden;
}

#ja-rightcol-inner {
	padding: 0 5px 0 0;
}

#ja-leftcol table,
#ja-rightcol table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-leftcol ul li,
#ja-rightcol ul li {
	padding-left: 10px;
	margin: 0;
	background: url('../images/bullet-list.gif') no-repeat 0 7px;
}

#ja-leftcol ul,
#ja-rightcol ul {
	margin: 0;
}

#ja-leftcol li a,
#ja-rightcol li a{
	color: #484848;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	clear: both;
	background: #DDDDDD url('../images/footer-bg.gif') repeat-x top;
	color: #999999; padding-left:12px; padding-right:12px; padding-top:17px; padding-bottom:10px
}

#ja-footer {
	height: 35px;
	overflow: hidden;
	position: relative;
}

#ja-footer a {
	color: #999999;
	text-decoration: none;
}

#ja-footer a:hover,
#ja-footer a:active,
#ja-footer a:focus {
	color: #999999;
}

#ja-bottomline {
	float: left;
	margin: 0;
	display: block;
	padding-left: 15px;
}

#ja-sublogo {
	float: left;
	width: 20%;
	background: url('../images/v-seperator.gif') repeat-y top right;
	text-align: center
}

#ja-cert {
	float: right;
	margin-top: 2px;
	font-size: 11px;
}

#ja-cert a {
	padding: 0;
}

/* MISCELLANOUS
----------------------------------------------------------- */
#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: 93%;
}

#mod_login_password {
}

#mod_login_username {
}

#mod_login_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;
}

/*Table cell that the menu lies in*/
#left
{
background-color:#d7d7d7;
padding: 0px;
vertical-align:top;
border-left:1px solid #111111;
border-right:1px solid #111111;
border-bottom:1px solid #111111;
}

#mainimg
{
background-color:#1b4e67;
padding: 0px;
vertical-align:top;
font-size:20pt;
color: #111111;
background-image: url('../gfx/lighttran/imgbg.gif');
border-bottom:1px solid #111111;
border-left:1px solid #111111;
border-right:1px solid #111111
}

#bottom
{
padding: 70px;
vertical-align:top;
font-size:20pt;
color: #111111;
}

/*Formatting for the menu*/
#menu
{
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:95%;
color:#111111;
}

#menu a, #menu a:visited 
{
color:#222222; 
text-decoration:none; 
display:block; 
padding:0.4em;
background-color: #d7d7d7;
}

#menu a:hover 
{
background-color: #F0F0F0; 
color:#000000;
}

dd 
{
margin:0px; 
padding:0px; 
text-align:left; 
border-top:1px solid #aaaaaa; 
}

dt 
{
margin:0;
padding:0.4em;
text-align:left;
font-size: 95%;
font-weight:bold;
background:#c9c9c9;
height:14px;
color:#111111
}

dl 
{
margin: 0px; 
padding: 0px;
}

#container 
{
  width:12em;
}