/* CSS Document */

body {
	margin: 0 auto;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 5px 10px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #990000;
}

h1.box {
	background-image: url(../images/boxheader.png);
	background-repeat: repeat-x;
	background-color: #93BDD3;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	display: block;
	color: #FFFFFF;
	padding: 0 10px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #064787;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

p {
	margin: 2px 0;
	padding: 5px 10px;
	position: relative;
	z-index: 10;
}

ul li {
	list-style: none;
	background-image: url(../images/bullet_phone.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 8px;
}

ul.nobullet {
	margin: 10px 20px;
	padding: 0;
}

ul.nobullet li {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}

.red {
	color: #990000;
}

.red2 {
	color: #FF0000;
}

.bold {
	font-weight: bold;
}

form#contactform {
	float: left;
	width: 49%;
	border: 1px solid #336699;
	padding: 10px;
	margin: 10px 0;
}

/* IE 6 */
* html body form#contactform {
	width: 48%;
}

form h1, form h2, form h3 {
	padding: 5px 0 10px 0;
	margin: 0;
}

form p {
	margin: 0;
	padding: 1px 0;
}

form label.textarea {
	width: 98%;
}

#page {
	margin: 10px auto;
	padding: 0;
	width: 770px;
	display: block;
}

.content {
	background-color: #FFFFFF;
	display: block;
}

#main {
	background-color: #FFFFFF;
}

#header {
	margin: 0 0 5px 0;
	display: block;
	height: 149px;
}

#header #logo {
	padding: 8px 10px;
	display: block;
}

#header #logo h1 {
	font-size: 32px;
	font-weight: normal;
	line-height: 32px;
}

#header #logo h1 .prefix {
	font-weight: bold;
	font-size: 64px;
	line-height: 64px;
	color: #000000;
	padding: 0 10px 0 0;
}

#header .red {
	font-weight: bold;
	color: #FF0000;
}

#header .blue {
	font-weight: bold;
	color: #0000FF;
}

#tnav {
	margin: 5px 0;
	padding: 0;
	display: block;
	background-image: url(../images/tnav_bg.png);
	background-repeat: repeat-x;
	position: relative;
	width: 100%;
	font-size: 12px;
}

#tnav #left {
	float: left;
	background-image: url(../images/tnav_left.png);
}

#tnav #right {
	float: right;
	background-image: url(../images/tnav_right.png);
}

#tnav #left,
#tnav #right {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 10px;
	height: 50px;
	display: block;
}

#tnav ul {
	width: 720px;
	margin: 0 auto;
	padding: 0;
}

#tnav ul li {
	float: left;
	list-style-type: none;
	padding: 0;
	background: none;
}

#tnav ul li a {
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 17px 10px;
}

#tnav ul li a:hover {
	display: block;
	background-image: url(../images/tnav_hover.png);
	background-repeat: repeat-x;
	background-color: #0099CC;
	color: #FFCC00;
}

#leftcol {
	float: left;
	display: block;
	background-color: #CCCCCC;
	width: 240px;
	color: #000000;
	text-align: left;
	margin: 5px;
	padding: 5px;
}
	
#rightcol {
	display: block;
	float: right;
	background-color: #CCCCCC;
	width: 150px;
	font: 11px arial,helvetica,sans-serif;
	color: #000000;
	text-align: left;
	margin: 5px;
	padding: 5px;
}

#breadcrumb {
	margin: 0;
	padding: 5px;
	border-bottom: 1px dotted #666666;
	color: #333333;
	display: block;
	font-size: 11px;
}

#breadcrumb a {
	color: #336699;
}

#breadcrumb a:hover {
	color: #333333;
}

#footer {
	font: 11px arial,helvetica,sans-serif;
	color: #000000;
	margin: 5px 0;
}

#bnav {
	background-color: #336699;
	display: block;
	width: 100%;
}

#bnav #left,
#bnav #right {
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 10px;
	height: 40px;
}

#bnav #left {
	float: left;
	background-image: url(../images/bnav_left.png);
}

#bnav #right {
	float: right;
	background-image: url(../images/bnav_right.png);
}

#bnav {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	line-height: 40px;
	font-size: 11px;
}

#bnav a {
	color: #BEDAF6;
	font-weight: bold;
}

#bnav a:hover {
	color: #FFCC00;
}
	
.copyright {
	color: #999999;
	font-size: 11px;
}

.copyright a {
	color: #999999;
}

.copyright a:hover {
	text-decoration: none;
}

/* Content Region */
.half {
	width: 48%;
}

.contact {
	padding: 15px 0 0 0;
}

.blue {
	border: 1px solid #92BDD3;
	margin: 0 0 10px 0;
}

.box_250 p,
.box_510 p {
	padding: 10px;
	margin: 0;
}

.box_250 {
	width: 250px;
	display: block;
}

.box_510 {
	width: 510px;
	display: block;
}

.splash {
	background-image: url(../images/splash_bg.jpg);
	background-repeat: no-repeat;
	background-color: #336699;
	width: 170px;
	padding: 5px;
	margin: 0 0 5px 0;
}

.splash h1 {
	font-size: 20px;
	color: #FFCC00;
	text-align: center;
}

.splash p {
	font-size: 12px;
	color: #FFFFFF;
}

/* End Content Region */

/* Form */

