/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2006 - 2009 JoomlaShine.com. All rights reserved.
* @license   Copyrighted Commercial Software
* This file may not be redistributed in whole or significant part.
*/
/* ============================== TYPOGRAPHY  ============================== */
/* =============== COMMON SETTINGS =============== */
.clearbreak {
	clear: both;
}
.content-left {
	float: left;
	margin-right: 1em;
}
.content-right {
	float: right;
	margin-left: 1em;
}
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
/* =============== IMAGES =============== */
img {
	border: none;
}
img.image-left {
	float: left;
	margin: .5em 1em .5em 0;
}
img.image-right {
	float: right;
	margin: .5em 0 .5em 1em;
}
img.image-border {
	border: 1px solid #e5e5e5;
	padding: 3px;
}
img.image-margin {
	margin: .5em;
}
/* =============== GENERAL SETTINGS =============== */
body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 75%;
	line-height: 1.5;
}
p, pre, blockquote, form, dl, ul, ol, fieldset, address {
	margin: 0.35em 0 0.8em 0;
}
pre {
	padding: 1em;
	border-left: 5px solid #404040;
	background: #FFFFD5;
	font-family: "Courier New", Courier, monospace;
}
fieldset {
	padding: .5em;
}
ul, ol {
	padding-left: 2em;
}
li {
	margin: 0.25em 0;
}
/* =============== HEADING STYLES =============== */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0.3em 0;
}
h1 {
	font-size: 2.2em;
	color: #000000;
}
h2 {
	font-size: 1.8em;
	color: #000000;
}
h3 {
	font-size: 1.5em;
	color: #CC3333;
}
h4 {
	font-size: 1.3em;
	color: #F3B701;
}
h5, h6 {
	font-size: 1.3em;
	font-weight: bold;
	color: #669900;
}
/* =============== CONTENT GRID =============== */
div.grid-layout:after, .clearafter:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
div.grid-col {
	float: left;
	overflow: hidden;
	margin-right: 2%;
}
div.grid-layout div.grid-lastcol {
	float: right;
	margin-right: 0;
}
/* =============== LINKS =============== */
a {
	text-decoration: none;
	color: #007AF4;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a img {
	border: none;
}
/* =============== TABLE OF CONTENT =============== */
.jsn-contentlist {
	margin: 8px 0;
}
.jsn-contentlist form {
	display: inline;
}
.jsn-contentlist form {
	padding-right: 5px;
}
.jsn-contentlist span {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding-right: 5px;
}
/* =============== CONTENT PARAGRAPH=============== */
blockquote {
	padding-left: 55px;
	background: transparent url(../images/text-blockquote.png) no-repeat top left;
	font-style: italic;
	min-height: 45px;
	color: #404040;
}
.text-alert {
	border-top: 2px solid #FEABAB;
	border-bottom: 2px solid #FEABAB;
	padding: 1em 1em 1em 5em;
	background: #FFDFDF url(../images/text-alert.png) no-repeat 1.5em;
}
.text-info {
	border-top: 2px solid #B7D2F2;
	border-bottom: 2px solid #B7D2F2;
	padding: 1em 1em 1em 5em;
	background: #DBE7F8 url(../images/text-info.png) no-repeat 1.5em;
}
.text-download {
	border-top: 2px solid #DDEDBC;
	border-bottom: 2px solid #DDEDBC;
	padding: 1em 1em 1em 5em;
	background: #F2F9E5 url(../images/text-download.png) no-repeat 1.5em;
}
.text-tip {
	border-top: 2px solid #FEEBAB;
	border-bottom: 2px solid #FEEBAB;
	padding: 1em 1em 1em 5em;
	background: #FFFFD5 url(../images/text-tips.png) no-repeat 1.5em;
}
.text-attachment {
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	padding: 1em 1em 1em 5em;
	background: #f2f2f2 url(../images/text-attachment.png) no-repeat 1.5em;
}
.text-video {
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	padding: 1em 1em 1em 5em;
	background: #f2f2f2 url(../images/text-video.png) no-repeat 1.5em;
}
.text-audio {
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	padding: 1em 1em 1em 5em;
	background: #f2f2f2 url(../images/text-audio.png) no-repeat 1.5em;
}

