* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(/images/bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
background-color: #f0f2f0;
padding: 0;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #61748b;
text-align: justify;
}
table {
color: #61748b;
    text-align: left;
    vertical-align: top;
}
td {
    text-align: left;
    vertical-align: top;
}

#imagemap a:active, #imagemap a:focus {
outline: 0;
}

a:active, a:focus {outline: 0;}
a img{border:none;}

a:link { 
	color: #0062ae;
  	text-decoration: none;
	}
a:visited { 
	color: #0062ae;
  	text-decoration: none;
	}
a:hover { 
	color: #8d3d3c;
  	text-decoration: underline;
	}

.spacer { clear: both; }


/* TEXT */
p {
	font-size: 1em;
	margin: 0 0 1.5em 0;
	line-height: 1.6em;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}




/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	color: #686f97;
	font-size: 1.35em;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
	padding: 0;
	line-height: 14pt;
	text-align: left;
	}
		

	
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	color: #686f97;
	font-size: 1.15em;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
	padding: 0;
	line-height: 14pt;
	text-align: left;
	}
		
h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	color: #686f97;
	font-size: 1.1em;
	font-weight: normal;
	margin: 15px 0px 5px 0px;
	padding: 0px 15px 0px 0px;
	line-height: 1.2em;
	text-align:left;
	}		
	

h4 {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	color: #686f97;
	font-size: 1em;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	padding: 4px 15px 0px 0px;
	line-height: 1.2em;
	text-align:left;
	}


/*****************basic layout *****************/

#wrapper-widths {
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 0;
	width: 950px;
	}

#head {
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 0;
    text-align: left;
width: 950px;
height: 145px;
	}

.content-holder {
    padding: 0 0 20px 15px;
}
.left-column {
    display: block;
    width: 660px;
    float: left;
}
.right-column {
    display: block;
    width: 245px;
    float: right;
}

div.breadcrumbs {
	padding: 0;
	font-size: .80em;
	margin: 0px 0 20px 0;
color: #b5b8b5;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
.breadcrumbs a:link {
	color: #929992;
	text-decoration: none;
}
.breadcrumbs a:visited {
	text-decoration: none;
	color: #929992;
}
.breadcrumbs a:hover {
	text-decoration: underline;
	color: #8d3d3c;
}

.contact-info-box {
	display: block;
background-color: #f6f7f6;
border: 1px solid #caccca;
padding: 8px 10px 8px 10px;
margin: 0px 8px 10px 0;
color: #5b7390;
line-height: 1.5em;
font-size: .9em;
}
.contact-info-box h2 {
padding: 0px;
margin: 0px 0 2px 0;
color: #b8bbb8;
font-weight: normal;
font-size: 1.1em;
}

.left49 {
font-size: .8em;
border-top: 1px dashed #b9bbb9;
padding: 5px 0 0 0;
margin: 10px 0 0 0;
}
.right49 {
background-color: #F6F7F6;
    border: 1px solid #CACCCA;
padding: 7px 5px 7px 10px;
margin: 0px 0px 0 0;
width: 170px;
float: right;
font-weight: bold;
}

#footer-width {
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 20px 0 20px 24px;
text-align: center;
background-color: #fbfcfb;
border-top: 1px solid #c7c9c7;
border-bottom: 1px solid #c7c9c7;
	}
.footer {
	display: block;
    margin-left: auto;
    margin-right: auto;
	width: 950px;
	font-size: .85em;
	text-align: center;
	}
.footer-content-holder {
width: 722px;
padding: 0px 20px 0px 0; 
float: right;
}
.footer-address-holder {
margin: 0 0 15px 0;
line-height: 1.45em;
}
.footer-address {
color: #5b7390;
width: 235px;
text-align: left;

}
.footer-address-wider {
color: #5b7390;
width: 410px;
text-align: left;
border-left: 1px solid #c7c9c7;
margin: 0 20px 0 20px;
padding-left: 30px;
}
.footer-address p, .footer-address-wider p {
margin: 0;
padding: 0;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.footer-contact-details {
color: #7d367b;
}
.fontx2 {
font-size: 1.2em;
font-weight: bold;
}


/* TOP MENU */
#top-menu-holder {
    display: block;
    margin-top: 0;
    padding: 34px 10px 0 10px;
    text-align: left;
    width: 663px;
    height: 111px;
    float: right;
	}


.top-menu {
margin-top: 0px;
margin-bottom: 11px;
line-height: 1.7em;
text-align: center;

}
/* top nav */

.top-menu .menu {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
font-weight: bold;
font-size: 1.1em;
	margin:0;
	padding: 0;
color: #61748b;
  }
  
.top-menu .menu ul {
  /*float:right;*/
  margin:0;
  margin-left: 10px;
  padding: 0px;
  list-style:none;
  }
  
.top-menu .menu li {
 /*float:left;*/
display: inline-block;
  margin:0;
  padding: 0px;
vertical-align: top;
  }

