/*
958px grid system ~ Core CSS.
4 columns ~ margin: 10px

Based on the golden grid system - http://code.google.com/p/the-golden-grid/
by Vladimir Carrer

Created by the Grid System Generator - v1.00
Learn more ~ http://www.gridsystemgenerator.com/
*/

/* =Containers
--------------------------------------------------------------------------------*/
.main
{
	margin-left: auto;
	margin-right: auto;
	width: 958px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.g-1col, .g-2col, .g-3col, .g-4col {
	display: inline;
	float: left;
	margin-left: 10px;
}

/* =Grid >> 4 Columns
--------------------------------------------------------------------------------*/
.g-1col{width:227px;}
.g-2col{width:464px;}
.g-3col{width:701px;}
.g-4col{width:938px;}


/* =Grid >> 4 Columns - no left margin
--------------------------------------------------------------------------------*/
.m-1col{margin-left:247px;}
.m-2col{margin-left:484px;}
.m-3col{margin-left:721px;}
.m-4col{margin-left:958px;}
.p-1col{padding-left:247px;}
.p-2col{padding-left:484px;}
.p-3col{padding-left:721px;}
.p-4col{padding-left:958px;}


.inside{margin-left:0;}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/*
====================================================
	Wrappers 
====================================================
*/

.g-4col-wrapper {
	width: 948px;
	display: inline;
	float: left;
}
.g-3col-wrapper {
	width: 711px;
	display: inline;
	float: left;
}
.g-2col-wrapper {
	width: 474px;
	display: inline;
	float: left;
}
.g-1col-wrapper {
	width: 237px;
	display: inline;
	float: left;
}

/*
====================================================
	Wrappers 
====================================================
*/


#content {
	position: relative;
	z-index: 0;	
}
.column-content {
	padding: 0px 10px;
	font-size: 1.2em;
	line-height: 1.4em;
}
	.column-content .column-content {
		font-size: 1em;
	}
.column-content h2{
	font-size:1.6em;
}	
.column-content p {
	font-size:1em;
}	
/*
====================================================
	Wrappers 
====================================================
*/
ul#primary-nav {
	margin-top:20px;
}	
ul#primary-nav  li {
	float: left;
	display: inline;
	font-size: 1.2em;
	line-height: 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 19px;
	padding-right:5px;
}	
	ul#primary-nav  li a {
		text-decoration: none;
		line-height: 24px;		
		padding:5px 5px 5px 10px;
}
	ul#primary-nav  li.menuactive,
	ul#primary-nav  li.internet_hover
	 {
		background:url(../images/main-nav-selected-right.jpg) right top no-repeat;

}	
	ul#primary-nav  li.menuactive a,
	ul#primary-nav  li.internet_hover a
	
	 {
		background:url(../images/main-nav-selected-left.jpg) left top no-repeat;
		color: #fff;
}
#header {
	height: 180px;
}
#header ul#access-toolbar  {
		position: absolute;
		right: 0;
		top: 35px;
	} 
	#header ul#access-toolbar li {
		 display: block;
		 float: left;
		 display: inline;
		 font-size: 1.2em;
		 line-height: 20px;
		 background: none;
		 list-style: none;
		 padding: 0 3px;
		 color: #999;

       }
       
		ul#access-toolbar li#normalFont {
			padding-right:0; 
			margin: 0 0px;  
			}
			ul#access-toolbar li#normalFont a { 
				width: 20px;
				height: 20px;
				display: block;
				background: url(../images/normal-font.png) no-repeat;
		 	}
			ul#access-toolbar li#normalFont a:hover, li#normalFont a:focus 
			{ 
				background: url(../images/normal-font-rollover.png) no-repeat;
				}
			ul#access-toolbar li#normalFont a span {
				display: none
			}
						
		ul#access-toolbar li#largeFont {
			padding-right:0; 
			
			}
			ul#access-toolbar li#largeFont a { 
				width: 20px;
				height: 20px;
				display: block;
				background: url(../images/large-font.png) no-repeat;
		 	}
			ul#access-toolbar li#largeFont a:hover, li#largeFont a:focus 
			{ 
				background: url(../images/large-font-rollover.png) no-repeat;
				}
			ul#access-toolbar li#largeFont a span {
				display: none
			}
		ul#access-toolbar li#descr {
			padding-right:0; 
			margin-right: 1px;  
			height: 20px;
			display: block;
			line-height: 22px;
			font-size: 1.1em;	
			color:#666;
			text-align: left;
		 	}									
			
		ul#access-toolbar li#highContrast {
			padding-right:0; 
			margin-right:10px;
			display: inline;
			}
			ul#access-toolbar li#highContrast a { 
				width: 20px;
				height: 20px;
				display: block;
				background: url(../images/high-contrast.png) no-repeat;
		 	}
			ul#access-toolbar li#highContrast a:hover, #highContrast a:focus 
			{ 
				background: url(../images/high-contrast-rollover.png) no-repeat;
				}
			ul#access-toolbar li#highContrast a span {
				display: none
			}			
		
			ul#access-toolbar li#normalContrast {
				display: none
			}       
       
       
       
       
       
       
       
       
