html, body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background:#C0C0C0;
	
}
/*#main-bg{
               margin:0 auto; background:url(../images/header.jpg)  center top no-repeat; width:100%; overflow:auto;
			  
			   }*/

#parent
{
	margin:0px auto 0px auto; 
	padding:0px 0px 0px 0px;
	width:980px;		
	border-top:1px solid #2A2C24;
	border-right:1px solid #000;
	border-left:1px solid #000;
	
		 	
}

.clr {
margin:0; padding:0;
clear:both;
}
/* Global Classes starts */
* {
outline:none;
}

div, form, P
{
 margin:0px;
 padding:0px;
}

A IMG /* This Class will disble border over any link on images*/
{ 
  border:none;
  outline:none
}
a
{
	text-decoration:underline;
	color:#A2A2A2;
}

a:hover
{
	text-decoration:none;
	color:#596163;
}
p
{
	color:#596163;
	padding:5px 0px 5px 0px;
	margin:5px 0px 5px 0px;
}

p a
{
	text-decoration:underline;
	color:#A2A2A2;
}

p a:hover
{
	text-decoration:none;
	color:#596163;
}

UL
	{
	/* Controls NORMAL UL */
	margin:0 0 0 15px; 
	padding:0 0 0 0;
	list-style-type:none; 
	color:#596163;
	}

UL LI
	{
	/* Controls NORMAL li inside UL */
	margin:0 0 3px 0; 
	padding:0 0 0 12px;
	}

UL strong	{
font-size:15px;
	}	

OL 
	{
	/* Controls NORMAL OL */
	margin:0 0 0 28px; 
	padding:0 0 0 0;
	list-style-type:decimal; 
	}

OL LI
	{
	/* Controls NORMAL li inside OL */
	text-decoration:underline;
	color:#000000;
	}
	
OL LI A, LI A , OL A
	{
	/* Controls LINKS inside OL */
	text-decoration:underline;
	color:#000000;
	}

OL A:HOVER
	{
	/* Controls LINKS HOVER inside OL */
	text-decoration:none;
	color:#363636;
	}

UL A
	{
	/* Controls LINKS inside UL */
	text-decoration:underline;
	color:#A2A2A2;
	}

UL A:HOVER
	{
	/* Controls LINKS HOVER inside UL */
	text-decoration:none;
	color:#363636;
	}
/* Global Classes ends */


/*----------- header-right=-part  start---------------*/
.headercontaner{
         padding:0px 0px 0px 0px;
         margin:0px 0px 0px 0px;		 
		  }
.topbox{
         padding:0px 0px 0px 0px;
         margin:0px 0px 0px 0px;
		 background:url(../boston-lgv-training/logobg.jpg) #1B1D17 left top repeat-x;
		  }
.logo{ 
       padding:0px 0px 0px 0px;	  
       margin:0px 0px 0px 35px;
	   float:left;
	   width:290px;
	  
	   
    }
.toptxt{ 
       padding:0px 0px 6px 0px;
       margin:45px 40px 0px 0px;
	   float:right;
	   width:595px;	   	   	   
	   border-left: 1px solid #53544F;	  
        }
.toptxt_left{ 
       padding:5px 0px 0px 20px;
       margin:0px 0px 0px 0px;
	   float:left;	   
	   color:#D3D1D1;
	   font-size:10px;
	   text-transform:uppercase;
	   letter-spacing:1px; 
	         }	
.toptxt_right{ 
       padding:0px 0px 0px 0px;
       margin:0px 0px 0px 0px;
	   float:right;	   
	   color:#F2ECEB;
	   font-size:14px;
	   text-transform:uppercase;
	   font-weight:bold;	  
        }
.toptxt_right a{ 
       padding:0px 0px 0px 0px;
       margin:0px 0px 0px 0px;	   
	   color:#F2ECEB;
	   font-size:14px;
	   text-decoration:none;	  
        }
.toptxt_right a:hover{ 
       padding:0px 0px 0px 0px;
       margin:0px 0px 0px 0px;	   
	   color:#2D75EA;
	   font-size:14px;
	   text-decoration:underline;	  
        }					
.toptxt_right span{        	    
	   color:#74A9FF;
	   font-size:14px;	  
        }
		
.topnav{ 
       padding:0px 0px 0px 0px;
       margin:0px 0px 0px 0px;	 
	   background:url(../boston-lgv-training/navbg.jpg) left top repeat-x;
	    
}

.topnav ul{
	       margin:0px 0px 0px 5px; 
	       padding:0px 0px 0px 0px;	
	       list-style-type:none;      
	}
	
.topnav ul li{
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px;
	float:left;
	height:40px;
	list-style-type:none;	
	background:url(../boston-lgv-training/nav_devaider.png) right top no-repeat; 
	}

.topnav ul li a{
    margin:0px 0px 0px 0px; 
	padding:12px 33px 15px 33px; 
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	display:block;
	color:#D9D9CF;
	text-transform:uppercase;	
	
	}
