h3 {
  color:#0095da;
}

.banner{
    background-image:url(/images/blue-bar.jpg);
    background-repeat:repeat-x;
    background-position:0px 0px;
}

.color {
  color:#00aeef; /* blue */
}

.heavy-color {
  color:#00aeef; /* blue */
  font-weight:bold;
}

a {
  color:#00aeef; /* blue */
}

#footer li {
  border-left:2px solid #00aeef; /* blue */
}

#right-column-menu li:first-child a {
  color:#00aeef;
}

#right-column-menu li{
  border-left:2px solid #00aeef;
}

#left-column-menu a:hover{
  color:#00aeef;
}

#landing-page-wrapper{
    padding-top:0px;
 /* background: #000 url('/images/landing_pages/vasco-asphalt-top.jpg') no-repeat; */
}

#landing-page-right{
  float:right;
  /* background: #000 url('/images/landing_pages/vasco-asphalt-bottom.jpg') no-repeat; */
  height:91px;
  width:199px;
  
}

.search_wrapper{
  margin:0;
  padding:30px 20px 0px 22px;
  border:none;
	float:left;
	width:700px; /* overall width is 742px */
  background-color:#fff;
  min-height:426px;
}
.search_wrapper a:hover{
  text-decoration:underline;
  color:#0994dc;
}
.search_form {
  background-color:#0994dc;
  padding:10px;
  margin-bottom:12px;
}

.search_results{
  width:100%;
  background-color:#0994dc;
  padding-bottom:15px;
  margin-bottom:20px;
}

.search_dropdown{
  float:left;
  margin-right:20px;
}

.search_dropdown label{
  color:#fff;
  font-weight:bolder;
  font-size:12px;
  font-family:Verdana;
}

#search_submit{
  float:left;
  margin-top:22px;
}

.project_name a{
    color: #0994DC; /* color of the border */
}