#colright #smallmapuk img, 
#colright #smallmapireland img, 
#colright #rightmenu img, 
#colleft .item img,
#colleft .newsscroller img,
img.png

	{ behavior: url('assets/css/iepngfix.htc') }

	
/*** Main Styling ***/

body {
	background: #FFF url('../images/pagebg.png') repeat-x;
	margin: 0px;
	font-family: arial;
	color: #666666;
}

a img {
	border: 0px;
}

#outercontainer {
	width: 998px;
	margin: 0 auto;
	position: relative;
}

#outerheaders {
	background: url('../images/headerbg.png') no-repeat;
	height: 239px;
}

#container, #headers {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#headers img {
	float: left;
}

#headerleft, #headerright {
	width: 480px;
	height: 239px;
	float: left;
}

#pagebody {
	clear: both;
	width: 960px;
}

#colleft {
	width: 200px;
	float: left;
}

#colmid {
	float: left;
	width: 505px;
	margin-left: 20px;
	padding-top: 0px;
	padding-bottom: 30px;
}

#colmid p, #colmid ul, #colmid ol, #colmid .rawform label {
	font-family: verdana;
	font-size: 0.7em;
	line-height: 1.4em;
}

#colmid h1 {
	font-size: 1.2em;
	border-bottom: 1px dotted #B8B8B8;
	color: #2B2B2B;
	padding-bottom: 10px;
	margin-top: 0px;
}

#colmid h2 {
	font-size: 1.1em;
	margin-top: 20px;
	font-weight: normal;
}


#colmid div.job {
	padding-bottom: 5px;
	border-bottom: 1px dotted #B8B8B8;
}

#colright {
	float: left;
	width: 205px;
	margin-left: 30px;
	padding-right: 0px;
}


/** STYLING FOR UK/IRE MAPS ***/
	#colright #smallmapuk {
		background: url('../images/map_uk.gif') no-repeat;
		background-position: 20px 0px;
		float: left;
		position: relative;
		width: 200px;
		height: 210px;
	}
	#colright #smallmapireland {
		background: url('../images/map_ireland.gif') no-repeat;
		background-position: 0px 20px;
		float: left;
		position: relative;
		width: 200px;
		height: 180px;
	}
	
	.iremapp {
		text-align: right;
		float: right;
		line-height: 18px;
		padding-top: 5px;
	}
	
	.ukmapp {
		text-align: right;
		float: right;
		line-height: 15px;
	}
	
	#colright #smallmapuk img, #colright #smallmapireland img {
		position: absolute;
	}
	
/*** ***/

#contact h2 {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 5px;
}	

#contact p {
	font-size: 0.8em;
	margin-top: 0px;
	font-family: verdana;
	font-size: 0.7em;
}

#contact p a {
	color: #27903A;
}

#contact p a:hover {
	color: #27903A;
}

.emergency {
	background: #D2031D;
	padding: 15px 5px;
	color: #FFD400;
	text-align: center;
	float: right;
	overflow: hidden;
	margin-bottom: 5px;
	width: 235px;
}

.emergency h1 {
	font-size: 1.0em;
	margin: 0px;
}

.emergency h1 span.lower {
	font-size: 0.7em;
	font-weight: normal;
}
.emergency h1 span.upper {
	text-transform: uppercase;
}

.emergency p {
	color: #FFD400;
	font-size: 0.7em;
	margin: 0px;
}

.emergency p a, .emergency h1 a {
	color: #FFD400;
	text-decoration: none;
}
.emergency p a:hover, .emergency h1 a:hover {
	color: #FFD400;
	text-decoration: underline;
}
.emergency a {
	text-decoration: none;
}

#remediation {
	clear: both;
	margin: 5px 0px;
	background: #003157;
	padding: 5px;
	color: white;
	text-align: center;
}

#remediation p {
	color: white;
	font-size: 0.7em;
	margin: 0px;
}

#remediation p a {
	color: white;
	text-decoration: none;
}
#remediation p a:hover {
	color: white;
	text-decoration: underline;
}


#footer {
	text-align: center;
	padding: 3px 0px;
}

#footer p {
	color: #8FC73E;
	margin: 0px;
	font-size: 0.7em;
}

#footer p a {
	color: #666666;
	text-decoration: none;
	margin: 0px 5px;
}

