/* COMMON STYLE
--------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #000066; /* #0F1114; */
	background: #FFFFFF;
	font: 66% "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
    cursor: url("/2/assets/pointer_4c.cur");
/*    height: 100%; */
}

#ja-container {
/*    height: 100%; */
}

body#bd {
    background: url(../images/bd-bg.gif) repeat-x top #FFFFFF;
	text-align: center;
}

body.contentpane {
	width: auto;
	margin: 10px;
	line-height: 140%;
}

h1 {
	font-size: 1.4em;
}

h2 {
	margin: 10px 0;
	font-size: 1.45em;
}

h3, h4 {
	margin: 10px 0;
	font-size: 1.2em;
}

/* normal text */
td, div {
	font-size: 1em;
}


/* BONUS TYPOGRAPHY STYLES
-------------------------------------------------------------------------*/
/* Code text */
pre, .code {
	margin: 15px 0;
	padding: 15px 25px 15px 30px;
	background: url(../images/tp-code.gif) no-repeat top left #F7F7F7;
	font: 1em/1.5 monospace;
}

/* Quote */
blockquote {
	margin: 15px 0;
	padding: 5px 30px 5px 35px;
	background: url(../images/quote.gif) 10px 0 no-repeat;
	font: normal 125%/1.5 Cambria, "Times New Roman", Times, serif;
}

div.blockquote {
	margin: 0;
	padding: 0;
	background: url(../images/quote-right.gif) no-repeat bottom right;
}

/* Quote hilight */
.quote-hilite {
	color: #FFFFFF;
	background: url(../images/q1_std.gif) no-repeat 10px 10px #006DA3;
	padding-right : 5px;
	padding-bottom: 10px;
	margin: 0;
}

.quote-hilite blockquote {
	background: url(../images/q2_std.gif) no-repeat right bottom;
	margin: 0;
}

.quote-hilite blockquote a {
	color: #FFFFFF;
}

.quote-hilite blockquote a:hover, .quote-hilite blockquote a:active {
	color: #FFFFFF;
}

/* Dropcap */
.dropcap {
	float: left;
	padding: 0 5px 0 0;
	display: block;
	color: #666666;
	font: bold 50px/40px "Times New Roman", Times, serif;
}

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

.message {
	padding: 5px 0 5px 25px;
	background: url(../images/bullet-info.gif) no-repeat center left;
	color: #006DA3;
}

.tips {
	padding: 5px 5px 5px 25px;
	background: url(../images/bullet-tips.gif) no-repeat center left;
}

.highlight {
	border-bottom: 1px dotted #006DA3;
	padding: 0 1px;
	background: #E7F4FA;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	background: url(../images/sticky-bg.gif) no-repeat top left #F7F7F7;
	padding: 10px 10px 10px 50px;
	border: 1px solid #DDDDDD;
}

p.pinnote {
	background: url(../images/pin-bg.gif) no-repeat top left #F7F7F7;
	padding: 10px 10px 10px 50px;
	border: 1px solid #DDDDDD;
}

p.clipnote {
	background: url(../images/clip-bg.gif) no-repeat top left #F7F7F7;
	padding: 10px 10px 10px 50px;
	border: 1px solid #DDDDDD;
}

p.newspaper {
	background: url(../images/newspaper-bg.gif) no-repeat top left #F7F7F7;
	padding: 10px 10px 10px 50px;
	border: 1px solid #DDDDDD;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 3px;
	padding: 0px 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0px 5px;
}

/* Big number list */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 7px 7px;
	display: block;
	background: url(../images/ol-bg.gif) no-repeat top left;
	color: #FFFFFF;
	font: normal 20px/normal Arial, sans-serif;
}

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

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub-br-bg.gif) no-repeat bottom right;
}

