/**************************************************************************
**                               banner.css                              **
**                                                                       **
** This is the CSS for the Colonel Crush web page banner.                **
**                                                                       **
**************************************************************************/

/* This is the container for the title area content. */
.banner_content{ 
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 2px;
  left: 0px;
} 

/* These are for the images in the title box */
.banner_logo {
  position: static;
  float: left;
  margin: 5px;
  margin-left: 10px;
  margin-right: 10px;
  border-style:none;
}
.banner_title {
  background:transparent;
  position: static;
  margin-top: 5px;
  border-style:none;
}

/* Position the Title Box Links */
.banner_links{
  margin-top: 15px;
}

/* These are the styles for the title links */
.banner_links a,p{
  color: #ffffff;
  font-family: arial, "lucida console", sans-serif;
  font-variant: small-caps;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
}
.banner_links a:active,a:hover {
  color: #c0e0e0;
}
/* Grow the current links */
.banner_links_selected {
  color: #ffffff;
  font-family: arial, "lucida console", sans-serif;
  font-variant: small-caps;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  background-color: #283838;
}