


/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
}

#ja-header,
#ja-container,
#ja-topsl,
#ja-footer {
	width: 980px;
	margin: 0 auto;
	clear: both;
}

.narrow #ja-header,
.narrow #ja-container,
.narrow #ja-topsl,
.narrow #ja-footer {
	width: 750px;
}

#ja-container {
	position: relative;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-contentwrap {
	clear: both;
	display: block;
	float: right;
	width: 54%;
}

.leftlayout #ja-contentwrap {
	float: right;
}

/* COLUMNS
--------------------------------------------------------- */
#ja-colwrap {
	float: left;
	overflow: hidden;
	width: 44%;
}

.leftlayout #ja-colwrap {
	float: left;
}




/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	height: 100px;
	background: #202020;
	border-bottom: 3px solid #FF9B14;
	z-index: 101;
	position: relative;
}

#ja-header {
	height: 100px;
	line-height: normal;
	position: relative;
}
.h-shadow {
	background: url(img/h-shadow.gif) repeat-x center top #333333;
	height: 21px;
	line-height: normal;
	padding-bottom: 10px;
}


/* Top spotlight */
#ja-topslwrap {
	background: #333333;
	padding-bottom: 30px;
}

#ja-topsl {
	background:url() no-repeat left top;
	color: #FFFFFF;
	position: relative;
	min-height: 20px;
	z-index: 1;
}

