/* COMMON STYLE

--------------------------------------------------------- */



body#bd {
	border-top: 25px solid #333333;
	color: #333333;
	background: #ffffff;
}









a.readon {

	display: block;

	float: left;

	text-align: center;

	clear: both;

	padding-left: 20px;

	text-transform: uppercase;

	background: url(../images/icon-arrow.gif) no-repeat left center;

	text-decoration: none;

}



/* MAIN LAYOUT DIVS

--------------------------------------------------------- */

#ja-wrapper {

	background: url(../images/bd-bg.gif) repeat-x 0 5px #FFFFFF;

}



#ja-headerwrap,

#ja-mainnavwrap,

#ja-botslwrap,

#ja-footerwrap {

	clear: both;

}



#ja-header,

#ja-mainnav,

#ja-container,

#ja-botsl,

#ja-footer {

	width: 920px;

	margin: 0 auto;

	clear: both;

}



#ja-header,

#ja-mainnav,

#ja-container,

#ja-botsl,

#ja-footer {

	width: 920px;

	margin: 0 auto;

	clear: both;

}



.narrow #ja-header,

.narrow #ja-mainnav,

.narrow #ja-container,

.narrow #ja-botsl,

.narrow #ja-footer {

	width: 750px;

}



#ja-container {

	padding: 20px 0 0;

	background: url(../images/bd-deco.gif) no-repeat right bottom;

}



#ja-mainbody {

	width: 75%;

	float: left;

}



/* PRIMARY COLUMN

--------------------------------------------------------- */

#ja-content {

	clear: both;

	display: block;

	float: right;

	width: 69%;

}



#ja-current-content {

	padding: 0 0 20px;

}



/* COLUMNS

--------------------------------------------------------- */

#ja-col1 {

	float: left;

	overflow: hidden;

	width: 27%;

}



#ja-col1 .ja-innerpad {

	padding: 0 0 50px 0;

}



#ja-col2 {

	float: right;

	overflow: hidden;

	width: 25%;

	background: url(../images/col-center.gif) repeat-y 20px 0;

}



#ja-col2-top {

	background: url(../images/col-top.gif) no-repeat 20px 0;

}



#ja-col2-bot {

	background: url(../images/col-bot.gif) no-repeat 20px bottom;

	padding: 0 0 0 40px;

}



/*common style for column*/

#ja-colwrap a {

}



#ja-colwrap a:hover, #ja-colwrap a:active, #ja-colwrap a:focus {

}



#ja-colwrap table {

	border-collapse: collapse;

	border-spacing: 0;

}



#ja-colwrap .article_separator {

	display: none;

}



/* COLLAPSIBLE LAYOUT

--------------------------------------------------------- */

#ja-containerwrap,

#ja-containerwrap-f,

#ja-containerwrap-fr,

#ja-containerwrap-fl {

	padding: 0;

	margin: 0;

	background: url(../images/grad2.gif) repeat-x bottom;

	clear: both;

}



/*full*/

#ja-containerwrap-f #ja-mainbody {

	width: 100%;

}



#ja-containerwrap-f #ja-content {

	width: 100%;

}



/*content + left*/

#ja-containerwrap-fr #ja-mainbody {

	width: 100%;

}



#ja-containerwrap-fr #ja-content {

	width: 77%;

}



#ja-containerwrap-fr #ja-col1 {

	width: 20%;

}



/*content + right*/

#ja-containerwrap-fl #ja-content {

	width: 100%;

}



/* MODULE

--------------------------------------------------------- */

div.moduletable h3,

div.moduletable_menu h3,

div.moduletable_text h3,

div.moduletable_light h3,

div.moduletable_hilite h3 {

	font-size: 100%;

	margin: 0 -5px 5px;

	padding: 0 0 0 28px;

	background: url(../images/h3-bg.gif) no-repeat center left #333333;

	white-space: nowrap;

	color: #CCCCCC;

	height: 30px;

}



div.moduletable h3 span,

div.moduletable_menu h3 span,

div.moduletable_text h3 span,

div.moduletable_light h3 span,

