/* CSS Document */
body{
background-color:#F7F7F7;
}
.maindiv1{
 width:1003px;
 background:#F7F7F7;
 }
#bodydiv{
width:980px;
height:480px;
}

#bodydiv #catdivleft {
 /*border-style:solid;
  border: 1px solid #000; */
  width: 980px; height: 100%;
 /* background: transparent url(bg.png) no-repeat; 
  background-position: bottom left;
  background-color:#fff;*/
  overflow: hidden;
  float:left;
}
#catdivleft #catbox {
 border: 1px solid #0072BB;
 width: 580px;
 height: 100px; 
 background-position: bottom left; 
 background-color:#0072BB;
 overflow: hidden;
}
.catbox1 {
 /*border: 1px solid #0072BB;*/
 width: 580px;
 height: 30px; 
 background-position: bottom left; 
 background-color:#ccc;
 overflow: hidden;
}

#catdivleft #catboxpages {
 border: 1px solid #0072BB;
 width: 980px;
 height: 40px; 
 background-position: bottom left; 
 background-color:#0072BB;
 overflow: hidden;
}

#bodydiv #catdivright {
 /*border-style:solid;
  border: 1px solid #000; */
  width: 380px; height: 510px;
 /* background: transparent url(bg.png) no-repeat; 
  background-position: bottom left;
  background-color:#fff;*/
  overflow: hidden;
  float:right;
}
 #catdivright  #catbox {
 border: 1px solid #0072BB;
 width: 560px;
 height: 50px; 
  background-position: bottom right; 
 background-color:#0072BB;
 overflow: hidden;
}
#catdivright #subbox {
 border: 1px solid #B5B5B5;
 width: 378px;
 height: 300px; 
 background-position: bottom left; 
 background-color:#fff;
 overflow: hidden;
}
#catdivleft #subbox {
 border: 1px solid #B5B5B5;
 width: 575px;
 height: 250px; 
 background-position: bottom left; 
 background-color:#fff;
 overflow: hidden;
}
#subbox .text{
 text-align:justify;
 font-family: Arial;
 font-size:12px;
 font-weight:normal;
 color:#000; 
 margin-top:2px;
 padding-left:5px;
 padding-right:5px;
 }
#catdivleft #subboxpages {
 border: 1px solid #B5B5B5;
 width: 980px;
 
 background-position: bottom left; 
 background-color:#fff;
 overflow: hidden;
}
#subboxpages .text{
 text-align:justify;
 font-family: Arial;
 font-size:11px;
 line-height:15px;
 font-weight:normal;
 color:#000; 
 margin-top:2px;
 padding-left:5px;
 padding-right:5px;
 }
 #subbox .link a{
 font-family:Arial;
 font-size:11px;
 font-weight:bold;
 color:#333333;
 text-align: left;
 text-decoration: none;
 float:left;
 /*padding-left:55px;*/
 padding-top:10px;
 padding-left:10px;
 /*background-image: url(../images/arrowsign.jpg);*/
 background-repeat: no-repeat;
 width: 180px;
 
 }
#subbox .link a:hover{
    font-family:Arial;
 font-size:11px;
/* font-weight:bold;*/
 color:#0072BB;
 text-align: left;
 text-decoration: none;
 float:left;
 /*padding-left:55px;*/
 padding-top:10px;
 width: 180px;
/* background-image: url(../images/arrowsign.jpg);*/
 background-repeat: no-repeat;

 }
/*#subbox .link a{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	text-align: center;
	text-decoration: none;
	float:left;
	padding-left:55px;
	padding-top:10px;
	background-image: url(../images/arrowsign.jpg);
	background-repeat: no-repeat;
	background-position: 24px 12px;
 }
#subbox .link a:hover{
       font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#0072BB;
	text-align: center;
	text-decoration: none;
	float:left;
	padding-left:55px;
	padding-top:10px;
	background-image: url(../images/arrowsign.jpg);
	background-repeat: no-repeat;
	background-position: 34px 12px;
 }*/
#subbox #line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5B5B5;
	margin-top:35px;

}
#catbox  .heading{
 font-family:"Times New Roman", Times, serif;
 font-size:18px;
 text-align:left;
 text-indent:100px;
 font-weight:bold;
 color:#fff;
 padding-top:15px;
 padding-right:10px;
 padding-left:-20px;
 width:490px;
 float:left;
}
#catboxpages  .headingpages{
 font-family:"Times New Roman", Times, serif;
 font-size:18px;
 text-align:left;
 text-indent:10px;
 font-weight:bold;
 color:#fff;
 padding-top:12px;
 padding-right:10px;
 padding-left:-50px;
 width:490px;
 float:left;
}
.text{
 text-align:justify;
 font-family: Arial;
 font-size:12px;
 font-weight:normal;
 color:#fff; 
 margin-top:2px;
 padding-left:5px;
 padding-right:5px;
 }
.heading{
 font-family:Arial;
 font-size:13px;
 text-align:center;
 font-weight:bold;
 color:#000;
 padding-top:5px;
 width:490px;
}
.welcom{
 text-align:justify;
 font-family: Arial;
 font-size:12px;
 font-weight:normal;
 color:#000; 
 padding-left:5px;
 padding-right:5px;
 }
 .conct_txt{
 text-align:justify;
 font-family: Arial;
 font-size:13px;
 font-weight:normal;
 color:#000; 

 }
 
