/* COMMON STYLE
--------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

#headerX a:hover{border-bottom:none;}
#headerX{margin: 8px 0 4px 0;
}

img.rounded {
  -moz-border-radius-topleft:2ex;
  -webkit-border-top-left-radius:2ex;
}

img.roundedRight {
  -moz-border-radius-topright:2ex;
  -webkit-border-top-right-radius:2ex;
}

body {
	color: #5A5A5A;
	background: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

body.narrow {
}

body.wide {
    font-size: 100%;
}

body.contentpane { /* Printable Page */
	width: auto;
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}

body.fs1{
	font-size: 9px;
}

body.fs2{
	font-size: 10px;
}

body.fs3{
	font-size: 90%;
}

body.fs4{
	font-size: 12px;
}

body.fs5{
	font-size: 13px;
}

body.fs6{
	font-size: 14px;
}

/* Normal link */



a {
	color: #000000;
    text-decoration: none;
    /*border-bottom-width: 1px;
    border-bottom-style: dotted;	
	border-bottom-color: #5A5A5A;*/    
}

#ja-banner a {
	color: #000000;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dotted;	
	border-bottom-color: #5A5A5A;    
}

a:hover, a:active, a:focus {
	color: #000000;
    text-decoration: underline;
    /*border-bottom-width: 1px;
    border-bottom-style: dotted;	
	border-bottom-color: #5A5A5A;*/
}


/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar {
}

/* Heading */
h1 {
	font-family: Tahoma;
	font-size: 16px;
	color: #00768A;
}

h2 {
	font-family: Arial;
	font-size: 13px;
	color: #414045;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
}

p {
	margin: 5px 1px 10px 1px;
	font-size: 12px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li {
    padding-left: 15px;
    font-size: 12px;
}

#ja-banner ul li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
    background-position: 0 .4em;
    list-style-position: outside;
    list-style-position: outside;
    padding-bottom: 3px;
	font-size: 12px;
	/*background: url(../images/bullet-list.gif) no-repeat 22px 6px;*/
}

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: 0;
	height: 1px;
	background: url(../images/seperator.gif) repeat-x;
}

a img {
	border: none;
}

.photo a, a.noline, .thumbnail a, .image a, a img
{
    border-top-width: 0pt;
    border-right-width: 0pt;
    border-bottom-width: 0pt;
    border-left-width: 0pt;
}

img.icon
{
    position: relative;
    top: 3px;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    -x-background-x-position: 0%;
    -x-background-y-position: 0%;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
    padding-right-value: 2px;
    padding-right-ltr-source: physical;
    padding-right-rtl-source: physical;
}

td, div {
	font-size: 12px;
}

/* Code text */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #F4A94F;
	background: #F2F2F2;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 15px 40px;
	background: url(../images/quote.gif) 10px 10px no-repeat;
	font: italic 1em/1.5 Georgia, Times, serif;
}
 
