body {
	background: #FFFFFF;
	color: #000000;
	font-family: arial, tahoma;
	line-height: 1.6;
}

body#bd {
	color: #DDDDDD;
	background: #002a36;
	margin: 0px 0 50px;
}

body.fs {font-size: 12px;}

/* Normal link */
a {
	color: #3a8ea6;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #3a8ea6;
	text-decoration: underline;
}

a img {
	border: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	width: 950px;
	margin: 0 auto;
	clear: both;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-content {
	clear: both;
	display: block;
	float: left;
	width: 71%;
}


/* Tabs */
#ja-tabs {
	margin-bottom: 10px;
	padding: 0;
	background-color: #002a36;
	border: 1px solid #DDDDDD;
}


/* Caption fixes */
.img_caption.left {
	float: left;
	margin-right: 1em;
}

/* JA Tabs bottom*/
.ja-tabs-title-bottom ul.ja-tabs-title li h3 {
	font-weight: bold !important;
	margin: 0;
	padding: 20px 10px 0;
	border-top: none;
	letter-spacing: normal;
	background: none;
	font-size: 100%;
}



.ja-tabs-title-bottom ul li.active h3,
.ja-tabs-title-bottom ul li.firstactive h3,
.ja-tabs-title-bottom ul li.lastactive h3 {
	color: #3a8ea6;
	padding: 0 0 0 10px;
	background: url(tab-active.gif) no-repeat left top;
}

.ja-tabs-title-bottom ul li.active h3 span,
.ja-tabs-title-bottom ul li.firstactive h3 span,
.ja-tabs-title-bottom ul li.lastactive h3 span {
	padding: 14px 15px 16px 5px;
	background: url(tab-active.gif) no-repeat right top;
	display: block;
}

.container{
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.ja-tabswrap div.ja-tab-content {
	position: absolute;	
	left: -1000px;
	border: none;
	z-index: 100;
	padding: 15px 0 0;
	width: 100%;
}

/*For tabs bottom*/
.ja-tabs-title-bottom {
	height: 40px;
	position: relative;
}

.ja-tabs-title-bottom ul.ja-tabs-title {
	margin: 0;
	padding: 0;
	height: 30px;
	position: absolute;
	top: -1px;
	left: 10px;
}

.ja-tabs-title-bottom ul.ja-tabs-title li {
	float: left;
	background: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	display: block;
}

.ja-tab-panels-bottom {
	position: absolute;
	clear: both;
	overflow: hidden;
	top: 0;
	height: 80%;
	left:10px;
}