-------------------------------------------------------------------------*/

/* COMMON STYLE
--------------------------------------------------------- */

/*----------------------------------------------*/
/* 1.2 Extra fonts 
/*----------------------------------------------*/
@import url(//db.onlinewebfonts.com/c/7cc6719bd5f0310be3150ba33418e72e?family=Comic+Sans+MS);

@font-face {
    font-family: 'JournalRegular';
    src: url('./mvboli.eot') format('eot'),
         url('./mvboli.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SEGOEUI';
    src: url('./SEGOEUI.eot') format('eot'),
         url('./SEGOEUI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SEGOEUIB';
    src: url('./SEGOEUIB.eot') format('eot'),
         url('./SEGOEUIB.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MelbourneRegular';
    src: url('./melbourne_bold-webfont_162a16fe.eot') format('eot'),
         url('./melbourne_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MelbourneRegular';
    src: url('./melbourne_reg-webfont_162a16fe.eot') format('eot'),
         url('./melbourne_reg-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {font-family: "Comic Sans MS_";
    src: url("//db.onlinewebfonts.com/t/7cc6719bd5f0310be3150ba33418e72e.eot");
    src: url("//db.onlinewebfonts.com/t/7cc6719bd5f0310be3150ba33418e72e.eot?#iefix") format("embedded-opentype"),
    url("//db.onlinewebfonts.com/t/7cc6719bd5f0310be3150ba33418e72e.woff2") format("woff2"),
    url("//db.onlinewebfonts.com/t/7cc6719bd5f0310be3150ba33418e72e.woff") format("woff"),
    url("//db.onlinewebfonts.com/t/7cc6719bd5f0310be3150ba33418e72e.ttf") format("truetype"),
    url("//db.onlinewebfonts.com/t/7cc6719bd5f0310be3150ba33418e72e.svg#Comic Sans MS") format("svg");
}



@font-face {font-family: "Comic Sans MS"; src: url("//db.onlinewebfonts.com/t/d85e6ab19860a0a1cc2c3d7a3eb7f98c.eot"); src: url("//db.onlinewebfonts.com/t/d85e6ab19860a0a1cc2c3d7a3eb7f98c.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/d85e6ab19860a0a1cc2c3d7a3eb7f98c.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/d85e6ab19860a0a1cc2c3d7a3eb7f98c.woff") format("woff"), url("//db.onlinewebfonts.com/t/d85e6ab19860a0a1cc2c3d7a3eb7f98c.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/d85e6ab19860a0a1cc2c3d7a3eb7f98c.svg#Monotype Corsiva") format("svg"); } 


* {
	margin: 0;
	padding: 0;
}

body {
	color: #04326f;
	background: #FFFFFF;
        font-family: "Comic Sans MS" !important;
	font-size:21px;;
	font-weight:normal;
	line-height: 1.5;
}

body#bd {
	background: url(../images/body-bg.jpg) repeat-x top #04326f;
	background-attachment: fixed;
	font-family: "Comic Sans MS" !important;
}

body.contentpane {
	width: 760px; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 14pt;
	font-family: "Comic Sans MS" !important;
	line-height: 140%;
	font-weight:normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
font-family: "Comic Sans MS" !important;
}


p {
	font-family: "Comic Sans MS" !important;
}

body.fs1{
	font-size: 11px;
}

body.fs2{
	font-size: 12px;
}

body.fs3{
	font-size: 13px;
}

body.fs4{
	font-size: 14px;
}

body.fs5{
	font-size: 15px;
}

body.fs6{
	font-size: 16px;
}

/* Normal link */
a {
	color: #396;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #3C9;
	text-decoration: underline;
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar {
}

/* Heading */
h1 {
	font-size: 20px;
	font-weight: normal;
	color:#FF0000;
	font-family: "Comic Sans MS" !important;
}

h2 {
	font-size: 22px;
	font-family: "Comic Sans MS" !important;
}

h3 {
	font-size: 20px;
	font-family: "Comic Sans MS" !important;
}

h4 {
	font-size: 18px;
	text-transform: uppercase;
	font-family: "Comic Sans MS" !important;
}

h5 {
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

p {
	margin: 5px 0 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	line-height:10px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li {
	padding-left: 35px;
	background: url(../images/bullet-list.gif) no-repeat 20px 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-top: 1px solid #C6CED9;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 1em;
}

/* Code text */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #6d8655;
	background: #ecf4ee;
	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: #4a734a;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 22px;
	color: #583223;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message {
	padding-left: 22px;
	color: #4fd265;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 22px;
	color: #4fd265;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	border-bottom: 1px dotted;
	background: #e7ecdf;
	font-weight: bold;
}

p.stickynote {
	padding: 25px 60px 15px 20px;
	background: url(../images/sticky-bg.gif) no-repeat top right #4fd290;
	color: #FFFFFF;
}

p.clipnote {
	padding: 25px 60px 15px 20px;
	background: url(../images/clip-bg.gif) no-repeat top right #4fd290;
	color: #FFFFFF;
}

.blocknumber {
	position: relative;
	clear: both;
	padding: 5px 10px 10px; 
}

.bignumber {
	float: left;
	font: 30px/normal Arial, sans-serif;
	font-weight: bold;
	color: #d2904f;
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input, select {
	font: 11px/normal Tahoma, Arial, Helvetica, sans-serif;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button, .button:hover {
	border-top: 1px solid #e3ecdf;
	border-right: 1px solid #ae650e;
	border-bottom: 1px solid #ae650e;
	border-left: 1px solid #DFE5EC;
	padding: 1px 10px!important;
	padding: 1px 5px;
	background: url(../images/button-bg.gif) repeat-x top left #ECF0F4;
	color: #646E7B;
}

.button:active, .button:focus {
	border-top: 1px solid #8E9CAE;
	border-right: 1px solid #DFE5EC;
	border-bottom: 1px solid #DFE5EC;
	border-left: 1px solid #8E9CAE;
}

.inputbox {
	border: 1px solid #DFE5EC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #8E9CAE;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3 {
	margin: 0 -10px 5px;
	padding: 5px 10px;
	color: #C60;
	font-size: 1em;
}

div.moduletable {
	padding: 10px;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

table.blog .article_seperator {
	display: block;
	background: url(../images/seperator.gif) repeat-x center;
	height: 10px;
}

#ja-leftcol .article_seperator, #ja-rightcol .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
	font-family: 'Times New Roman', sans-serif;
	
}

table.contentpaneopen {
	border: none;
	font-family: "Comic Sans MS" !important;
	padding-bottom: 50px;
	padding-top: 25px;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	font-family: "Comic Sans MS" !important;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 22px;
	background: url(../images/bullet-list.gif) no-repeat 5% 50%;
	font-family: "Comic Sans MS" !important;
	
}

table.contenttoc th {
	padding: 4px;
	border-bottom: 5px solid #FFFFFF;
	background: #DFE5EC;
	color: #033;
	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;
}

.blog_more strong {
	margin: 0 0 5px;
	padding-left: 13px;
	display: block;
	color: #F90;
	text-transform: uppercase;
}

td.buttonheading {
	padding: 0 0 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	padding-bottom: 5px;
	margin-bottom: 10px;
	background: url(../images/seperator2.gif) no-repeat bottom right;
	color: #6C9;
	font-size: 1.7em;
	line-height: normal;
	font-weight: bold;
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 1.17em;
	font-weight: bold;
	padding-top: 34px;
	padding-bottom: 4px;
}

.contentheading {
	color: #C30;
	font-size: 1.7em;
	padding-bottom: 25px;
	padding-top: 30px;
}

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 16px;
	display: block;
	background: url(../images/arrow-readon.gif) no-repeat 5% 55% #4F89D2;
	color: #FFFFFF;
	font-size: 0.87em;
	text-decoration: none;
}

a.readon:hover, a.readon:active, a.readon:focus {
	color: #FFFFFF;
	background: url(../images/arrow-readon.gif) no-repeat 5% 55% #5FA4FB;
	text-decoration: none!important;
}

table.contentpaneopen td, table.contentpane td {
	padding-top: 4px;
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
	padding-top: 4px;
}

.createdate {
	padding-bottom: 5px;
	color: #8E9CAE;
	line-height: 10px;
	font-size:9px;
}

.modifydate {
	color: #8E9CAE;
	height: 15px;
	font-size:9px;
}

.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: 2px;
	padding: 1px 2px;
	color: #8E9CAE;
}

.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: 5px;
	background: #DFE5EC;
	color: #646E7B;
	font-weight: bold;
}

tr.sectiontableentry1 td {
	padding: 5px;
	background: url(../images/seperator.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 5px;
	background: url(../images/seperator.gif) repeat-x bottom;
}

.small {
	color: #8E9CAE;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	margin: 0 auto;
	padding: 0;
	width: 95%;
	text-align: left;
	min-width: 900px;
	max-width: 2000px;
	border: 4px solid #646E7B;
}

.narrow #ja-wrapper {
	width: 750px;
}

.wide #ja-wrapper {
	width: 930px;
}

#ja-container,
#ja-container-fr,
#ja-container-fl,
#ja-container-f {
	clear: both;
	padding: 0;
}

#ja-container,
#ja-container-fr {
	background: url(../images/container-bg.gif) repeat-y 20% 0 #FFFFFF;
}

#ja-container-fl,
#ja-container-f {
	background: #FFFFFF;
}

#ja-contentwrap {
	background: url(../images/grad1.gif) repeat-x top;
font-family: "Comic Sans MS" !important;
}

#ja-content {
	padding: 10px 15px 20px;
	font-family: "Comic Sans MS" !important;
}


