/* Copyright (c) 2013, Oscar de Lama */
#FrontPageBanner {
  background-color: #004883;
  background: -webkit-linear-gradient(top, #055fa8 0%, #003766 100%);
  background: linear-gradient(to bottom, #055fa8 0%, #003766 100%);
  background-repeat: repeat-x;
  height: 60px;
  width: auto !important; 
}
#FrontPageBannerContent {
  background-image: url(/_img/OscardeLamaX2.png);
  background-size: 248px  36px;
  background-position: 0 10px;
  background-repeat: no-repeat;
  position: relative;
  min-width: 480px;
  max-width: 910px;
  height: 100%;
  margin-left: 5%;
}
#SiteLogo {
  margin-top: 7px;
}
#searchbox {
  float:right;
  font-family: Arial;
  font-size: 11pt;
  margin-top: 12pt;
  margin-right: 36pt;
  padding: 0 16px 0 10px;
  width: 12em;
  border: solid 1px #CCC;
  border-radius: 10px;
}

/*** Top Menu List ***/
#MainTopMenu {
  display:block;
  border-top: 1px solid #3e769c;
  border-bottom: 1px solid #386b8c;
  background-color: #347199;
  height: 30px;
}
#TopMenuList {
  font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  font-size: 11pt;  
  padding-top: 5pt;
  line-height: 1;
  min-width: 480px;
  max-width: 910px;
  height: 100%;
  margin-left: 5%;
  margin-right: 20pt;
}
.TopMenuItem {
  /* float: right; */
  color: #92c0de;
  text-shadow: -1px -1px 2px #305066;
  padding: 4px 16px 5px 16px;
  text-decoration: none;
}
.TopMenuItem:hover  {
  color: #4fd0ff;
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 3px solid #CE9C00;
}
.frontpage-pic {
  width: 100%;
  padding: 6px;
  background: white;
  box-shadow: 1px 1px 4px #bfc3c9;
  border-radius: 3px;
}