/* Irish National:Main Styles - Alex@Popcorn08 */
body {
  background-color: #BED0D3;
  background-image: url(/images/body-bg.gif);
  background-repeat: no-repeat;
  background-position: center 140px;
  font-size: 0.75em;
  font-family: Arial;
  color: #575857;
  margin-top: 0px;
}

#container {
  width: 900px;
  margin: 0px auto 0px auto;
}

#header {
  background-image: url(/images/header-bg.jpg);
  background-repeat: no-repeat;
  background-position: left;
  height: 99px;
  overflow: hidden;
}

#header img {
  margin: 5px 0px 0px 44px;
  border: 0px;
}

#navbar {
  background-image: url(/images/navbar-bg.gif);
  background-repeat: no-repeat;
  background-position: left;
  height: 44px;
  width: 100%;
  overflow: hidden;
}

#navbar ul {
  margin: 6px 0px 6px 0px;
  padding: 0px;
  height: 32px;
  list-style: none;
}

#navbar li {
  overflow: hidden;
  float: left;
  height: 32px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#navbar li a {
  float: left;
  font-size: 16px;
  padding: 7px 8px 7px 8px;
  text-decoration: none;
  color: #004588;
}
  
#navbar li a:hover {
  background-color: #E8EAF5;
}

#navbar li.selected a {
  background-color: #D7B37B;
  color: #FFFFFF;
}

#navbar li.selected a:hover {
  background-color: #D7B37B;
}

#inner-container {
  background-color: #FFFFFF;
  min-height: 450px;
  height: auto !important;
  height: 450px;
}

#footer {
  margin-top: 5px;
  background-color: #FFFFFF;
}

#footer ul {
  margin: 6px 0px 6px 0px;
  padding: 0px;
  height: 30px;
  list-style: none;
}

#footer li {
  overflow: hidden;
  float: left;
  height: 30px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#footer li a {
  float: left;
  font-size: 10px;
  padding: 9px 6px 9px 8px;
  text-decoration: none;
  color: #004588;
}