/*************************/
/* SECTION 1 - MAIN BODY */
/*************************/
body {
	font-size: 62.5%;
	margin: 0 auto;
	padding: 0;
	font-family: arial, sans-serif;
	background-image: url(../img/background_body_grey.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.page-container-1 {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/background_layout_1.gif) top left repeat-y;
	border: solid 1px rgb(100,100,100);
	background-color: white;
}

/*************************************/
/* SECTION 2 - HEADER AND NAVIGATION */
/*************************************/
/*-----------------------------------*/
/* 2.1 - Sitename, slogan and banner */
/*-----------------------------------*/

#header {
	width: 770px;
	background-color: white;
	margin: 0;
	padding-top: 10px;
	height: 170px;
}

.site-slogan-container {
	top: 50px;
	width: 300px;
	margin: 0;
	padding-right: 20px;
	position: relative;
	float: right;
	background-color: white;
}

.site-slogan-container p.subtitle {
	float: right;
	width: 300px;
	margin: 0;
	padding: 0;
	/*color: rgb(69,140,204);*/
	color: rgb(0,130,170);
	font-family: arial, sans-serif;
	text-align: right;
	font-weight: bold;
	font-size: 15px;
}

.img-header {
	width: 270px;
	height: 163px;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(../img/jsworldlogo.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #FFF;
}

a img {
	border: 0;
}

/*----------------------------*/
/* 2.3 - Navigation - Level 1 */
/*----------------------------*/
.nav1-container {
	width: 270px;
	float: right;
	padding-top: 20px;
	padding-bottom: 0;
}

.nav1 {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 1.0em;
}

.nav1 ul {
	float: right;
	margin: 0;
	padding-right: 20px;
	padding-left: 0;
	border-left: solid 1px rgb(115,162,182);
	background-color: white;
	font-weight: bold;
}

.nav1 li {
	display: inline;
	margin: 0;
	padding: 0;
}

.nav1 li a {
	display: block;
	float: left;
	margin: 0;
	padding: 2px 5px 2px 5px;
	/*color: rgb(115,162,182);*/
	color: rgb(0,130,170);
	text-decoration: none;
	font-size: 10px;
	border-right: solid 1px rgb(115, 162, 182);
}

.nav1 a:hover {
	color: rgb(50, 50, 50);
	text-decoration: none;
}

/*----------------------------*/
/* 2.4 - Navigation - Level 2 */
/*----------------------------*/
.nav2 {
	clear: both;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 1.0em;
}

.nav2 ul {
	float: left;
	width: 770px;
	margin: 0;
	padding: 0;
	border-top: solid 1px rgb(54,83,151);
	border-bottom: solid 1px rgb(54,83,151);
	/*background-color: rgb(127,162,202);*/
	background-color: rgb(0,130,170);
	font-weight: bold;
}

.nav2 li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav2 li a {
	display: block;
	float: left;
	margin: 0;
	padding: 5px 18px 5px 8px;
	border-right: solid 1px rgb(54,83,151);
	border-left: solid 10px rgb(0,130,170);
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 100%;
}

.nav2 li form {
	display: block;
	float: right;
	margin: 0;
	padding: 2px 20px 0 0;
	color: white;
	font-size: 100%;
}

.nav2 a:hover, .nav2 a.selected {
	color: rgb(0,0,0);
	text-decoration: none;
	border-left: 10px solid #47e430;
}

.buffer {
	clear: both;
	width: 770px;
	height: 10px;
	margin: 0;
	padding: 0;
}

#sbb, #sbi {
	font-size: 80%;
}

#sbi {
	margin: 0 10px 0 10px;
}

/*----------------------------*/
/* 2.5 - Navigation - Level 3 */
/*----------------------------*/
.nav3 {
	overflow: hidden;
	clear: both;
	float: left;
	width: 160px;
	min-height: 500px;
	margin: 0;
	padding: 0;
	color: rgb(75,75,75);
	font-size: 1.0em;
}

