@charset "TIS-620";
/* CSS Document */
/*Mater style sheet for Global*/
/*Imported style sheets*/
@import url("default.css");
@import url("txt.css");
@import url("form.css");
@import url("decorate.css");

.TableNavMargin{
 margin: 15px 0px 15px 93px;
}
.TableServiceMargin{
 margin: 25px 0px 0px 98px;
}
.NavServicePadding{
 padding: 4px 0px 4px 5px;
}
.TDCol2Padding{
 padding: 0px 15px 0px 10px;
}
.ServiceContentPadding{
 padding: 2px 0px 0px 0px;
}
.bgLeft{
	background-image:url(../../images/services/bg_Left.gif);
    background-position:top left;
	background-repeat:repeat-x;
}
/* Menu Active*/
/* Fading Content*/
.panel {
   display: none;
   width: 300px;
 }
 .defaultPanel {
  display: block;
 }
  .panelImg{
   display: none;
   width: 950px;
 }
 .defaultPanelImg {
  display: block;
 }
 #content {
    margin: 0px 15px 0px 10px;
 }
  #contentImg{
    margin: 0px;
 }