/* ---( page defaults )--- */

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: small;
  text-align: center;
  color: #333;
  /*  background: #e0e0e0; */
  background: #ffffff url(imgs/body_bg_top.gif) repeat-x top left;
  }

hr {
  display: none;
  }

img {
  border: none;
  }

#map {
  border: 1px solid #ccc;
  }

/* unordered list style */

ul {
  list-style: none;
  margin: 0 0 20px 30px;
  padding: 0;
  }

li {
  list-style: none;
  padding-left: 14px;
  margin-bottom: 3px;
  }

/* links */

a:link {
  color: #99CC33;
  }

a:visited {
  color: #FFCC33;
  }

a:hover {
  color: #FFCC33;
  }

a:active {
  color: #99CC33;
  text-decoration: none;
  }

/* ---( layout structure )--- */

#wrap {
  width: 847px;
  margin: 0 auto;
  text-align: left;
  background: url(imgs/tile.gif) repeat-y;
  }

#content {
  margin-left: 42px; /* to avoid the BMH */
  }

#main-content {
  float: left;
  width: 535px;
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 1.2em;
 
  }

#sidebar {
  margin: 0 41px 0 590px;
  padding: 5px 0 0 0;
  font-size: 80%;
  line-height: 1.5em;
  color: #666;
  }


/* ---( header and site name )--- */

#gigtrak-header {
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande", "Trebuchet MS";
  background: #FFFFFF url(imgs/top_div.gif) no-repeat top left;
  }

#gigtrak-header-tabs {
  margin: 0;
  padding: 120px 0px 0px 0px;
  }


/* ---( main column )--- */

h3.content-title {
  margin-top: 0;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 130%;
  letter-spacing: -1px;
  color: #99cc33;
  }

.content {
  font-size: 88%;
  margin: 0 0 1.5em 0;
  padding: 0 0 1.5em 10px;
  border-bottom: 1px solid #ccc;
  }

.content-footer {
  margin: 0;
  padding: 0 0 0 14px;
  font-size: 88%;
  color: #999;
  background: url(imgs/bullet_green.gif) no-repeat 0 8px;
  }
  
 h3.project-title {
  margin-top: 0;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 130%;
  letter-spacing: -1px;
  color: #99cc33;
  }

.project {
  font-size: 88%;
  margin: 0 0 1.5em 0;
  padding: 0 0 1.5em 14px;
  border-bottom: 1px solid #ccc;
  }

.project-footer {
  margin: 0;
  padding: 2px 0 0 10px;
  font-size: 88%;
  color: #999;
  background: url(imgs/bullet_green.gif) no-repeat 0 8px;
  }

.project img {
  float: left;
  margin: 0 10px 0 0;
  padding: 4px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  background: #99CC33;
  width: 300px;
  }

/* ---( sidebar )--- */

h2.sidebar-title {
  margin: 0 0 0 0;
  padding: 18px 0 0 48px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 130%;
  color: #666;
  height: 32px;
  background: url(imgs/arrow.gif) no-repeat 20px 15px;
  height: 32px !important; /* for most browsers */
  height /**/:57px; /* for IE5/Win */
  }

#sidebar ul, #sidebar p, #sidebar form {
  margin: 0;
  padding: 0px 20px 1em 20px;
  border-bottom: 1px solid #ccc;
  }

#arrows {
  margin: 0px;
  padding: 0px;
  }

#search_result ul {
  margin: 0;
  padding: 0px;
  }

#sidebar li {
  background: url(imgs/bullet_green.gif) no-repeat 0 6px;
  }

/* profile block */

.profile-datablock {
  margin: 0;
  padding: 5px 20px 0 20px;
  }

.profile-datablock dd {
  margin: 0;
  padding: 0;
  }

.profile-img img, .profile-img embed, .profile-img object {
  float: left;
  margin: 0 10px 0 0;
  padding: 4px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  background: #99CC33;
  }

#sidebar p.profile-textblock {
  margin-top: 1em;
  border: none;
  }

/* ---( footer )--- */

.clear { /* to fix IE6 padding-top issue */
  clear: both;
  height: 0;
  }

#footer {
  margin: 0;
  padding: 0 0 0px 0;
  font-size: 80%;
  color: #fff;
  }

#footer p {
  margin: 0;
  padding: 23px 320px 20px 95px;
  background: url(imgs/tile_footer.gif) no-repeat top left;
  }

/* footer links */

#footer a:link {
  color: #FFFFFF;
  }

#footer a:visited, #footer a:hover {
  color: #333333;
  }

#footer a:active {
  color: #99CC33;
  text-decoration: none;
  }