body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5;
	background: #172534 url(../../images/master-bg.jpg) repeat-x top left;
}
#jsn-page {
	background-color: #ffffff;
	color: #000;
	width: 960px;
	height: 100%;
	margin: 0 auto;
}
#jsn-header {
	position: relative;
	height: 150px;
}
#jsn-page {
	width: 950px;
}
#jsn-pheader {
	float: left;
	width: 950px;
}
#jsn-maincontent {
	float: left;
	width: 770px;
}
#jsn-rightsidecontent {
	float: right;
	width: 145px;
	padding: 0;
	border-left: 1px solid;
	border-bottom: 1px solid;
	padding-right: 5px;
	border-color: #cccccc;
}
#jsn-mainbody{
	margin-right:10px
}
#jsn-master {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, ul.menu-suckerfish a, .componentheading, .contentheading {
	font-family: Verdana, Geneva, sans-serif !important;
}
p.article{
	color: #00789f;
}
#jsn-ptoolbar {
	position: absolute;
	top: 3px;
	left: 3px;
}
/* Content */
#jsn-mainmenu {
	height: 30px;
	position: relative;
	background-color: #282828;
}
/* Menubar */
ul.menu-suckerfish {
	z-index: 1;
	float: left;
	margin: 0;
	background: none;
	padding: 0;
	list-style: none;
}
ul.menu-suckerfish li {
	float: left;
	display: inline;
	background: none;
	margin: 0;
	padding-bottom: 5px;
}
ul.menu-suckerfish a:link, ul.menu-suckerfish a:visited {
	display: block;
	border-right: 1px solid #000000;
	border-left: 1px solid #404040;
	margin: 0;
	padding: 3px 1.5em;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
ul.menu-suckerfish a:hover {
	background-color: #404040;
}
div.moduletable{
	float: left;
}
div#search12{
	margin-left: 35px;
	margin-top: -4px;
	float: right;
}
/* links */
a:link, a:visited {
	text-decoration: none;
	outline: none;
	color: #00789f;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #FF0000;
}
a img {
	border: none;
}

a.readon:link, a.readon:visited {
	padding: 3px 6px 3px 22px;
	text-decoration: none;
	color: #404040;
	background: #f2f2f2 url(../../images/icon-module-arrow.png) no-repeat 5px center;
	border: 1px solid #e5e5e5;
}
a.readon:hover {
	background-color: #e5e5e5;
	text-decoration: none;
}

#jsn-mainbody {
	padding: 1.5em;
}
#jsn-content {
	background-color: #ffffff;
	padding-left: 10px;	
	border-bottom: 1px solid #b3b3b3;
}
#jsn-pright {
	padding-left: 10px; padding-right: 10px; padding-top: 10px;
}
/* Footer */
#jsn-footer {
	padding: 1.2em 1em;
	font-size: 0.9em;
	color: #595959;
}
#jsn-footer a:link, #jsn-footer a:visited {
	color: #000;
	text-decoration: underline;
}
#jsn-footer a:hover {
	text-decoration: none;
}
/** @TYPOGRAPHY **/

p, pre, blockquote, form, dl, ul, ol, fieldset, address {
	padding: 0;
	margin: 0.35em 0 0.8em 0;
}
blockquote {
	padding-left: 55px;
	background: transparent url(../../images/icon-text-blockquote.png) no-repeat top left;
	font-style: italic;
	min-height: 45px;
	color: #404040;
}
/* @HEADING */
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0.6em 0 .25em 0;
}
h1 {
	font-size: 1.4em;
	color: #000000;
}
h2 {
	font-size: 1.3em;
	color: #000000;
}
h3 {
	font-size: 1.2em;
	color: #CC3333;
}
/* @IMAGE */
img {
	border: none;
}
img.image-left {
	float: left;
	margin: .5em 1em .5em 0;
}
img.image-right {
	float: right;
	margin: .5em 0 .5em 1em;
}

/* @TEXT */
.clearbreak {
	clear: both;
}
.clearafter:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
/* @LIST */
ul li {
	margin: .3em 0 .3em 1.6em;
	padding: 0;
}
ol li {
	margin: .3em 0 .3em 2em;
	padding: 0;
}
/* page heading */
.componentheading, .contentheading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}
/* Content title link */
a.contentpagetitle:link, a.contentpagetitle:visited {
	text-decoration: none;
}
a.contentpagetitle:hover {
	text-decoration: underline;
}
/* Content container */
table.contentpane, table.contentpaneopen {
	width: 100%;
}
