/*
 * Subject to Copyright
 *
 * Web Development by LOOKsystems Limited
 * mailto:info@looksystems.ltd.uk
 * http://www.looksystems.ltd.uk
 *
 */

/* GLOBAL STYLES */

body {
	color: #002c4b;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16.5px;
	padding: 0;
	margin: 0;
	text-align: center;
}

a {
	color: #002c4b;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, form {
	padding: 0;
	margin: 0;
}

/* PAGE STYLES */

#page {
	text-align: left;
	margin: 20px auto;
	width: 920px;
}
html>body #page {
	width: 940px;
}

#header {
	background: url(../img/jp_logo.gif) 0 0 no-repeat;
	height: 74px;
	margin-bottom: -20px;
}
#header h1, #header h2 {
	float: left;
	font-size: 22.5px;
	line-height: 32px;
	margin-top: 10px;
}
#header h1 {
	text-align: right;
	padding-right: 2px;
	width: 688px;
}
#header h1 a {
	display: block;
	color: #002c4b;
	text-decoration: none;
}
#header h2 {
	font-weight: normal;
	margin-left: 2px;
}

#menu {
	color: #fff;
	background: #002c4b url(../img/jp_logo.gif) 0 -54px no-repeat;
	height: 20px;
}
#menu ul {
	height: 20px;
	list-style: none;
	border-left: 2px solid #fff;
	margin: 0 0 0 208px;
	padding: 0;
}
#menu ul li {
	float: left;
	border-right: 2px solid #fff;
	background-color: #002c4b;
	padding: 0;
	margin: 0;
}
/*
#menu ul li.rocbinda, #menu ul li.rocbinda a {
	float: none;
	text-align: center;
	padding: 0;
}
*/
#menu ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	padding: 0 2em;
	height: 20px;
	display: inline-block;
}
html>body #menu ul li a {
	display: block;
	
}
#menu ul li div {
	clear: both;
}
#menu ul li ul {
	position: absolute;
	z-index: 1000;
	float: none;
	border: none;
	padding: 0;
	margin: 0;
}
#menu ul li ul li {
	float: none;
	border: none;
}
#menu ul li ul li,
#menu ul li ul li a 
#menu ul li ul li a:hover {
	width: 220px;
}
*|html #menu ul li ul li,
*|html #menu ul li ul li a,
*|html #menu ul li ul li a:hover {
	width: auto;
}
#menu ul .select a,
#menu ul:hover .select a:hover,
#menu ul li a:hover,
#menu ul li ul li a:hover {
	color: #002c4b;
	background-color: #feec19;
}
#menu ul:hover .select a {
	background-color: #002c4b;
	color: #fff;
}
#menu ul li div {
	visibility: hidden;
}
#menu ul li:hover div {
	visibility: visible;
}
#content {
	clear: both;
}
#content a {
	text-decoration: underline;
}

#content .column {
	padding: 0 10px;
	margin: 20px 0;
	height: 600px;
}
html>body #content .column {
	height: auto;
	min-height: 600px;
}

#intro {
	float: left;
	border-left: 8px solid #002c4b;
	border-right: 2px solid #002c4b;
	width: 180px;
}
#intro p {
	margin-bottom: 1em;
	color: #666;
}
#intro b, #intro a, #intro p#introbox {
	color: #002c4b;
}
#intro .sidearrow {
	position: relative;
	top: 1px;
}
#introbox {
	color: #002c4b;
	background: #feec19 url(../img/sidebar_image.jpg) 0 0 no-repeat;
	padding: 85px 5px 5px 5px;
}
#intro select {
	width: 130px;
	font-size: inherit;
}
#intro .button {
	font-size: inherit;
	padding: 2px 2px 1px 2px;
}

#main {
	float: left;
	width: 450px;
}
html>body #main {
	width: 460px;
}
#main h1 {
	color: #c00a21;
	font-size: 22.5px;
	line-height: 32px;
	margin-bottom: .5em;
}

#text {
	float: left;
	width: 220px;
}
#backtop a {
	color: #002c4b;
	background: url(../img/top_arrow.gif) right 2px no-repeat;
	text-decoration: none;
	padding-right: 1.5em;
	margin-top: 2em;
}

#images {
	float: right;
	width: 220px;
	margin-left: 20px;
	margin-right: 0px;
}
#images p {
	margin-bottom: 1.5em;
}

#contactform .formfield {
	width: 400px;
}

#contact {
	float: right;
	border-left: 2px solid #002c4b;
	width: 208px;
}
html>body #contact {
	width: 228px;
}
#contact p {
	margin-bottom: 1em;
}

#footer {
	clear: both;
	line-height: 100%;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer ul li {
	float: left;
	margin-left: .5em;
	padding-left: .5em;
	border-left: 1px solid #666;
}
#footer ul li.first {
	margin-left: 18px;
	padding-left: 0;
	border-left: none;
}
#footer a {
	background-color: inherit;
	color: #666;
}
#footer a:hover {
	background-color: inherit;
	color: #666;
}

/* GENERAL STYLES */

.navigator {
	font-style: normal;
	font-size: 90%;
}
.navigator a.navselect {
	font-weight: bold;
}


.button, .cancel {
	border: none;
	cursor: default;
	padding: 2px 8px 1px 8px;
}
.button {
	color: #fff;
	font-weight: bold;
	background-color: #002c4b;
}
.cancel {
	color: #fff;
	background-color: #999;
}

.invalid {
	color: inherit;
	background-color: #fee;
}
.invalid td {
	padding: 2px;
}

/* BLANK PAGE */

#blank {
	color: #000;
	background-color: #fff;
	padding: 8px;
}
#blank a {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}
#blank a:hover {
	text-decoration: underline;
}

/* ACCESS KEYS */

a.accesskey {
	top: 0;
	display: block;
	position: absolute;
	text-indent: -9000px;
	overflow: hidden;
	height: 0px;
}