form {
	border: 1px solid #336699;
	padding: 10px;
}

form label {
	float: left;
	width: 40%;
}

form label.error {
	float: right;
	display: none;
	font-size: 8pt;
	font-style: italic;
	text-align: right;
	color: #CC0000;
	padding: 2px 5px;
	width: 98%;
}

form input.error,
form textarea.error,
form select.error {
	border: 1px dotted #CC0000;
}

form label.textarea {
	width: 98%;
}

form input.field,
form select.field {
	width: 58%;
}

form input.field,
form textarea.field,
form select.field  {
	padding: 2px;
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
}

form textarea.field {
	width: 98%;
}

/* End Form */

/* General */

.left {
	float: left;
}

.right {
	float: right;
}

.cleft {
	clear: left;
}

.cright {
	clear: right;
}

.both {
	clear: both;
}

/* End General */

.map {
	font-size: 11px;
	text-align: right;
}

.map img {
	border: 2px solid #336699;
}

.johnsonbox {
	width: 462px;
	margin: 0;
	margin-bottom: 20px;
	padding: 5px 10px;
	border: solid 2px #064382;
	background-color: #CADFF4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15px;
	color: #333333;
	text-align: left;
}

.johnsonbox.width_80 {
	width: 80%;
}

.johnsonbox.center {
	margin: 15px auto;
}

.johnsonbox.yellow {
	background-color: #F9FF95;
	border: solid 2px #FF5A00;
}

.johnsonbox.green {
	background-color: #C9FFB4;
	border: solid 2px #117500;
}

.johnsonbox.blue {
	background-color: #BBE3FF;
	border: solid 2px #004D75;
}

.johnsonbox.purple {
	background-color: #FFBCF2;
	border: solid 2px #75006E;
}

.johnsonbox.red {
	background-color: #FFC9C9;
	border: solid 2px #B30000;
}

.johnsonbox.yellow h2,
.johnsonbox.green h2,
.johnsonbox.blue h2,
.johnsonbox.purple h2,
.johnsonbox.red h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}

.johnsonbox a[href $='.pdf'] {
	padding-left: 20px;
	background: transparent url(../images/page_white_acrobat.png) no-repeat center left;
}

.johnsonbox.enquiry {
	margin: 15px auto;
	background-color: #e9e9e9;
	border: solid 2px #cc0000;
}

/*
	Home search
					*/
div.box_250.search {
	width: 252px;
	height: 240px;
	background-image: url(../images/search_box_bg.png);
	background-repeat: no-repeat;
	/*background-image: url(../images/small_search_soon.png);*/
}

div.box_250.search.left {
	background-image: url(../images/search_box_bg2.png);
	/*background-image: url(../images/small_search_soon.png);*/
}

div.box_250.search h2 {
	margin-top: 10px;
	color: #ffffff;
}

div.box_250.search form {
	margin-top: 0;
	padding-top: 0;
	border: none;
}

div.box_250.search form,
div.box_250.search fieldset {
	/*display: none;*/
}

div.box_250.search label {
	float: none;
	color: #FFFFFF;
	font-weight: bold;
}

div.box_250.search input,
div.box_250.search select {
	width: 200px;
	margin-top: 5px;
	padding: 3px;
}

div.box_250.search select {
	width: 210px;
}

input.button {
	display: block;
	/*width: 80px;*/
	height: 25px;
	margin-top: 0;
	padding: 0;
	background-color: #ff0000;
	background-image: url(../images/button_bg.png);
	border: solid 2px #CC0000;
	color: #FFFFFF;
	font-weight: bold;
}

input.button:hover,
input.button.hover {
	background-color: #139e00;
	background-image: url(../images/button_bg_over.png);
	border: solid 2px #009900;
	cursor: pointer;
}

div.box_250.search.pages {
	margin: 10px;
	position: relative;
	z-index: 50;
}

div.page_search {
	width: 250px;
	float: right;
	margin: 10px;
	border: solid 2px #064787;
}

div.page_search form {
	border: none;
}

div.box_250.small p {
	font-size: 9pt;
	margin-bottom: 0;
	padding-bottom: 0;
}

div.box_250.small h2 {
	font-size: 12pt;
}

div.billboard {
	width: 246px;
	height: 240px;
	margin-left: 2px;
	background-image: url(../images/home_billboard.png);
	background-repeat: no-repeat;
}

div.billboard h1 {
	margin-top: 15px;
	font-size: 17pt;
	color: #FF0000;
}

div.search_bg {
	width: 450px;
	height: 145px;
	margin-top: 5px;
	padding-top: 5px;
	background-image: url(../images/search_bg.png);
	background-repeat: no-repeat;
	/*background-image: url(../images/big_search_soon.png);*/
}

div.search_bg form {
	border: none;
	/*display: none;*/
}

div.search_bg fieldset {
	border: none;
	/*display: none;*/
}
/*
div.search_bg,
div.search_bg h3,
div.search_bg p {
	color: #FFFFFF;
}*/

/*
	Enquiry Form
					*/
					
div.enquiry h1 {
	margin-top: 10px;
	color: #cc0000;
}
					
div.enquiry form {
	border: none;
}

div.enquiry form p {
	margin-bottom: 10px;
}

span.phone {
	background-image: url(../images/phone_icon_small.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 17px;
}