.dropcap {
	float: left;
	padding: 3px 3px 0 0;
	display: block;
	color: #5A5A5A;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 22px;
	color: #CC0000;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message {
	padding-left: 22px;
	color: #3F89C3;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 22px;
	color: #D79546;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	border-bottom: 1px dotted;
	background: #F2F2F2;
	font-weight: bold;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select {
	font: 12px/normal Tahoma, Arial, sans-serif;
	color: #5A5A5A;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button {
	color: #5A5A5A;
}

html>body .button {
	padding: 0 5px;
	color: #5A5A5A;
}

.inputbox {
	border: 1px solid #D8D9DB;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #C0C0C0;
}

/* MODULE
--------------------------------------------------------- */
div.module h3 {
	margin: 0 0 5px;
	font-size: 1em;
	color: #3F89C3;
	text-transform: uppercase;
}

div.module {
	margin-bottom: 8px;
	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 {
	padding: 9px 15px 15px;
	background: url(../images/box-tl.gif) no-repeat top left;
}

div.module div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

div.module div div div a img{
	padding: 0 0 4px 0;
}

div.module div div div ul li a{
	color:#4E4D43;
}

div.module div div div ul li a:hover{
	color:#04A704;
}

div.module div div div ul a.active{
	color:#04A704;
}

/* MODULE HILITE GREEN
--------------------------------------------------------- */
div.module-blue h3,
div.module-green h3,
div.module-orange h3 {
	text-transform: uppercase;
	font-size: 1em;
	margin: 0 0 5px;
}

div.module-green {
	margin-bottom: 5px;
	padding: 0;
	width: 97.5%;
	background: url(../images/box-br-green.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-green a {
	color: #FFFFFF;
	border-bottom-color: #FFFFFF;	
}

div.module-green div {
	padding: 0;
	background: url(../images/box-bl-green.gif) no-repeat bottom left;
}

div.module-green div div {
	padding: 0;
	background: url(../images/box-tr-green.gif) no-repeat top right;
}

div.module-green div div div {
	padding: 9px 15px 15px;
	background: url(../images/box-tl-green.gif) no-repeat top left;
}

/* MODULE HILITE BLUE
--------------------------------------------------------- */
div.module-blue {
	margin-bottom: 5px;
	padding: 0;
	width: 97.5%;
	background: url(../images/box-br-blue.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-blue a {
	color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

div.module-blue div {
	padding: 0;
	background: url(../images/box-bl-blue.gif) no-repeat bottom left;
}

div.module-blue div div {
	padding: 0;
	background: url(../images/box-tr-blue.gif) no-repeat top right;
}

div.module-blue div div div {
	padding: 9px 15px 15px;
	background: url(../images/box-tl-blue.gif) no-repeat top left;
}

/* MODULE HILITE TAUPE
--------------------------------------------------------- */

div.module-taupe {
	clear:both;
	margin-bottom: 5px;
	padding: 0;
	width: 100%;
	background: url(../images/box-br-taupe.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-taupe a {
	color: #FFFFFF;
    text-decoration: none;
    /*border-bottom-width: 1px;
    border-bottom-style: dotted;	
	border-bottom-color: #5A5A5A;*/    
}

div.module-taupe a:hover, a:active, a:focus {
	color: #FFFFFF;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dotted;	
	border-bottom-color: #FFFFFF;
}

div.module-taupe div {
	padding: 0;
	background: url(../images/box-bl-taupe.gif) no-repeat bottom left;
}

div.module-taupe div div {
	padding: 0;
	background: url(../images/box-tr-taupe.gif) no-repeat top right;
}

div.module-taupe div div div {
	padding: 9px 15px 15px;
	background: url(../images/box-tl-taupe.gif) no-repeat top left;
}

/* MODULE HILITE ORANGE
--------------------------------------------------------- */
div.module-orange {
	margin-bottom: 5px;
	padding: 0;
	width: 97.5%;
	background: url(../images/box-br-orange.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-orange a {
	color: #FFFFFF;
	border-bottom-color: #FFFFFF;	
}

div.module-orange div {
	padding: 0;
	background: url(../images/box-bl-orange.gif) no-repeat bottom left;
}

div.module-orange div div {
	padding: 0;
	background: url(../images/box-tr-orange.gif) no-repeat top right;
}

div.module-orange div div div {
	padding: 9px 15px 15px;
	background: url(../images/box-tl-orange.gif) no-repeat top left;
}

#ja-leftcol div.module-blue,
#ja-leftcol div.module-green,
#ja-leftcol div.module-orange, 
#ja-rightcol div.module-blue,
#ja-rightcol div.module-green,
#ja-rightcol div.module-orange {
	width: 100%;
	float: left;
	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;
	border-bottom-style: none;	
}

table.contenttoc td {
	padding: 1px 5px 1px 18px;
	background: url(../images/arrow-off.gif) no-repeat 7px 7px;
}

table.contenttoc th {
	padding: 1px 4px;
	background: #3F89C3;
	color: #FFFFFF;
	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;
}

.adminform textarea {
	width: auto; /*Control the Frontend Editor area width*/
}

.adminform textarea.inputbox {
}

.blog_more {
	margin: 10px 0;
}

.blog_more strong {
	margin: 0 0 5px;
	padding-left: 13px;
	display: block;
	text-transform: uppercase;
}

td.buttonheading {
	padding: 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	margin: 0 0 15px;
	font-size: 2em;
	line-height: normal;
	padding: 2px 0 3px;
	background: url(../images/seperator.gif) repeat-x bottom;
	color: #3F89C3;
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 1.5em;
}

.contentheading {
	font-size: 1.7em;
	color: #3F89C3;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none!important;
	border-bottom-style: none!important;	
	color: #3F89C3;
}

a.readon {
	text-decoration: none;
	border-bottom-style: none;
	padding-left: 15px;
	background: url(../images/readon-blue.gif) left center no-repeat;
	font-weight: bold;
	color: #3F89C3;
}

a.readon:hover, a.readon:active, a.readon:focus {
	text-decoration: none!important;
	border-bottom-style: none!important;	
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding-bottom: 10px;
	line-height: 10px;
}

.modifydate {
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	margin: 8px 15px 0 0!important;
	margin: 8px 5px 0 0;	
}

.mosimage img {
	padding: 0;
	margin: 0!important;
}

.mosimage_caption {
	margin-top: 2px;
	padding: 1px 2px;
	color: #8F8F8F;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
}

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 {
}

.pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 5px;
	background: #3F89C3;
	color: #FFFFFF;
	font-weight: bold;
}

.sectiontableheader a {
	color: #FFFFFF;
}

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;
}

/* Blue Table */
table.blue {
	border-width: thin;
	border-spacing: 0px;
	border-style: solid;
	border-color: #00768A;
	border-collapse: collapse;
	background-color: white;
}
table.blue th {
	border-width: thin;
	padding: 5px;
	border-style: solid;
	border-color: #00768A;
	background-color: white;
	-moz-border-radius: 0px;
}
table.blue td {
	border-width: thin;
	padding: 5px;
	border-style: solid;
	border-color: #00768A;
	background-color: white;
	-moz-border-radius: 0px;
}

table.blue td.header {
	background: #00768A;
	color: #FFFFFF;
	font-weight: bold;
}

.small {
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	border: 1px solid #FFFFFF;
	text-align: center;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-header,
#ja-topstory,
#ja-spotlight,
#ja-container,
#ja-footer {
	margin: 0 auto;
	width: 750px;
	text-align: left;
}

.wide #ja-header,
.wide #ja-topstory,
.wide #ja-spotlight,
.wide #ja-container,
.wide #ja-footer {
	width: 950px;
}

.auto #ja-header,
.auto #ja-topstory,
.auto #ja-spotlight,
.auto #ja-container,
.auto #ja-footer {
	width: 90%;
}

#ja-containerwrap {
	border: 1px solid;
}

#ja-container {
	padding: 0 0 10px;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
	text-align: left;
	line-height: normal;
	background: url(../images/header-bg.gif) top left no-repeat;
}

#ja-header h1 {
	font-size: 2em;
	height: 102px;
	border-bottom: 1px solid #FFFFFF;
}

#ja-header h1 img {
	margin-top: 13px;
	float: left;
}

/*#ja-usertoolswrap {
	padding: 0;
	height: 25px;
	line-height: 25px;
	float: left;
	padding-left: 28px;
	background: url(../images/usertools-left-bg.gif) top left no-repeat;
}

#ja-usertools {
	padding: 0 38px 0 4px;
	float: left;
	display: block;
	font-size: 11px;
	height: 25px;
	background: url(../images/usertools-right-bg.gif) top right no-repeat;
}

#ja-usertools span {
	float: left;
	margin-right: 30px;
	display: block;
}

#ja-usertools img {
	padding: 5px 2px 0;
}

#ja-usertools a {
}

#ja-usertools a:hover, #ja-usertools a:active, #ja-usertools a:focus {
}

#ja-search {
	width: 120px;
	float: left;
	display: block;
	margin-top: 2px;
}
 
#ja-usertools div.search {
	padding-left: 20px;
	background: url(../images/icon-search.gif) no-repeat center left;
}

#ja-usertools .inputbox {
	border: none!important;
	width: 100px;
	background: none;
	color: #8F8F8F;
}

#ja-usertools .inputbox:hover,
#ja-usertools .inputbox:focus {
}*/

/* TOP NAVIGATION
----------------------------------------------------------- */
#ja-topnav-wrap {
	background: url(../images/topnav-left.gif) top left no-repeat #3F89C3;
	height: 29px;
	display: block;
	padding-left: 30px;
	margin-bottom: 10px;
}

#ja-topnav {
	background: url(../images/topnav-right.gif) top right no-repeat #3F89C3;
	float: right;
	text-align: right;
	height: 29px;
	line-height: 29px;
	padding: 0 5px;
	display: block;
}

