#banner {
   /*background-color: #03a1e0;*/
   background-image: url('../images/tq_tile.jpg');
   /*background-position: top right;*/
   background-repeat: repeat-x;*/
}

/* Smaller labels on search page*/
label.col {
  width: 100px; 
} 

/* TO FIX SPLASH PAGE TABLE */
.splash td {
	vertical-align: middle;
}

.splash a {
	color: #C0C0C0;
	font-size: 8pt;
	text-decoration: none;
}

.splash a:hover {
	color: #D62129;
}

.mini-sample {
  width: 112px;
  background-color: #03a1e2;
  
  text-align: center;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px; 
  float: left;
  overflow: hidden;
}

/* Frame background color */
.mini-fill {
 height: 2000px;
 background-color: #e4e4e4;
}

.mini-sample a:link,
.mini-sample a:visited,
.mini-sample a:hover,
.mini-sample a:active {
  color: #ffffff;
  text-decoration: none;
}

/* change colour of menu text */
#menu a:link,
#menu a:visited,
#menu a:hover,
#menu a:active {
  color: #002f63;
}