.top-menu .menu a {
  display:block;
  padding: 30px 10px 0px 7px;
  text-decoration:none;
  color:#7d83a9;
  line-height:16px;
vertical-align: middle;
height: 49px;
  }

.top-menu .menu a:hover {
color: #9b5e5e;
	background-image: url(/images/top-menu-bg-on.gif);
	background-position: bottom center;
	background-repeat: repeat-x;
  }
    
.top-menu .menuactive a:link, .top-menu .menuactive a:visited {
  color:#7d83a9;
	background-image: url(/images/top-menu-bg-in.gif);
	background-position: bottom center;
	background-repeat: no-repeat;

  }
.top-menu .menuactive a:hover {
color: #9b5e5e;
	background-image: url(/images/top-menu-bg-in-on.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
  }
.top-menu .menu li:last-child{
  border:none;
}





/* FOOTER MENU */


.footer-menu {
margin-top: 0px;
margin-bottom: 11px;
color: #fff;
width: 930px;
    margin-left: auto;
    margin-right: auto;
line-height: 1.7em;
text-align: center;
}
/* top nav */



.footer-menu .menu {
font-family: Arial, Helvetica,sans-serif; 
	margin:0;
	padding: 0;
	
color: #61748b;

  }
  
.footer-menu .menu ul {
  /*float:right;*/
  margin:0;
  margin-left: 10px;
  padding: 0px;
  list-style:none;
  }
  
.footer-menu .menu li {
 /*float:left;*/
display: inline-block;
  margin:0;
  padding: 0px;
vertical-align: top;
border-right: 1px #8aabd6 solid;
  }

.footer-menu .menu a {
  display:block;
  padding: 0px 10px 0px 7px;
  text-decoration:none;
  font-weight: normal;
  color: #0062ae;
  line-height:16px;

  }

.footer-menu .menu a:hover {
color: #8d3d3c;
  }
    
.footer-menu .menuactive a:link, .footer-menu .menuactive a:visited {
  color:#0062ae;
  }
.footer-menu .menuactive a:hover {
color: #8d3d3c;
  }
.footer-menu .menu li:last-child{
  border:none;
}




.thedesigntribe {
	margin: 0px 0 0 0px;
	padding: 0px 0px 15px 0px;
	font-size: .9em;
	line-height: 1.7em;
	font-weight: normal;
	color: #a0a2a3;
	}

.thedesigntribe  a:link, .thedesigntribe a:visited {
	text-decoration: none;
	color: #a0a2a3;
	}
.thedesigntribe a:hover {
	color: #525252;
	text-decoration: underline;
	}


#slideshow-holder {
display: block;
width: 658px;
height: 314px;
overflow: hidden;

	-moz-box-shadow:    0px 0px 3px 2px #b5b9b5;
	-webkit-box-shadow: 0px 0px 3px 2px #b5b9b5;
	box-shadow:         0px 0px 3px 2px #b5b9b5;
background-color: #fff;
padding: 1px;
margin: 0 0 6px 0;
	}

.styled-box {
display: block;
width: 662px;
height: 354px;
overflow: hidden;

	-moz-box-shadow:    0px 0px 3px 2px #b5b9b5;
	-webkit-box-shadow: 0px 0px 3px 2px #b5b9b5;
	box-shadow:         0px 0px 3px 2px #b5b9b5;
background-color: #fff;
padding: 1px;
margin: 0 0 6px 0;
	}

/* start aligning images */

.alignLeft-border {
	float: left;
	margin: 5px 20px 2px 0px;
	padding: 0px; 
	border: #94785a 2px solid;
	}

.alignRight-border {
	float: right;
	margin: 5px 0px 2px 20px;
	padding: 0px; 
	border: #94785a 2px solid;
	}
.alignLeft {
	float: left;
	margin: 5px 20px 2px 0px;
	padding: 0px; 
	color: #000;
	-moz-box-shadow:    0px 0px 3px 2px #b5b9b5;
	-webkit-box-shadow: 0px 0px 3px 2px #b5b9b5;
	box-shadow:         0px 0px 3px 2px #b5b9b5;
background-color: #fff;
padding: 1px;
	}

.alignRight {
	float: right;
	margin: 5px 0px 2px 20px;
	padding: 0px; 	
	-moz-box-shadow:    0px 0px 3px 2px #b5b9b5;
	-webkit-box-shadow: 0px 0px 3px 2px #b5b9b5;
	box-shadow:         0px 0px 3px 2px #b5b9b5;
background-color: #fff;
padding: 1px;
	}



form {
margin: 10px 0 10px 0;
padding: 0;
}

.contactform {
	line-height: 1.5em
	}
.contactform div {
margin: 5px 0 5px 5px;
	}
.contactform label   {
display: block;
}