div.bubble1 div div {
	background: url(../images/bub-bl-bg.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub-tr-bg.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/bub-tl-bg.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 {
	width: 99%;
	background: url(../images/bub-arrow-bg.gif) no-repeat bottom left;
}

div.bubble2 div {
	border: 1px solid #CCCCCC;
	border-bottom: none;
	margin-bottom: 20px;
	padding: 10px 15px 15px;
	background-color: #F7F7F7;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br-bg.gif) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(../images/bub2-bl-bg.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub2-tr-bg.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/bub2-tl-bg.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 {
	width: 99%;
	background: url(../images/bub2-arrow-bg.gif) no-repeat bottom left;
}

div.bubble4 div {
	border: 1px solid #CCCCCC;
	margin-bottom: 30px;
	padding: 10px 15px 15px;
	background-color: #F7F7F7;
}

/* Caption Box */
.caption,
.captionBox,
.captionBox-hilite,
.story-hilite {
  border: 1px solid #CCCCCC;
  padding: 15px 10px 10px 10px;
  margin: 20px 0 19px 0;
  position: relative;
  line-height: normal;
}

.captionBox h3,
.captionBox-hilite h3 {
  position: absolute;
  top: -7px;
  left: 10px;
  margin: 0 0 0 -2px;
  padding: 0 2px;
  font-size: 125%;
  font-weight: bold;
  background: #FFFFFF;
  text-transform: uppercase;
}

.captionBox-hilite {
	border: 1px solid #006DA3;
}

.captionBox-hilite h3 {
	color: #006DA3;
}

.caption span.title {
  position: absolute;
  top: -7px;
  left: 10px;
  margin: 0 0 0 -2px;
  padding: 0 2px;
  line-height: 14px;
  background: #FFFFFF;
  color: #999999;
}

.story-hilite h3 {
	position: absolute;
	top: 0px;
 	margin: 0 0 0 -2px;
 	padding: 0px 5px 0px 5px;
 	background: #006DA3;
	font-size: 125%;
	font-weight: bold;
 	color: #FFFFFF;
	text-transform: uppercase;
}

.story-hilite {
	border: 1px solid #006DA3;
	padding-top: 25px;
}

/* Box style */
.box-grey,
.box-hilite {
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
	margin: 20px 0 0 0;
	padding: 10px;
}

.box-hilite {
	border: 1px solid #006DA3;
	background: #E7F4FA;
}

/* Video, comment, rss style */
.video, .video:hover, .video:active {
	background: url(../images/video.gif) no-repeat top left;
	margin: 0;
	padding: 0 0 0 25px;
	border-bottom: none;
}

.comment, .comment:hover, .comment:active {
	background: url(../images/comment-icon.gif) no-repeat top left;
	margin: 0;
	padding: 0 0 0 25px;
	border-bottom: none;
}

.rss, .rss:hover, .rss:active {
	background: url(../images/rss.gif) no-repeat top left;
	margin: 0;
	padding: 0 13px 3px;
	border-bottom: none;
}

img.border {
	padding: 1px;
	border: 1px solid #CCCCCC;
	margin: 5px 0 2px 2px;
}



/* Title text */
.contentheading, .componentheading, div.moduletable h3, #ja-subnav h3,
#ja-rightcol div.moduletable-green h3, #ja-rightcol div.moduletable-yellow h3,
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

/* Normal link */
a {
	color: #004C80;
	text-decoration: underline;
    cursor: url("/2/assets/pointer_4c.cur");
}

a:hover, a:active {
	color: #004C80;
	text-decoration: none;
    cursor: url("/2/assets/pointer_4c.cur");
}

p {
	margin: 12px 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	padding-left: 15px;
	background: url(../images/arrow-off.gif) no-repeat 2px 8px;
	line-height: 200%;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #9AA587;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

img {
	border: 0;
}

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

input, select {
	font: 11px "Trebuchet MS", Arial, sans-serif;
}

select, .inputbox {
	background: #FFFFCC;
}

textarea {
	border: 1px solid #E6E6E6;
	padding-left: 2px;
}

.button {
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #808080;
	background: url(../images/but-bg.gif) no-repeat bottom right;
}

.inputbox {
	padding-left: 2px;
	border-top: 1px solid #9AA587;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #9AA587;
}

/* MODULE
--------------------------------------------------------- */
div.modules {
	width: 100%;
}

div.moduletable h3, #ja-rightcol div.moduletable-green h3, #ja-rightcol div.moduletable-yellow h3 {
	padding: 0 0 5px 0;
	margin: 0 -2px 5px -2px!important;
	color: #000066;
	background: url(../images/seperator-h3.gif) repeat-x bottom;
	font-size: 1.4em;
}

div.moduletable, #ja-rightcol div.moduletable-green, #ja-rightcol div.moduletable-yellow {
	padding: 3px 5px 10px;
	margin-bottom: 10px;
}

div.moduletable td {
	padding: 3px 0!important;
}

#ja-rightcol div.moduletable {
	border: 1px solid #DEE3E6;
	border-bottom: 2px solid #DEE3E6;
	background: url(../images/grad-blue.gif) repeat-x top left #ECF1F5;
}

