/*

	COMMON

*/
* {
	padding: 0;
	margin: 0;
}
body {
	line-height: 1.5em;
}
object, img {
	display: block
}
a img {
	border: none;
}
.hide {
	display: none;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
	height: 1px;
    overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}/*

	RE-DEFINE HTML STYLES

*/


html { /* Enables scrollbar all the time in firefox*/
 overflow-y: scroll !important;
}

body {
	background: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 10px 0 20px 0;
	margin: 0;
}

a:link, a:visited, a:active {
color: #000000;
text-decoration: underline;
}

a:hover {
color: #4C4C4C;
text-decoration: none;
}

a[href *='.pdf'] {
   padding: 0 0 0 18px;
   background: transparent url(../../_img/icon_pdf.gif) no-repeat center left;
}

a[href *='.pps'] {
   padding: 0 0 0 18px;
   background: transparent url(../../_img/icon_pps.gif) no-repeat center left;
}

div#h1 {
  position: absolute;
  top: 25px;
  left: 271px;
  width: 489px;
  height: 34px;
  background: url(../../_img/header.jpg) no-repeat;
  padding-left: 26px;
  padding-top: 97px;
  z-index: 15;
  line-height: 20px;
}
h1 {
  font-size: 27px;
  color: #ffffff;
  font-weight: normal;
}
h1.sIFR-replaced {
  margin-top: -5px;
}

p {
	margin: 1.1em 0;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 0 0 10px 0;
	padding: 0;
}
li {
	padding: 0;
	margin-bottom: 0.5em;
	margin-left: 2em;
}

#directors li {
  margin-bottom: 0.1em;
}

ol {
	list-style-position: outside;
	margin: 0 0 10px 8px;
	padding: 0;
}
ol li {
	padding: 0;
	margin-bottom: 0.5em;
	margin-left: 2em;
}
hr { /* For Internet Explorer */
	height: 1px;
	color: #CCC;
	border: none;
}
html>body hr { /* For Opera and Gecko-based browsers */
	height: 1px;
	background-color: #CCC;
	border: 0px solid #CCC;
}

#wrapper {
  width: 990px;
  margin: 0 auto;
}
#header {
  position: relative;
  background: url(../../_img/header.gif) no-repeat;
  height: 156px;
  border-bottom: 3px solid #ffffff;
  padding-left: 33px;
}
#top {
  float: left;
  width: 756px;
}
#top p {
  margin: 0;
}
#top a#logo {
  display: block;
  border-right: 2px solid #ffffff;
  width: 235px;
  height: 156px;
  font-size: 0;
  text-indent: -9999px;
  background: url(../../_img/logo.gif) no-repeat;
}
#vcard {
  float: left;
  width: 201px;
  background: #e6e6e6;
  height: 156px;
  position: relative;
  font-size: 12px;
  line-height: 16px;
  color: #000;
}
#vcard div.vcard {
  padding-top: 16px;
  padding-left: 20px;
}
#vcard div.fn {
  font-weight: bold;
}
#vcard div.tel {
  padding-top: 9px;
}
#vcard a {
  display: block;
  width: 201px;
  height: 38px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../../_img/enquiry.gif) no-repeat;
  color: #ffffff;
  font-size: 14px;
  text-indent: 20px;
  line-height: 37px;
  text-decoration: none;
}
#vcard a:hover {
  background: url(../../_img/enquiry.gif) no-repeat 0 -42px;
}

#site {
  position: absolute;
  width: 515px;
  height: 22px;
  background: #252525 url(../../_img/increase_descrease_fav_prin.gif) no-repeat;
  left: 271px;
  top: 0;
  font-size: 11px;
  overflow: hidden;
}
#site a {
  color: #ffffff;
  text-decoration: none;
  float: left;
  height: 22px;
  display: block;
  line-height: 22px;
  margin: 0 2px 0 0;
}
#site a#increase {
  width: 127px;
  text-indent: 29px;
}
#site a#increase:hover {
  background: url(../../_img/increase_descrease_fav_prin.gif) no-repeat 0 -26px;
}
#site a#decrease {
  width: 129px;
  text-indent: 28px;
}
#site a#decrease:hover {
  background: url(../../_img/increase_descrease_fav_prin.gif) no-repeat -129px -26px;
}
#site a#bookmark {
  width: 126px;
  text-indent: 34px;
}
#site a#bookmark:hover {
  background: url(../../_img/increase_descrease_fav_prin.gif) no-repeat -260px -26px;
}
#site a#print {
  width: 126px;
  text-indent: 42px;
  margin-right: 0;
}
#site a#print:hover {
  background: url(../../_img/increase_descrease_fav_prin.gif) no-repeat -388px -26px;
}