#ja-topnav ul#mainlevel-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ja-topnav ul#mainlevel-nav li {
	margin: 0;
	padding: 0;
	display: inline;
}

#ja-topnav ul#mainlevel-nav a {
	display: block;
	float: right;
	padding: 0 12px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style: none;
	text-transform: uppercase;
}

#ja-topnav ul#mainlevel-nav a:hover {
    color: #D4E3F8;
}

#ja-topnav ul#mainlevel-nav .current {
    color: #4EFE00;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	width: 14%;
	clear: both;
	float: left;
	border-bottom: 5px solid #C0C0C0;
}

#ja-mainnav a {
	font-size: 10px;
}

/* Default Joomla! Menu */
a.mainlevel {
	padding: 4px;
	display: block;
	color: #5A5A5A;
	text-decoration: none;
	border-bottom-style: none;
	background: url(../images/seperator.gif) repeat-x bottom;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus,
a.mainlevel#active_menu {
	background: url(../images/seperator.gif) repeat-x bottom;
	text-decoration: none;
	border-bottom-style: none;
}

a.sublevel {
	padding: 3px 4px 3px 15px;
	display: block;
	text-decoration: none;
	border-bottom-style: none;	
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
}

#ja-leftcol #active_menu, #ja-rightcol #active_menu {
	text-decoration: none;
	border-bottom-style: none;	
}
/*End: Default Joomla! Menu  */