#ja-content h1 {
	font-family: "Comic Sans MS" !important;
	font-size: 20px;
	font-weight: normal;
	color:#FF0000;
}

#ja-content p {
	font-family: "Comic Sans MS" !important;
	font-size: 12px;
	font-weight: normal;
	line-height:15px;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
	clear: both;
	background: url(../images/header-bg.jpg) top right repeat-x #4F89D2;
	color: #FFFFFF;
	text-align: left;
	line-height: normal;
	height: 100px;
	position: relative;
	font-family: "Comic Sans MS" !important;
}

#ja-header h1 {
	font-size: 2em;
	position: absolute;
	top: 12px;
	left: 15px;
	font-family: "Comic Sans MS" !important;
}

#ja-header h1 img {
	float: left;
	font-family: "Comic Sans MS" !important;
}

#ja-usertoolswrap {
	position: absolute;
	top: 25px;
	right: 15px;
	height: 27px;
	padding: 0;
	padding-left: 4px;
	background: url(../images/usertools-left-bg.gif) top left no-repeat;
	font-family: "Comic Sans MS" !important;
}

#ja-usertools {
	padding: 0;
	float: left;
	display: block;
	font-size: 11px;
	height: 27px;
	background: url(../images/usertools-right-bg.gif) top right no-repeat;
}