.nav3 ul {
	width: 160px;
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: solid 1px rgb(216,206,159);
	background-color: rgb(219,230,241);
}

.nav3 ul ul {
	width: 140px;
	margin: 0 0 0 20px;
	border-width: 0;
	display: none;
}

.nav3 .dropsign {
	font-size: 1.2em;
	margin-right: 5px;
	margin-left: -20px;
}

.nav3 li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav3 li.title {
	margin: 0;
	padding: 3px 5px 2px 15px;
	/*background-color: rgb(156,186,214);*/
	background-color: rgb(0,130,170);
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 120%;
}

.nav3 li.group a {
	display: block;
	min-height: 1.7em;
	height: auto !important;
	line-height: 1.7em;
	margin: 0;
	padding: 0 7px 0 20px;
	border-top: solid 1px rgb(200,200,200);
	border-left: solid 7px rgb(219,230,241);
	color: rgb(75,75,75);
	font-weight: bold;
	font-size: 120%;
}

.nav3 li a {
	display: block;
	min-height: 1.7em;
	height: auto !important;
	line-height: 1.7em;
	margin: 0;
	padding: 0 7px 0 20px;
	border-left: solid 7px rgb(219,230,241);
	color: rgb(75,75,75);
	text-decoration: none;
	font-size: 120%;
}

.nav3 li a:hover, .nav3 li a.selected {
	/*border-left: solid 7px rgb(0, 153, 51);
	color: rgb(100,100,100);*/
	border-left: solid 7px #47e430;
	color: rgb(0,0,0);
	text-decoration: none;
}

/******************************************************************************/
/* SECTION 3 - SPECIFIC CLASSES FOR LAYOUT #1 (With navigation, with sidebar )*/
/******************************************************************************/
.content1 {
	float: left;
	width: 428px;
	margin: 0;
	padding: 0 0 10px 20px;
	/*color: rgb(75,75,75);*/
	color: rgb(0,0,0);
}

.content1-container {
	clear: both;
	float: left;
	width: 408px;
	margin: 0 0 15px 0;
	padding: 0;
}

.content1-container-1col {
	overflow: hidden;
	width: 408px;
	margin: 0;
	padding: 0;
}

.content1-container-1col-txtright-200px {
	float: right;
	width: 196px;
	margin: 0;
	padding: 0;
}

.content1-container-1col-txtright-160px {
	float: right;
	width: 236px;
	margin: 0;
	padding: 0;
}

.content1-container-1col-txtright-120px {
	float: right;
	width: 276px;
	margin: 0;
	padding: 0;
}

.content1-container-1col-txtright-100px {
	float: right;
	width: 296px;
	margin: 0;
	padding: 0;
}

.content1-container-1col-txtright-80px {
	float: right;
	width: 316px;
	margin: 0;
	padding: 0;
}

.content1-container-1col-txtright-60px {
	float: right;
	width: 336px;
	margin: 0;
	padding: 0;
}

.content1-container-1col-txtright-40px {
	float: right;
	width: 356px;
	margin: 0;
	padding: 0;
}

.content1-container-2col-left {
	overflow: hidden;
	float: left;
	width: 191px;
	margin: 0;
	padding: 0;
}

.content1-container-2col-right {
	overflow: hidden;
	float: right;
	width: 191px;
	margin: 0;
	padding: 0;
}

.content1-container-2col-txtright-100px {
	float: right;
	width: 79px;
	margin: 0;
	padding: 0;
}

.content1-container-2col-txtright-80px {
	float: right;
	width: 99px;
	margin: 0;
	padding: 0;
}

.content1-container-2col-txtright-60px {
	float: right;
	width: 119px;
	margin: 0;
	padding: 0;
}

.content1-container-2col-txtright-40px {
	float: right;
	width: 139px;
	margin: 0;
	padding: 0;
}

.content1-container-2col-txtright-20px {
	float: right;
	width: 159px;
	margin: 0;
	padding: 0;
}

