body
{
	font-family: helvetica, univers, arial, sans-serif;
	font-size: 0.9em;
	margin: 0;
}

h1
{
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.3em;
}

h2
{
	font-size: 1.1em;
	color: #5B69AC;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active { color: #5B69AC; }

h3, p, ul, ol, td, address
{
	font-size: 1em;
	line-height: 1.5em;
}

address
{
	font-style: normal;
	margin-top: 2em;
}

ul ul, ol ol { font-size: 1em; }
.header-container
{
	width: 960px;
	display: block;
	float: left;
}
#header
{
	width: 100%;
	height: 150px;
	background-color: #5B69AC;
}

/* Start of header hiding and link back to homepage */
#header h1
{
	text-indent: -1999px;
	margin: 0;
	padding: 0;
	line-height: 0;
}

#header h1 a:link, #header h1 a:visited, #header h1 a:hover, #header h1 a:active
{
	display: block;
	width: 350px;
	height: 150px;
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	background-image: url(/_graphics/ui/jif_logo.gif);
	background-repeat: no-repeat;
}

#header h1 a:hover
{
	text-decoration: none;
	background-color: transparent;
}
.header-movie
{
	border-width: 0;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
}
#navbar
{
	width: 100%;
	height: 3em;
	background-color: #5B69AC;
/*
	background-color: #EF9A16;
*/
	background-image: url(/_graphics/ui/tel_number.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#navbar ul
{
	/* all lists */
	font-size: 1em;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 3em;
	text-align: center;
	text-transform: inherit;
}

#navbar a:link, #navbar a:visited, #navbar a:active, #navbar a:hover
{
	display: block;
	width: 105px;
	color: #FFF;
	text-transform: inherit;
	text-decoration: none;
	background-color: transparent;
}


#navbar li { float: left; }

#wrapper
{
	width: 950px;
	float: left;
	display: block;
}

#sidebar
{
	border-right: 1px #000 solid;
	width: 250px;
	padding: 25px;
	float: left;
	font-size: 0.85em;
}

#content
{
	width: 555px;
	padding-left: 25px;
	padding-top: 25px;
	float: left;
}

#sidebar ul
{
	/* all lists */
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #5B69AC;
}

#sidebar li
{
	margin-top: 1em;
}

#sidebar ul a:link, #sidebar ul a:visited, #sidebar ul a:hover, #sidebar ul a:active
{
	color: #EF9A16;
	text-decoration: none;
	font-weight: bold;
}


a:link, a:visited, a:hover, a:active { color: #000; }

fieldset
{
	border: 1px #FFF solid;
	width: inherit;
}

label, input, textarea
{
	display: block;
	float: left;
	margin-bottom: 10px;
}

form { color: #333; }

label
{
	text-align: right;
	width: 150px;
	padding-right: 10px;
	color: #333;
	margin-top: 5px;
}

br { clear: left; }

input, textarea, select
{
	font-family: univers, helvetica, arial, sans-serif;
	background-color: #FFF;
/*	border: #333 1px solid;*/
	width: 250px;
	font-size: 12px;
}

textarea { height: 200px; }

input#submit
{
	width: auto;
	float: inherit;
}

form
{
	background-color: #CCCFE3;
	padding: 20px;
}

div.error { color: #F00; }
input.smallInput { width: 75px; }

form#enquiry fieldset ul li
{
	list-style-type: none;
	margin-right: .5em;
	float: left;
}
form#enquiry fieldset ul
{
	float: left;
	padding: 0;
	margin: 0;
}
form#enquiry fieldset li label, form#enquiry fieldset li input { width: auto; }

form#enquiry fieldset li input
{
	border: 0;
	background-color: transparent;
}

input#submit
{
	display: block;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0;
	line-height: 1;
	width: 70px;
	height: 70px;
	border: 0;
	background-image: url(/_graphics/ui/submit.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

input#submit:hover, input#submit:focus, .hover input
{
	cursor: pointer;
	background-position: -70px 0;
}
#sidebar ul, #navbar ul { font-family: "Trebuchet MS", Tahoma, helvetica, univers, arial, sans-serif; }