#ja-usertools span {
	float: left;
	margin: 0 10px 0 10px;
	display: block;
}

#ja-usertools img {
	padding: 9px 2px 0;
}

#ja-usertools a {
}

#ja-usertools a:hover, #ja-usertools a:active, #ja-usertools a:focus {
}

#ja-search {
	float: left;
	display: block;
	margin: 5px 15px 5px 10px;
}

#ja-search div.search {
	padding-left: 18px;
	background: url(../images/default/icon-search.gif) no-repeat center left;
}

#ja-search .inputbox {
	border: none!important;
	width: 100px;
	color: #DFE5EC;
	background: #4F89D2;
	padding-left: 5px;
}

#ja-usertools .inputbox:hover,
#ja-usertools .inputbox:focus {
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	float: left;
	width: 100%;
	line-height: normal;
	background: #033f00;
	border-bottom: 5px solid #c00214;
	font-family: "Comic Sans MS" !important;
	font-size: 16px;
}

#ja-subnavwrap {
	clear: both;
	float: left;
	width: 100%;
	background: #c00214;
	border-bottom: 5px solid #c00214;
	font-family: "Comic Sans MS" !important;
}

#ja-subnav {
	padding: 0 10px;
}

/* Default Joomla! Menu */
a.mainlevel {
	padding: 3px;
	border-bottom: 1px solid #a1dfa7;
	display: block;
	color: #0e5400;
	text-decoration: none;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #b72c2c;
	background: #DFE5EC;
	text-decoration: none;
}

