/*
 * Slideshow and Our People
 */

div#slideshow-and-our-people {
  overflow: hidden;
  position: relative;
  margin-bottom: 18px;
  height: 270px;
}
div#slideshow-and-our-people div#slideshow {

}
div#slideshow-and-our-people div#our-people-container {
  background: url(/img/homepage/our-people-box-bottom.png) left bottom no-repeat;
  position: absolute;
  padding-bottom: 14px;
  width: 377px;
  right: 0;
  bottom: 0;
}
div#our-people-container div#our-people {
  background: url(/img/homepage/our-people-box-top-transparent.png) no-repeat;
  position: relative;
  padding: 60px 208px 0 22px;
  height: 130px;
}
div#our-people h2 {
  color: #fff;
  font-family: helvetica, arial, serif;
  font-weight: normal;
  font-size: 1.833em;
  position: absolute;
  top: 11px;
  left: 22px;
}
div#our-people p {
  color: #0f034e;
  font-size: 0.917em;
  margin: 0 0 12px 0;
}
div#our-people form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
div#our-people form fieldset div.field {
  overflow: hidden;
  padding-bottom: 10px;
  height: 100%;
}
div#our-people form fieldset div.field span.search {
  background: url(/img/homepage/our-people-box-search-background.png) no-repeat;
  overflow: hidden;
  float: left;
  width: 127px;
  height: 21px;
}
div#our-people form fieldset div.field span.search input {
  color: #757575;
  font-size: 0.917em;
  background: transparent;
  border: none;
  margin: 4px 0 0 4px;
  padding: 0;
  width: 121px;
}
div#our-people form fieldset div.field input#our-people-search-button {
  float: left;
}
div#our-people form fieldset div.field select#our-people-area-field {
  color: #757575;
  font-size: 0.917em;
  border: 1px solid #aaa;
  padding: 1px;
  width: 145px;
}


/*
 * Site Introduction
 */

p#site-introduction {
  color: #261f4a;
  margin: 0 0 22px 0;
}
p#site-introduction span.label,
p#site-introduction a {
  color: #00a4ee;
  font-family: helvetica, arial, serif;
  font-weight: bold;
  text-transform: uppercase;
}
p#site-introduction span.label {
  margin-right: 5px;
}
p#site-introduction a {
  font-size: 1.333em;
  text-decoration: none;
}


/*
 * Homepage Panels
 */

div#homepage-panels {
  overflow: hidden;
  height: 100%;
}


/*
 * News and Events
 */

div#homepage-panels div#news-and-events-container {
  background: url(/img/homepage/panel-background.png) repeat-y;
  position: relative;
  float: left;
  margin-right: 23px;
  width: 262px;
}
div#news-and-events-container div#news-and-events {
  background: url(/img/homepage/panel-top.png) no-repeat;
  padding: 67px 2px 0 12px;
}
div#news-and-events h2 {
  color: #717171;
  font-family: helvetica, arial, serif;
  font-weight: normal;
  font-size: 1.417em;
  cursor: pointer;
  background: url(/img/homepage/panel-button-off-background.png) repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}
div#news-and-events h2.selected {
  color: #fff;
  background-image: url(/img/homepage/panel-button-on-background.png);
}
div#news-and-events h2 span {
  background: url(/img/homepage/panel-button-off-side.png) left top no-repeat;
  display: block;
  padding-left: 1px;
}
div#news-and-events h2.selected span {
  background-image: url(/img/homepage/panel-button-on-side.png);
}
div#news-and-events h2 span span {
  background: url(/img/homepage/panel-button-off-side.png) right top no-repeat;
  text-align: center;
  display: block;
  padding-right: 1px;
  line-height: 38px;
}
div#news-and-events h2.selected span span {
  background-image: url(/img/homepage/panel-button-on-side.png);
}
div#news-and-events ul {
  list-style: none;
  overflow: auto;
  color: #fff;
  margin: 0;
  padding: 0;
  height: 205px;
}
div#news-and-events ul li {
  margin: 0 0 20px 0;
  padding: 0 10px 0 0;
}
div#news-and-events ul li h3 {
  color: #00a4e4;
  font-size: 1.167em;
  font-weight: normal;
  margin: 0 0 4px 0;
}
div#news-and-events ul li h3 a {
  color: #00a4e4;
  text-decoration: none;
}
div#news-and-events ul li h3 a:hover {
  text-decoration: underline;
}
div#news-and-events ul li p {
  color: #717171;
  font-size: 0.917em;
  margin: 0;
}
div#news-and-events div#news h2 span span {
  width: 70px;
}
div#news-and-events div#events h2 {
  left: 73px;
}
div#events h2 span span {
  width: 80px;
}
div#events ul {
  position: absolute;
  left: -9999px;
}
div#news-and-events div.more {
  text-align: right;
  padding-right: 1em;
}
div#news-and-events div.more a {
  text-decoration: none;
  color: #00a4e4;
}
div#news-and-events div.more a:hover {
  text-decoration: underline;
}