#structure {
  position: relative;
  z-index: 20;
}

#left {
  float: left;
  width: 268px;
  border-right: 3px solid #ffffff;
}

#content {
  float: left;
  width: 660px;
  min-height: 100px;
  height: auto !important;
  height: 100px;
  border-right: 3px solid #ffffff;
  padding: 0 25px 0 25px;
  margin-top: 15px;
}

#directors #content {
  width: 675px;
  padding-right: 10px;
}
#kevin-byrne-memorial-trust #content {
  width: 675px;
  padding-right: 10px;
}

#home #content {
  width: 463px;
  padding-bottom: 190px;
}

ul#quicklinks {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 32px;
  left: 294px;
  width: 480px;
}
ul#quicklinks li {
  margin: 0;
  padding: 0;
  float: left;
  width: 233px;
}
ul#quicklinks li#become-a-member {
  width: 246px;
}
ul#quicklinks li a {
  display: block;
  font-size: 0;
  text-indent: -9999px;
  width: 233px;
  height: 157px;
  outline: 0;
}
ul#quicklinks li#become-a-member a {
  background: url(../../_img/member_trust.gif) no-repeat -274px -25px;
}
ul#quicklinks li#become-a-member a:hover {
  background: url(../../_img/member_trust.gif) no-repeat -274px -190px;
}
ul#quicklinks li#kevin-bryne a {
  background: url(../../_img/member_trust.gif) no-repeat -18px -25px;
}
ul#quicklinks li#kevin-bryne a:hover {
  background: url(../../_img/member_trust.gif) no-repeat -18px -190px;
}

#right {
  float: left;
  width: 201px;
  min-height: 100px;
  height: auto !important;
  height: 100px;
  font-size: 11px;
  line-height: 15px;
}
#right ul {
  padding: 0 15px 0 15px;
}
#right ul li {
  margin-bottom: 15px;
}
#right ul p {
  margin: 0;
}
#right ul p.more {
  text-align: right;
}
#right ul a {
  color: #6e088d;
}

#footer {
  padding: 10px 33px 0 33px;
}

a.back-to-top {
  display: block;
  border-bottom: 1px solid #ccc;
  width: 97%;
  text-align: right;
  font-size: 0.9em;
  padding: 1em 1.8em 0.8em 0;
  color: #6e088d !important;
  outline: 0;
}

dl dt {
  float: left;
  width: 12em;
}
dl dd {
  margin-left: 12em;
}
dl {
  margin: 1.1em 0;
}

#directors dl dt {
  width: 6em;
}
#directors dl dd {
  margin-left: 6em;
}

#directors img {
  margin: 0 0 1.1em 2em;
  border: 1px solid #666;
}

#links dl dt {
  float: left;
  width: 24.5em;
}
#links dl dd {
  margin-left: 24.5em;
}

p.purple, sub, sup {
  color: #6e088d;
}

#link-list {
list-style: none;
margin:0;
padding:0;
}
#link-list li {
margin:0;
}
#link-list p {
margin:10px 0 15px 0;
}
ul#link-list li {
border-bottom:1px solid #CCCCCC;
}
ul#link-list h4 {
font-size: 1.3em;
margin-top: 1.4em;
}
ul#link-list li.first h4 {
  margin-top: 0;
}
ul#link-list h4 span, #news h4 span, #activities h4 span {
  display: block;
  font-size: 0.7em;
  font-weight: normal;
  margin-top: 0.2em;
}

ul#link-list span a {
  color: #6e088d;
}

ul#link-list span a:hover {
  color: #6e088d;
  text-decoration: none;
}
span.read-more {
  display: block;
  padding: 10px 10px 10px 0;
}

span.return_url {
  float: right;
  display: block;
}

span.return_url a:link, span.return_url a:active, span.return_url a:visited {
  color: #6e088d;
  font-size: 0.9em;
  text-align: right;
  display: block;
}/*

	HEADINGS

*/

h2 {
  color: #6e088d;
  font-size: 1.4em;
  font-weight: bold;
  margin: 1.1em 0 1em 0;
}
h3 {
  color: #000;
  font-size: 1.3em;
  font-weight: bold;
  margin: 1.8em 0 1em 0;
}
h4 {
  color: #000;
  font-size: 1.3em;
  font-weight: bold;
  margin: 1em 0 1em 0;
}
h5 {
  color: #6e088d;
  font-size: 1.2em;
  font-weight: bold;
  margin: 1.8em 0 1em 0;
}