#ja-rightcol div.moduletable-green {
	border: 1px solid #E3EBDD;
	border-bottom: 2px solid #E3EBDD;
	background: url(../images/grad-green.gif) repeat-x top left #EEF6E8;
}

#ja-rightcol div.moduletable-yellow {
	border: 1px solid #EEECE1;
	border-bottom: 2px solid #EEECE1;
	background: url(../images/grad-yellow.gif) repeat-x top left #FAF8EC;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
	width: auto;
}

table.blog .article_seperator {
	display: block;
	background: url(../images/seperator.gif) repeat-x bottom;
	height: 20px;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0 3px 10px 3px;
	width: 25%;
	border: 1px solid #DEE3E6;
	border-bottom: 2px solid #DEE3E6;
	background: url(../images/grad-blue.gif) repeat-x top left #ECF1F5;
}

table.contenttoc td {
	padding: 1px 5px 1px 20px;
	background: url(../images/arrow-off.gif) no-repeat 6px 7px;
}

table.contenttoc td:hover {
	background: url(../images/arrow-on.gif) no-repeat 6px 7px;
}

table.contenttoc th {
	color: #004C80;
	background: url(../images/seperator-h3.gif) repeat-x bottom;
}

table.polls {
	padding: 0;
	width: 100%;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border-color: #FFFFFF;
	text-align: left;
}

table.pollstableborder img {
	margin: 4px 4px 4px 0;
}

table.pollstableborder td {
	padding: 2px!important;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
	background: url(../images/seperator.gif) repeat-x bottom;
}

table.searchintro td {
	padding: 5px!important;
}

#ja-footer ul#mainlevel li, #ja-footer ul#mainlevel-nav li {
	padding: 0;
	display: inline;
	background: none;
	line-height: normal;
}

.adminform textarea {
	width: 500px!important; /*Control the Frontend Editor area width*/
}

.adminform textarea.inputbox {
}

.blog_more {
	margin: 10px 0;
}

.blog_more strong {
	margin: 0 -5px 5px -5px;
	padding: 1px 5px;
	display: block;
}

td.buttonheading {
	padding: 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
	font-size: 1.1em;
}

.clr {
	clear: both;
}

.code, pre {
	border: 1px solid #F0F0C0;
	width: auto;
	padding: 5px;
	background: #FFFFCC;
}

.componentheading {
	padding: 0 0 10px;
	margin: 3px 0 10px;
	color: #004C80;
	font-weight: bold;
	font-size: 2em;
}

.contentdescription {
	padding-bottom: 30px;
	margin-bottom: 10px;
	background: url(../images/seperator.gif) repeat-x bottom;
}

.contentheading {
	color: #000066;
	font-size: 2em;
}

table.blog .contentheading, .contentpagetitle {
	font-size: 1.4em;
	font-weight: bold;
}

a.readon {
}

a.readon:hover {
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	color: #9AA587;
	font-weight: bold;
	line-height: 10px;
}

.modifydate {
	color: #9AA587;
	height: 15px;
}

.error {
	color: #CC0000;
}

.highlight {
	border-bottom: 1px dotted;
	font-weight: bold;
}

.message {
	color: #000066;
	font-weight: bold;
}

.moduletable {
	padding: 0;
}

.mosimage {
	padding: 3px!important;
	padding: 3px 0;
	margin: 12px 10px 0 0!important;
	border: 1px solid #E6E6E6;
	border-bottom: 2px solid #E6E6E6;
	background: url(../images/grad-grey.gif) repeat-x top #EFEFEF;
}

.mosimage img {
	padding: 0;
	margin: 0!important;
}

.mosimage_caption {
	margin-top: 2px;
	padding: 1px 2px;
	color: #9AA587;
}

.pagenav {
	padding: 2px;
}

.pagenav_prev a, .pagenav_next a {
}

.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_next a:hover, .pagenav_next a:active {
}

.pagenavbar {
	padding-left: 16px;
	background: url(../images/pages.gif) no-repeat center left;
	font-weight: bold;
}

.pagenavcounter {
	padding: 5px 16px 0 16px;
	background: url(../images/pages.gif) no-repeat 0 8px;
	font-weight: bold;
}