/*
 * Practice Area
 */

div#homepage-panels div#practice-area-container {
  background: url(/img/homepage/panel-background.png) repeat-y;
  position: relative;
  float: left;
  margin-right: 24px;
  width: 262px;
}
div#practice-area-container div#practice-area {
  background: url(/img/homepage/panel-top.png) no-repeat;
  padding: 70px 30px 0 12px;
}
div#practice-area h2 {
  color: #717171;
  font-family: helvetica, arial, serif;
  font-weight: normal;
  font-size: 1.417em;
  position: absolute;
  top: 12px;
  left: 12px;
}
div#practice-area p.picker {
  margin: 0 0 12px 0;
}
div#practice-area p.picker select {
  color: #383838;
  font-size: 0.917em;
  border: 1px solid #aaa;
  padding: 2px;
  width: 220px;
}
div#practice-area ul.featured {
  list-style: none;
  margin: 0;
  padding: 0;
}
div#practice-area ul.featured li {
  color: #00a4e4;
  font-family: helvetica, arial, serif;
  font-size: 1.333em;
  background: #e8e8e8 url(/img/homepage/practise-area-item-background.png) left bottom repeat-x;
  margin: 0 0 5px 0;
  padding: 0;
}
div#practice-area ul.featured li a {
  color: #00a4e4;
  text-decoration: none;
  background: url(/img/bullet.png) 10px center no-repeat;
  display: block;
  padding: 7px 18px 9px 22px;
}
div#practice-area ul.featured li a:hover {
  text-decoration: underline;
}
div#practice-area ul.featured li.last {
  margin-bottom: 0;
}



/*
 * Investing in Ireland
 */

div#homepage-panels div#investing-in-ireland-container {
  background: url(/img/homepage/panel-background.png) repeat-y;
  position: relative;
  float: left;
  width: 262px;
}
div#investing-in-ireland-container div#investing-in-ireland {
  background: url(/img/homepage/panel-top.png) no-repeat;
  padding: 60px 30px 0 0;
}
div#investing-in-ireland h2 {
  color: #717171;
  font-family: helvetica, arial, serif;
  font-weight: normal;
  font-size: 1.417em;
  position: absolute;
  top: 12px;
  left: 12px;
}
div#investing-in-ireland ul.links {
  list-style: none;
  margin: 0;
  padding: 0;
}
div#investing-in-ireland ul.links li {
  color: #162d5e;
  background: #d6f0fb;
  margin: 0 0 8px 0;
  padding: 0;
}
div#investing-in-ireland ul.links li a {
  color: #162d5e;
  font-size: 1.083em;
  text-decoration: none;
  background-position: right top;
  background-repeat: no-repeat;
  display: block;
  padding: 0 0 0 8px;
  line-height: 33px;
}
div#investing-in-ireland ul.links li a:hover {
  text-decoration: underline;
}
div#investing-in-ireland ul.links li.tax-issues a {
  background-image: url(/img/homepage/icon-percentage.png)
}
div#investing-in-ireland ul.links li.investing-in-ireland a {
  background-image: url(/img/homepage/icon-usa-flag.png)
}
div#investing-in-ireland ul.links li.investing-in-ireland-from-china a {
  background-image: url(/img/homepage/icon-chinese-flag.png)
}
div#investing-in-ireland ul.links li.investing-in-ireland-from-france a {
  background-image: url(/img/homepage/icon-french-flag.png)
}
div#investing-in-ireland ul.links li.investing-in-ireland-from-russia a {
  background-image: url(/img/homepage/icon-russian-flag.png)
}
