/* COMMON STYLE

--------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}



body {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	background: #261e19;
}



body#bd {
	background: #261e19; /* a trick to stick the footer at the bottom :) */
}



body.contentpane { /* Printable Page */
	width: auto;
	margin: 1em 2em;
/*	background: #FFFFFF; */
	color: #000000;
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
}



body.fs1{
	font-size: 10px;
}



body.fs2{
	font-size: 11px;
}



body.fs3{
	font-size: 12px;
}



body.fs4{
	font-size: 13px;
}



body.fs5{
	font-size: 14px;
}



body.fs6{
	font-size: 15px;
}



/* Normal link */

a {
	color: #9e9c38;
	text-decoration: none;
	font-weight: bold;
}



a:hover, a:active, a:focus {
	color: #B30838;
	text-decoration: none;
	font-weight: bold;
}



/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar {
font-size: 0.89em;
}



/* Heading */

h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #9e9c38;
}



h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #9e9c38;
}



h3 {
	font-size: 1.1em;
	color: #9e9c38;
}



h4 {
	font-size: .9em;
	text-transform: uppercase;
	color: #9e9c38;
}



p {
	margin: 5px 0 15px;
}



ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: disc;
}



ul li {
	
}



ol {
	margin-top: 5px;
	margin-bottom: 15px;
}



ol li {
	margin-left: 35px;
}



th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}



fieldset {
	border: thin solid #9e9c38;
	margin: 10px;
	padding: 10px;
}

legend {
	font-size: 1.1em;
	font-weight: bold;
	color: #9e9c38;
	padding: 10px;
}

fieldset a {
	font-weight: bold;
}



hr {

	border-top: 1px solid #D1D1C7;

	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 #DDDAB5;

	background: #F5F3DE;

	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 Verdana, Arial, Helvetica, sans-serif;

}

 

.dropcap {

	float: left;

	padding: 3px 3px 0 0;

	display: block;

	color: #9e9c38;

	font: 50px/40px Verdana, Arial, Helvetica, sans-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: #B30838;

	background: url(../images/bullet-info.gif) no-repeat top left;

}



.tips {

	padding-left: 22px;

	color: #CC7400;

	background: url(../images/bullet-tips.gif) no-repeat top left;

}



.highlight {
	clear: both;
	border: 3px solid #B92F44;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: #B30838;
	color: #9e9c38;
	font-weight: bold;
	align: center;
	margin:0px;
	text-align: center;
	margin-top:10px;
}



/* FORM

--------------------------------------------------------- */

form {

	margin: 0;

	padding: 0;

}



input, select {

	font: 12px/normal Verdana, Arial, Helvetica, sans-serif;

}



select, .inputbox {

	padding: 2px;

}



textarea {

	padding-left: 2px;

}



.button {

	border: 1px solid #473B31;

	padding: 1px 8px;

	background: #261e19;

	color: #9e9c38;

}



.button:hover, .button:focus {
	border: 1px solid #473B31;
	color: #B30838;
	cursor:pointer;
}



.inputbox {

	border: 1px solid #473B31;

	background: #F7F6F0;
	width: 200px;
}



.inputbox:hover, .inputbox:focus {

	border: 1px solid #473B31;

}



/* MODULE

--------------------------------------------------------- */

div.module h3 {

	margin: 0 0 15px;

	font-size: 1em;

}



div.module {

	margin-bottom: 15px;

	padding: 0;

	float: left;

	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 20px;

/*	background: url(../images/box-tl.gif) no-repeat top left; */

}



div.module div div div div {

	margin: 0;

	padding: 0;

	background: none;

}



div.module-notitle {
	margin-bottom: 15px;
	padding: 0;
	float: left;
	width: 100%;
/*	background: url(../images/box-br.gif) no-repeat bottom right; */
}



div.module-notitle div {
	padding: 0;

/*	background: url(../images/box-bl.gif) no-repeat bottom left; */
}



div.module-notitle div div {
	padding: 0;
/*	background: url(../images/box-tr-yellow.gif) no-repeat top right; */
}



div.module-notitle div div div {

	padding: 9px 15px 20px;

/*	background: url(../images/box-tl-yellow.gif) no-repeat top left; */

}



div.module-notitle div div div div {

	margin: 0;

	padding: 0;

	background: none;

}



div.module-hilite h3 {

	margin: 0 0 10px;

	font-size: 1em;

}



div.module-hilite {

	margin-bottom: 15px;

	padding: 0;

	float: left;

	width: 100%;

/*	background: url(../images/box-br-hilite.gif) no-repeat bottom right; */

}