.sectiontableheader {
	padding: 2px 4px;
	border-right: 1px solid #FFFFFF;
	border-top: 5px solid #F7F7F7;
	background: #474747;
	color: #FFFFFF;
	font-weight: bold;
}

.sectiontableheader a, .sectiontableheader a:hover {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 4px;
	background: #F2F2F2;
}

tr.sectiontableentry2 td {
	padding: 4px;
	border-top: 1px solid #FFFFFF;
}

.small {
	color: #9AA587;
}

#banner {
}

/* MAIN LAYOUT DIVS WIDTH
--------------------------------------------------------- */
#ja-header, #ja-subheader, #ja-topnav, #ja-maincontainer, #ja-footer, #temple-header, #ja-topnav-outer, div.shadow {
	width: 765px;
	margin: 0 auto;
	text-align: left;
}

/* SEARCH BAR
--------------------------------------------------------- */
#ja-search-outer {
	background: url(../images/search-bg.gif) repeat-x;
	position: absolute;
	top: 0;
	right: 0;
}

#ja-search-inner {
	padding-left: 20px;
	float: left;
	background: url(../images/search-leftbg.gif) no-repeat top left;
	height: 46px;
}

#ja-search {
	padding-right: 20px;
	float: left;
	background: url(../images/search-rightbg.gif) no-repeat top right;
	height: 46px;
}

.search input {
	margin-top: 12px;
	width: 100px;
	padding-left: 20px;
	background: url(../images/icon-search.gif) no-repeat center left #FFFFCC;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
	background: url(../images/bd-bg.gif) repeat-x #626A69;
	position: relative;
	height: 148px;  /* 69px awh */
}

#ja-header a {
	color: #FFFFFF;
}

#ja-header h1 {
	background: url(/2/assets/texture1.jpg) repeat-x #626A69;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	left: 0;
}

#ja-header h1 img {
	margin: 0;
	padding: 0;
	line-height: normal;
}

/* TEMPLE-HEADER
--------------------------------------------------------- */
#temple-header {
	background: url(/2/assets/texture1.jpg) repeat-x #626A69;
	position: relative;
	height: 128px;
}

#temple-title {
	position: absolute;
	height: 42px;
	top: 10px;
	left: 150px;
}
#temple-address {
	position: absolute;
	height: 42px;
	top: 70px;
	left: 155px;
	text-align: left;
	line-height: 90%;
	font-size: 12pt;
	color: white;
}
#temple-phone {
	position: absolute;
	height: 42px;
	top: 100px;
	left: 155px;
	font-size: 12pt;
	color: white;
}


/* SUB HEADER
--------------------------------------------------------- */
#ja-subheader-outer {
	 border-bottom: 0px solid #FFFFFF;
	 padding: 0px;
	 background: url(../images/subheader-bg.gif) repeat-x bottom #CEDDB5;
}

#ja-subheader-outer div.moduletable {
	margin: 0!important;
}

#ja-subheader {
	background: #FFFFFF;
	position: relative;
/*	background: #ECF1F5;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF; */
}

#ja-subheader a {
	color: #FFFFFF;
}

/* NEWFLASH
--------------------------------------------------------- */
#ja-newsflash {
	float: right;
	width: 150px;
	margin: 5px 5px 5px 5px!important;
	margin: 5px 3px 5px 5px;
	padding-bottom: 10px;
	background: url(../images/newsflash-bg.jpg) no-repeat top right #000066;
	color: #FFFFFF;
	height: 100px;
	overflow: hidden;
	font-size: 11px;
}

#ja-subheader h3 {
	display: none;
}

#ja-newsflash div.moduletable {
	height: 87px;
	overflow: hidden;
	font-size: 11px;
}

#ja-newsflash .article_seperator {
	display: none;
}

/* MOOFX AREA
--------------------------------------------------------- */
#roller-wrapper {
	float: left;
	width: 605px;
	display: block;
	height: 100px;
	display: none;
	font-size: 11px;
}

#roller-loading {
	float: left;
	width: 605px;
	display: block;
	height: 60px;
	background: #FFFFFF;
	text-align: center;
	padding: 40px 0px 0px 0px;
}

#roller-outer {
	background: #FFFFFF;
	height: 90px;
}

#roller-outer .roller-inner {
	margin: 5px 0 0 5px;
	color: #FFFFFF;
	height: 85px;
	overflow: hidden;
}

#roller-outer .roller-one {
	background: url(../images/roller-one-bg.jpg) repeat-x;
}

