html,body,
ul,dl {
  margin:0;
  padding:0;
  }
p {
  margin:0; 
  padding-top:6px;
  }
body {
  text-align:center;
  font:normal 78%/1.4 trebuchet ms, tahoma, arial, verdana, sans-serif;
  color:#333366;
  background:transparent url(../../images/bkg.gif) repeat;
  }
td a{
color: #333366;
text-decoration: underline
}
h2 {
  margin:0;
  font:normal 160%/1.5 Arial,sans-serif;
  font-weight:bold;
  padding-bottom:1px;
  }
h3 {
  margin:0;
  font:normal 150%/1.5 Arial,sans-serif;
  font-weight:bold;
  padding-bottom:1px;
  }
img {
  border:0;
  }
div.hr {
  height: 4px;
  background: #fff url(../../images/h1.jpg) no-repeat;
  padding-bottom:8px;
}
div.hr hr {
  display: none;
}
div.hr1 {
  height: 4px;
  background: #fff url(../../images/divider.gif) no-repeat;
  padding-bottom:8px;
  padding-top:8px;
}
div.hr1 hr1 {
  display: none;
}

/* Logo
-----------------------------*/
#logo{
	position:relative;
	margin:0;
	padding:0;
	width:750px;
	height:108px;
	background:transparent url(../../images/main_logo.gif) no-repeat;
	text-indent:-9999px;
	z-index:0;
}

/* Main Container
-----------------------------*/
#main {
  position:relative;
  margin:auto;
  width:750px;
  text-align:left;
  background:#fff;
  top:30px;
  }
#masthead {
  position:relative;
  margin:auto;
  padding:0;
  width:750px;
  text-align:left;
  top:30px;
  bottom:10px;
  background:transparent url(images/bkg1.gif) repeat-y;
  }
#left {
	position:relative;
	float:left;
	padding: 0;
	margin:auto;
	width: 200px;
	z-index:1;
	top:7px;
}

/* Content
-----------------------------*/
#content {
  position:relative;
  float:right;
  margin-right:10px;
  padding-bottom:18px;
  width:530px;
  text-align:left;
  font-size:0.9em;
  }
#tblheader {
color: #fff;
padding:4px;
margin-top:10px;
font-weight:bold;
background:transparent url(../../images/nav_bkg.gif) repeat;
margin:0;
clear:both;
}
#tblheader1 {
color: #fff;
padding:4px;
margin-top:10px;
font-weight:bold;
background:transparent url(../../images/bkg.gif) repeat;
margin:0;
clear:both;
}
td {
	border-right: 0px solid #C1DAD7;
	border-bottom: 0px solid #C1DAD7;
	padding: 0px 0px 0px 0px;
}
#table {
	width: 530px;
	padding: 0;
	margin: 0;
}
.tblleft {
	padding: 0px 5px;
	margin: 0;
	width: 301px;
}
.tblright {
	padding: 0px 5px;
	margin: 0;
	width: 206px;
}
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(../../images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../../images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../../images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../../images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

/************* #globalNav styles **************/
#globalNav {
  position:absolute;
  top:60px;
  left:198px;
  height:23px;
  overflow:hidden;
  background:transparent url(../images/top_nav.gif) no-repeat;
  z-index:1;
  }
#globalNav li {
  float:left;
  list-style:none;
  height:23px;
  text-indent:-9999px;
  }
#globalNav a {
  display:block;
  height:100%;
  text-decoration:none;
  }
#globalNav-home { width:107px; }
#globalNav-services { width:78px; }
#globalNav-offices { width:179px; }
#globalNav-tools { width:118px; }
#globalNav-french { width:70px; }

#globalNav-home a:hover, #globalNav-home.here a { background:transparent url(../images/top_nav.gif) -0px -23px no-repeat; }
#globalNav-services a:hover, #globalNav-services.here a { background:transparent url(../images/top_nav.gif) -107px -23px no-repeat; }
#globalNav-offices a:hover, #globalNav-offices.here a { background:transparent url(../images/top_nav.gif) -185px -23px no-repeat; }
#globalNav-tools a:hover, #globalNav-tools.here a { background:transparent url(../images/top_nav.gif) -364px -23px no-repeat; }
#globalNav-french a:hover, #globalNav-french.here a { background:transparent url(../images/top_nav.gif) -482px -23px no-repeat; }