a.mainlevel#active_menu {
	background: #4F89D2;
	color: #FFFFFF;
	text-decoration: none;
}

a.sublevel {
	padding: 2px 4px 2px 12px;
	display: block;
	background: url(../images/bullet-list2.gif) no-repeat 2% 50%;
	text-decoration: none;
	color: #646E7B;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	text-decoration: none;
	background: url(../images/bullet-list3.gif) no-repeat 2% 50%;
	color: #4F89D2;
}

#active_menu {
	background: url(../images/bullet-list3.gif) no-repeat 2% 50%;
	color: #4F89D2;
}

#ja-rightcol a.mainlevel {
	border: none;
}
/*End: Default Joomla! Menu  */

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl {
	color: #D9E5F4;
	background: url(../images/topsl-bg.gif) bottom repeat-x #545C66;
	padding: 10px;
}

#ja-topsl a {
	color: #5FA4FB;
}

#ja-topsl h3 {
	padding: 0;
	margin: 0 0 5px;
	color: #FFFFFF;
	font-size: 1em;
}

#ja-topsl div.moduletable {
	background: url(../images/topsl-modules-bg.gif) repeat-x top;
	margin: 0;
	padding: 5px 10px 10px;
	border-right: 2px solid #545C66; 
}

#ja-botsl {
	background: url(../images/botsl-bg.gif) top left repeat-x #545C66;
	color: #C6CED9;
	padding: 15px 20px;
}

#ja-botsl a {
	color: #C6CED9;
}

.ja-box {
	float: left;
	overflow: hidden;
}

#ja-botsl h3 {
	padding: 0;
	margin: 0 0 5px;
	color: #FFFFFF;
	font-size: 1em;
}

#ja-botsl div.moduletable {
	margin: 0 20px 0 0;
	padding: 0;
}

#ja-botsl ul {
	padding: 0;
	margin: 0!important;
}

#ja-botsl li {
	padding: 0;
	margin: 0;
	background: none;
	line-height: 170%;
}

#ja-botsl li a {
	padding-left: 13px;
	background: url(../images/arrow-readon.gif) no-repeat 0 50%;
	text-decoration: none;
}

#ja-botsl li a:hover,
#ja-botsl li a:active,
#ja-botsl li a:focus {
	color: #5FA4FB;
	background: url(../images/arrow-readon2.gif) no-repeat 0 50%;
	text-decoration: none;
}

#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;
}

.box-ended div.moduletable {
	margin-right: 0!important;
	border: none!important;
}

/* PATHWAY
---------------------------------------------------------*/
#ja-pathway {
	padding: 7px 0 9px;
	text-indent: 10px;
	background: url(../images/pathway-bg.gif) repeat-x bottom #FFFFFF;
	color: #646E7B;
}

#ja-pathway strong {
	margin-right: 10px;
}

#ja-pathway img {
	margin: 0 5px;
}

#ja-pathway a {
	color: #646E7B;
	text-decoration: none;
}

#ja-pathway a:hover, #ja-pathway a:active {
	color: #646E7B;
	text-decoration: none;
}


/* CONTENT COLUMN
--------------------------------------------------------- */
#ja-mainbody, #ja-mainbody-fl, #ja-mainbody-fr, #ja-mainbody-f {
}

