body  {
	background: #f5fbfe;
	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: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixRtHdr #container {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	background: #ffffff;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-top: 10px;
} 
.twoColFixRtHdr  #mainContent  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 10px;
	margin-right: 250px;
	margin-bottom: 20;
	margin-left: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 10px;
} 
.twoColFixRtHdr #footer {
	background:#f5fbfe;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
} 
.twoColFixRtHdr #footer p {
	color: #143a8a;
}
.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;
}
.logo {
	float: left;
	width: 150px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.strapline {
	float: left;
	width: 510px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #143a8a;
	margin-top: 25px;
	margin-right: 80px;
}
.topmenu {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #143a8a;
	margin-top: 5px;
	padding-left: 15px;
	margin-right: 10px;
	margin-bottom: 3px;
}
.copywrite {
	padding-left: 0px;
	width: 900px;
	padding-top: 20px;
}
.box-mobile {
	width: 310px;
	float: left;
	margin-bottom: 10px;
	height: 160px;
	text-decoration: none;
	background-image: url(Images/box-landline-blue.jpg);
}
.box-land {
	width: 310px;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
	background-image: url(Images/box-mobile-blue.jpg);
	height: 160px;
}
.boxestitle {
	width: 300px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #143a8a;
	font-weight: bold;
	padding-bottom: 5px;
}
.boxes2title {
	width: 300px;
	float: left;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #143a8a;
	padding-bottom: 5px;
}
.box-mobile  a {
	width: 310px;
	float: left;
	margin-bottom: 10px;
	height: 160px;
	text-decoration: none;
}
.box-mobile  a:hover {
	width: 310px;
	float: left;
	margin-bottom: 10px;
	background-image: url(Images/box-landline-green.jpg);
	height: 160px;
}
.topmenu a {
	text-decoration: none;
	color: #143a8a;
}
.copywrite a {
	text-decoration: none;
	color: #333333;
}
.twoColFixRtHdr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 0px;
	padding-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
.mainbody-image1 {
	width: 130px;
	float: left;
	height: 100px;
	margin-top: 50px;

}
.twoColFixRtHdr #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #143a8a;
}
.twoColFixRtHdr #mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-type: square;
}
.button-list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: none;
	list-style-image: url(Images/button1.gif);
	font-weight: bold;
}
.mainbody-image-about1 {
	width: 100px;
	float: right;
	height: 150px;
	margin-top: 30px;
	margin-bottom: 100px;
}
.mainbody-text-about1 {
	width: 650px;
	float: left;
}
.mainbody-text2-about {
	float: left;
	width: 650px;

}
.mainbody-about-cma {
	margin-top: 20px;
	float: left;
	width: 655px;
}
.mainbody-image-about-cma {
	width: 130px;
	height: 110px;
	border: thin solid #0033FF;
	float: left;
}
.about-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}
.mainbody-text-clients1 {
	width: 600px;
	float: left;
	margin-left: 0px;
}
.mainbody-text-clients {
	width: 650px;
	float: left;
}
.mainbody-image-client2 {
	width: 100px;
	float: right;
	height: 150px;
	margin-top: 30px;
}
.mainbody-image-client1 {
	width: 250px;
	float: right;
	height: 120px;
	margin-top: 30px;
	margin-bottom: 60px;
}
.contact-image {
	height: 280px;
}
.contact-table {
	float: left;
	margin-left: 130px;
}
.contact-enquiry {
	float: left;
	margin-left: 130px;
}
.home-text {
	float: left;
	padding-top: 20px;
	padding-bottom: 10px;
}
.boxes-text {
	width: 150px;
	margin-bottom: 10px;
	height: 120px;
	padding-left: 120px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-top: -20px;
}
.twoColFixRtHdr  #boxes p {
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 130px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #143a8a;
}
.box-procure {
	width: 310px;
	float: left;
	margin-bottom: 10px;
	height: 160px;
	text-decoration: none;
	background-image: url(Images/box-procurement-blue.jpg);
}
.box-procure  a {
	width: 310px;
	float: left;
	margin-bottom: 10px;
	height: 160px;
	text-decoration: none;
}
.box-procure  a:hover {
	width: 310px;
	float: left;
	margin-bottom: 10px;
	background-image: url(Images/box-procurement-green.jpg);
	height: 160px;
}
.box-land a {
	width: 310px;
	float: left;
	margin-bottom: 10px;
	height: 160px;
	text-decoration: none;
}
.box-land a:hover {
	width: 310px;
	float: left;
	margin-bottom: 10px;
	background-image: url(Images/box-mobile-green.jpg);
	height: 160px;
}
.box-expense {
	width: 310px;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
	background-image: url(Images/box-expenses-blue.jpg);
	height: 160px;
}
.box-expense a {
	width: 310px;
	float: left;
	margin-bottom: 10px;
	height: 160px;
	text-decoration: none;
}
.box-expense a:hover {
	width: 310px;
	float: left;
	margin-bottom: 10px;
	background-image: url(Images/box-expenses-green.jpg);
	height: 160px;
}
.mainbody-text-biog {
	float: left;
	margin-bottom: 10px;
	width: 650px;
}
.mainbody-image-biog {
	float: left;
	margin-bottom: 30px;
	border: thin solid #000000;
	margin-right: 10px;
}
.hiddenText {
	padding: 10px;
	margin: 20px;
}
.registered {
	float: left;
	width: 900px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.hiddenText a {
	padding: 10px;
	text-decoration: none;
	color: #000000;
}
.hiddenText a:hover {
	padding: 10px;
	text-decoration: none;
	color: #FF0000;
}
.close-window {
	float: left;
}
.twoColFixRtHdr #mainContent ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.landing-main {
	padding-left: 20px;
	width: 712px;
	background-image: url(Images/landing%20background2.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: 20px 30px;
}

.landing-main a {
	text-decoration: none;
}

.no-underline {
	text-decoration: none;
}	

