@charset "utf-8";
#centreAlign {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: auto;
}
body {
	overflow:visible;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
/* CSS Document */
#wrapper {
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;

}
a:focus, a:active {
	  outline: none;
}
/* This resets everything for FF and IE */

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}
html {
	/* overflow:auto; */
}
a:link, a:visited{
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
	color: black;
}
a:active {
	text-decoration: none;
}
body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
img {
	border: none;
}
h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:800;
	padding-top:5px;
	padding-bottom:5px;
}
p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-top:5px;
	padding-bottom:5px;
}
#intro {
	text-align:center;
	width: 100%;
}
#banner {
position: absolute;
z-index:1;
left: 0;
top: 0;
display: block;
height: 125px;
width: 125px;
background: url(/images/banner.gif) no-repeat;
text-indent: -999em;
text-decoration: none;
}
#address {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	text-align: right;
}
#logo {
	float: left;
	padding-left:10px;
}
#frontAddress {
	padding-top: 5px;
	padding-right: 10px;
	text-align: right;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
/* This stores the main contents of the page */
#mainContents {
	position:relative;
}
#mainHeader {
	background-image: url(/images/header.png);
	background-repeat: repeat-x;
	height:50px;
	width:100%;
}
#mainHeader p{
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 10px;
	font-family:Georgia, Times New Roman, Times, serif;
	color: #FFF;
	font-size: 1.8em;
	font-weight:bold;
}
.leftSidePanel {
	padding-left:10px;
	margin:0;
	margin-right: 33em;
	overflow:hidden;
}
.rightSidePanel {
	padding-right:10px;
	margin:0;
	position:absolute;
	top:60px;
	right:0px;
	overflow:hidden;
	width:400px;
}
#topNav {
	background-image: url(/images/button.png);
	width:100%;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}
#navList {
  width:800px;
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
}
#navList li {
  float:left;
  width:130px;
  height:30px;
  border-left:#999 solid 1px;
  border-right:#666 solid 1px;
}
#navList a {
	display:block;
	width:130px;
	font-family:Tahoma;
	font-size:11px;
	color:white;
	text-align:center;
	padding-top:8px;
	height:22px;
	text-decoration:none;
	float:left;
	background-color: #d4d4d4;
	background-image: url(/images/hover.png);
	background-repeat: no-repeat;
}
#navList li a:hover {
  color:#000; 
  background-image: url(/images/yellow.png);
}
#navList li.first {
	border-left: #999 1px solid;
}
#navList li.news a, #navList li.client a{
	background-image: url(/images/black.png);
	color:#fff;
}
#navList li.news a:hover, #navList li.client a:hover{
	background-image: url(/images/yellow.png);
	color:#000;
}
#navList li.news {
	border-right: #999 1px solid;
}
.separator {
	clear: both;
	float: none;
}
#bottomNav {
	float: right;
	padding-right: 10px;
}
#RightsReserved {
	float: left;
	padding-left: 10px;
}
#gap {
	height: 10px;
}
#header {
	padding: 0;
	margin: 0;
	width: 100%;
}
#footer {
	width: 100%;
	height: 25px;
}
.tenPixelSpacer {
	height: 10px;
	margin: 0px;
	padding: 0px;
}
.fifteenPixelSpacer {
	height: 15px;
}
.twentyPixelSpacer {
	height: 20px;
}
.thirtyPixelSpacer {
	height: 30px;
}
.paddedText {
	padding: 10px;
}
.paddedText a{
	color: #03F;	
}
ul {
	list-style:none;
	padding-top:5px;
	padding-left:10px;
}
.paddedTextClient ul {
	display:block;
}
.paddedTextClient li {
	white-space:nowrap;
	clear:none;
	color:#333399;
	float:left;
	margin-left:2px;
	margin-right:8px;
	padding-left:8px;
	background-image: url(/images/mybullet.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	line-height: 18px;
}
#examples {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
#flvPlayer {
	text-align:center;
}
.sitemapList {
	padding: 10px;
}
.sitemapList li a {
	color: #09F;
}
.sitemapList li li:hover {
	background-color: #FFC;
}
.sitemapList li.colour {
	background-color: #F0F0F0;
}
.sitemapList li {
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.sitemapList li li {
	list-style-type: none;
	font-family: "Courier New", Courier, monospace;
	padding-bottom:1.5em;
}
.sitemapList li li li {
	list-style-type:none;
	font-size: 0.9em;	
}
#flashIntroText {
	position:absolute;
	z-index:-1;
	left: -999em;
	display: none;
}
#revGallery {
	height: 220px;
	width: 400px;
}
#goog-wm {
  width: 800px;
  padding: 1em;
  border: 3px solid #aebd63;
  background-color: white;
}


#goog-wm h3.closest-match {
  color: #8f2831;
  border-bottom: 3px dashed #aebd63;
  padding-bottom: 0.5em;;
  font-size: 170%;
  margin: 0;
}

#goog-wm h3.closest-match a { }
   
#goog-wm h3.other-things {

  color: #8f2831;
}
   
#goog-wm ul li { }
   
#goog-wm li.search-goog {
  display: none;
}
#rssContainer {
  width: 600px;
  color: white;
  padding-right: 8px;
  padding-top: 9px;
}
#rssContainer a{
color: orange;
}
#rssContainer a:hover{
text-decoration: underline;
color: orange;
}
.RSSfloatLeft {
	float: left;
	padding-right: 7px;
	padding-top: 6px;
}
.RSSfloatRight {
	float: right;
}