div.module-hilite div {

	padding: 0;

/*	background: url(../images/box-bl-hilite.gif) no-repeat bottom left;*/

}



div.module-hilite div div {

	padding: 0;

/*	background: url(../images/box-tr-hilite.gif) no-repeat top right; */

}



div.module-hilite div div div {

	padding: 9px 15px 20px;

/*	background: url(../images/box-tl-hilite.gif) no-repeat top left; */

}



div.module-hilite div div div div {

	margin: 0;

	padding: 0;

	background: none;

}



/* JOOMLA STYLE

--------------------------------------------------------- */

table.blog {

}



table.blog .article_seperator {

	display: block;

	height: 30px;

	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;
/*	padding: 10px; */
	background: #261e19;
}

table.contentpaneopen P{
	line-height: 1.4em;
	word-spacing: .4em;
/*	width: 420px; */
}

table.contenttoc {

	margin: 0 0 10px 10px;

	padding: 0;

	width: 35%;

}



table.contenttoc a {

	text-decoration: 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;

	border-bottom: 1px solid #D1D1C7;

	color: #9e9c38;

	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;

	color:#9e9c38;

	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: 1.5em;

	line-height: normal;

	padding: 15px;

	color: #9e9c38;
	font-weight: bold;

}



.contentdescription {

	padding-bottom: 30px;

}



table.blog .contentheading {

	font-size: 1.5em;

}



.contentheading {

	font-size: 1.5em;

	font-weight: bold;

	color: #9e9c38;

}



a.contentpagetitle,

a.contentpagetitle:hover,

a.contentpagetitle:active,

a.contentpagetitle:focus {

	text-decoration: none!important;

}



a.readon {

	text-decoration: none;

	display: block;

	float: right;

	font-weight: bold;

}



a.readon:hover, a.readon:active, a.readon:focus {

	text-decoration: none!important;

}



table.contentpaneopen td, table.contentpane td {

}



table.contentpaneopen, table.contentpane, table.blog {

	width: 100%;

}



.createdate {

	padding-bottom: 10px;

	color: #918E7F;

	font-weight: bold;

	line-height: 10px;

}



.modifydate {

	color: #918E7F;

	height: 15px;

}



.moduletable {

	padding: 0;
	margin: 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: #918E7F;

}



a.pagenav,

.pagenav_prev a,

.pagenav_next a,

.pagenavbar a {

	padding: 2px 5px 2px;

	border: 1px solid #D1D1C7;

	text-decoration: none;

	color:#9e9c38;

}



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 {

	border: 1px solid #A7A79F;

	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: #261e19;

	font-weight: bold;

}



tr.sectiontableentry1 td {

	padding: 5px;

}



tr.sectiontableentry2 td {

	padding: 5px;

}



.small {

	color: #918E7F;

}



.smalldark {

	text-align: left;

}



div.syndicate div {

	border: 1px solid #FFFFFF;

	text-align: center;

}



/* MAIN LAYOUT DIVS

--------------------------------------------------------- */

#ja-headerwrap,

#ja-topheaderwrap,

#ja-subnavwrap,

#ja-containerwrap,

#ja-footerwrap {

	text-align: center;

	width: 100%;

}

#ja-containerwrapinner {

	width: 970px;

	border-right-width: 5px;

	border-left-width: 5px;

	border-right-style: solid;

	border-left-style: solid;

	border-right-color: #9e9c38;
	border-right-color: #B1953A;
	/*#B1953A*/

	border-left-color: #9e9c38;
	border-left-color: #B1953A;

	margin-right: auto;

	margin-left: auto;

/*	padding-right: 15px;

	padding-left: 15px; */

}



#ja-header,

#ja-topheader,

#ja-subnav,

#ja-container,

#ja-footer {

	margin: 0 auto;

	width: 970px;

	text-align: left;

/*	padding-right: 15px;

	padding-left: 15px; */

}



#ja-header {

	padding-top: 8px;

}



#ja-footer {

	border-right-width: 5px;

	border-left-width: 5px;

	border-right-style: solid;

	border-left-style: solid;

	border-right-color: #9e9c38;
	border-right-color: #B1953A;
	/*B1953A*/
	border-left-color: #9e9c38;
	border-left-color: #B1953A;

	border-bottom-width: 5px;

	border-bottom-style: solid;

	border-bottom-color: #9e9c38;
	border-bottom-color: #B1953A;

}