#ja-mainbody {
	float: left;
	width: 80%;
	font-family: "Comic Sans MS" !important;
}

#ja-mainbody #ja-contentwrap {
	float: right;
	width: 74.9%;
	font-family: "Comic Sans MS" !important;
}

#ja-mainbody-fl {
	float: left;
	width: 80%;
	font-family: "Comic Sans MS" !important;
}

#ja-mainbody-fl #ja-contentwrap {
	float: left;
	width: 100%;
	font-family: "Comic Sans MS" !important;
}

#ja-mainbody-fr {
	float: left;
	width: 100%;
	font-family: "Comic Sans MS" !important;
}

#ja-mainbody-fr #ja-contentwrap {
	float: right;
	width: 79.9%;
	font-family: "Comic Sans MS" !important;
}

#ja-mainbody-fr #ja-leftcol {
	width: 20%;
	font-family: "Comic Sans MS" !important;
}

#ja-mainbody-f {
	float: left;
	width: 100%;
	font-family: "Comic Sans MS" !important;
}

/* LEFT COLUMN
--------------------------------------------------------- */
#ja-leftcol {
	float: left;
	width: 25%;
}

#ja-leftcol div.moduletable h3 {
	margin: 0 -10px 5px;
	padding: 5px 10px;
	background: url(../images/h3-bg.gif) no-repeat center right #D0DCE7;
	color: #646E7B;
	font-size: 1em;
}

#ja-leftcol div.moduletable {
	padding: 0 10px 10px;
	background: url(../images/modules-bg.gif) repeat-y top right #ECF0F4;
}

/* RIGHT COLUMN
--------------------------------------------------------- */
#ja-rightcol {
	float: left;
	width: 20%;
	padding-top: 10px;
	background: url(../images/grad1.gif) repeat-x top;
}

#ja-rightcol div.moduletable h3 {
	margin: 0 0 5px;
	padding: 0 10px 4px 14px;
	/*color: #646E7B;*/
	color: #e32626;
	background: url(../images/h3right-bg.gif) no-repeat bottom left;
	font-size: 1em;
}

#ja-rightcol div.moduletable {
	margin-bottom: 5px;
	padding: 5px 0 10px;
	width: 92%;
}

#ja-rightcol div.moduletable-hilite h3 {
	margin: 0 -10px 5px;
	padding: 10px 10px 4px 8px;
	color: #FFFFFF;
	background: url(../images/h3-bg-hilite.gif) no-repeat top right #FFFFFF;
	font-size: 1em;
}

#ja-rightcol div.moduletable-hilite {
	margin-bottom: 5px;
	padding: 0px 10px 10px;
	color: #FFFFFF;
	background: #e32626;
	border-right: 10px solid #FFFFFF; 
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	clear: both;
	background: url(../images/footer-bg.gif) repeat-x top #00C;
	color: #3CF;
	border-bottom: 1px solid;
	position: relative;
	height: 60px;
	padding-top: 5px;
}

#ja-footer a {
	color: #C6CED9;
	text-decoration: none;
}

#ja-footer a:hover,
#ja-footer a:active,
#ja-footer a:focus {
	color: #5FA4FB;
}

#ja-bottomline {
	position: absolute;
	top: 10px;
	left: 15px;
}

#ja-cert {
	position: absolute;
	top: 25px;
	right: 15px;
}

#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;
	color: #8E9CAE;
	background: none!important;
	text-decoration: none!important;
}

#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 {
	margin-right: 5%;
	overflow: hidden;
}

#ja-coolads-container div.moduletable {
	overflow: hidden;
}


<!--list_carousel--> 
.list_carousel {
				margin: 0 0 30px 60px;
				width: 360px;
			}
			.list_carousel ul {
				background-color: #ccc;
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				font-size: 40px;
				color: #999;
				text-align: center;
				background-color: #eee;
				border: 5px solid #999;
				width: 50px;
				height: 50px;
				padding: 0;
				margin: 6px;
				display: block;
				float: left;
			}