/* COMMON STYLE
--------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	color: #333333;
	background: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 78%;
}

body#bd {
	text-align: center;
	background: #444444;
	color: #FAFCF4;
}

body.contentpane {
	width: auto;
	margin: 10px;
	line-height: 140%;
}

h1 {
	font-size: 1.7em;
}



/* Normal link */
a {
	color: #88AB10;
	/* color: #2770C0; */
	text-decoration: none;
}

a:hover, a:active {
	color: #006600;
	text-decoration: underline;
}

p {
	margin: 10px 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	padding-left: 15px;
	background: url(../images/arrow-off.gif) no-repeat 2px 5px;
	line-height: 140%;
	line-height: 18px;
}


ul#mainlevel li, ul#mainlevel-nav li {
	padding: 0;
	display: inline;
	background: none;
	line-height: normal;
}


.clr {
	clear: both;
}


}
div.banner {
border: 0px;
}
/* Banner on Right of HEADER
--------------------------------------------------------- */
#banner {
	position: absolute;
	top: 0px;
	height: 100px
	bottom: 10px;
/*	left: 500px; */
	right: 30px;
/*	right: 0px;  */
/*	width: 350px;*/
	/*float: left */
	/*position: absolute; */
	/*background: url(../images/header-bg.gif) repeat-x top left #FFFFFF; */
}

/* HEADER
--------------------------------------------------------- */

#ja-header {
	position: relative;
	background: url(../images/header-bg.gif) repeat-x top left #FFFFFF;
}

#ja-header h1 {
	margin: 0;
	padding: 5px;
	line-height: normal;
}

#ja-header h1 img {
	margin: 0;
	padding: 0;
	line-height: normal;
}
img {
	border: 0;
}

/* MAIN CONTAINER
--------------------------------------------------------- */

#ja-wrapper {
	width: 100%;
	color: #000000;
}

#ja-container {
	width: 95%;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	border-right: 2px solid #3C3C3C;
	border-left: 2px solid #3C3C3C;
}

#ja-container-shadow1 {
	border: 2px solid #383838;
}

#ja-container-shadow2 {
	border: 3px solid #2C2C2C;
	background: #FFFFFF;
	line-height: 18px;
}

/* 3 columns content width */
#ja-content {
	margin: 0 0 0 8px;
	width: 432px;
	float: left;
}

/* 2 column content [on the left] width */
#ja-content-full-left {
	margin: 0;
	width: 585px;
	float: left;
	border-left: 10px solid #FFFFFF;
}

/* 2 column content [on the right] width */
#ja-content-full-right {
	margin: 0;
	width: 585px;
	float: right;
	border-right: 10px solid #FFFFFF;
}

/* 1 column content width */
#ja-content-full {
	margin: 0 15px 0;
	width: 730px;
}


/* TOP NAVIGATION
----------------------------------------------------------- */

#ja-topnav {
	background: url(../images/topnav-bg.gif) repeat-x bottom left;
	line-height: normal;
}

.topnav-border {
	padding: 2px 0 3px;
}

#ja-topnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 27px;
}

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

#ja-topnav a {
	padding: 0 15px;
/*	padding: 0 20px; */
	margin-top: 4px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	background: url(../images/topnav-sep.gif) no-repeat top right;
}

#ja-topnav li.active_menu a {
	margin: 0;
	height: 22px;
	line-height: 22px;
	text-decoration: none;
	border-right: 1px solid #CCCCCC;
}

#ja-topnav a:hover, #ja-topnav a:active {
	color: #FFFFFF;
	background: url(../images/topnav-hover.gif) repeat-x bottom right #5B7191;
	text-decoration: none;
}

/* MISCELLANOUS
----------------------------------------------------------- */

div.shadow{
	margin: 0;
	padding: 2px 0;
	background: url(../images/shadow.gif) repeat-x;
	clear: both;
}

/* Firefox Scrollbar Hack - Do not remove */
html { height: 100%; margin-bottom: 1px;}

/* Clear fix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#div-centering{
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
}