/* BANNER
--------------------------------------------------------- */
#ja-topstory {
	margin: 10px auto;
}

#ja-banner {
	margin: 0 0 0 80px;
	float: left;
	padding: 0 0 0 0;
	width: 56%;
	text-align:justify;
	overflow: hidden;
	/*border-bottom: 5px solid #3F89C3;*/
	min-height: 420px;
	background: url(../images/header/a.jpg) top left no-repeat;
}

#ja-bannerX {
	margin: 0 0 0 80px;
	float: left;
	padding: 0 0 0 0;
	width: 70%;
	text-align:justify;
	overflow: hidden;
	/*border-bottom: 5px solid #3F89C3;*/
	min-height: 420px;
	background: url(../images/header/a.jpg) top left no-repeat;
}

#ja-banner h3 {
    font-family: Arial;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: normal;
    color: #F1A30C;
}

#ja-bannerX h3 {
    font-family: Arial;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: normal;
    color: #C41205;
}

#ja-banner h1 {
    font-family: Arial;
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 10px;
    line-height: normal;
    color: #0C3F94;
}

#ja-bannerX h1 {
    font-family: Arial;
    font-size: 20px;
    margin-top: 6px;
    margin-bottom: 10px;
    line-height: normal;
    color: #0C3F94;
}

#ja-banner h3 a {
    font-family: Arial;
    font-size: 1em;
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: normal;
    color: #F1A30C;
}

#ja-banner h3 a:hover {
    font-family: Arial;
    font-size: 1em;
    margin-top: 20px;
    margin-bottom: 5px;
    line-height: normal;
    color: #0FBB17;
    text-decoration: none;
}

#ja-banner a {
    font-family: Arial;
    font-size: 1em;
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: normal;
    color: #5A5A5A;
}

#ja-banner a:hover {
    font-family: Arial;
    font-size: 1em;
    margin-top: 20px;
    margin-bottom: 5px;
    line-height: normal;
    color: #0FBB17;
    text-decoration: none;
}

#ja-banner a:active, a:focus {
	color: #5A5A5A;
    text-decoration: underline;
    /*border-bottom-width: 1px;
    border-bottom-style: dotted;	
	border-bottom-color: #5A5A5A;*/
}

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-botslwrap {
	border-bottom: 1px solid #C0C0C0;
	padding: 20px 0;
	clear: both;
}

#ja-botsl {
}

#ja-botsl .ja-box {
	float: left;
	overflow: hidden;
}

#ja-botsl .ja-box h3 {
	color: #3F89C3;
	margin-bottom: 5px;
	font-size: 1em;
	text-indent: 3px;
	text-transform: uppercase;
}

#ja-botsl .ja-box div.moduletable {
}

#ja-botsl .ja-box ul {
	padding: 0;
	margin: 0!important;
}

#ja-botsl .ja-box li {
	padding: 0;
	margin: 0;
	background: none;
	width: 100%;
}

#ja-botsl .ja-box a {
	color: #8F8F8F;
}

