/*
Design derived from organicrhythm template from Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFCC00 /*#A28107*/ url(layout-images/header-bg.gif) repeat-x;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:  #333333;
}

h1, h2, h3 {
	color: #330099;
}

h1 {
	margin-bottom: .5em;
	font-size: 190%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

h2 {
	margin-bottom: .5em;
	font-size: 150%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	margin: 0.5em 0;
	font-size: 125%;
	font-weight: bold;
}

h4 {
	margin-bottom: .3em;
	font-size: 125%;
}

h5 {
	margin-bottom: .25em;
	font-size: 115%;
	font-weight: bold;
}

h6 {
	margin-bottom: .2em;
	font-size: 110%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(layout-images/img07.gif) no-repeat left center;
}

a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a img {border: 0;}

.floatright {float: right; padding: 0 0 0 1em; }
.floatleft {float: left; padding: 0 1em 0 0; }

/* Title bar */

#title {
	width: 760px;
	height: 60px;
	margin: 0 auto;
	background-color:#ffffff;
	position: relative;
}

#title h1 {
	padding-top:1.5em;
	text-align: center;
}

/* Menu */

#menu {
	width: 720px;
	height: 60px;
	margin: 0 auto;
	padding-left:40px;
	/*border-left: 20px solid #e7b80a;*/
	background-color:#ffffff;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 20px 6px 0 6px;
	font-size: 90%;
	font-weight: bold;
}

#menu a:hover {
	background-color: #24006B;
	text-decoration: none;
	color: #FFFFFF;
}

#menu b {
	text-decoration: underline;
}

/* Header */

#header {
	position: relative;
	width: 760px;
	height: 250px;
	margin: 0 auto;
	background: url(images/jpchc-banner01.jpg) no-repeat top left;
}

#header h1 {position:absolute; top: 20px; left: 5px; margin: 0; color:#FFFFFF; }

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

/* Content */

#content-onecolumn {
	float: left;
	width: 660px;
	padding: 20px 50px 20px 50px;
}

#content-twocolumn {
	float: left;
	width: 540px;
	padding: 20px 30px 20px 50px;
}

.floating-box {
	float: left;
	width: 210px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}

.floating-box img {
	border: 5px solid #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 100px;
	padding: 20px 30px 0 10px;
}

#sidebar p {font-size: 0.9em; }

#sidebar h2 {font-size: 130%; }

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url(layout-images/img09.gif) no-repeat right bottom;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}

#links {text-align:left;
}

#links ul {
	background: url(layout-images/img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0;
	background: url(layout-images/img04.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background: url(layout-images/img08.gif) no-repeat left center;
	color: #330099;
	text-align:left;
}

/* Footer */

#footer {
	height: 100px;
}

#footer .wrapper {
	width: 760px;
	margin: 0 auto;
	background-color: #A10048;
}

#footer .links {
	float: left;
	width: 680px;
	height: 80px;
	padding: 5px 30px 0 30px;
	background-color: #24006B;
	border-left: 20px solid #24006B;
	font-size: 90%;
	font-style:italic;
	font-weight:bold;
	color: #FFFFFF;
}

#footer .links a {color:#FFFFFF;}

dt {float: left; font-weight:bold; }
dl dd {margin-left: 6em; }
dl {margin: 0.5em 0 1em 1em; font-size:0.9em; }

#maplink {
	color: #0000FF;
	text-align: right;
	font-size: smaller;
}

/*

Colours

#330099

#24006B

#D5BFFF

#AA80FF



#FFCC00

#B38F00

#FFF2BF

#FFE680

*/