/* ============================== MAIN LAYOUT ============================== */
#jsn-master {
	background-color: #D4D4D4;
	color: #525252;
}
/* ========== HEADER ========== */
#jsn-header {
	background: url(../images/header-bg.png) repeat-x top left;
}
#jsn-header_inner {
	position: relative;
	z-index: 9999;
}
#jsn-menu {
	float: right;
	margin-top: 30px;
}
/* ========== LOGO ========== */
#jsn-logo {
	position: absolute;
	left: -66px;
}
#jsn-logo h1 {
	display: none;
}
#jsn-logo a {
	display: block;
	background: transparent url(../images/logo.png) no-repeat 0 0;
	width: 400px;
	text-indent: -9000em;
}
#jsn-pinset {
	position: absolute;
	top: 6px;
	right: 15px;
}
#mod_search_searchword {
	border: none;
	background: #999;
	padding: 3px 0;
}
/* ========== TOP MENU ========== */
#base-topmenu li {
	display: inline;
	margin: 0 10px;
	line-height: 2em;
}
#base-topmenu li a {
	color: #9F9F9F;
}
#base-topmenu li a:hover,
#base-topmenu li a.active {
	color: #fff;
	text-decoration: none;
}
#base-topmenu li.active {
	background: url(../images/button-black-right.png) right center no-repeat;
	padding: 10px 0;
}
#base-topmenu li.active a {
	background: url(../images/button-black-left.png) left center no-repeat;
	padding: 10px 0 10px 10px;
	position: relative;
	right: 10px;
}
/* ========== BODY PART ========== */
#jsn-body {
	background: #fff;
}
#jsn-mainbody {
	padding: 30px;
}
#jsn-content {
	font-family: Georgia,serif;
}
#jsn-pleft > div {
	margin-right: 1px;
	margin-bottom: 1px;
}
#jsn-pright > div {
	margin-left: 1px;
	margin-bottom: 1px;
}
div.jsn-modulecontainer h3.jsn-moduletitle {
	background-color: #B9B9B9;
	margin: 0;
	border-bottom: 2px solid #9F9F9F;
	color: #000;
	font-size: 14px;
	padding: 5px 10px;
	text-shadow: 1px 1px 1px #E4E4E4;
}
div.jsn-modulecontainer .opened {
	background: url(../images/extend-arrow.png) 99% center no-repeat;
}
div.jsn-modulecontainer .closed {
	background: url(../images/collapse-arrow.png) 99% center no-repeat;
}
#jsn-pleft div.jsn-modulecontent,
#jsn-pright div.jsn-modulecontent {
	padding: 10px;
}
#jsn-gotop {
	padding: 10px;
	text-align:center;
}
#jsn-gotop a {
	background: url(../images/icon-go-top.png) no-repeat left top;
	color: #595959;
	font-size: 11px;
	padding-left: 18px;
}
/* ========== FOOTER PART ========== */
#jsn-pfooter {
	background-color: #D4D4D4;
	border-top: 3px solid #B4B4B4;
	color: #666666;
	font-size: 0.95em;
	padding: 1em;
	text-align: center;
}
#jsn-pfooter p {
	margin: 0;
}
/* =============== DROP-DOWN MAIN MENU =============== */
ul#base-mainmenu {
	position: absolute;
	right: 0;
	bottom: 10px;
	margin: 0;
}
ul#base-mainmenu li {
	float: left;
	list-style-type: none;
	margin: 0;
}
ul#base-mainmenu a:link,
ul#base-mainmenu a:visited {
	color: #9F9F9F;
	font-size: 1.2em;
	padding: 6px 14px;
	text-decoration: none;
	display: block;
}
ul#base-mainmenu > li > a:link,
ul#base-mainmenu > li > a:visited {
	padding: 9px 14px;
}
ul#base-mainmenu > li.active {
	background: url(../images/mainmenu-active-arrow.png) center bottom no-repeat;
}
/* ========== SUBLEVEL ========== */
ul#base-mainmenu ul {
	position: absolute;
	left: -999em;
	margin: 0;
	padding: 0;
	background: url(../images/submenu-bg.png) left bottom;
}
ul#base-mainmenu ul ul {
	margin: -30px 0 0 185px;
}
/* ========== ITEMS ========== */
ul#base-mainmenu ul li {
	position: relative;
	width: 185px;
	background: url(../images/dot-border.png) left bottom repeat-x;
}
ul#base-mainmenu ul a:link,
ul#base-mainmenu ul a:visited {
	font-size: 1em;
}
ul#base-mainmenu ul li.last > a {
	background: none;
}
ul#base-mainmenu a:hover,
ul#base-mainmenu ul a:hover,
ul#base-mainmenu ul li.parent a:hover,
ul#base-mainmenu ul li.parent li.parent a:hover {
	color: #ffffff;
}
/* ========== ACTIVE ITEM ========== */
ul#base-mainmenu li.active > a,
ul#base-mainmenu ul li.active > a,
ul#base-mainmenu ul li.active li.active > a,
ul#base-mainmenu ul li.active li.active li.active > a {
	font-weight: bold;
	color: #ffffff;
}
/* ========== LINK EXPANDED ========== */
ul#base-mainmenu ul li.parent > a ,
ul#base-mainmenu ul li.parent li.parent > a ,
ul#base-mainmenu ul li.parent li.parent li.parent > a {
	background: url(../images/pathway-arrow.png) no-repeat 96% center;
	display: block;
}
/* ========== ROLLOVER ACTION ========== */
ul#base-mainmenu li:hover ul,
ul#base-mainmenu li:hover ul li:hover ul,
ul#base-mainmenu li:hover ul li:hover ul li:hover ul {
	left: auto;
}
ul#base-mainmenu li:hover ul ul,
ul#base-mainmenu li:hover ul li:hover ul ul,
ul#base-mainmenu li:hover ul li:hover ul li:hover ul ul {
	left: -999em;
}
ul#base-mainmenu,
ul#base-mainmenu li li {
	clear: left;
}
/* =============== TREE MENU =============== */
/* ========== MAIN LEVEL ========== */
ul.menu-treemenu,
ul.menu-treemenu ul {
	list-style: none;
	padding: 0px;
	margin: 0;
}
ul.menu-treemenu li {
	padding: 0;
	margin: 0;
	position: relative;
}
ul.menu-treemenu li a {
	display: block;
	padding: 2px 5px 2px 10px;
	color: #666;
}
ul.menu-treemenu > li > a {
	background: url(../images/icon-book.png) left center no-repeat;
	font-weight: bold;
	padding: 4px 5px 4px 20px;
}
ul.menu-treemenu li.current > a,
ul.menu-treemenu li.active > a {
	font-weight: bold;
}
ul.menu-treemenu > li.active > a,
ul.menu-treemenu > li.current > a {
	background: url(../images/icon-openbook.png) left center no-repeat;
}
ul.menu-treemenu > li ul li a {
	background: url(../images/icon-article.png) left center no-repeat;
	padding-left: 20px;
}
ul.menu-treemenu > li > ul {
	padding: 0 10px;
}
ul.menu-treemenu ul ul {
	margin: 0 0 0 20px;
}
/* =============== TABS & SLIDES =============== */
div.jwts_title,
div.jwts_title_left {
	background: none;
}
div.jwts_title a.jwts_title_text {
	padding: 3px 0 3px 25px;
	margin: 0;
	background: url(../images/slide_bg_expand.png) 3px center no-repeat;
	color: #0075BF;
	font-weight: normal;
}
div.jwts_title a.jwts_title_text:hover {
	background-color: #F2F2F2;
}
div.jwts_slidecontent {
	padding: 0 10px 3px 20px;
}
div.jwts_slidecontent li {
	list-style-type: none;
	margin: 0.3em 0 0.3em 0.5em;
}