@charset "utf-8";
body {
	background-image: url(images/bg2.gif);
	background-repeat: repeat-x;
	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: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #1f1f1f;
}
.twoColFixLt #container {
	width: 990px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/centerbg.jpg);
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.twoColFixLt #topbg1 {
	background-image: url(images/top1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 170px;
}
.twoColFixLt #topbg2 {
	background-image: url(images/aboutus-top1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 170px;
}


.twoColFixLt #topbg3 {
	background-image: url(images/enquiry-top1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 170px;
}
.twoColFixLt #topbutton {
	height: 37px;
}
.twoColFixLt #sidebar1 {
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 40px 25px 40px;
	width: 220px;
}
.twoColFixLt #mainContent {
	margin: 70px 0 0 300px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.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;
}
/* CL Addtional */
.toppoint {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	margin-left: 680px;
	line-height: 24px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;

}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #057700;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	color: #057700;
	margin: 0px;
	padding: 0px;

}
.table1{
	background-color: #c4c4c4;
	margin: 2px;
	padding: 2px;
	border: 1px solid #333333;
	float: left;
	width: 152px;
	text-align: center;
	height: 150px;

}
.tabledesrp {
	height: 20px;
	padding-top: 7px;
}

.highlight {
	font-size: 18px;
	color: #FF0000;
}
