@charset "utf-8";
body  {
	background: #ffffff; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
}
#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#header  {
	background-color: #FFFFFF;
	width: 780px;
	height: 216px;
	margin: 0px;
	padding: 0;
} 
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#header p {
	margin: 0px;
	padding: 0px;
}

#header a {
	text-decoration: none;
}
#header .strapline {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/constant/taglinebg.jpg);
	height: 40px;
	color: #000066;
	text-align: center;
	background-color: #FFFFFF;
	width: 780px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 4px;
}
#header .contact {
	color: #FFFFFF;
	background-color: #000066;
	font-size: 70%;
	margin: 0px;
	font-weight: bold;
	background-image: url(../images/constant/contactbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
}
#header .address {
	width: 200px;
	float: right;
	font-size: 80%;
	color: #000066;
	background-color: #FFFFFF;
	line-height: 120%;
	margin-top: 35px;
}
#header .address .address1 {
	font-weight: bold;
	font-size: 165%;
	line-height: 120%;
}
#header .contact img {
	margin: 0px;
	padding: 0px;
	float: left;
}







#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #D5D5FF;
}
#sidebar1 .member {
	font-size: 70%;
	text-align: justify;
	padding: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 25px;
	margin-left: 2px;
}
#sidebar1     .memberimg  {
	text-decoration: none;
	margin-left: 8px;
	border: 1px solid #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#sidebar1 .navigation {
	margin-left: 18px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sidebar1 p {
	font-size: 90%;
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar1 .includes {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
}
#sidebar1 .includes li {
	font-size: 90%;
	line-height: 130%;
}
#sidebar1    h2  {
	font-size: 80%;
	text-align: center;
	color: #FFFFFF;
	background-image: url(../images/sidebar/contactbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 26px;
	width: 190px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #D5D5FF;
}
#sidebar1 .member a:link, #sidebar1 .member a:visited {
	color: #000099;
	background-color: D5D5FF;
	font-weight: bold;
}
#sidebar1 .member a:hover {
	color: #000000;
	background-color: D5D5FF;
}


ul#leftnav1, ul#leftnav2 {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul#leftnav1    li, ul#leftnav2 li {
	display: block;
	margin: 0px;
	padding: 0px;
}
#leftnav1   a:link, #leftnav1   a:visited
      {
	display: block;
	font-size: 80%;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/sidebar/leftnavbg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 24px;
	background-color: #D5D5FF;
	margin: 0px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#leftnav2  a:link, #leftnav2  a:visited {
	display: block;
	font-size: 80%;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/sidebar/leftnavbg2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 24px;
	background-color: #D5D5FF;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#leftnav1  a:hover
  {
	color: #666666;
}

#leftnav2 a:hover {
	color: #CCCCCC;
}







#maincontent  {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 510px;
} 
#maincontent h1 {
	font-size: 100%;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
}
#maincontent h2 {
	font-size: 90%;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
	border: 1px solid #D5D5FF;
}
#maincontent h3 {
	font-size: 80%;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
}
#maincontent h4 {
	font-size: 90%;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
	text-decoration: underline;
}


#maincontent li {
	font-size: 90%;
	line-height: 130%;
}
#maincontent p {
	line-height: 130%;
	text-align: justify;
	padding: 5px;
	margin: 5px;
	font-size: 90%;
}
#maincontent .mc a:link,  #maincontent .mc a:visited,
#maincontent .answer a:link, #maincontent .answer a:visited  {
	color: #000066;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000066;
	background-color: #FFFFFF;
}
#maincontent .mc a:hover,
#maincontent .answer a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}
#maincontent .mainulnav a:link, #maincontent .mainulnav a:visited {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
#maincontent .mainulnav a:hover {
	text-decoration: underline;
}

#maincontent  .breadcrumb {
	font-size: 75%;
	color: #999999;
	font-weight: bold;
	padding: 0px;
	margin: 10px;
}
#maincontent  .breadcrumb1 {
	color: #666666;
	background-color: #FFFFFF;
}
#maincontent  .breadcrumb  a:link,
#maincontent  .breadcrumb  a:visited {
	color: #999999;
	text-decoration: underline;
}
#maincontent  .breadcrumb  a:hover {
	color: #333333;
	text-decoration: underline;
}
#maincontent .imagestrip img {
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 13px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#maincontent .imagestrip1 img {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#maincontent .imagestrip1 {
	margin: 5px;
	padding: 5px;
}
#maincontent .imagestrip2 {
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
}
#maincontent .imagestrip3 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#maincontent .imagestrip3 img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 10px;
}