fieldset {
border: collapse;
border: 1px solid #CACCCA;
margin: 0;
padding: 5px 10px 15px 15px;
}
legend {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	color: #686F97;
	font-size: 1.15em;
	font-weight: bold;	
	margin: 0px 0px 5px 0px;
	padding: 0px 5px 0px 5px;
	line-height: 1.2em;
	text-align:left;
}



textarea, input, select {
    background-color: #FFFFFF;
    border: 1px solid #aebfda;
    color: #61748B;
    font-size: 1em;
    line-height: 12px;
    padding: 2px 4px 2px 5px;
}
.button, .cms_submit {
    background-color: #0062AE;
    border: 1px solid #CACCCA;
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 10px;
    margin: 2px 0 0 4px;
    padding: 3px 5px 3px 3px;
}



div#search {
	text-align: left;
	padding: 0px 0 10px 0;
	margin: 0px 0 10px 0;
}

.search-input {
	width: 153px;
	padding: 2px 2px 2px 2px;
}

input.search-button {
	border: none;
	height: 22px;
	width: 73px;
	margin-left: 2px;
	padding: 0px 0px 2px 0px;
/* makes the hover cursor show, you can set your own cursor here */
	cursor: pointer;
/* you can set your own image here */
	background: url(http://www.kennedyfitzgerald.ie/uploads/ngrey/search.gif) no-repeat center center;
}












/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
.left-column ul,
.left-column ol,
.left-column dl {
	font-size: 1.0em;
	line-height: 1.2em;
	margin: 0 0 1.5em 0;
text-align: left;
}
.left-column ul li,
.left-column ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
.left-column dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
.left-column dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
.left-column dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */

/* table styling  */


.table-styling {
	width:100%;
	margin: 5px 0 20px 0;
	padding: 0px;
	border-collapse:  collapse;
	line-height: 1.5em;
	color: #42596a;
	font-size: 1em;
	background-color: #eff4f6;
	}

.table-styling th td, .table-styling thead td {
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	border: 1px solid #a4a7ad; 
	border-top: 1px solid #a4a7ad;
	padding: 2px 8px 2px 8px;
	font-weight: bold;
	background-color: #c9cbcf;
	text-align:left;
	color:#42596a;
	}

.table-styling td {
	border: 1px solid #c4c6c4;
	border-bottom: 1px solid #c4c6c4;
	vertical-align: top;
	padding: 4px 8px 4px 8px;
	font-weight:normal;
	text-align:left;
	/*background-color: #eff8ff;*/
	}

.table-styling .image-td  {
	padding: 3px;
	margin: 0;
	}	

.table-styling tbody tr.odd td {
    background: url("/images/tr_bg.png") repeat left top ;
	}


.table-styling tr:hover {
	background: #f7f7e2;
	}
/* Stylesheet: KF_Layout: Top menu + 2 columns Modified On 2012-09-24 16:23:25 */
div#news {
/* margin for the entire div surrounding the news items */
	margin: 2em 0 1em 1em;
/* border set here */
	border: 1px solid #909799;
/* sets it off from surroundings */
	background: #f5f5f5;
}
div#news h2 {
	line-height: 2em;
/* you can set your own image here */
	background: url(http://www.kennedyfitzgerald.ie/uploads/ngrey/darknav.png) repeat-x left center;
	color: #f5f5f5;
	border: none
}
.NewsSummary {
/* padding for the news article summary */
	padding: 0.5em 0.5em 1em;
/* margin to the bottom of the news article summary */
	margin: 0 0.5em 1em 0.5em;
	border-bottom: 1px solid #ccc;
}
.NewsSummaryPostdate {
/* smaller than default text size */
	font-size: 90%;
/* bold to set it off from text */
	font-weight: bold;
}
.NewsSummaryLink {
/* bold to set it off from text */
	font-weight: bold;
/* little more room at top */
	padding-top: 0.2em;
}
.NewsSummaryCategory {
/* italic to set it off from text */
	font-style: italic;
	margin: 5px 0;
}
.NewsSummaryAuthor {
/* italic to set it off from text */
	font-style: italic;
	padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
	line-height: 140%;
}
.NewsSummaryMorelink {
	padding-top: 0.5em;
}
#NewsPostDetailDate {
/* smaller text */
	font-size: 90%;
	margin-bottom: 5px;
/* bold to set it off from text */
	font-weight: bold;
}
#NewsPostDetailSummary {
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailCategory {
/* italic to set it off from text */
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
}
#NewsPostDetailContent {
	margin-bottom: 15px;
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
/* italic to set it off from text */
	font-style: italic;
}
/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitle {
}
#NewsPostDetailHorizRule {
}
#NewsPostDetailPrintLink {
}
#NewsPostDetailReturnLink {
}
div#news ul li {
	padding: 2px 2px 2px 5px;
	margin-left: 20px;
}
/* Stylesheet: Module: News Modified On 2009-05-09 23:29:39 */
