/* GLOBAL TRANSPORATION MANAGEMENT SOLUTIONS */
/* dcdcde  */
body{
  font: normal 12px Arial, Helvetica, sans-serif;
  background-color: #000000;
  color: #121110;
  margin:0px;
}
h1{
  font-size: 16px;
  color: #faa23b;
  margin: 0px 0px 13px 0px;
}
h2 {
  font-size: 14px;
  color: #696b6b;
  margin: 13px 0px 5px 0px;
}
img{
  margin: 0px;
  padding: 0px;
  border: none;
}
p{
  margin: 0px 0px 13px 0px;
  padding: 0px;
  line-height: 15px;
}
strong{
  font: bold 13px Arial, Helvetica, sans-serif;
}
#container{
  background: #ffffff url("../images/container-background.gif") repeat-y;
  width: 750px;
  padding: 0px 10px;
  margin:0px auto;
  min-height: 100%;
  height: 100%;
}
/*
**  HEADER CSS  e4e1d6
*/
#header{
  font: bold 11px Arial, Helvetica, sans-serif;
  background: #ffffff url("../images/header-dotted-divider.gif") repeat-x bottom;
  width: 710px;
  padding: 0px 20px;
  margin: 0px;
  vertical-align: bottom;
}
#header-contact{
  margin: 48px 0px 0px 0px;
  float: left;
}
#header-logo{
  margin: 10px 0px 0px 0px;
  float: right;
}
#visual-clear{
  clear: both;
  height: 1%;
  margin: 0px;
  padding: 0px;
}
#navigation-top{
  font: bold 11px Arial, Helvetica, sans-serif;
  color: #696b6b;
  background: #ededed url("../images/header-dotted-divider.gif") repeat-x bottom;
  width: 710px;
  padding: 8px 20px;
  margin: 0px;
  text-align:center;
}
a.navigation-top-link, a:visited.navigation-top-link, a.footer-link, a:visited.footer-link{
  color: #696b6b;
  text-decoration: none;
  margin:0px 10px;
}
a:hover.navigation-top-link, a:hover.footer-link{
  color: #faa23b;
}
/*
** MAIN CONTENT
*/
#banner{
  background:url("../images/header-dotted-divider.gif") repeat-x bottom;
  padding: 0px 0px 1px 0px;
  margin: 0px;
  clear: both;
}
#content{
  margin:0px;
}
#visual-spacer{
  height: 25px;
  background-color: #ffffff;
}
/*
** LEFT COLUMN
*/
#left-column{
  background-color: transparent;
  width: 180px;
  float: left;
  margin: 0px;
}
ul.navigation-tree{
  font: bold 11px Arial, Helvetica, sans-serif;
  color: #696b6b;
  list-style: none;
  margin:0px 20px 0px 25px;
  padding:0px;
}
.navigation-item, .navigation-item a{
  text-decoration: none;
  margin: 0px 0px 10px 0px;
  color: #696b6b;
}
.navigation-item a:hover{
  color: #121110;
}
.selected a{
  color: #121110;
}
/*
** CENTER COLUMN
*/
#center-column{
  background-color: transparent;
  width: 349px;
  float: left;
  margin: 0px;
  padding: 0px 50px 50px 50px;
}
#center-column ul{
  margin: 13px 0px;
  padding: 0px;
  list-style:inside square;
}
#center-column li{
  margin: 5px 0px;
}
#center-column li a, #center-column li a:visited{
  color: #121110;
  text-decoration: none;
}
#center-column li a:hover{
  color: #faa23b;
  text-decoration: none;
}
a.back-to-top, a:visited.back-to-top{
  color: #696b6b;
  text-decoration: none;
  margin: 0px 0px 13px 0px;
}
a:hover.back-to-top{
  color: #faa23b;
}
/*
** RIGHT COLUMN
*/
#right-column{
  background-color: transparent;
  margin: 0px;
  width: 96px;
  padding: 0px 10px 0px 10px;
  float: left;
}
.right-column-thumb{
  padding:0px;
  margin: 0px 0px 30px 0px;
}
/*
** FOOTER CSS
*/
#footer{
  font: normal 10px Arial, Helvetica, sans-serif;
  background: url("../images/container-background.gif") repeat-y;
  color: #696b6b;  
  width: 750px;
  padding: 0px 10px;
  margin: 0px auto;
  text-align: center;
}
.footer-content{
  background: #ededed url("../images/header-dotted-divider.gif") repeat-x top;
  min-height: 50px;
  height: auto !important;
  height: 50px;
  padding:20px 0px;
}
a.iwo-link, a:visited.iwo-link{
  color: #696b6b;
  text-decoration: none;
}
a:hover.iwo-link{
  color: #faa23b
}