.topnav ul li a:hover{    
	text-decoration:none;	
	color:#74A9FF;	
	display:block;
	
	}
	
.topnav ul li a.active{
        text-decoration:none;	
	    color:#74A9FF;	
	    display:block;	
	}		   			
 .img{
           padding:0px 0px 0px 0px;
           margin:0px 0px 0px 40px;
		   float:left;
		   width:1px;
		   }
.baner{ 
       padding:0px 0px 0px 0px;
       margin:0px 0px 0px 0px;	  
      }		

/*----------- headercontaner  End---------------*/




/*----------------bodycontaner top  Start---------------*/
 .mainbodydiv{
           padding:0px 0px 0px 0px;
           margin:0px 0px 0px 0px;
		   }
.body_top{
           padding:25px 45px 30px 45px;
           margin:0px 0px 0px 0px;
		   background:url(../boston-lgv-training/body_topbg.jpg) #E1DBD6  left top repeat-x;
		   		   
		   }
.iconbox{
           padding:9px 0px 0px 0px;
           margin:0px 1px 0px 0px;		  
		   width:295px;
		   float:left;
		   background:url(../boston-lgv-training/boxtop.jpg) left top no-repeat;		   
		   }
.icon_bottombox{
           padding:0px 0px 20px 0px;
           margin:0px 0px 0px 0px;		   
		   background:url(../boston-lgv-training/boxbottom.jpg) left bottom no-repeat;
		   min-height:150px;
		   height:auto;
		   height:150px;
		   }		   		   		
.icon_img{
           padding:15px 0px 0px 8px;
           margin:0px 0px 0px 0px;		   
		   float:left;
		   width:106px;		  
		   }
.icon_right_txt{
           padding:15px 0px 0px 0px;
           margin:0px 10px 0px 0px;		   
		   float:right;
		   width:155px;		  
		   }
.heading_txt{
           padding:10px 0px 0px 0px;
           margin:0px 0px 0px 0px;
		   color:#027EC9;
		   font-size:13px;
		   font-weight:bold;
		   font-family:Tahoma;		   
		   		  
		   }
.heading_txt_2{
           padding:0px 0px 0px 0px;
           margin:12px 0px 12px 0px;
		   color:#1E201A;
		   font-size:11px;		   		  
		   }		   	   		   	   				     
.botton_box{
           padding:1px 0px 2px 12px;
           margin:12px 0px 12px 0px;
		   color:#A85C20;
		   font-size:11px;		   
		    background:url(../boston-lgv-training/bottonbg.jpg) left top no-repeat;		   		  
		   }
.botton_box a{
           padding:0px 0px 0px 0px;
           margin:0px 0px 0px 0px;
		   color:#A85C20;
		   font-size:11px;		   
		   text-decoration:none; 	   		  
		   } 		
.botton_box a:hover{
           padding:0px 0px 0px 0px;
           margin:0px 0px 0px 0px;
		   color:#000;
		   font-size:11px;		   
		   text-decoration:underline; 	   		  
		   }		             
/*----------------bodycontaner top  End---------------*/


/*----------------bodycontaner bottom  start---------------*/
.body_bottom{
           padding:20px 45px; 
           margin:0px 0px 0px 0px;
		   background:#F6F1F0;
		   border-bottom:1px solid #FFF;	
		    border-top:1px solid #FFF;	   		   
		   }
.body_leftcontaner{
           padding:0px 20px 0px 0px;
           margin:0px 0px 0px 0px;
		   width:575px;
		   float:left;
		   border-right:1px solid #7C7A7A;		   		   
		   }
h1{
   margin:0px;
   padding:10px 0px 18px 0px;
   color:#027EC9;
   font-size:21px; 
   }
   
.contant_part{
           padding:0px 0px 0px 0px;
           margin:0px 0px 12px 0px;
		   color:#121212;		  		   		   
		   } 
		   
.body_rightcontaner{
           padding:10px 0px 0px 0px;
           margin:0px 0px 0px 0px;
		   width:275px;
		   float:right;		   		   		   
		   }		     		   
/*----------------bodycontaner bottom  End---------------*/



/*----------------footercontaner  Start---------------*/



.footer
{   
	margin:0px 0px 0px 0px;
	padding:10px 45px 40px 45px;   
	background:url(../boston-lgv-training/footorbg.jpg) left top repeat-x;	
	 	
	}
.footor_rightcontaner{
           padding:5px 0px 5px 0px;
           margin:0px 0px 0px 0px;
		   width:285px;
		   float:right;
		   color:#64584C;
		   font-size:10px;
		   font-family:Tahoma;
		   text-transform:uppercase; 		   		   		   
		   }
.footor_leftcontaner{
           padding:5px 20px 5px 0px;
           margin:0px 0px 0px 0px;
		   width:575px;
		   float:left;
		   color:#64584C;
		   font-size:11px;
		   font-family:Tahoma;
		   border-right:1px solid #7C7A7A;
		   text-transform:uppercase;		   		   
		   }		   		
/*----------------footercontaner  End---------------*/










		