#footer p a:hover {
	text-decoration: underline;
}

#shadowlower {
	background: url('../images/shadow-lower.gif') repeat-x;
	height: 6px;
	width: 970px;
	margin: 0 auto;
}

#colmid h2.blue {
	color: #23679F;
}

#colmid ul.sitemap a {
	color: #2B2B2B;
}
#colmid ul.sitemap a:hover {
	color: #000000;
}
#colmid ul.sitemap li ul {
	margin-bottom: 15px;
}
#colmid ul.sitemap li ul li {
	font-size: 1.1em;
	margin-top: 5px;
}

.rawform fieldset {
	border: 0px;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.rawform input.inputfield, .rawform select.inputfield {
	width: 300px;
	font-size: 0.6em;
	padding: 3px;
}

.rawform textarea.inputfield {
	width: 500px;
	height: 180px;
	font-size: 0.9em;
	padding: 3px;
}

.rawform input.submitfield {
	border: 1px solid black;
	padding: 2px 5px;
	background-position: center center;
	color: white;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
}

.rawform input.highlighted, .rawform textarea.highlighted {
	background: #FFEBEB;
	border: 1px solid #8A0E0E;
}

span.required {
	color: red;
	font-weight: bold;
}

h1.headline {
	margin-bottom: 5px;
}
h2.headline {
	margin-bottom: 0px;
}

.date {
	margin-top: 0px;
	color: #27903A;
}

.newsimage {
	clear: both;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.pdflink a img, .pdflink a span {
	float: left;
}
.pdflink a span {
	margin-left: 5px;
	line-height: 34px;
}

.successmessage {
	padding: 5px;
	border: 1px solid #052B03;
	color: white;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-bottom: 20px;
	background: #248F1C;
}
.successmessage p {
	margin: 0px;
}

#bannercontactdetails .locationdetail, #bannerdirectordetails .directordetail {
	font-size: 0.7em;
	float: left;
	overflow: hidden;
	position: absolute;
	display: none;
}

#bannercontactdetails {
	clear: both;
	float: left;
	width: 460px;
	height: 75px;
	padding: 10px;
	color: black;
	position: absolute;
	top: 144px;
}

#bannercontactdetails .locationdetail p {
	margin: 0px 25px 0px 0px;
	float: left;
}

#bannerdirectordetails .directordetail p {
	margin: 5px 5px 0px 0px;
}

#bannerdirectordetails p {
	font-size: 0.9em;
}

#bannerdirectordetails p strong {
	font-size: 1.1em;
}

#bannerdirectordetails {
	clear: both;
	float: left;
	width: 460px;
	height: 75px;
	padding: 0px 10px 0px 0px;
	color: black;
	position: absolute;
	top: 144px;
}

#bannerdirectordetails img {
	float: left;
	margin-right: 5px;
}

#breadcrumb {
	font-size: 0.8em;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 4px;
}

.contactimages {
	float: left;
	height: 144px;
	width: 480px;
	position: relative;
}

.contactimages img {
	position: absolute;
}

.tsimage {
	clear: both;
	float:right; 
	margin-left: 25px; 
	margin-bottom: 15px; 
	padding: 2px; 
	border: 1px solid #ddd;
}


#breadcrumb p {
	margin: 0px;
}

#breadcrumb p a {
	color: #6D6D6D;
}
#breadcrumb p a:hover {
	text-decoration: none;
}

img.headerfadefirst, img.headerfadesecond {
	display: none;
}


#aboutbanner {
	position: absolute;
	top: 0px;
	right: 19px;
	z-index: 14;
}

.newsscroller {
	color: black;
	position: relative;
	width: 200px;
	top: -44px;
}

.newsscroller img {
	position: absolute;
}

.newsscroller ul {
	padding: 0px;
	margin: 0px;
}

.newsscroller ul li {
	height: 45px;
	overflow: hidden;
	font-size: 0.7em;
	list-style: none;
	color: white;
	width: 165px;
	float: right;
	margin: 5px 10px 5px;
}

.newsscroller ul li span a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	white-space: nowrap;
}
.newsscroller ul li a {
	color: #fff;
	text-decoration: none;
}

.newsscollersub {
	height: 163px;
	top: 77px;
	overflow: hidden;
	position: relative;
}