div.moduletable_hilite h3 span {

	margin: 0;

	padding: 0;

	float: left;

	width: 100%;

	display: block;

	background: url(../images/h3-bg.gif) no-repeat center right;

	height: 30px;

	line-height: 28px;

}



div.moduletable_light h3 {

	background: url(../images/h3-bg-light.gif) no-repeat center left #EFEFEF;

	color: #333333;

}



div.moduletable_light h3 span {

	background: url(../images/h3-bg-light.gif) no-repeat center right;

}



div.moduletable_hilite h3 {

	background: url(../images/h3-bg-hilite.gif) no-repeat center left #00B0DB;

	color: #FFFFFF;

}



div.moduletable_hilite h3 span {

	background: url(../images/h3-bg-hilite.gif) no-repeat center right;

}



div.moduletable,

div.moduletable_menu,

div.moduletable_text,

div.moduletable_light,

div.moduletable_hilite {

	margin: 0 0 20px;

	padding: 0 5px;

}



div.module h3,

div.module_menu h3,

div.module_text h3,

div.module_hilite h3 {

	margin: 0 0 8px;

	padding: 5px 5px 6px 13px;

	white-space: nowrap;

	font-size: 100%;

	color: #CCCCCC;

}



div.module,

div.module_menu,

div.module_text,

div.module_hilite {

	margin: 0 0 20px;

	padding: 0;

	width: 100%; /*need for ie 6 */

	background: url(../images/box-br.gif) no-repeat bottom right;

}



div.module div,

div.module_menu div,

div.module_text div,

div.module_hilite div {

	padding: 0;

	background: url(../images/box-bl.gif) no-repeat bottom left;

}



div.module div div,

div.module_menu div div,

div.module_text div div,

div.module_hilite div div {

	padding: 0;

	background: url(../images/box-tr.gif) no-repeat top right;

}



div.module div div div,

div.module_menu div div div,

div.module_text div div div,

div.module_hilite div div div {

	padding: 0 15px 15px;

	background: url(../images/box-tl.gif) no-repeat top left;

}



div.module_hilite h3 {

	color: #FFFFFF;

	border-bottom: 1px solid #8DDDF0;

}



div.module_hilite {

	background: url(../images/box-hilite-br.gif) no-repeat bottom right #00B0DB;

	color: #FFFFFF;

}



div.module_hilite div {

	background: url(../images/box-hilite-bl.gif) no-repeat bottom left;

}



div.module_hilite div div {

	background: url(../images/box-hilite-tr.gif) no-repeat top right;

}



div.module_hilite div div div {

	background: url(../images/box-hilite-tl.gif) no-repeat top left;

}



/*common style for module*/

div.module div div div div,

div.module_menu div div div div,

div.module_text div div div div,

div.module_hilite div div div div {

	margin: 0;

	padding: 0;

	background: none;

	overflow: hidden;

}



/* mis */

div.banneritem_text {

	padding: 5px 0 !important;

}



div.advs {

	clear: both;

	display: block;

	float: left;

	width: 100%;

}



div.moduletable ul,

div.moduletable_text ul,

div.moduletable_menu ul,

div.moduletable_hilite ul,

div.moduletable_light ul,

div.module ul,

div.module_menu ul,

div.module_text ul,

div.module_hilite ul {

	margin: 0;

	padding: 0;

}



div.moduletable li,

div.moduletable_text li,

div.moduletable_menu li,

div.moduletable_hilite li,

div.moduletable_light li,

div.module li,

div.module_menu li,

div.module_text li,

div.module_hilite li {

	background: url(../images/bullet.gif) no-repeat 5px 8px;

	margin: 0;

	padding-left: 16px;

}



/* HEADER

--------------------------------------------------------- */

#ja-headerwrap {
	height: 80px;
}

#ja-header {
	height: 80px;
	line-height: normal;
	position: relative;
}

#ja-header a {

}

h1.logo, h1.logo-text {
	margin: 0;
	padding: 0;
	font-size: 300%;
	letter-spacing: 1px;
}



#ja-mainnavwrap {

	background: url(../images/mainnav-bg.gif) repeat-x top;

	color: #CCCCCC;

}



#ja-mainnav {

	height: 50px;

	position: relative;

	z-index: 999;

}