#ja-botsl .ja-box li a {
	padding: 4px;
	background: url(../images/seperator.gif) left bottom repeat-x;
	width: 90%; /*This is required for IE6*/
	display: block;
	text-decoration: none;
	border-bottom-style: none;	
}

#ja-botsl .ja-box li a:hover,
#ja-botsl .ja-box li a:active,
#ja-botsl .ja-box li a:focus {
	color: #5A5A5A;
	text-decoration: none;
	border-bottom-style: none;	
}

#ja-botsl .ja-box td {
	padding: 0;
}

#ja-botsl .ja-box  .article_seperator {
	display: none;
}

#ja-botsl .box-ended {
	margin-right: 0!important;
	float: right;
}

#ja-spotlight {
	margin: 10px auto 0;
}

#ja-spotlight .ja-box {
	float: left;
	overflow: hidden;
}

#ja-spotlight .ja-box h3 {
	margin-bottom: 5px;
	font-size: 1em;
	text-indent: 3px;
}

#ja-spotlight .ja-box div.moduletable {
}

#ja-spotlight .ja-box ul {
	padding: 0;
	margin: 0!important;
}

#ja-spotlight .ja-box li {
	padding: 0;
	margin: 0;
	background: none;
}

.box-centered {
	text-align: center!important;
}

.box-centered div.moduletable,
.box-centered div.module-orange,
.box-centered div.module-green,
.box-centered div.module-blue {
	margin-left: auto!important;
	margin-right: auto!important;
	text-align: left;
}

#ja-spotlight .box-ended div.moduletable,
#ja-spotlight .box-ended div.module-orange,
#ja-spotlight .box-ended div.module-green,
#ja-spotlight .box-ended div.module-blue {
	margin-right: 0!important;
	float: right;
}

.box-fulled div.moduletable,
.box-fulled div.module-orange,
.box-fulled div.module-green,
.box-fulled div.module-blue {
	width: 100%!important;	
}

/* PATHWAY
---------------------------------------------------------*/
#ja-pathway {
	margin-left: 1px;
}

#ja-pathway img {
	display: none; /* DO NOT SHOW PATHWAY DEFAULT ARROW */
}

#ja-pathway a {
	padding-right: 22px;
	background: url(../images/slash.gif) no-repeat center right;
}

#ja-pathway a:hover, #ja-pathway a:active {
}

/* CONTENT COLUMN
--------------------------------------------------------- */
#ja-mainbody, #ja-mainbody-fl, #ja-mainbody-fr, #ja-mainbody-f {
	margin: 10px 0;
}

#ja-mainbody {
	float: left;
	width: 80%;
}

#ja-mainbody #ja-content {
	float: right;
	width: 70%;
	padding-right: 2.5%;
}

#ja-mainbody-fl {
	float: left;
	width: 80%;
}

#ja-mainbody-fl #ja-content {
	float: left;
	width: 97.5%;
}

#ja-mainbody-fr{
	float: left;
	width: 100%;
}

#ja-mainbody-fr #ja-content {
	float: right;
	width: 77.5%;
}

#ja-mainbody-fr #ja-leftcol {
	width: 20%;
}

#ja-mainbody-f {
	float: left;
	width: 100%;
}

/* LEFT COLUMN
--------------------------------------------------------- */
#ja-leftcol {
	float: left;
	width: 16%;
}

/* RIGHT COLUMN
--------------------------------------------------------- */
#ja-rightcol {
	float: right;
	width: 20%;
	margin: 10px 0;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	clear: both;
	border-top: 2px solid #D8D9DB;
}

#ja-bottomline {
	float: left;
	padding: 10px 5px 30px;
	color: #8F8F8F;
}

#ja-bottomline a {
	color: #8F8F8F;
	text-decoration:none;
}

#ja-bottomline a:hover {
	color: #000000;
	text-decoration:underline;
}


#ja-cert {
	padding: 20px 5px 30px;
	float: right;
}

#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;
}

#mod_login_password, #mod_login_username {
	width: 90%;
}

#mod_login_password {
}

#mod_login_username {
}

#mod_login_remember {
	border: none;
	background: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* 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 {
	overflow: hidden;
	margin-right: 5%;
}

#ja-coolads-container div.moduletable {
	overflow: hidden;
}