#header ul#tool-bar  {
		position: absolute;
		right: 10px;
		top: 60px;
	}        
#header ul#tool-bar {
	margin:4px 0 0 0;
	text-align: right;
	display: inline;
}
#header ul#tool-bar li {
		 display: block;
		 float: left;
		 display: inline;
		 font-size: 1.2em;
		 line-height: 1.4em;
		 background: none;
		 list-style: none;
		 padding: 0 8px;
		 color: #999;
		background:transparent url(../images/dotted.png) repeat-y scroll right top 		 
       }
	#header ul#tool-bar li a, 
	#header ul#tool-bar li a:visited 
	 	{
		  color:#3e8dcc;
		  text-decoration: none;
       }
	#header ul#tool-bar li a:hover, 
	#header ul#tool-bar li a:focus,
	#header ul#tool-bar li a:active
	 	{
		  text-decoration: underline;
       }
       
input#keywords,
input#cntnt01searchinput
 {
		  border: 1px solid #cacaca;
		  color: #999;
		  width: 156px;
		  height: 15px;
		  padding:2px;
		  font-size: 1em;
		  margin-left: 10px;
		  font-family: arial, helvetica, sans-serif;
	 }
.search-label {
		  display: none;
		  width: 0;
		  height: 0;
		  float: left;
		  vertical-align: top;
	 }       
	 
#content-wrapper {
	background: #d8e2da;
	width: 100%;
	padding:20px 0;
}
#header-wrapper {
	background: #d8e2da;
	width: 100%;
	padding:5px 0;
	margin-bottom:10px;
	/*border-bottom:1px solid #b1c3b5;*/
	height:20px;
}
	#header-wrapper .wrapper {
		background: #d8e2da;
	}
	#header-wrapper p {margin-bottom:0}
	#header-wrapper .g-4col {text-align:right; background: #d8e2da;}
	#header-wrapper .g-4col .column-content {padding-right:0;}
	#header-wrapper #submit-login {background:#00bbe4; border:1px solid #fff; color:#fff; margin-left:5px;}
	#header-wrapper p#input-wrapper {float:right; font-size:.9em; line-height:1.9em;margin-bottom:0; text-align:right}
	#header-wrapper label {
		float: left;
		display:inline;
		color:#666;
	}
	span.input-username input {width:100px; background:#eef3ef; border:1px solid #fff;}
	span.input-password input {width:100px; background:#eef3ef;  border:1px solid #fff;}
	#header-wrapper input {
		float: left;
		display:inline;
	}
	
#content-wrapper .wrapper {
	background: #d8e2da;
}	 
#content-wrapper .g-2col.doormat2 {
	background: #fff url(../images/2-col-top-blue.gif) no-repeat top left;
}
#content-wrapper .g-3col.doormat3 {
	background: #fff url(../images/3-col-top-blue.gif) no-repeat top left;
}

#home-page #content-wrapper .g-1col.doormat
{
	background: #fff url(../images/1col-top.gif) no-repeat top;;
	position: relative;
}
#content-wrapper .g-1col#sub-nav,
#content-wrapper .g-1col.useful-links
{
	background: #fff url(../images/1col-top-grey.gif) no-repeat top;;
	position: relative;
}