#directors h4 {
  color: #6e088d;
}
h3.button {
  width: 181px;
  height: 24px;
  margin: 0 0 35px 0;
}
* html h3.button {
  margin: 0 0 20px 0;
}
h3.button a {
  display: block;
  width: 181px;
  height: 24px;
  background: url(../../_img/button.gif) no-repeat;
  padding-top: 16px;
  padding-left: 20px;
  font-size: 17px;
  font-weight: bold;
  color: #ffffff !important;
  text-decoration: none !important;
}

.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt;
  padding: 0pt;
  overflow: auto;
  letter-spacing: 0px;
  float: none;
}

.sIFR-dummy {
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}/*

	NAVIGATION

*/
#nav {
  margin: 0;
  padding: 0;
  list-style: none;
  background: url(../../_img/nav.gif) no-repeat -8px -2px;
}
#nav li {
  margin: 0;
  padding: 0;
  height: 40px;
}

#nav li a {
  display: block;
  height: 38px;
  width: 257px;
  text-align: right;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  line-height: 38px;
  margin: 0;
  padding: 2px 11px 0 0;
}
#nav li#nav-li-1 a:hover { background: url(../../_img/nav.gif) no-repeat -281px -2px; }
#nav li#nav-li-1.active a { background: url(../../_img/nav.gif) no-repeat -557px -2px; }
#nav li#nav-li-2 a:hover { background: url(../../_img/nav.gif) no-repeat -281px -42px; }
#nav li#nav-li-2.active a { background: url(../../_img/nav.gif) no-repeat -557px -42px; }
#nav li#nav-li-3 a:hover { background: url(../../_img/nav.gif) no-repeat -281px -82px; }
#nav li#nav-li-3.active a { background: url(../../_img/nav.gif) no-repeat -557px -82px; }
#nav li#nav-li-4 a:hover { background: url(../../_img/nav.gif) no-repeat -281px -122px; }
#nav li#nav-li-4.active a { background: url(../../_img/nav.gif) no-repeat -557px -122px; }
#nav li#nav-li-5 a:hover { background: url(../../_img/nav.gif) no-repeat -281px -162px; }
#nav li#nav-li-5.active a { background: url(../../_img/nav.gif) no-repeat -557px -162px; }
#nav li#nav-li-6 a:hover { background: url(../../_img/nav.gif) no-repeat -281px -202px; }
#nav li#nav-li-6.active a { background: url(../../_img/nav.gif) no-repeat -557px -202px; }
#nav li#nav-li-7 a:hover { background: url(../../_img/nav.gif) no-repeat -281px -242px; }
#nav li#nav-li-7.active a { background: url(../../_img/nav.gif) no-repeat -557px -242px; }
#nav li#nav-li-8 a:hover { background: url(../../_img/nav.gif) no-repeat -281px -282px; }
#nav li#nav-li-8.active a { background: url(../../_img/nav.gif) no-repeat -557px -282px; }
#nav li#nav-li-9 a:hover { background: url(../../_img/nav.gif) no-repeat -281px -322px; }
#nav li#nav-li-9.active a { background: url(../../_img/nav.gif) no-repeat -557px -322px; }
#nav li#nav-li-10 a:hover { background: url(../../_img/nav.gif) no-repeat -281px -362px; }
#nav li#nav-li-10.active a { background: url(../../_img/nav.gif) no-repeat -557px -362px; }
#nav li#nav-li-11 a:hover { background: url(../../_img/nav.gif) no-repeat -281px -402px; }
#nav li#nav-li-11.active a { background: url(../../_img/nav.gif) no-repeat -557px -402px; }
#nav li#nav-li-12 a:hover { background: url(../../_img/nav.gif) no-repeat -281px -442px; }
#nav li#nav-li-12.active a { background: url(../../_img/nav.gif) no-repeat -557px -442px; }
#nav li#nav-li-13 a:hover { background: url(../../_img/nav.gif) no-repeat -281px -482px; }
#nav li#nav-li-13.active a { background: url(../../_img/nav.gif) no-repeat -557px -482px; }

#left div.block {
  height: 38px;
  background: #1A1A1A url(../../_img/header.gif) no-repeat;
}/*

	FORMS

*/
fieldset {
	margin: 15px 0 0 0;
	padding: 0;
	border: none;
}
fieldset p {
	padding: 0;
	margin: 0 0 10px 0;
}


/* default form */