/* Navigation
-----------------------------*/
.suckerdiv ul{
padding: 0;
list-style-type: none;
width: 170px; /* Width of Menu Items */
font-weight:bold;
margin-left:12px;
z-index:1;
background:#98b1d0;
}
#productline {
margin-left:12px;
top:7px;
padding: 0;
list-style-type: none;
width: 170px;
height:32px;
font-weight:bold;
background:transparent url(../images/productline.gif) no-repeat;
text-indent:-9999px;
}
.suckerdiv ul li{
position: relative;
}
/*1st level sub menu style */
.suckerdiv ul li ul{
left: 158px; /* Parent menu width - 1*/
position: absolute;
width: 158px; /*sub menu width*/
top: 0;
padding:0;
display: none;
}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{ 
left: 146px; /* Parent menu width - 1*/
}
/* menu links style */
.suckerdiv ul li a{
display: block;
color: #1f3163;
text-decoration: none;
padding: 4px 6px;
/*border: 1px */
border-top: 1;solid #fff;
/* width: 100%; */
}
.suckerdiv ul li a:visited{
color: #1f3163;
}
.suckerdiv ul li a:hover{
background-color: #ccc;
}
.suckerdiv li#last {
	border-right-width: 1em;
}
.suckerdiv .subfolderstyle{
background: transparent url(../../images/arrow-list.gif) no-repeat center right;
}
/* Hlly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
#bottomnav1 {
top:7px;
margin-left:12px;
padding: 0;
list-style-type: none;
width: 170px;
height:32px;
font-weight:bold;
background:transparent url(../../images/nav_bottom.gif) no-repeat;
text-indent:-9999px;
}


/* Navigation 2
-----------------------------*/
.suckerdiv2 ul{
margin-left:12px;
top:0px;
padding: 0;
list-style-type: none;
width: 170px; /* Width of Menu Items */
font-weight:bold;
z-index:1;
background:#98b1d0;
clear:both;
}
#applications {
margin-left:12px;
top:0px;
padding: 0;
list-style-type: none;
width: 170px;
height:32px;
font-weight:bold;
background:transparent url(../images/applications.gif) no-repeat;
text-indent:-9999px;
}
.suckerdiv2 ul li{
position: relative;
}
/*1st level sub menu style */
.suckerdiv2 ul li ul{
left: 158px; /* Parent menu width - 1*/
position: absolute;
width: 158px; /*sub menu width*/
top: 0;
padding:0;
display: none;
}
/*All subsequent sub menu levels offset */
.suckerdiv2 ul li ul li ul{ 
left: 146px; /* Parent menu width - 1*/
}
/* menu links style */
.suckerdiv2 ul li a{
display: block;
color: #1f3163;
text-decoration: none;
padding: 4px 6px;
/*border: 1px */
border-top: 1;solid #fff;
/* width: 100%; */
}
.suckerdiv2 ul li a:visited{
color: #1f3163;
}
.suckerdiv2 ul li a:hover{
background-color: #ccc;
}
.suckerdiv2 li#last {
	border-right-width: 1em;
}
.suckerdiv2 .subfolderstyle{
background: transparent url(../../images/arrow-list.gif) no-repeat center right;
}

/* Holly Hack for IE \*/
* html .suckerdiv2 ul li { float: left; height: 1%; }
* html .suckerdiv2 ul li a { height: 1%; }
/* End */

#bottomnav2 {
margin-left:12px;
top:0px;
padding: 0;
list-style-type: none;
width: 170px;
height:32px;
font-weight:bold;
background:transparent url(../../images/nav_bottom.gif) no-repeat;
text-indent:-9999px;
}

  /* Footer
-----------------------------*/
/*#footer {
  clear:both;
  position:relative;
  width:750px;
  margin:auto;
  background:#fff;
  background-color: #FF6600;
  }*/

#footer{
	clear: both;
	height:17px;
	padding-right:12px;
	padding-top:4px;
}
#footer li {
  float:right;
  list-style:none;
  height:24px;
  left:5px;
  }
#footer a {
  display:block;
  height:100%;
  text-decoration:none;
  }


