﻿* {
  margin:0;
  padding:0;
}
 /*
body {
  background:#fff;
  font-family:tahoma, arial, sans-serif;
  font-size:14px;
}
*/
body  {
	background: #ffffff;
	color: #000000;
	font-size: 80%;
	font-family:Verdana; /* override Arial nastiness*/
} 
img, a img {
  border:0;
}
 
a, a:active, :focus {
  outline:none;
}
 
ul.iMenu {
background:url('images/bar.png') repeat-x left -48px;
line-height:23px;
height:24px;
list-style:none;
margin:5px auto;/* above menu*/
padding:0 10px;
width:800px;
font-size: 11px;
font-family:tahoma, arial, sans-serif;
position:relative;
}
 
ul.iMenu li {
display:inline;
padding:0;
}
 
ul.iMenu a {
	margin: 0 5px 0 5px;/* controls button spacing*/
	color: #cdcdcd;
	float: left;
	padding: 0 0 0 3px;
/* we need this to offset the rounded edge of the left image (3px wide) */	text-decoration: none;
}
 
ul.iMenu a span {
display:block;
float:none;
padding:0 20px 0 17px; /* the last number (17px) should be 3px less than the second number (20px) */
}
 
ul.iMenu a:hover, ul.iMenu a:hover span{
background: url('images/buttons.gif') no-repeat;
color:#fff;/*ededed*/
}
ul.iMenu a:hover {
background-position:left -24px;
}
ul.iMenu a:hover span {
background-position:right 0;
}

li.lcap {
background:url('images/lcap.png') no-repeat;
height:24px;
width:25px;
position:absolute;
}

li.rcap {
background:url('images/rcap.png') no-repeat;
height:24px;
width:24px;
position:absolute;
}

li.lcap {
background-position:left top;
left:-25px;
}
 
li.rcap {
background-position:right top;
right:-24px;
}
.style1 {
	border-collapse: collapse;
}
h1 {
    font-family: Arial;
    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
    color: #206AB4;/*282CA2*/
}
h2 {
color:#206AB4;
font-family:Arial;
font-size:10pt;
font-style:normal;
font-weight:bold;
margin-bottom:0.1em;
}
.small {font-size:.8em;margin-bottom:1.0em;line-height:1.25em;}
.contactForm {
	background-color:#1c6ab4;
	color: #FFFFFF;
}
.contactLabel {
	margin-top:5px;
}
.submit-enquiry-box {
	width: 129px;
	display: block;
	padding: 0px;
	float: right;
	height: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#submit-enquiry a {
	height: 20px;
	float: right;
	background-position: 0px;
	text-decoration: none;
	color: #333333;
	text-decoration: none;
	background-color: #ffffff;
	padding-top: 4px;
	padding-right: 3px;
	padding-left: 4px;
	font-weight: bold;
}
#submit-enquiry a:hover {
	color: #cdcdcd;
	font-weight: bold;
	color: #ffffff;
	background-color: #1c6ab4;
}
#submit-enquiry a:visited {
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	padding-top: 2px;
	padding-right: 3px;
	padding-left: 3px;
}