#bodyPan{
    width:80%; 
    position:relative;
    float:right;
    margin: 0 auto -10px auto;
    text-align:justify;
    min-height:450px;
}

#bodyPan h1 {
    font-family: Arial;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: normal;
    color: #0C3F94;
}

#bodyPan h3 {
    font-family: Arial;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: normal;
    color: #F1A30C;
}

#bodyPan a{background:#fff; color:#000; text-decoration:none;}
#bodyPan a:hover{background:#fff; color:#666; text-decoration:underline;}
#bodyPan h3 a{font-family: Arial; font-size: 1em; margin-top: 20px; margin-bottom: 5px; line-height: normal; color:#ff9c00; text-decoration:none;}
#bodyPan h3 a:hover{font-family: Arial; font-size: 1em; margin-top: 20px; margin-bottom: 5px; line-height: normal; color:#6bb600; text-decoration:none;}

#bodyPanRight{width:203px;float:right;text-align:center;}
#bodyPanLeft{width:464px;text-align:justify;}
#bodyPan p.toptextpadding{padding:0px 0 0;}
#bodyPan p.toptextpaddingX{padding:8px 0 0;}
#bodyPan p.toptextpaddingY{padding:-2px 0 0;}
#bodyPan p span{background:#fff; color:#D20039;}
#bodyPan p.span a{color:#0C3F94; text-decoration:none; font-weight:bold;}
#bodyPan p.span a:hover{color:#6BB600; text-decoration:none; font-weight:bold;}
#bodyPan p.more{width:81px; height:22px; display:block; float:right; background:url(../images/more-bg.gif) 0 0 no-repeat;}
#bodyPan p.more a{width:70px; height:22px; display:block; background:url(../images/arrow1.gif) 1% 60% no-repeat; line-height:22px; text-decoration:none; padding:0 0 0 11px; color:#666;}
#bodyPan p.more a:hover{background:url(../images/arrow2.gif) 1% 60% no-repeat; text-decoration:none; color:#000000;}
#bodyPan li{list-style-type:none;}
#bodyPan li.faq{list-style-type:none;}

/*----Body Middle Panel----*/
#bodyMiddlePan{width:auto; margin:-10px auto; position:relative; text-align:justify;}
/*----Middle Left Panel----*/
#MiddleLeftPan{width:36%; float:left;font-size:1em;padding:0 0 0 0;}
#MiddleLeftPan p{width:400px; padding:0 0 0;}

#MiddleLeftPan p.largegraytext{font-size:18px;}

#MiddleLeftPan p.more{width:81px; margin:0 0 5px 0; height:22px; display:block; float:right; background:url(../images/more-bg.gif) 0 0 no-repeat; padding:0 0 0 0;}
#MiddleLeftPan p.more a{width:70px; height:22px; display:block; background:url(../images/arrow1.gif) 1% 60% no-repeat; line-height:22px; text-decoration:none; padding:0 0 0 11px; color:#666;}
#MiddleLeftPan p.more a:hover{background:url(../images/arrow2.gif) 1% 60% no-repeat; text-decoration:none; color:#000000;}

#MiddleLeftPan p.chat{width:232px; height:70px; padding:4px 0 36px;}
#MiddleLeftPan p.chat a{width:232px; height:70px; display:block; background:url(images/24hours.gif) 0 0 no-repeat; text-indent:-20000px;}
#MiddleLeftPan p.chat a:hover{background:url(../images/24hours.gif) 0 0 no-repeat; text-indent:-20000px;}

#MiddleLeftPan h2{width:400px; height:50px; display:block; background:url() 100% 0 no-repeat  #fff; color:#D20039; border-bottom:1px dashed #BDB9B9; font-size:24px; line-height:22px; padding:0 0 0 0;}
#MiddleLeftPan h2 span{background:#fff; color:#545454; font-weight:bold; font-size:14px; text-transform:uppercase;}

/*----/Middle Left Panel----*/
/*----Middle Right Panel----*/
#MiddleRightPan{width:36%; float:right; padding:0 130px 0 0;}
#MiddleRightTopPan{width:36%; height:0px; background:url() 0 100% no-repeat; padding:0 0 0 0; margin:0 0 40px 0;}

#MiddleRightTopPan p.fresh{width:208px; height:0px; display:block; margin:0 0 0 38px; font-size:20px; text-transform:uppercase;}
#MiddleRightTopPan p.business{width:270px; height:0px; display:block; margin:0 0 0 48px; background:url() 0 100% repeat-x #fff; color:#6BB600; font-size:27px; text-transform:uppercase; text-align:right;}