.g-1col .module-footer {
	background: transparent url(../images/1col-bot.gif) no-repeat bottom;
	padding-bottom:20px;
}
.g-2col .module-footer {
	background: url(../images/2-col-bot.gif) no-repeat bottom;
	padding-bottom:20px;
}
.g-3col .module-footer {
	background: url(../images/3-col-bot.gif) no-repeat bottom;
	padding-bottom:20px;
}
#home-page #content-wrapper .g-1col.doormat .column-content {
	height: 180px;
	min-height: 180px;
	*overflow: hidden;
	*margin-left:10px;
	}
.column-content h1 {
	margin-top: 20px;
}	
h1 {
	margin-top: 20px;
	
}
.column-content h2 {
	margin-top: 10px
}
.doormat h2 {
	margin-top: 20px
	
}
#sub-nav h2 {
	font-size: 1.2em;
	color: #fff;
	padding: 2px 5px 10px 15px;
	font-weight: bold;	
	background: #a8b5ab;
	margin: 11px -10px 0 -10px;
}
.useful-links .column-content h2 {
	font-size: 1.2em;
	color: #fff;
	padding: 2px 5px 10px 15px;
	font-weight: bold;	
	background: #a8b5ab;
	margin: 11px -10px 10px -10px;
}
#home-page .useful-links .column-content h2 {
	font-size: 1.6em;
	color: #00BBE4;
	padding: 0;
	font-weight: bold;	
	background: #fff;
	font-weight: normal;
	margin: 20px 0 10px 0;
}

h1{
	background: #00BBE4;
	margin:10px 0 10px 0;
	color: #fff;
	padding:10px 10px 15px 10px;
	font-size: 2.2em;
	line-height: 1em;
}
h1#banner-image {
	margin-bottom:0;
}
div#col-banner {
	margin-bottom:10px;
}
.doormat h2 a {
	text-decoration: none;
	
}	
.main-content ul{
	margin-bottom: 10px;
}
.main-content ul li {
	margin-left:10px;
	background: url(../images/section-bullet.png) no-repeat left 6px;
	padding-left:10px;
	margin-bottom: 3px;
}	
	.main-content ul li ul li {
		background: none;
		margin-left:10px;	
	}	
/*
====================================
	home page banner
====================================
*/
#promotional_banner {
	width: 948px;
	height: 231px;
	margin-bottom:20px;
	position: relative;
}		
	#promotional_banner h1 {
		position: absolute;
		left: -9999px;
	}
	#promotional_banner .header-2 {
		font-size:1.9em;
		margin: 0px 0 0 15px;
		padding-top:20px;
		color: #fff;
		text-transform: uppercase;
		background: transparent;
		display: block;
	}
	#promotional_banner .text {
		font-size:1.3em;
		line-height: 1.4em;	
		margin: 10px 10px 10px 15px;
		color: #fff;
		display: block;
	}
	#promotional_banner a {
		text-decoration: none;
	}	


#practitioners a {
	color: #132530
}

a#practitioner-link {
	background: url(../images/practitioners.png) right;
	background-repeat: no-repeat;
	width: 340px;
	height:108px;
	display: block;
	margin-bottom:5px;
	position: absolute;
	top: 123px;
	z-index: 99;
}
a#practitioner-link:hover {
	background-image: url(../images/practitioners-rollover.png);
	background-color: transparent;
}
a#public-link {
	background: url(../images/public.png) right;
	background-repeat: no-repeat;
	width: 340px;
	height:108px;
	display: block;
	margin-bottom:5px;
	position: absolute;
	top:11px;
	z-index: 99;
}
a#public-link:hover {
	background-image: url(../images/public-rollover.png);
	background-color: transparent;
}
#promotional_banner #public span.link {
	color: #8cc63f
}
#promotional_banner #practitioners span.link {
	color: #132530
}

