/* CSS Document */
div {
	border:0px solid #CCCCCC;
	/*border:1px solid #CCCCCC;*/
}
body {
	background-image:url(../images/main_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;	
	background-color: #ffffff;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	color:#000000;
	font-size:12px;
	/*font-family:Verdana, Geneva, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
}
p{
	margin-top:0px;
	margin-bottom:0px;
	}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#006A71;
	text-decoration:none;
	}
a img{
	border:0px;
}
h1 {
	font-size:28px;
	margin:0px;
	font-weight:normal;
}
h2 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#006A71;
	margin:0px;
	font-weight:normal;
}
h3 {
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#231F20;
	margin:0px;
	font-weight:normal;
}
.clear{
	clear:both;
	}
ul {
list-style-image:url(../images/liststyleimage.png);
list-style-type: square;
}
.ul2 {
list-style-image:url(../images/bullet_arrow.png);
line-height:18px;

}
#main{
	background-color:#FFF;
	background-image:url(../images/footer_left_bg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:970px;
	overflow:auto;
}
#main_centre{
	background-image:url(../images/centremain_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;	
	margin-left:auto;
	margin-right:auto;
	width:950px;
	overflow:hidden;
}
#main_content{
	margin-left:17px;
	width:921px;
}
#main_left{
	float:left;
	width:236px;
}
#main_right{
	float:left;
	width:685px;
}
#seach_top_right{
	float:right;
	height:101px;
	width:350px;
	}
#content_area{
	background-image:url(../images/main_content_bg.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
	}
#content{
	margin-left:auto;
	margin-right:auto;
	width:666px;
	}
#content_main{
	margin-left:auto;
	margin-right:auto;
	width:616px;
	}
#footer{
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	height:73px;
	width:950px;
	}
.txtbx{
	border:0;
	width:190px;	
	}
#content_bg{
	background-image:url(../images/content_middle_bg.png);
	background-repeat:repeat-y;
	background-position:center;
	}
/*CMS Styles*/
.grey{
	color:#58595B;
	}
.small{
	font-size:10px;
	}
.large{
	font-size:16px;
	}
.green{
	color:#006A71;
	}
/*CMS Styles end*/