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

/* GLOBAL STYLES */

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

a {
	color: #333;
	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 {
	margin: 20px auto;
	width: 950px;
}

#header {
	background: url(../img/jp_logo.gif) 0 0 no-repeat;
	height: 74px;
	margin-bottom: -20px;
}
#header h1 {
	float: left;
	overflow: hidden;
	margin-left: 360px;
	margin-top: 25px;
}
html>body #header h1 {
	margin-left: 720px;
}
#header h1 a {
	width: 250px;
	position: absolute;
	display: block;
	color: #feec19;
	text-decoration: none;
	font-size: 41px;
	line-height: 29px;
	height: 29px;
	text-indent: -3px;
	overflow: hidden;
}

#menu {
	margin-left: 228px;
	background-color: #feec19;
	height: 20px;
}
#menu ul {
	color: #333;
	background-color: #feec19;
	float: left;
	list-style: none;
	border-left: 2px solid #fff;
	margin: 0;
	padding: 0;
}
#menu ul li {
	float: left;
	border-right: 2px solid #fff;
}
/*
#menu ul li.jpl, #menu ul li.jpl a {
	float: none;
	text-align: center;
	padding: 0;
}
*/
#menu ul li a {
	color: #333;
	background-color: #feec19;
	display: block;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	padding: 0 1em;
	height: 20px;
	display: inline-block;
}
html>body #menu ul li a {
	display: block;
}
#menu ul li div {
	clear: both;
}
#menu ul li ul {
	margin: 0;
	clear:both;
	position: absolute;
	z-index: 1000;
	width: auto;
}
#menu ul li:hover ul {
	display: block;
}
#menu ul li ul li {
	margin-left: -2px;
	float: none;
	border: none;
}
#menu ul li ul li,
#menu ul li ul li a,
#menu ul li ul li a:hover {
	width: 130px;
}
*|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 {
	background-color: #333;
	color: #feec19;
}
#menu ul:hover .select a {
	background-color: #feec19;
	color: #333;
}
#menu ul li ul {
	display: none;
}
#menu ul li:hover ul {
	display: block;
}
#content {
	clear: both;
}
#content a {
	text-decoration: underline;
}

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

#content #intro.column {
	float: left;
	width: 210px;
	margin-right: 20px;
}
#introbox {
	background-color: #feec19;
	padding-bottom: 10em;
	margin-bottom: .5em;
}
#intro h3 {
	display: block;
	color:  #002c4b;
	font-size: 20px;
	padding: 2px 0;
	border-bottom: 2px solid #002c4b;
	border-top: 2px solid #002c4b;
	margin-bottom: 10px;
	text-indent: 10px;
	margin-top: 1.5em;
}
#intro h3.first {
	margin-top: 0;
	border-top: 2px solid #feec19;
}
#intro p {
	margin: 0 10px 1em 10px;
	color: #333;
}
#intro b, #intro a {
	color: #333;
}
#intro .sidearrow {
	position: relative;
	top: 1px;
}
#intro form {
	margin: 0 10px;
}
#intro select {
	width: 140px;
	font-size: inherit;
}
#intro .button {
	padding: 2px 2px 1px 2px;
	font-size: inherit;
}

#main {
	float: left;
	width: 470px;
}

#main h1 {
	color: #c00a21;
	font-size: 22.5px;
	line-height: 32px;
	margin-bottom: .5em;
}

#stage {
	width: 470px;
	height: 270px;
	margin-bottom: 20px;
}
#stage #stageflash {
	width: 470px;
	height: 270px;
	position: absolute;
	z-index: 0;
}
#stage h1 {
	color: #fff;
	padding: 0 .15em;
	border-bottom: 2px solid #fff;
	font-size: 32px;
	line-height: 38px;
	height: 34px;
	overflow: hidden;
	margin: 0;
}

#col1 {
	float: left;
	width: 220px;
	font-size: 12px;
	line-height: 23px;
}
#col2 {
	float: right;
	width: 220px;
}

#backtop a {
	color: #333;
	display: block;
	width: 6em;
	background: url(../img/top_arrow.gif) right 5px no-repeat;
	text-decoration: none;
	padding-right: .5em;
	margin-top: 2em;
}

#contactform .formfield {
	width: 400px;
}

#contact {
	float: right;
	width: 230px;
}
#contact h3 {
	padding-top: 252px;
	display: block;
	color:  #002c4b;
	font-size: 20px;
	padding-bottom: 2px;
	border-bottom: 2px solid #002c4b;
	margin-bottom: 10px;
}
#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: 0;
	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;
}