#MiddleRightPan h2{width:440px; height:50px; display:block; background:url() 0 100% repeat-x #fff; color:#6BB600; font-size:24px; border-bottom:1px dashed #BDB9B9; font-size:24px; line-height:22px; padding:0 0 0 0;}
#MiddleRightPan h2 span{background:#fff; color:#545454; font-weight:bold; font-size:14px; text-transform:uppercase; }
#MiddleRightPan p{width:400px;padding:0 0 0}
#MiddleRightPan p.more{width:81px; height:22px; display:block; margin:0 0 5px 236px; background:url(../images/more-bg.gif) 0 0 no-repeat; padding:0px;}
#MiddleRightPan p.more a{width:70px; height:20px; display:block; background:url(../images/arrow1.gif) 1% 60% no-repeat; line-height:22px; text-decoration:none; padding:0 0 0 11px;}
#MiddleRightPan p.more a:hover{background:url(../images/arrow2.gif) 1% 60% no-repeat; text-decoration:none;}

#RightListfastPan{width:100%; float:left; padding:0 0 0;}
#RightListfastPan ul{width:400px;}
#RightListfastPan ul li{width:400px; height:22px; float:left;}
#RightListfastPan ul li a{width:190px; line-height:20px; background:url(../images/bullet.gif) 0 4px no-repeat #fff; color:#666; text-decoration:none; padding:0 0 0 18px;}
#RightListfastPan ul li a:hover{background:url(../images/bullet-hover.gif) 0 4px no-repeat #fff; color:#000;}

#RightListnextPan{width:184px; float:left; padding:10px 0 0;}
#RightListnextPan ul{width:184px;}
#RightListnextPan ul li{width:184px; height:20px; float:left;}
#RightListnextPan ul li a{width:160px; line-height:20px; background:url(../images/bullet.gif) 0 6px no-repeat #fff; color:#666; text-decoration:underline; padding:0 0 0 18px;}
#RightListnextPan ul li a:hover{background:url(../images/bullet-hover.gif) 0 6px no-repeat #fff; color:#000; text-decoration:underline;}

#faqs h3{font-size:12px; cursor:pointer; margin:10px 0 10px 0;}
#faqs h3.active{font-size:12px; color:#d74646;}
#faqs h3 a{font-size:12px; background:#fff; color:#000; text-decoration:none;}
#faqs h3 a:hover{font-size:12px; background:#fff; color:#666; text-decoration:underline;}

#breadcrumbs{
	position:absolute;
	z-index:15;
	font-family:Arial, Verdana, sans-serif, Myuen, Gulim;
	font-size:.95em;
	float:left;
	clear:left;
	padding:0px 0 0px 0;
}

#breadcrumbs a{background:#fff; color:#000; text-decoration:none;}
#breadcrumbs a:hover{background:#fff; color:#666; text-decoration:underline;}
	
#faqs ul li a{line-height:20px; font-size:12px; background:url(../images/bullet.gif) 0 4px no-repeat #fff; color:#666; text-decoration:none; padding:0 0 0 18px;}
#faqs ul li a:hover{line-height:20px; font-size:12px; background:url(../images/bullet-hover.gif) 0 4px no-repeat #fff; color:#000; text-decoration:underline;}
#faqs a{line-height:20px; font-size:12px; background:#fff; color:#000; text-decoration:none;}
#faqs a:hover{line-height:20px; font-size:12px; background:#fff; color:#666; text-decoration:underline;}

#answer_#_text p {background:url(..images/bullet-hover_up.gif) 0 4px no-repeat #fff;}
#answer_#_text a{background:#fff; color:#000; text-decoration:none;}
#answer_#_text a:hover{background:#fff; color:#666; text-decoration:underline;}

img.floatLeft { 
    float: left; 
    padding: 0 14px 4px 0; 
}

img.floatLeftX { 
    float: left; 
    padding: 0 10px 0 0;
    margin-top: 5px;
}

img.floatLeft p{ 
    margin: 0 0 10px 0; 
}

img.floatLeftX p{ 
    margin: 0 0 0 0; 
}

img.floatRight { 
    float: right; 
    margin: 12px;
}