/* CSS Document */
body{ margin:2px;}
a{ font-family:Tahoma; font-size:12px; font-weight:bold; color:blue; text-decoration:none;}
a:hover{ font-family:Tahoma; font-size:12px; font-weight:bold; color:#FF0000; text-decoration:none;}
p{font-family:Tahoma; font-size:12px; color:#000000; text-decoration:none;}
td{font-family:Tahoma; font-size:12px;  color:#000000; text-decoration:none; }
images{border:0px;}

/******************************Subcsription box***************************************/

 #floatdiv
 {
 	 position:absolute; 
     width:235px;
	 top:300px;
	 margin-right:auto; 
	 margin-left:35%;
     padding:8px;
	 background:#FFFFFF;  
     border:2px solid #2266AA;  
     z-index:300;
 }
  #floatdiv h1
  {
	float:left;
	width:224px;
	height:35px;
	font:bold 12px Arial, Helvetica, sans-serif !important;
	color:#FFFFFF;
	text-align:center;
	padding:5px 4px 3px 5px;
	margin-top:2px;
	background:#005AAF;
  }
  #floatdiv h1 span.fleft
  {
  	text-indent:5px
  }
 .fleft
 {
 	float:left;
 }
 .fright
 {
 	float:right;
 }
 .fcentre
 {
 	text-align:center;
 }
 .close
 {
 background:transparent;
 color:#fff;
 border:none;
 outline:none;
 cursor:pointer;
 font-weight:bold
 }
 
/******************************End of Subcsription box***************************************/


/*Background Images*/
.header_pic1{background:url(../images/header-part1.jpg) #000000 no-repeat;}
.header_pic2{background:url(../images/header-part2.jpg) #000000 no-repeat;}
.header_pic3{ background:url(../images/header-part3.jpg) #000000 no-repeat;}
.header_pic3{ background:url(../images/header-part4.jpg) #000000 no-repeat;}
.newsletter{ background:url(../images/newsletters.jpg) #666666 no-repeat; height:36px; width:227px;}
.testi_bg{background:url(../images/bg1.jpg) #999999 repeat-y;}

/*Links*/
.Links{ font-family:Tahoma; font-size:12px; font-weight:bold; color:#DA5001; text-decoration:none;}
.Links:hover{ font-family:Tahoma; font-size:12px; font-weight:bold; color:#FF0000; text-decoration:none;}

.Links1{font-family:Tahoma; font-size:11px; color:#DA5001; text-decoration:none; text-align:right;  font-weight:500; font-weight:bold;}
.Links1:hover{font-family:Tahoma; font-size:11px; color:#0667AB0; text-decoration:none; text-align:right;  font-weight:500; text-decoration:none; font-weight:bold}

#nav
{
 margin:0px;
 padding:0px;
 display:block;
 width:100%;
 margin:auto;
 height:33px;
}
#nav li
{
	float:left;
	margin:0px;
	margin-right:1px;
	padding:0 3px;
	list-style:none;
	background:#FBE6C9;
	height:33px;
	text-align:center;
		
}

#nav li:hover
{
	
	background:#eb951e;
	
}

#nav li:hover a 
{
	background-position: left -24px;
}

#nav li a
{
	float:left;
	padding-left:12px;
	text-decoration:none;
	color:#000000;
	font:bold 12px/34px Arial, Helvetica, sans-serif;
	background:url(../images/nav-bullet.gif) no-repeat left 13px;
}

#nav li a:hover, #nav li a .active
{
	background-position: left -24px;
}

/*Text*/
.bullet{font-family:Tahoma; font-size:11px;color:#868785; text-decoration:none; margin-left:15px; text-align:center;}
.tittle{font-family:Tahoma; font-size:12px; font-weight:bold; color:#000000; text-decoration:none;}
.text2{font-family:Tahoma; font-size:12px; color:#000000; text-decoration:none;}
.input{font-family: Tahoma; font-size:11px; color:#000000; height:12px; width:145px; }
.input1{font-family: Tahoma; font-size:11px; color:#000000; height:14px; width:145px;  }
.input2{font-family: Tahoma; font-size:11px; color:#000000; height:20px; width:145px; }
.maintitle{ font-family:Tahoma; font-size:18px; font-weight:bold; color:#DA5001; text-transform:capitalize;}
.text3{font-family:Tahoma; font-size:11px; color:#DA5001; text-decoration:none;}