#footer{
	margin-top:20px;
	padding-top:20px;
}
#footer p {
	margin-bottom: 0px;
}
#footer span.highlight {
	color: #3e8dcc;
	font-weight: bold
}
.useful-links ul li a {
	text-decoration: none;
	color: #333;
	background: url(../images/useful-links.png) left 2px no-repeat;
	padding-left: 15px;
}	
	.useful-links ul li a:hover,
	.useful-links ul li a:focus	
	  {
		text-decoration: underline;
	}	
	
div#breadcrumb {
	margin-bottom: 10px;
	padding-top:5px;
	font-size: .9em;
}	
	

#sub-nav ul  {
	border-top: 1px solid #f1f1f1;
	padding-top:5px;
	}
#sub-nav ul li {
	background: none;
	line-height: 1.8em;
	font-weight: bold;
	padding-left:5px;
	padding-right:5px;
	border-bottom: 1px solid #f1f1f1;}
#sub-nav ul li a {
	text-decoration: none;
	padding-left:17px;
	padding-top:4px;
	padding-bottom:4px;
	display: block;
	color: #162732;
	font-weight: normal;
	}
#sub-nav ul li h3 {
	margin-bottom: 4px;
}	
#sub-nav ul li h3 span {
	text-decoration: none;
	padding-left:17px;
	padding-top:4px;
	display: block;
	color: #162732;
	background: url(../images/green-arrow.png) no-repeat left 11px;
	}
#sub-nav ul li ul li h3 span {
	padding-top:0px;
	background: url(../images/green-arrow.png) no-repeat left 6px;
	}	
		
#sub-nav ul li a:hover
 {
	background: #fff url(../images/blue-arrow.png) no-repeat left!important;

	font-weight: bold;
}

#sub-nav ul li.menuactive a,
#sub-nav ul li.menuactive.menuparent a
 {
	background: #fff url(../images/green-arrow.png) no-repeat left;
	font-weight: bold;
}
#sub-nav ul li.menuactive ul  {
	padding-top:0px;
}
#sub-nav ul li.menuactive ul li {
	padding-left:20px;
}
#sub-nav ul li.menuactive ul li a,
#sub-nav ul li.menuactive.menuparent ul li a  {
	background: #fff url(../images/subnav-arrow.gif) no-repeat left 5px;
	position: relative;
	font-weight: normal;
	padding-top:0;
}

#sub-nav ul li.menuparent a {
	background: url(../images/arrow-down.png) no-repeat left;
}
#sub-nav ul li ul  {
	border-top: none;
	border-bottom: none;
	}
#sub-nav ul li ul li {
	background: none;
	line-height: 1.8em;
	text-transform: none;
	font-weight: normal;
	padding-left:0px;
	border-top: none;
	border-bottom: none;
	}

#sub-nav ul li.menuactive ul li a:hover,
#sub-nav ul li.menuactive ul li a:focus,
#sub-nav ul li.menuactive ul li a:active,
#sub-nav ul li.menuactive.menuparent ul li a:hover,
#sub-nav ul li.menuactive.menuparent ul li a:focus,
#sub-nav ul li.menuactive.menuparent ul li a:active
 {
	background: url(../images/green-arrow.png) no-repeat left 6px;
	font-weight: bold;
}
h3{
	font-weight: bold;
}	
table.contactform td {
	padding:5px;
}	
.SF_even {
	background: #f1f1f1;
}	
table td {
	padding: 5px;
}	
	table td p {
		margin-bottom: 0;
	}
img.professions {
	float: right;
	padding:4px;
	border: 1px solid #D8E2DA;
	margin-left: 5px;
}	
p a.annual-report-2007 {
	background: url(../images/annual-report-2007.png) no-repeat 5px 15px;
	padding-left: 140px;
	height: 90px;
	display: block;
		border-top: 1px solid #f1f1f1;
	padding-top:30px;
	color: #555
}
p a.annual-report-2007-irish {
	background: url(../images/annual-report-2007-irish.png) no-repeat 5px 15px;
	padding-left: 140px;
	height: 90px;
	display: block;

	padding-top:30px;
	color: #555;
		border-top: 1px solid #f1f1f1;
}
p a.annual-report-2009 {
	background: url(../images/annual-report-2009.png) no-repeat 5px 15px;
	padding-left: 140px;
	height: 90px;
	display: block;
	padding-top:30px;
	color: #555
}