#ja-header {

	border-top-width: 5px;

	border-right-width: 5px;

	border-left-width: 5px;

	border-top-style: solid;

	border-right-style: solid;

	border-left-style: solid;

	/*B1953A*/
	border-top-color: #9e9c38;
	border-top-color: #B1953A;

	border-right-color: #9e9c38;
	border-right-color: #B1953A;

	border-left-color: #9e9c38;
	border-left-color: #B1953A;

}



.wide #ja-header,

.wide #ja-topheader,

.wide #ja-subnav,

.wide #ja-container,

.wide #ja-footer {

	width: 950px;

}



.auto #ja-header,

.auto #ja-topheader,

.auto #ja-subnav,

.auto #ja-container,

.auto #ja-footer {

	width: 95%;

	min-width: 970px;

	max-width: 1150px;

}



#ja-containerwrap {

	clear: both;

}



#ja-container {

	padding: 0px 0 20px;

}





/* HEADER

--------------------------------------------------------- */

#ja-headerwrap {

	background: #261e19;
}



#ja-topheaderwrap {

	background: #261e19;
}



#ja-header {

	text-align: left;

	line-height: normal;

}



#ja-topheader {

	text-align: left;

	line-height: normal;

}



#ja-header h1 {

	font-size: 2em;

	height: 100px;

}



#ja-topheader h1 {

	font-size: 2em;

	height: 80px;

	padding-top: 15px;

}



#ja-header h1 img {

	float: left;

}



#ja-topheader h1 img {

	float: left;

}



#ja-usertoolswrap {

	padding: 0;

	height: 50px;

	float: right;
	padding-right: 5px;
	padding-left: 6px;
	margin-top: 30px;
}



#ja-usertools {
	float: left;
	display: block;
	font-size: 11px;
	height: 25px;
	text-align: right;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 4px;
}



#ja-usertools span {

	float: left;
	margin-right: 30px;
	display: block;

}



#ja-usertools a {
	color: #9e9c38;
	text-decoration: none;
}



#ja-usertools a:hover, #ja-usertools a:active, #ja-usertools a:focus {
	color: #B30838;
	text-decoration: none;
}



#ja-search {

	width: 120px;

	float: left;

	display: block;

}

 

#ja-usertools div.search {

	padding-left: 20px;

}



#ja-usertools .inputbox {

	border: none!important;

	width: 100px;

	background: none;

	color: #918E7F;

}



#ja-usertools .inputbox:hover,

#ja-usertools .inputbox:focus {

}



#ja-banner {
	width: 100%;
	height: 151px;
}



/* MAIN NAVIGATION

--------------------------------------------------------- */

#ja-mainnav {

	width: 100%;

	font-size: 1.2em;

	font-weight: normal;

	line-height: normal;

	clear: both;

	float: left;

	/*B1953A*/
	background: #9e9c38;
	background: #B1953A;

	color: #FFFFFF;

}



#ja-subnavwrap {

	width: 100%;

	float: left;

	color: #FFFFFF;

}



/* Default Joomla! Menu */

a.mainlevel {

	padding: 4px;

	border-top: none;

	border-right: none;

	border-bottom: 1px solid #9e9c38;

	border-left: none;

	display: block;

	color: #FFFFFF;

	text-decoration: none;

}



a.mainlevel:hover,

a.mainlevel:active,

a.mainlevel:focus,

a.mainlevel#active_menu {

	border-top: none!important;

	border-right: none!important;

	border-left: none!important;

/*	background: url(../images/arrow-on.gif) no-repeat center right #EDEDE1!important; */

	color: #BF1E47;

	text-decoration: none;

}



a.sublevel {

	padding: 3px 4px 3px 15px;

	display: block;

	text-decoration: none;

}



a.sublevel:hover,

a.sublevel:active,

a.sublevel:focus {

}



#ja-leftcol #active_menu, #ja-rightcol #active_menu {

	color: #9e9c38;

	background: #261e19;

	text-decoration: none;

}

/*End: Default Joomla! Menu  */



/* SPOTLIGHT

--------------------------------------------------------- */

.ja-box {

	float: left;

	overflow: hidden;
	margin-right: 10px;
}



.ja-box h3 {
	margin-top: 2px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-left: 5px;

	font-size: 1.1em;

	text-indent: 0px;

}



.ja-box div.moduletable {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}



.ja-box ul {

	padding: 0;

	margin: 0!important;

}



.ja-box li {

	padding: 0;

	margin: 0;

	background: none;

}



.ja-box li a {

	padding: 4px;

	border-bottom: 1px solid #D1D1C7;

	width: 99%; /*This is required for IE6*/

	display: block;

	text-decoration: none;

}



.ja-box li a:hover,

.ja-box li a:active,