#roller-outer .roller-two {
	background: url(../images/roller-two-bg.jpg) repeat-x;
}

#roller-outer .roller-three {
	background: url(../images/roller-three-bg.jpg) repeat-x;
}

#roller-outer .roller-four {
	background: url(../images/roller-four-bg.jpg) repeat-x;
}

#roller-outer .roller-five {
	background: url(../images/roller-five-bg.jpg) repeat-x;
}

.roller-inner div.moduletable {
	margin: 0;
	padding: 5px;
}

.roller-inner h1 {
	font-size: 25px;
	margin: 10px 0 2px 20px;
}

.roller-inner p {
	font-size: 11px;
	margin: 0 0 10px 20px;
}

#clicker-outer {
	margin: 5px 0 0 5px;
	padding: 0;
	background: url(../images/curve-bl.gif) no-repeat bottom left #474747;
	color: #FFFFFF;
	height: 20px!important;
	height: 18px;
}

#clicker-outer ul {
	margin: 0;
	padding: 0;
}

#clicker-outer li {
	display: inline;
	background: none;
	line-height: 20px;
}

#clicker-outer a {
	padding: 0;
	font-size: 10px;
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
	text-decoration: none;
}

#clicker-outer a.clicker-active {
	color: #FF9900;
}

/* MAIN CONTAINER
--------------------------------------------------------- */
#ja-maincontainer {
	padding: 0 0 0px;
	margin: 0 auto;
	background: url(../images/container-bg.gif) repeat-y top left #FFFFFF;
	text-align: left;
	line-height: 160%;
/*    height: 100%; */
}

/* 3 columns content width */
#ja-content {
	margin: 0;
	width: 440px;
	padding: 10px 0 0 15px;
	float: left;
	background: url(../images/container-topbg.gif) no-repeat top left;
}

/* 2 column content [on the left] width */
#ja-content-full-left {
	margin: 0;
	padding: 10px 15px 0 0;
	width: 598px;
	float: left;
}

/* 2 column content [on the right] width */
#ja-content-full-right {
	margin: 0;
	width: 598px;
	padding: 10px 0 0 15px;
	float: right;
}

/* 1 column content width */
#ja-content-full {
	margin: 0;
	width: 730px;
	padding: 10px 0 0 0;
}

/* PATHWAY
--------------------------------------------------------- */
#pathway {
	padding: 5px 2px 5px;
	border-bottom: 1px solid #E6E6E6;
	background: url(../images/pathway-bg.gif) #FFFFFF;
	color: #9AA587;
}

#pathway a {
	padding: 0 8px 0 0;
}

/* USER TOOLS
--------------------------------------------------------- */
#ja-usertools {
	padding: 5px 2px;
	float: right;
	color: #9AA587;
	font-size: 11px;
}

#ja-usertools a {
	padding: 0;
	color: #9AA587;
}

#ja-usertools img {
	margin-top: 2px;
}

/* LEFT COLUMN
--------------------------------------------------------- */
#ja-leftcol {
	width: 150px;
	float: left;
	/* padding-bottom: 10px; */
	overflow: hidden;
}

#ja-leftcol a.mainlevel ul.mainlevel {
	padding-left: 20px;
	background: url(../images/arrow-off.gif) no-repeat 5px 4px;
}

#ja-leftcol a.mainlevel:hover, a.mainlevel:active, ul.mainlevel:hover {
	background: url(../images/arrow-on.gif) no-repeat 5px 4px;
}

#ja-leftcol a.sublevel {
	padding-left: 3px;
}

/* RIGHT COLUMN
--------------------------------------------------------- */
#ja-rightcol {
	width: 150px;
	float: right;
	padding: 10px 0 15px 0;
	overflow: hidden;
}

#ja-rightcol a.mainlevel {
	padding-left: 20px;
	background: url(../images/arrow-off.gif) no-repeat 5px 4px;
}

#ja-rightcol a.mainlevel:hover, a.mainlevel:active {
	background: url(../images/arrow-on.gif) no-repeat 5px 4px;
}

#ja-rightcol a.sublevel {
	padding-left: 3px;
}

/* TOP NAVIGATION
----------------------------------------------------------- */
#ja-topnav-outer {
   background: none repeat scroll 0% #253979; /* #474747 */;
   font-size: 11px;
   margin-top: 0px;
}

#ja-topnav {
	font-size: 12px;
	line-height: normal;
}