#ja-mainnav a, #ja-subnav a {

	outline: none;

}



#ja-subnav ul {

	margin: 0;

	padding: 0;

}



#ja-subnav li {

	background: none !important;

	display: block;

	margin: 0 !important;

	padding: 0 !important;

}



#ja-subnav a {

	display: block;

	outline: none;

	padding: 5px 2px;

	border-bottom: 1px solid #EFEFEF;

	color: #333333;

	text-decoration: none;

}



#ja-subnav a:hover,

#ja-subnav a:active,

#ja-subnav a:focus {

	color: #00B0DB;

	background: url(../images/arrow.png) no-repeat 95% center;

}



#ja-subnav li.active a {

	color: #00B0DB;

	background: url(../images/arrow.png) no-repeat 95% center;

	font-weight: bold;

}



/* breadcrumbs */

#ja-pathwaywrap {

	padding: 0 0 0 25px;

	color: #FFFFFF;

	font-weight: bold;

	background: url(../images/h3-bg-hilite.gif) no-repeat left center #00B0DB;

	margin: 0 5px 10px 0;

	white-space: nowrap;

	overflow: hidden;

	display: block;

	height: 30px;

}



#ja-pathway {

	padding: 0;

	display: block;

	float: left;

	width: 100%;

	background: url(../images/h3-bg-hilite.gif) no-repeat right center;

	margin: 0;

	height: 30px;

}



#ja-pathway div.ja-innerpad {

	padding-top: 7px;

	line-height: normal;

}



#ja-pathway strong {

	margin-right: 5px;

}



#ja-pathway a {

	color: #FFFFFF;

	text-decoration: none;

}



#ja-pathway a:hover {

	text-decoration: underline;

}



#ja-pathway img {

	margin: 1px 5px;

}



/* Default Joomla! Menu */

ul.menu {

	list-style: none;

	margin: 0;

	padding: 0;

}



ul.menu li {

	background: none;

	margin: 0;

	padding: 0;

	border-bottom: 1px solid #FFFFFF;

}



ul.menu li a {

	display: block;

	outline: none;

	padding: 5px 2px;

	border-bottom: 1px solid #CCCCCC;

	color: #333333;

	text-decoration: none;

}



ul.menu li a:hover,

ul.menu li a:active,

ul.menu li a:focus {

	color: #00B0DB;

	background: url(../images/arrow.png) no-repeat 95% center;

}



ul.menu li.active a {

	background: url(../images/arrow.png) no-repeat 95% center;

	font-weight: bold;

	color: #00B0DB;

}



ul.menu li ul {

	list-style: none;

	margin: 0;

	padding: 0;

}



ul.menu li li {

	border: none;

}



ul.menu li li a {

	background: url(../images/bullet.gif) no-repeat 10px 13px !important;

	border: none;

	font-weight: normal !important;

	padding-left: 20px !important;

	width: 75%; /*need for ie6*/

}



ul.menu li li a:hover,

ul.menu li li a:active,

ul.menu li li a:focus {

	background: none;

}



/* SPOTLIGHT

--------------------------------------------------------- */

/* Spotlight Box Style */

.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {

	float: left;

	overflow: hidden;

}



.ja-box-left, .ja-box-center {

}



/* Top spotlight */

#ja-topsl {

	color: #FFFFFF;

	height: 250px;

	margin-bottom: 25px;

}



.ja-slideshow-mask {

	width: 100%;

	display: block;

	background: url(../images/header-mask.png) no-repeat;

	position: absolute;

	top: 0;

	left: 0;

	height: 250px;

	z-index: 100;

}



#ja-topsl div.moduletable {

	padding: 0;

	margin: 0;

}



/* Bot spotlight */

#ja-botslwrap {

	background: #333333;

	color: #999999;

	padding: 10px 0;

	border-top: 1px solid #FFFFFF;

}



#ja-botsl {

	color: #999999;

	padding: 10px 0;

	background: url(../images/hline.gif) repeat-x bottom;

}



/* MISCELLANOUS

----------------------------------------------------------- */

ul.accessibility {

	position: absolute;

	top: -100%;

}