.ja-box li a:focus {

/*	background: url(../images/arrow-on.gif) no-repeat center right #DFDFD4; */

	text-decoration: none;

}



.ja-box td {

	padding: 0;

}



.ja-box  .article_seperator {

	display: none;

}



.box-ended div.moduletable {

	margin-right: 0!important;

}



.moduletable-test {

	background-color: #4e4237;

	border: 5px solid #473b31;

	height: 115px;



	padding-top: 6px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 10px;
	
	font-size: .75em;

}

.moduletable-test H1{
	font-size: 1.1em;
	font-weight: bold;
}


/* PATHWAY

---------------------------------------------------------*/

#ja-pathway {
	margin-top: 3px;
	margin-left: 3px;
	color: #FFFFFF;

}



#ja-pathway img {

	display: none; /* DO NOT SHOW PATHWAY DEFAULT ARROW */

}



#ja-pathway a {
	padding-right: 20px;
/*	background: url(../images/slash.gif) no-repeat center right; */
	font-size: 0.89em;
	text-decoration: none;
}



#ja-pathway a:hover, #ja-pathway a:active {
	text-decoration: none;
	color: #B30838;
}



/* CONTENT COLUMN

--------------------------------------------------------- */

#ja-mainbody, #ja-mainbody-fl, #ja-mainbody-fr, #ja-mainbody-f {

	margin-top: 25px;
	margin-bottom: 25px;
	background: #261e19;
}

#ja-mainbody {
	float: left;
	width: 80%;
}

#ja-mainbody #ja-content {
	float: right;
	width: 70%;
	padding-right: 2.5%;
	background: #261e19;
}

#ja-mainbody-fl {
	float: left;
	width: 100%;
}

#ja-mainbody-fl #ja-content {

	float: left;
background: #261e19;
	width: 97.5%;
}



#ja-mainbody-fr{

	float: left;

	width: 100%;

}



#ja-mainbody-fr #ja-content {

	float: right;

	width: 80%;

/*	width: 77.5%; */
	background: #261e19;
}



#ja-mainbody-fr #ja-leftcol {

	width: 20%;

}



#ja-mainbody-f {

	margin-left: 0px;
	padding:15px;
	margin-bottom:0px;
/*	margin-right: 5px;
	padding-right: 10px;
	padding-left: 10px; */
	float: left;

	width: 874px;

}



/* LEFT COLUMN

--------------------------------------------------------- */

#ja-leftcol {

	float: left;

	width: 25%;

}



/* RIGHT COLUMN

--------------------------------------------------------- */

#ja-rightcol {

	float: right;

	width: 20%;

	margin: 25px 0;

}



/* FOOTER

--------------------------------------------------------- */

#ja-footerwrap {

	clear: both;

}



#ja-footer {

/*	padding: 15px; */

}



#ja-bottomline {
	padding: 8px 0!important;
        padding: 80px 0;
        position:absolute;
        display:block;
	color: #9e9c38;
	float: left;
	font-size: 8px;
}

#ja-bottomline a:focus, #ja-bottomline a:hover{
color: #B30838;
}


#ja-cert {

	padding-top: 20px!important;

        padding-top: 0px;



	float: right;

}



#ja-cert a {

	padding-right: 5px;

}



/* MISCELLANOUS

----------------------------------------------------------- */

div.back_button a,

div.back_button a:hover,

div.back_button a:active {

	margin: 10px 0;

	display: block;

	color: #918E7F;

	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 {

	overflow: hidden;

	margin-right: 5%;

}

#ja-bannerimg div.moduletable {
	display: inline;
}

#ja-coolads-container div.moduletable {

	overflow: hidden;

}





#ja-spotlight {
	margin-right: 0px;
	margin-left: 15px;
	margin-bottom:16px;
}

#ja-contact {
	height: 30px;
	color: #9e9c38;
	text-align: right;
}

#ja-contact P{
	text-align: right;

}

#ja-contact a {
	color: #9e9c38;
	text-decoration: none;
}



#ja-contact a:hover, #ja-contact a:active, #ja-contact a:focus {
	color: #B30838;
	text-decoration: none;
}

#ja-contact li{
	display:block;
	float:left;
	margin:0pt;

	background: none;
	text-align: right;
}

#ja-contact ul{
	display:block;
	float:left;
	margin:0pt;
	background: none;
	font-size: .8em;
	text-align: right;
	padding-top: 0pt;
	padding-right: 0px;
	padding-bottom: 0pt;
	padding-left: 60px;
}

.article_seperator {
	visibility: hidden;
	font-size: 2px;
}