#ja-topnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 26px;
}

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

#ja-topnav a {
	padding: 0 20px;
	float: left;
	border-top: 1px solid #4763E2;  /* #959793 */
	border-right: 1px solid #253979; /* #474747 */
	display: block;
	color: #FFFFFF;
	background: #3753B2;  /* #727272; */
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	height: 25px;
}

#ja-topnav li.active_menu a {
	margin: 0;
	border-top: 1px solid #C2D4F0; /* #E2F3C7; */
	border-right: 1px solid #253979; /* #474747; */
	color: #000000;
	/* background: url(../images/topnav-active.gif) top #CEDDB5; */
	background: url(/2/images/website/topnav-active-blue.gif) top #C2D4F0; /* #CEDDB5; */
	text-decoration: none;
}

#ja-topnav li.active_menu a:hover, #ja-topnav li.active_menu a:active {
	border-top: 1px solid #C2D4F0; /* #E2F3C7; */
	color: #000000;
	/* background: url(../images/topnav-active.gif) top #CEDDB5; */
	background: url(../images/topnav-active-blue.gif) top #C2D4F0; /* #CEDDB5; */
}

#ja-topnav a:hover, #ja-topnav a:active {
	color: #FFFFFF;
	background: #4763E2;  /* 959793 */
	text-decoration: none;
}

/* SUB NAVIGATION FOR JA SLPIT MENU
--------------------------------------------------------- */
#ja-subnav {
	padding: 3px 5px;
	margin-bottom: 12px;
}

#ja-subnav h3 {
	padding: 0 0 5px 0;
	margin: 0 -2px 5px -2px!important;
	color: #000066;
	background: url(../images/seperator-h3.gif) repeat-x bottom;
	font-size: 1.4em;
}

#ja-subnav ul {
	margin: 0;
	padding: 0;
}

#ja-subnav li {
	margin: 2px 0;
	padding: 0;
	background: none;
	height: 22px;
}

#ja-subnav a {
	padding-left: 20px;
	display: block;
	background: url(../images/arrow-off.gif) no-repeat 5px 8px;
	line-height: 22px;
	height: 22px;
}

#ja-subnav a:hover, #ja-subnav a:active, #ja-subnav li.active_menu a, #ja-subnav li.active_menu a:hover {
	border-top: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	background: url(../images/arrow-on.gif) no-repeat 5px 8px #FFFFFF;
	line-height: 20px;
	text-decoration: none;
	height: 20px;
}

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-spotlight-1 div.moduletable, #ja-spotlight-2 div.moduletable {
	border: none;
	margin: 0;
	padding: 2px;
	background: none;
}

#ja-spotlight-1 h3, #ja-spotlight-2 h3 {
	margin: 0 0 10px;
}

#ja-spotlight-1 a, #ja-spotlight-2 a {
	color: #333333;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer-outer {
	border-top: 3px solid #404040;
	background: #253979; /* #474747; */
	height: 40px;
	clear: both;
}

#ja-footer {
	clear: both;
	padding: 5px 0;
	color: #FFFFFF;
	text-align: left;
	position: relative;
	line-height: 100%;
}

#ja-footer a {
	padding-right: 20px;
	color: #EBF1F5;
	text-transform: Capitalize;
}

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

#ja-bottomline {
	padding: 10px 0 10px;
	margin: 0;
}

#ja-bottomline a {
	padding: 0;
}

#ja-cert {
	position: absolute;
	top: 17px;
	right: 0;
}

#ja-cert a {
	padding-right: 5px;
}

/* MISCELLANOUS
----------------------------------------------------------- */
div.shadow {
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
	/* background: url(../images/shadow.gif) repeat-x; */
}

div.back_button a {
	float: right;
	display: block;
	color: #9AA587;
	font-weight: bold;
	text-decoration: none;
	height: 18px;
}

#mod_login_password, #mod_login_username {
	width: 100px;
	padding-left: 20px;
}

#mod_login_password {
	background: url(../images/icon-authen.gif) no-repeat center left #FFFFCC;
}

#mod_login_username {
	background: url(../images/icon-user.gif) no-repeat center left #FFFFCC;
}

#mod_login_remember {
	border: none;
	padding: 0!important;
}

#cornerstone {
   position: relative;
   bottom: 0;
   border: 0;
   margin: 0;
   padding: 0;
}


/* Clear fix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%;
}

P {
   font: 66% "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
   font-size: 120%;
}