﻿@charset "utf-8";
a {
	color:#3333E4 ;
	font-weight:normal ;
	text-decoration:none ;
}
a:hover {
	text-decoration: underline;
}
body  {
	background: #ffffff;
	margin: 0; /* 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;
	font-size: 100%;
}
.twoColFixRt #container { 
	width: 1004px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 15em;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contactForm {
	font-family: Verdana;
	font-size: 12px;
	background: #347be3; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #FFFFFF;
	padding-left: 7px;
}
.mainText {
	font-family: Verdana;
	font-size: 14px;
	right: auto;
	line-height: normal;
	padding-left: 40px;
}
.mainText h4{
	font-size: 14px; /* need to constrain in IE*/
}
.rhsPhotoBox {
	float: right;
	padding-right: 100px;
	padding-left: 50px;
	background-position: center;
}


.contactForm h4 {
	font-size: 16px;
	background-color: #347be3;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}
.compulsory a {
	color: #ffffff;
}
.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;
}
#submit-enquiry a:hover{
	font-weight: bold;
	color: #ffffff;
	background-color: #347be3;
}
#submit-enquiry a:visited {
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	padding-top: 2px;
	padding-right: 3px;
	padding-left: 3px;
}
.mast {
	width: 680px;
}

.twoColFixRt #mainContent { 
	margin-top: 15px;
	margin-right: 290px;
	margin-bottom: 0;
	margin-left: 3px;
}

.commercailDepts {
	font-family: Verdana;
	font-size: 13px;
	background-color: #e7f1fb;
}
.commercailDepts h4 {
	font-family: Verdana;
	text-align: center;
	padding-top: 5px;
	margin-bottom: -10px;
}
.frontPageSpacer {
	padding-left: 40px;
	height: 25px;
}

.commercailDepts h4 a {
	font-size: 16px;
	font-weight: bold;
}

.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;
}
.freephoneNum {
	font-family: Verdana;
	font-weight: bold;
	margin-top: 0px;
	padding: 5px;
	position: absolute;
	top: 31px;
}
.spacer {
	font-family: Verdana;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 0px;
	padding-top: 0px;
}
.frontNewItems {
}

.frontNewItems ul {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-image: url(../images/news.gif);
}
.frontNewItems ul li {
	padding-left: 3px;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
}
.frontLegalForum {
	margin-top: 160px;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	margin-left: 25px;
	padding: 5px;
}
.footer {
	font-family: Verdana;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 43px;
	font-size: 10px;
}
.mainHeadingAndMenuBox {
	background-color: #347be3;
	padding:0;
	color: #FFFFFF;
}