fieldset dl dt {
  width: 12em;
  float: left;
  min-height: 25px;
  height: auto !important;
  height: 25px;
  color: #333;
}
fieldset dl dd {
  min-height: 25px;
  height: auto !important;
  height: 25px;
  margin-left: 0;
}
fieldset label {
  display: inline;
}
fieldset input {
  width: 350px;
  border: 1px solid #888;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  padding: 2px 2px 3px 2px;
  background: #f6f6f6;
}
fieldset input:focus, fieldset input.focus, fieldset textarea:focus, fieldset textarea.focus {
  border: 1px solid #333;
  background: #fff;
}
fieldset input.error, fieldset textarea.error {
  border: 1px solid #6e088d;
}

fieldset textarea {
  border: 1px solid #888;
  padding: 2px 2px 3px 2px;
  background: #f6f6f6;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 350px;
}

button {
  margin-left: 0;
  background: #f6f6f6;
  color: #000;
  cursor: pointer;
  border: 1px solid #3e3634;
  font-family: Arial,Helvetica,sans-seriff;
  font-size:12px;
  text-align: center;
  line-height: 16px;
  padding: 0 0 2px 0;
  width: 100px;
  margin-top: 5px;
  height: 21px;
}
button:hover, button.hover {
  background: #cccccc;
  color: #000;
}

button.button-submit {
  margin-top: 10px;
}

div.error {
	background: #f7f7f7;
	border: 1px solid #6e088d;
	padding: 14px 45px 8px 20px;
	margin: 0 0 1.5em 0;
	color: #444;
}
div.error h3 {
  display: block;
  text-indent: 0;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  line-height: 17px;
  color: #444;
}
div.error ul {
  margin: 10px 0;
  padding: 0;
  list-style: inside square;
  line-height: 14px;
  font-size: 12px;
}
div.error ul li {
  margin-top: 2px;
  margin-bottom: 2px;
}

form#subscribe {
  padding: 0 15px;
  background-color: #fafafa;
  border: 1px solid #dddddd;
  float: right;
  margin: 0 -20px 0 30px;
}

form#subscribe dl dt {
  width: 150px;
}
form#subscribe dl dd {
  margin-left: 150px;
}
form#subscribe p {
  font-size: 12px;
  line-height: 16px;
}
form#subscribe button {
  font-size: 10px;
  width: 60px;
  margin-top: 0;
  margin-left: 0;
  height: 20px;
}

#verification {
	margin: 15px 0 5px 0;
	display: block;
	position: relative;
	height: 35px;
}

#verification span {
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 0 8px 0;
}

#verification span.underline {
	display: inline;
	width: auto;
	float: none;
	margin: 0;
}

#verification span.cz { background: url(../../_img/verification.gif) no-repeat 0 0; }
#verification span.cx { background: url(../../_img/verification.gif) no-repeat 0 -30px; }
#verification span.cy { background: url(../../_img/verification.gif) no-repeat 0 -60px; }
#verification span.ch { background: url(../../_img/verification.gif) no-repeat 0 -90px; }
#verification span.cf { background: url(../../_img/verification.gif) no-repeat 0 -120px; }
#verification span.ca { background: url(../../_img/verification.gif) no-repeat 0 -150px; }
#verification span.cb { background: url(../../_img/verification.gif) no-repeat 0 -180px; }
#verification span.cg { background: url(../../_img/verification.gif) no-repeat 0 -210px; }
#verification span.cp { background: url(../../_img/verification.gif) no-repeat 0 -240px; }
#verification span.cm { background: url(../../_img/verification.gif) no-repeat 0 -270px; }

button.button-reset {
  background: none !important;
  border: 1px none #000;
  text-align: left;
  font-size: 10px;
  margin: auto 0 10px 0;
  cursor: pointer;
  width: auto;
  height: auto;
}
button.button-reset:hover, button.button-reset.hover {
  text-decoration: none;
  background: none !important;
}

.underline {
	text-decoration: underline;
}

.button-reset:hover .underline, .button-reset.hover .underline {
	text-decoration: none;
}

.required {
  color: #6e088d;
}/*

	SHOW AND TELL LINK

*/
#show {
	font-size: 10px;
	color: #666;
}

#show a:link, #show a:visited, #show a:active {
	color: #ddd;
	font-weight: normal;
}
#show a:hover {
	color: #bbb;
	font-weight: normal;
}
#show p {
	padding-bottom: 0;
	text-align: right;
	margin-top: 8px;
}

#legal-link {
	float: left;
}
#show #legal-link a {
	color: #666;
}

#show a.st {
	text-decoration: none;
}
