#content .col-left {
  width: 160px;
  
  float: left;
  
  padding-right: 20px;
  
  text-transform: uppercase;
}

#content .portfolio, #content .execs{
  padding-right: 20px;
}

#content .col-left .nav {
  margin-bottom: 20px;  
}

#content .col-left .nav li { 
  background-color: #4d4d4d;
  height: 35px;
  display: block;
  list-style-type: none;
  width: 159px;
}

#content .col-left .nav a {
  color: #fff;
  
  background-color: #4d4d4d;
  
  display: block;
  width: 147px;
  height: 24px;
  
  padding-left: 10px;
  padding-top: 8px;  

  border: 1px solid #000;
  border-left: none;
}

#content .col-left .nav li.selected a {
  background-color: #000;
  border-left-color: #000;
  border-top-color: #000;
  border-bottom-color: #000;
  color: #ffce00;
  width: 148px;
}

#content .col-left .nav li.bottom a {
  border-bottom-color: #4d4d4d; 
  height: 25px;
}

#content .col-left .nav li.top a {
  border-top-color: #4d4d4d;  
}

#content .col-left .nav a:hover {
  background-color: #ffce00;
  text-decoration: none;
}


#content .col-left .left-search-long, #content .col-left .left-search {
  width: 161px;
  background-image: url(/images/internal_search/bg.png);
  text-align: center;
}

#content .col-left .left-search-long input, #content .col-left .left-search-long div.field, 
#content .col-left .left-search div.field  {
  margin-top: 10px;
  text-align: center;
  color: #aaaaaa;
}
		
#content .col-left .left-search-long div.field select, #content .col-left .left-search div.field select  {
  width: 83px;
  height: 18px;
  border: 1px solid #aaaaaa;
  background-color: #fff;
  color: #000;
  font-size: .8em;
  padding-left: 2px;
}

#content .col-left .left-search-long div.field input, #content .col-left .left-search-long div.field select, #content .col-left .left-search div.field select {
  width: 140px; 
}

#content .col-left .left-search-long  div.field #city {
  margin-top: 10px;  
}

#content .col-left .left-search-long  div.submit {
  margin-top:10px;
  text-align: center;
}

#content .col-left .left-search #state, #content .col-left .left-search #city {
  width: 70px;
}