.newsscrollerinner {
	position: absolute;
	top: 0px;
	text-align: right;
}

h3.newsheading {
	font-size: 0.7em;
	margin: 0px;
	text-transform: uppercase;
	color: black;
	position: absolute;
	top: 55px;
	right: 15px;
}

h3.newsheading a {
	color: black;
	text-decoration: none;
}
h3.newsheading a:hover {
	color: white;
}

#dock {
	padding-top: 55px;
}

#errorcontainer {
	width: 960px;
	margin: 0 auto;
}

#errorcontainer h1 {
	font-size: 1.4em;
	font-weight: normal;
	color: black;
}

#errorcontainer h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: black;
}

#errorcontainer p {
	font-size: 0.8em;
}

#splashcontainer {
	position: absolute;
	height: 350px;
}

#splash {
	position: relative;
	width: 960px;
	height: 450px;
	top: -100px;
	z-index: 999;
}

#splash img {
	float: left;
	position: absolute;
}

#splash img.splashire {
	z-index: 2;
}

#splash img.splashuk {
	z-index: 1;
}

#splash img.splashInternational {
	left: 385px;
	top: -15px;
	z-index: 1000;
}

#splash h1 {
	position: absolute;
	text-align: center;
	width: 960px;
	color: black;
	font-size: 1.4em;
	z-index: 100;
	font-weight: normal;
	top: 370px;
	margin: 0px;
}

#splash h2 {
	position: absolute;
	color: white;
	font-size: 0.8em;
	z-index: 100;
	font-weight: normal;
	bottom: 0px;
	margin: 0px;
}

#splash h2 a {
	color: white;
}

#splash p {
	position: absolute;
	text-align: center;
	width: 960px;
	color: black;
	font-size: 1.3em;
	z-index: 100;
	font-weight: normal;
	top: 20px;
	margin: 0px;
}






.warningmessage {
	padding: 5px;
	border: 1px solid #890000;
	color: white;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-bottom: 20px;
	background: #CE0707;
}
.warningmessage p {
	margin: 0px;
}

div.idoc {
	width: 300px;
	float: left;
}
div.idoc.idocfull {
	width: 505px;
	border-top: 1px dotted #CACACA;
	padding-top: 10px;
}

p.subscribeinfo {
	border-top: 1px dotted #CACACA;
	padding-top: 10px;
	clear: both;
}

div.idoc p {
	margin-top: 0px;
	width: 215px;
	float: left;
}
div.idoc.idocfull p {
	width: 420px;
}

div.idoc a.iconlink {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	padding: 15px 25px 25px 15px;
	background-repeat: no-repeat !important;
	background-position: center !important;
	border: 1px solid #A0C988;
	margin-right: 10px;
}

div.idoc a.iconlink:hover {
	background-color: #F3F9EF !important;
}

div.idoc.txt a.iconlink, 
div.idoc.rtf a.iconlink {	
	background: #fff url(../images/icons/txt.gif);
}

div.idoc.ppt a.iconlink, 
div.idoc.pptx a.iconlink { 
	background: #fff url(../images/icons/ppt.gif);
}

div.idoc.xls a.iconlink, 
div.idoc.xlsx a.iconlink {
	background: #fff url(../images/icons/xls.gif);
}

div.idoc.doc a.iconlink, 
div.idoc.docx a.iconlink {
	background: #fff url(../images/icons/doc.gif);
}

div.idoc.pdf a.iconlink {
	background: #fff url(../images/icons/pdf.gif);
}

div.idoc.gif a.iconlink, 
div.idoc.png a.iconlink, 
div.idoc.jpg a.iconlink, 
div.idoc.jpeg a.iconlink {
	background: #fff url(../images/icons/jpg.gif); background-position: 8px 0px;
}

/*** RESOURCES ***/
div#colmid div.resourcesection {
	width: 400px;
	float: left;
}
div#colmid div.resourcesection h2 {
	margin-top: 10px;
}

div#colmid div.resourcesection.left {
	padding-right: 10px;
	margin-right: 15px;
	border-right: 1px dotted #B8B8B8;
}

div.vzaar_media_player {
	width: 505px;
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	border: 1px solid #B8B8B8;
}
div.vzaar_media_player object {
	float: left;
}
