@import url(/css/generic.css);
@import url(/css/xstandard.css);
/*
 * Site Specific Styles
 */
body {
  margin: 0 auto 0 auto;
  width: 768px;
  text-align: center;
  font-family: arial, "lucida console", sans-serif;
  background: #EDEDED;
  color: #333;
  font-size: 75%;
}

h2 {
  color: #31692A;
  padding-bottom: 16px;
  border-bottom: 1px solid #c9c9c9;
}
h3 {
  color: #31692A;
}


/* HEADER STYLES */
#header {
  margin: 0;
  padding: 0;
}
#header-bg {
  display: block;
}
#sub-header {
  margin: 0 0 18px 0;
  padding: 0;
  height: 29px;
  background: #fff url(/images/sub-header-bg.gif) top repeat-x;
}
#sub-header-left {
  float: left;
  padding: 8px 0 0 10px;
}
#sub-header-right {
  float: right;
  color: #646464;
  font-weight: bold;
  font-size: 1.2em;
  vertical-align: middle;
}
#sub-header-right form {
  padding: 2px 15px 0 0;
}


/* CONTAINER STYLES */
#site-container {
  margin: 0 auto 0 auto;
  width: 768px;
  text-align: left;
  overflow: hidden;
  display: inline-block;
  background: #fff;
}
#site-container {
  display: block;
}


/* LEFT MENU STYLES */
#left-hand-nav {
  float: left;
  width: 135px;
  margin: 0;
  padding: 0;
  text-align: right;
}
/* UL LEVEL 1 */
#left-hand-nav ul {
  margin: -3px 0 0 0;
  padding: 0 0 0 2px;
  background: #3E7139;
  text-align: right;
}
#left-hand-nav ul li {
  list-style: none;
  padding: 6px 12px 6px 0;
}
#left-hand-nav ul li a {
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
  display: block;
}
#left-hand-nav ul li a.language {
  display: inline;
}
#left-hand-nav ul li a.language img {
  padding-top: 3px;
}
#left-hand-nav ul li a.selected {
  color: #bcff99;
}
/* UL LEVEL 2 */
#left-hand-nav ul li ul {
  margin-top: 10px;
}
#left-hand-nav ul li ul li {
  background: transparent url(/images/li-style.jpg) right no-repeat;
  margin: 6px -12px 0 0;
  padding: 0 22px 0 0;
  list-style: none;
  font-size: 1em;
}
#left-hand-nav ul li ul li a {
  text-decoration: none;
  font-size: 1em;
  font-weight: normal;
}
#left-hand-nav ul li ul li a.sublink {
  text-decoration: none;
  font-size: 1em;
  font-weight: normal;
  color: #BCFF99;
}


#site-login {
  margin-top: -8px;
  margin-bottom: -8px;
  padding: 0 12px 0 0;
  text-align: right;
  background: #9EB89C;
}
#site-login p {
  margin-bottom: 5px;
  font-size: 1.0em;
  font-weight: bold;
  color: #fff;
}
#site-login input.login{
  width: 110px;
  margin: 3px 0 3px 0;
}


/* HOMEPAGE CONTENT STYLES */
#homepage-content {
  float: left;
  width: 390px;
  w\idth: 428px;
  padding: 2px 19px 0 19px;
}
#homepage-content #homepage {
  padding-left: 3px;
  margin: 0;
  width: 430px;
}
#homepage-content #homepage-news {
  width: 408px;
  margin-top: -3px;
  padding: 10px 10px 0 10px;
  border: 1px solid #C9C9C9;
  border-top: none;
}
#homepage-content #homepage-news a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.0em;
  color: #DC0128;
}
#homepage-content h2 {
  margin: 4px 0 8px 0;
  padding: 0;
  border: none;
  font-size: 2em;
  color: #31692A;
}
#homepage-content p {
  line-height: 1.4em;
}

#hp-boxes {
  width: 432px;
  float: left;
  background: #fff url(/images/hp-boxes-bg.gif) bottom left no-repeat;
  text-align: center;
  font-size: 1.1em;
}
#hp-boxes #hp-irish-country {
  width: 205px;
  float: left;
  margin-right: 22px;
  padding: 85px 0 10px 0;
  background: transparent url(/images/hp-irish-country-bg.gif) top left no-repeat;
}
#hp-boxes #hp-irish-country p {
  padding: 0 6px 10px 12px;
}
#hp-boxes #hp-slane-valley {
  width: 205px;
  float: left;
  padding: 85px 0 10px 0;
  background: transparent url(/images/hp-slane-valley-bg.gif) top left no-repeat;
}
#hp-boxes #hp-slane-valley p {
  padding: 0 6px 10px 12px;
}



/* SUBPAGE CONTENT STYLES */
#subpage-content {
  float: left;
  padding: 2px 22px 0 22px;
  width: 586px;
}
#subpage-content ul {
  background: #DBF0CC;
  margin: 10px 0 10px 0;
  padding: 10px 0 10px 40px;
}
#subpage-content ul li {
  padding: 5px 0 5px 0;
  color: #336633;
  font-weight: bold;
}

#slaney-tick-box {
  display: none;
}
#other-nature {
  display: none;
}
#survey ul li {
  margin-left: -20px;
  list-style: none;
}


#right-menu {
  float: right;
  margin: 0;
  padding: 0;
  width: 161px;
}
#right-menu p {
  margin: 0;
  padding: 3px 3px 3px 10px;
  font-weight: bold;
  color: #fff;
  background-color: #3E7139;
}
#right-menu ul {
  margin: 0;
  padding: 10px 5px 10px 0;
}
#right-menu ul li {
  list-style: none;
  margin: 0;
  padding: 0 0 2px 10px;
}
#right-menu ul li a {
  color: #3E7139;
}

/* RIGHT MENU STYLES */
#right-hand-nav {
  float: left;
  margin: 10px 0 0 0;
  padding: 0;
  width: 146px;
}
#right-hand-nav #user-groups {
  width: 146px;
  float: left;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  background: #de0023 url(/images/group-footer.gif) bottom left no-repeat;
}
#right-hand-nav #user-groups ul {
  margin: 0 0 0 25px;
  padding: 0;
  list-style-image: url(/images/li-group.gif);
  background: #DE0023;
}
#right-hand-nav #user-groups ul li {
  margin: 0;
  padding: 4px 0 1px 0;
  list-style-image: url(/images/li-group.gif);
  background: #DE0023;
}
#right-hand-nav #user-groups ul a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background: #DE0023;
}


/* FOOTER STYLES */
#footer {
  margin: 6px auto 0 auto;
  padding: 8px;
  width: 752px;
  background: #d2d2d2;
  color: #737373;
  font-size: 0.9em;
  overflow: hidden;
  display: inline-block;
  text-align: left;
}
#footer {
  display: block;
}
#footer a {
  color: #737373;
}
#footer p {
  margin: 0;
  padding-right: 50px;
  float: left;
}
#footer p.last {
  margin: 0;
  padding-right: 8px;
  float: right;
}