.content1-container-3col-left {
	overflow: hidden;
	float: left;
	width: 119px;
	margin: 0 25px 0 0;
	padding: 0;
}

.content1-container-3col-middle {
	overflow: hidden;
	float: left;
	width: 119px;
	margin: 0;
	padding: 0;
}

.content1-container-3col-right {
	overflow: hidden;
	float: right;
	width: 119px;
	margin: 0;
	padding: 0;
}

.content1-container-3col-txtright-60px {
	float: right;
	width: 47px;
	margin: 0;
	padding: 0;
}

.content1-container-3col-txtright-40px {
	float: right;
	width: 67px;
	margin: 0;
	padding: 0;
}

.content1-container-3col-txtright-20px {
	float: right;
	width: 87px;
	margin: 0;
	padding: 0;
}

.content1-container-3col-txtright-10px {
	float: right;
	width: 97px;
	margin: 0;
	padding: 0;
}

.content1-pagetitle {
	overflow: hidden;
	width: 408px;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	/*border-bottom: 3px solid rgb(0, 153, 51);
	color: rgb(88, 144, 168);*/
	border-bottom: 3px solid rgb(0,130,170);
	color: rgb(15,45,145);
	font-weight: bold;
	font-size: 180%;
}

/*********************************/
/* SECTION 6 - COMMON PARAMETERS */
/*********************************/
/*--------------------*/
/* 6.1 - Content Area */
/*--------------------*/
/* Titles and textboxes*/
.content-title-noshade-size1 {
	margin: 0;
	padding: 0;
	color: rgb(88,144,168);
	font-weight: bold;
	font-size: 130%;
}

.content-title-noshade-size2 {
	margin: 0;
	padding: 0;
	color: rgb(88,144,168);
	font-weight: bold;
	font-size: 150%;
}

.content-title-noshade-size3 {
	margin: 0;
	padding: 0;
	/*color: rgb(88,144,168);*/
	color: rgb(75,75,75);
	font-weight: bold;
	font-size: 160%;
}

.content-title-noshade-size4 {
	margin: 0;
	padding: 0;
	color: rgb(88,144,168);
	font-weight: bold;
	font-size: 180%;
}

.content-title-noshade-size5 {
	margin: 0;
	padding: 0;
	color: rgb(88,144,168);
	font-weight: bold;
	font-size: 200%;
}

.content-title-shade-size1 {
	margin: 0;
	padding: 0 10px 0 10px;
	background-color: rgb(215,215,215);
	color: rgb(88,144,168);
	font-weight: bold;
	font-size: 130%;
}

.content-title-shade-size2 {
	margin: 0;
	padding: 0 10px 0 10px;
	background-color: rgb(215,215,215);
	color: rgb(88,144,168);
	font-weight: bold;
	font-size: 150%;
}

.content-title-shade-size3 {
	margin: 0;
	padding: 0 10px 0 10px;
	background-color: rgb(215,215,215);
	color: rgb(88,144,168);
	font-weight: bold;
	font-size: 160%;
}

.content-title-shade-size4 {
	margin: 0;
	padding: 0 10px 0 10px;
	background-color: rgb(215,215,215);
	color: rgb(88,144,168);
	font-weight: bold;
	font-size: 180%;
}

.content-title-shade-size5 {
	margin: 0;
	padding: 0 10px 0 10px;
	background-color: rgb(215,215,215);
	color: rgb(88,144,168);
	font-weight: bold;
	font-size: 200%;
}

.content-subtitle-noshade-size1 {
	margin: 0;
	padding: 0;
	color: rgb(88,144,168);
	font-weight: bold;
	font-size: 110%;
}

.content-subtitle-noshade-size2 {
	margin: 0;
	padding: 0;
	color: rgb(88,144,168);
	font-weight: bold;
	font-size: 120%;
}

.content-subtitle-noshade-size3 {
	margin: 0;
	padding: 0;
	color: rgb(88,144,168);
	font-weight: bold;
	font-size: 130%;
}

