html, body, form, fieldset {
	margin: 20px;
	padding: 0;
}

body {
	color: #808080;
	background: url(media/bg.png) #2f556a;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 13px;
}

a {
	color: #237adc;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #005098;
	text-decoration: underline;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption {
	font-size: 90%;
	color: #92A3AE;
}

/* Heading */
h1 {
	font-size: 160%;
}

h2 {
	font-size: 135%;
	color: #ec0004;
	letter-spacing: 1px;
}

h3 {
	font-size: 115%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
}

ul, ol {
	margin: 20px 0;
	padding-left: 28px;
}

ul li {
	line-height: 150%;
	background: url(../images/bullet-list.gif) no-repeat 18px 8px;
}

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-wrapper {
	width: 920px;
	margin: 0 auto;
}

#ja-containerwrap {
        background: #FFFFFF;
	width: 100%;
}

#ja-mainbody {
	background: #FFFFFF;
	clear: both;
	position: relative;
	padding: 10px;
	font-size: 95%;
}




#ja-header {
	background: url(media/header.jpg) no-repeat top;
	height: 222px;
	clear: both;
}



#ja-mainnav {
	background: #FFFFFF;
	float: left;
	clear: both;
	position: relative;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Default Joomla! Menu */
a.mainlevel {
	padding: 5px;
	width: 156px;
	display: block;
	color: #237adc;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #abbde6;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #005098;
	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: #005098;
	background: url(media/arrow.png) no-repeat center left;
	padding-left: 18px;
	width: 144px;
	font-weight: bold;
	text-decoration: none;
}



#active_menu {
	color: #005098;
	font-weight: bold;
}



/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	padding: 4px 0;
	clear: both;
	position: relative;
}

#ja-footer {
	position: relative;
	color: #FFFFFF;
	background: url(../images/dot.gif) repeat-y 0 0;
	font-size: 85%;
}

#ja-footer small, #ja-footer address {
	padding: 0 0 0 20px;
	font-style: normal;
	display: block;
	float: left;
	font-size: 90%;
	color: #3C4A53;}

#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: #FFFFFF;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	text-decoration: underline;
	color: #FFFFFF;
}

.disclaimer	{color:000000; font-size: 80%; line-height:normal;}


.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;
}