/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #008000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E7E7E7;
	margin: 0 auto;
   /*	width: 1100px;*/
	
}
/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0 0 0px;
	height: 175px;
	background: url('images/img1.gif') repeat-x left bottom ;
}

#header h1 {
	float: left;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
}


#header h2 {
	display: none;
}

#title{
	float:right;
	text-align:left;
	font-size: 20px;
	color: #FF3300;
	width: 300px;
}


/* Content */

#content {
	width: 1100px;
	margin: 0 auto;
}

#colOne {
	background: #008000 url('/images/irish_crest.png') no-repeat top center;
	float: left;
	width: 175px;
	padding-top:175px;
	
}

#colOne ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 12em;
}

#colOne li {
  float: left;
  width: 12em;
  margin: 0;
  padding-left: 10px;
  padding-top: 8px;
  border-bottom:  1px solid;
} 

a.menu:active, a.menu:link, a.menu:visited, a.menu:link  {
	font-weight : bold;
	font-family : "Arial", "Verdana", "Helvetica";
	text-decoration : none;
	color : #FFFFFF;
	font-size: 14px;
}

a.menu:hover{
	color: #333300;
}

#colTwo {
	float: left;
	width: 595px;
	background: #ffffff url('/images/irish_title.gif') no-repeat top left;
	color:#000000;
	padding-top: 70px;
	padding-bottom:250px;
	padding-left:5px;
	font:  12px Georgia, "Times New Roman", Times, serif;
}

#picLeft{
	float: left;
}

.pagetitle   {
	font-weight : bold;
	font-size : 16px;
	font-family : "Arial", "Verdana", "Helvetica";
	color : #000000;
	text-decoration : none;
}

td{
	font-weight : normal;
	font-size : 12px;
	font-family : "Arial", "Verdana", "Helvetica";
	color : #000000;
}

#colTwo p{
	color: #000000;
	font-size:14px;
}

#colTwo .content2{
	padding-top: 100px;
	color: #000000;
}

#colTwo .content2 .picLeft{
	float: left;
	width: 200px;
}

#colTwo .content2 .textRight{
	float:right;
	width: 350px;
	font-size: 18px;
	vertical-align: middle;
}

#colTwo .content2 .otherText{

}

#colThree{
	margin-left: 20px;
	padding-left: 0px;
	padding-top: 25px;
    float:left;
	width:225px;
	background: #008000;
}

#colThree p{
	font-weight : bold;
	font-family : "Arial", "Verdana", "Helvetica";
	text-decoration : none;
	color : #FFFFFF;
	font-size: 14px;
	text-align: center;
}

/* Footer */

#footer {
	clear: both;
	width: 694px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#footer p {
	padding: 20px 0 0 0;
	background: url(images/img4.gif) repeat-x;
	text-align: center;
	color: #8A8A8A;
}



	


