* {
	margin: 0;
	padding: 0;
}


body {
	margin: 0px;
        width: 100%;
        color: #306419;
	background: url(media/mbg.jpg) no-repeat top center #8b8b1b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 15px;
}

a {
	color: #0c9505;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #097a03;
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
}

/* Small text */
small, .smtxtg, .small, .smalldark, .mosimage_caption {
	font-size: 90%;
}

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

h2 {
	font-size: 135%;
	color: #ec0004;
	letter-spacing: 1px;
}

h3 {
	font-size: 115%;
}

h4 {
	font-size: 100%;
}


ul {
	padding-top: 5px;
	padding-left: 15px;
}

ul li {
	line-height: 150%;
}

ol li {
	line-height: 150%;
}

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

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

a img {
	border: none;
}

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


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

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 1px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #3C4A53;
}

.button {
	font-weight: bold;
	color: #3C4A53;
	padding: 2px;
	background: url(../images/but-bg.gif) repeat-x top;
	border: 1px solid #92A3AE;
}

.inputbox {
	margin-bottom: 1px;
	padding: 3px 0 3px 5px;
	background: #FFFFFF;
	border: 1px solid #92A3AE;
}

.inputbox:hover, .inputbox:focus {
}

#ja-headerwrap {
	background: #ffffff;
        width: 100%;
	height: 236px;
	clear: both;
}

#ja-wrapper {
	width: 778px;
	margin: 30px auto;
}

#ja-containerwrap { 
	background: #f7f0d4;
	width: 100%;
}

#ja-mainbody {
        clear: both;
        min-height: 340px;
	position: relative;
	padding: 20px;
	font-size: 95%;
}

#ja-ctop {
	background: url(media/cbgt.png) no-repeat top;
	height: 8px;
	width: 100%;
}

#ja-cbt {
	background: url(media/cbgb.png) no-repeat top;
	height: 8px;
	width: 100%;
}

#ja-header {
	background: #ffffff;
	height: 236px;
	width: 762px;
	padding: 0 8px;
	float: left;
}

#ja-mainnav {      
	background: url(media/mmubg.png) repeat-x top left;
	width: 100%;
	height: 56px;
	padding: 0;
}
.mmul {
	background: url(media/mmul.png) no-repeat top left;
}
.mmur {
	background: url(media/mmur.png) no-repeat top left;
}
.mmusp {
	background: url(media/mmusp.png) no-repeat top right;
}

/* Default Joomla! Menu */
a.mainlevel {
	padding: 5px;
	width: 156px;
	display: block;
	color: #0c9505;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #abbde6;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #097a03;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/a-mainlevel-hover.gif) no-repeat bottom left;
	padding-left: 10px;
	width: 150px;
}

a.mainlevel#active_menu {
	color: #097a03;
	background: url(media/arrow.png) no-repeat center left;
	padding-left: 18px;
	width: 144px;
	font-weight: bold;
	text-decoration: none;
}


                                                                                                                          
#active_menu {
	color: #097a03;
	font-weight: bold;
}



/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	padding: 4px 0;
	width: 100%;
}

#ja-footer {
	font-size: 85%;
        color: #333333;
	width: 100%;
	text-align: center;
}

#ja-footer small, #ja-footer address {
        padding: 0 0 0 20px;
	font-style: normal;
	font-size: 90%;
	color: #000000;}

#ja-footer ul {
	margin: 0 0 5px 20px;
	padding: 0;
}

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

#ja-footer a {
	display: inline;
	line-height: normal;
	text-decoration: none;
	color: #333333;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	text-decoration: underline;
	color: #333333;
}

.error { color: red; }

/* 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;
}
