@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3a3a3a;
}
body {
	margin: 0px;
}

.banner-bg{
	background:url(../images/banner-bg.jpg) repeat-x;
	height:156px;
	}
.banner-txt{
	font-size:24px;
      font-weight:bold;
	color:#000;
	text-transform:uppercase;
	}
.left-col{
	margin: 16px 0px;
	}
	
.left-nav-head{
	background:url(../images/left-nav-top.jpg) center no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	line-height:45px;
	text-transform:uppercase;
	vertical-align:middle;
	}
.left-nav{
	background:url(../images/left-nav-bg.jpg) center repeat-y;
}
.left-nav-btm{
	background:url(../images/left-nav-btm.jpg) top center no-repeat;
	height:13px;
}
.content{
	margin:10px 0px;
	}
.heading-grey{
	color:#4f4f4f;
	font-size:18px;
	text-transform:uppercase;
	line-height:40px;
	}
.heading-orange{
	color:#d25900;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	}
.txt{
	text-align:justify;
	}
.tbltxt{
	text-align:left;
	}
.img-bdr{
	border:1px solid #e3a801;
	padding:5px;
	margin:0 10px 10px 0;
	}
a.readmore{
	background:#f8edd9;
	display: inline-block;
	padding:3px 8px;
	color:#d25900;
	font-size:12px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	}
	a.readmore:hover{
	color:#f8edd9;
	text-decoration:none;
	background:#d25900;
	}



.footer{
	background:url(../images/footer-bg.jpg) repeat-x;
	height:58px;
	}
	.footer ul{
	margin:0px;
	display:inline-block;
	}
	.footer ul li{
	list-style:none;
	display:inline;
	padding:0px 5px;
	line-height:24px;
	color:#000;
	}
	.footer ul li a{
	color:#000;
	text-decoration:none;
	}
	.footer ul li a:hover{
	color:#d25900;
	text-decoration:underline;
	}

.copyright{
	display:block;
	line-height:25px;
	color:#FFFFFF;
	}
.copyright a{ color:#000;
	text-decoration:none;
	}
.copyright a:hover{
	color:#d25900;
	text-decoration:underline;
	}