.content-subtitle-noshade-size4 {
	margin: 0;
	padding: 0;
	color: rgb(88,144,168);
	font-weight: bold;
	font-size: 140%;
}

.content-subtitle-noshade-size5 {
	margin: 0;
	padding: 0;
	color: rgb(88,144,168);
	font-weight: bold;
	font-size: 150%;
}

.content-subtitle-shade-size1 {
	margin: 0;
	padding: 0 10px 3px 10px;
	background-color: rgb(215,215,215);
	color: rgb(88,144,168);
	font-weight: bold;
	font-size: 110%;
}

.content-subtitle-shade-size2 {
	margin: 0;
	padding: 0 10px 3px 10px;
	background-color: rgb(215,215,215);
	color: rgb(88,144,168);
	font-weight: bold;
	font-size: 120%;
}

.content-subtitle-shade-size3 {
	margin: 0;
	padding: 0 10px 3px 10px;
	background-color: rgb(215,215,215);
	color: rgb(88,144,168);
	font-weight: bold;
	font-size: 130%;
}

.content-subtitle-shade-size4 {
	margin: 0;
	padding: 0 10px 3px 10px;
	background-color: rgb(215,215,215);
	color: rgb(88,144,168);
	font-weight: bold;
	font-size: 140%;
}

.content-subtitle-shade-size5 {
	margin: 0;
	padding: 0 10px 3px 10px;
	background-color: rgb(215,215,215);
	color: rgb(88,144,168);
	font-weight: bold;
	font-size: 150%;
}

.content-txtbox-noshade {
	margin: 0;
	padding: 7px 0 0 0;
	background-color: white;
}

.content-txtbox-noshade-small {
	margin: 0;
	padding: 7px 0 0 0;
	background-color: white;
	font-size: 80%;
}

.content-txtbox-noshade p a img, .content-txtbox-noshade-small p a img {
	float: left;
	padding-right: 10px;
}

.content-txtbox-shade {
	margin: 0;
	padding: 7px 10px 5px 10px;
	background-color: rgb(235,235,235);
}

/* Headings */
h1 {
	margin: 1.0em 0 0.5em 0;
	font-weight: bold;
	font-size: 160%;
}

h2 {
	margin: 1.0em 0 0.5em 0;
	font-weight: bold;
	font-size: 150%;
}

h3 {
	margin: 1.0em 0 0.5em 0;
	font-weight: bold;
	font-size: 140%;
}

h4 {
	margin: 1.0em 0 0.5em 0;
	font-weight: bold;
	font-size: 130%;
}

h5 {
	margin: 0 0 0.2em 0;
	font-weight: bold;
	font-size: 130%;
}

h6 {
	margin: 0 0 0.2em 0;
	font-weight: bold;
	font-style: italic;
	font-size: 130%;
}

/* Paragraphs */
p, .body {
	margin: 0 0 0.5em 0;
	padding: 0;
	line-height: 1.3em;
	font-family: arial, sans-serif;
	font-size: 150%;
}

p.readmore {
	margin: 1.0em 0 0.5em 0;
	padding: 0;
	line-height: 1.2em;
	font-size: 110%;
}

p.quote {
	margin: 0em 30px 0.6em 30px;
	line-height: 120%;
	clear: left;
	font-size: 110%;
}

textarea {
	font-family: courier, "courier new", monaco, monospace;
}

/* Lists */
ul.noindent {
	margin: 0 0 7px 15px;
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
	font-size: 120%;
}

ul.indent {
	margin: 0 0 7px 15px;
	padding: 0 0 0 15px;
	list-style-type: disc;
	font-family: arial, sans-serif;
	font-size: 120%;
}

ol {
	margin: 0 0 0 9px;
	padding: 0 0 0 25px;
	list-style-type: decimal;
	list-style-position: outside;
	font-size: 100%;
}

ul.linklist-noindent {
	margin: -0.3em 0 0.5em 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.2em;
	font-size: 120%;
}