#maincontent table {
	border: 1px solid #000066;
	margin-left: 30px;
}
#maincontent    table    .hometh, #maincontent  table  .businessth {
	font-size: 90%;
	color: #FFFFFF;
	background-color: #000066;
	font-weight: bold;
	text-decoration: underline;
	padding: 5px;
	text-align: center;
}
#maincontent .home {
	width: 200px;
	background-color: #D5D5FF;
	padding: 5px;
}
#maincontent  .business {
	width: 250px;
	background-color: #D5D5FF;
	padding: 5px;
}
#maincontent .home a:link, #maincontent .home a:visited,
#maincontent .business a:link, #maincontent .business a:visited {
	font-weight: bold;
	background-color: #D5D5FF;
	text-decoration: none;
	color: #000033;
	font-size: 80%;
}
#maincontent .home a:hover,
#maincontent .business a:hover {
	color: #000066;
	background-color: #D5D5FF;
	text-decoration: underline;
}
#maincontent .navigation {
	margin-left: 18px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
#maincontent .product {
	height: 220px;
	border: 1px solid #D5D5FF;
}

#maincontent .product p {
	font-size: 70%;
}
#maincontent .product1 {
	font-size: 70%;
}
#maincontent .product2 {
	border: 1px solid #D5D5FF;
	margin: 4px;
	padding: 4px;
}
#maincontent .product2 img {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#maincontent .product3 {
	height: auto;
	border: 1px solid #D5D5FF;
}
#maincontent .product3 p {
	font-size: 70%;
}
#maincontent .product3 .fltlft {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 0px;
}






#maincontent .footnote {
	font-size: 70%;
}
#maincontent .product .productheader {
	font-weight: bold;
	font-size: 80%;
}
#maincontent .productheader {
	font-weight: bold;
	font-size: 80%;
}
#maincontent .emphasise {
	font-weight: bold;
}
#maincontent .emphasise1 {
	font-style: italic;
}
#maincontent .top a:link, #maincontent .top a:visited {
	font-size: 70%;
	color: #000066;
	background-color: #FFFFFF;
}
#maincontent .top a:hover {
	text-decoration: none;
}
#maincontent .top {
	text-align: center;
}
/*  ##[[-----Contact Form-----]]##  */ 
#maincontent .contactform  p {
	clear: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#maincontent  .contactform  .subs {
	margin-top: 15px;
	margin-bottom: 0px;
}
#maincontent  .contactform  .subs1 {
	margin-top: 40px;
	margin-bottom: 0px;
}
#maincontent  .required {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 70%;
	font-style: italic;
}
#maincontent  .address1 {
	font-weight: bold;
}
#maincontent  .address2 {
	color: #8C8CFF;
	background-color: #FFFFFF;
	font-weight: bold;
}
#maincontent  .address3 {
	margin-left: 10px;
}
#maincontent .address4 {
	margin-left: 10px;
}
#maincontent .address4 a:link {
	text-decoration: none;
}


#maincontent .map img {
	margin-left: 5px;
	border: 2px solid #000000;
}

#maincontent  label {
	float: left;
	width: 25%;
	text-align: left;
}
#maincontent  .contactform  .text {
	width: 300px;
	color: #000000;
	background-color: #D5D5FF;
}
#maincontent  .submit {
	margin-left: 140px;
	margin-top: 20px;
	margin-right: 0px;
}
#maincontent .top .up {
	font-size: 80%;
	color: #003366;
}
#maincontent .check li {
	list-style-position: inside;
	list-style-image: url(../images/constant/goldstar.jpg);
	list-style-type: none;
	line-height: 150%;
}
#maincontent .check {
	padding-left: 85px;
}

#maincontent .question {
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #000066;
	background-color: #FFFFFF;
}
#maincontent .answer {
	margin-top: 0px;
	padding-top: 0px;
	font-style: italic;
}
#maincontent  .ul01, #maincontent .mainulnav {
	padding-left: 85px;
}




















#footer  {
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/constant/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
} 
#footer  p  {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0;
}
#footer   .register {
	font-size: 70%;
	color: #666666;
	text-align: center;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 5px;
	background-color: #FFFFFF;
	clear: both;
}
#footer #leftfooter {
	float: left;
	width: 50%;
}
#footer  #leftfooter  p {
	font-size: 70%;
}
#footer #rightfooter p {
	font-size: 70%;
	text-align: right;
	margin-right: 20px;
}

#footer #rightfooter {
	float: right;
	width: 50%;
}
#footer #rightfooter a:link, #footer #rightfooter a:visited {
	color: #000066;
	text-decoration: none;
	background-color: #FFFFFF;
}
#footer #rightfooter a:hover {
	text-decoration: underline;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfloat1 {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin-bottom: 20px;
}
.emphasise {
	font-weight: bold;
}