ul.linklist-indent {
	margin: -0.3em 0 0.5em 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	line-height: 1.2em;
	font-size: 120%;
}

/* Tables */
.table {
	clear: left;
	margin: 0.5em 0 0.2em 30px;
	border: solid 1px rgb(150,150,150);
	empty-cells: show;
	border-collapse: collapse;
	background-color: rgb(233,232,244);
}

.table tr {
	margin: 0;
	padding: 0;
}

.table td {
	padding: 2px 7px 2px 7px;
	border: solid 1px rgb(150,150,150);
	text-align: left;
	font-size: 120%;
}

.table th {
	margin: 0;
	padding: 2px 7px 2px 7px;
	border: solid 1px rgb(150,150,150);
	empty-cells: show;
	text-align: left;
	font-size: 120%;
}

.table-caption {
	margin: 0.5em 0 1.0em 30px;
	padding: 0;
	clear: both;
	text-align: left;
	font-size: 120%;
}

/*--------------------*/
/* 6.2 - Sidebar Area */
/*--------------------*/
.sidebar {
	overflow: hidden;
	float: right;
	width: 160px;
	min-height: 500px;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
	color: rgb(75,75,75);
}

.sidebar-maintitle {
	margin: 0 0 10px 0;
	padding: 3px 10px 2px 10px;
	/*background-color: rgb(156,186,214);*/
	background-color: rgb(0,130,170);
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 120%;
}

.sidebar-title-noshade {
	margin: 0;
	padding: 2px 10px 3px 10px;
	border-top: solid 1px rgb(215,215,215);
	color: rgb(75,75,75);
	font-weight: bold;
	font-size: 120%;
}

.sidebar-title-shade {
	margin: 0;
	padding: 2px 10px 3px 10px;
	background-color: rgb(215,215,215);
	color: rgb(75,75,75);
	font-weight: bold;
	font-size: 120%;
}

.sidebar-txtbox-noshade {
	margin: 0 0 10px 0;
	padding: 2px 10px 3px 5px;
}

.sidebar-txtbox-shade {
	margin: 0 0 10px 0;
	padding: 2px 10px 3px 5px;
	background-color: rgb(235,235,235);
}

.sidebar-txtbox-noshade p, .sidebar-txtbox-shade p {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.25em;
	font-size: 110%;
}

/*--------------------*/
/* 6.3 - Footer Area  */
/*--------------------*/
.footer {
	overflow: hidden;
	clear: both;
	width: 770px;
	height: 2.0em;
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	border-top: solid 1px rgb(125,125,125);
	/*background-color: rgb(128,161,202);*/
	background-color: rgb(0,130,170);
	color: white;
	font-size: 1.0em;
}

.footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.3em;
	font-size: 110%;
}

/*-------------------*/
/* 6.4 - Hyperlinks  */
/*-------------------*/
.content1 a, .content2 a, .content3 a, .sidebar-txtbox-noshade a, .sidebar-txtbox-shade a {
	color: rgb(75,75,75);
	text-decoration: underline;
}

.content1 a:hover, .content2 a:hover, .content3 a:hover, .sidebar-txtbox-noshade a:hover, .sidebar-txtbox-shade a:hover {
	color: black;
	text-decoration: none;
}

.content1 a:visited, .content2 a:visited, .content3 a:visited, .sidebar-txtbox-noshade a:visited, .sidebar-txtbox-shade a:visited {
	color: rgb(150,150,150);
}

.footer a {
	color: white;
	text-decoration: underline;
}

.footer a:hover {
	color: rgb(0,0,0);
	text-decoration: none;
}

/*---------------------------*/
/* 7.5  Bottom border colors */
/*---------------------------*/
.line-box {
	border-bottom: solid 1px rgb(200,200,200);
	padding-bottom: 15px;
	margin-bottom: 15px;
}

/*****************************/
/* SECTION 8 - MISCELLANEOUS */
/*****************************/

.clear {
	clear: both;
}

.hide {
	display: none;
}

br {
	clear: none;
}
