/* GENERAL START */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	line-height: 16px;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}
form {
	margin:0;
	display:inline;
	
}
h1, h2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	
	
}
h1{
	background-image: url(../images/bg_h1.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#f0f7fb;
	font-size: 13px;
	line-height:30px;
	color: #123466;
	padding:0px 0px 0px 8px;
	margin:0 0 10px 0;
	
}

h2{
	/*background-image: url(../images/bg_h2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#f0f7fb;*/
	font-size: 12px;
	line-height:21px;
	color:#0075ba;
	margin:0;
}

p {
	margin-top:0;
	margin-bottom:10px;
	line-height:16px;
}
a:link, a:visited, a:active {
	text-decoration:none;
	color:#ff9900;
}
a:hover {
	color:#ff9900;
	text-decoration:underline;
}
ul, ol, dl {
	position: relative;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}

/* GENERAL END */


#MainBody {
	width:760px;
	padding:0 9px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom:0px;
	margin-left: auto;
	position:relative;
	background-color:#ffffff;
}

#Header {
	width:760px;
	height:100px;
	padding:0;
	clear:both;
	overflow:hidden;
}
		/*Header Content styles -- Start */
		#Logo {
			height: 72px;
			width: 125px;
			padding:28px 15px 0px 20px;
			margin:0 20px 0 0;
			float: left;
			display:inline;
		}
		#HeaderRightContainer {
			width:580px;
			margin:0;
			overflow:hidden;
			float:left;
			
		}
		#TopNavContainer {
			background-color: #f8f8f8;
			height:22px;
			width:580px;
			clear:right;
		}
		#HeaderRhsLinks {
			float:right;
			width:130px;
			color:#123466;
			font-size:10px;
			line-height:14px;
			height:70px;
			padding:6px 0 2px 0
		}
		#HeaderRhsLinks a {
			font-size:10px;
			text-decoration: underline;
			color:#136798;
		}
		#date {
			vertical-align:bottom;
		}
		
		.topnav {
			height:22px;
			width:240px;
			float:left;
			position:relative;
			font-size:10px;
		}
		.topnav ul {
			margin: 0px;
			padding: 0px;
			height:22px;
			float:left;
			
		}
		.topnav li {
			margin: 0px;
			border-right-width: 1px;
			border-right-style: solid;
			border-right-color: #123466;
			list-style-type: none;
			float:left;
			line-height:12px;
			padding:0px 10px 0px 10px;
			margin:5px 0px 2px 0px;
		/*	width:43px;*/
		}
		.topnav li a, .topnav li a:visited {
			color:#123465;
			text-decoration:none;
			float:left;
		}
		.topnav li a:hover {
			color:#123465;
			text-decoration:underline;
		}
		#SearchContainer {
			width:230px;
			float:right;
			clear:right;
			margin:2px 0px 5px 0px;
			height:15px;
			position:relative;
			font-size:10px;
			color:#123465;
		}
		.searchLabel {
			float:left;
			display:inline;
			margin:0;
			font-size:10px;
			color:#123465;
		}
		.searchInput {
			font-size:10px;
			width:130px;
			height:12px;
			border:1px solid #CCCCCC;
			float:left;
			margin:0 10px 0 10px;
		}
		.buttonGo {
			float: left;
			background-color: #123465;
			text-align: center;
			vertical-align: middle;
			border: 1px solid #dcd9d9;
			padding:0px 2px 0px 2px;
			color: #FFFFFF;
			font-size:9px;
		}
		/*Header Content styles -- End */

#ContentBody {
	width:760px;
	padding:0px;
	clear:both;	
	margin: 5px 0 5px 0;
	position:relative;
	overflow:hidden;
}
#LhsContainer {
	width:160px;
	float:left;
	margin-right:20px;
	margin-left:0;
	display:inline;
}
#ContentContainer { 
	width:580px;
	margin:0;
	padding:0;
	float:left;
	clear:right;
}
#MainBannerHome {
	width:580px;
	height:216px;
	margin-bottom:25px;
}
#MainBanner {
	width:580px;
	height:130px;
	margin-bottom:25px;
}
#ContentAreaHome {
	width:430px;
	padding:0;
	float:left;
	display:inline;
	margin:0 20px 0 0;
	
}
#ContentArea {
	width:580px;
	padding:0;
}
#ContentPara {
	padding:0px 0px 5px 8px;
	margin:0px;
	background-image: url(../images/hori_dot_blue.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	
}
#RhsPanelHome {
	width:130px;
	float:left;
}
#Footer {
	width:740px;
	margin:17px 0px 0px 0px;
	text-align: center;
	padding:10px;
	font-size: 10px;
	color: #454545;
	text-decoration: none;
	line-height: 14px;
	background-image: url(../images/hori_dot_blue.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear:both;
	overflow:hidden;

}
#Footer a, #Footer a:visited {
	color: #136798;
	text-decoration: underline;
}
#Footer a:hover {
	color: #136798;
	text-decoration: none;
}

.floatleft {
	float:left;
	display:inline;
}
.floatright {
	float:right;
}

/*styles for LHS navigation -- Start */
.leftMenu {
	margin-bottom: 25px;
	width:160px;
	
	
}
.leftMenu ul {
	list-style:none;
	margin: 0px;
	padding:0px;
	width:160px;
	/*float:left;*/
	/*line-height:20px;*/
}
.leftMenu li {
	margin: 0px;
	padding:0px;
	
	
}
.leftMenu li a, .leftMenu li a:visited {
	width:150px;
	height:35px;
	margin:0px;
	background-color: #123466;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	min-height:26px;
	line-height:30px;
	font-size: 12px;
	padding:0 0 0 10px;
}

.leftMenu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #154a98;
}
.leftMenu li.IrelandNav a, .leftMenu li.IrelandNav a:visited {
	background-color: #009933;
	color:#ffffff;
}
.leftMenu li.IrelandNav a:hover {
	background-color: #154a98;
	color:#FFFFFF;
}
#IrelandSubNav {
	display:none;
}
#IrelandSubNav ul {
	list-style:none;
	margin: 0px;
	padding:0px;
	width:160px;
	/*border-bottom:solid 1px #FFFFFF;*/
}
#IrelandSubNav ul li a, #IrelandSubNav ul li a:visited {
	background-color: #f0fcf4;
	color:#123466;
	width:134px;
	height:20px;
	margin:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-decoration: none;
	display:block;
	min-height:14px;
	line-height:20px;
	font-size: 11px;
	padding:0 0 0 26px;
	
}

#IrelandSubNav ul li a:hover {
	background:none;
	background-color: #009933;
	color:#FFFFFF;
	text-decoration:none;
}


/*styles for LHS navigation -- End */

#BISitesteaser {
	width:160px;
	color:#123465;
	margin-bottom:25px;
	background-color:#f0f7fb;
	
}
.BISitesteaserTitle {
	background-image: url(../images/hori_dot_blue.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size:12px;
	font-weight:bold;
	color:#123465;
	margin:0;
	padding:10px 0 0 10px;
	

}
.BISitesteaserContent {
	background-image: url(../images/hori_dot_blue.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color:#f0f7fb;
	clear:both;
	padding:0 0 17px 10px;
	margin:0px;
	
}
.BISitesteaserInput {
	margin:15px 0px 0px 0px;
	width:120px;
	font-size:12px;
}
#largeTextButton {
	font-weight: bold;
	color: #ffffff;
	margin:0;
	padding:5px 0 0 0;
	width:160px;
	background-color:#123466;
	height:21px;
	/*margin-left:15px;*/
	text-align: center;
}
#largeTextButton a {
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	display:block;
	background-color:#123466;
	height:21px;
	/*margin-left:15px;*/
	text-align: center;
}
#CompHistoryTeaser {
	width:160px;
	/*background-color:#f0f7fb;*/
	margin-top:25px;
}
.teaserTitle {
	background-image: url(../images/bg_h1.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#f0f7fb;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 12px;
	color: #123466;
	text-decoration: none;
	line-height:30px;
	font-weight: bold;
	margin:0;
	padding:0px 0px 0px 8px;
}
.historyTeaserImg {
	width:160px;
	height:43px;
	background-image:url(../images/co-history-teaser-img.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
.moreText{
	background-image: url(../images/more-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:19px;
	font-size:11px;
	padding:0px 0px 0px 8px;
	color:#ff9900;
}
.moreText a, .moreText a:visited {
	background-image: url(../images/bullet_03.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 19px;
	padding:0px 20px 0px 8px;
	text-decoration: none;
}
.moreText a:hover {
	text-decoration:underline;
}

.mainbullets ul {
	margin:0px;
	padding:0px;
}
.mainbullets li {
	list-style:none;
	background-image:url(../images/bullet_02.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	line-height:14px;
	margin:0px;
	padding:4px 0px 3px 25px;
}
.mainbullets li a, .mainbullets li a:visited {
	color:#000000;
	text-decoration: none;
}
.mainbullets li a:hover {
	color:#ff9900;
	text-decoration: underline;
}
.mainbullets li ul li{
	list-style:none;
	background-image:url(../images/bullet_03.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	line-height:14px;
	margin:0px;
	padding:4px 0px 3px 20px;
}

.timeline {
	width:580px;
	margin:0 0 20px 0;
	clear:both;
	overflow:hidden;
}

.yearContainer {
	margin:20px 0 0 0;
	clear:both;
	overflow:hidden;

}
.yearContainer p {
	padding:0 0 0 8px;

}
.yeartitle {
	background-image: url(../images/bg_h1.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#f0f7fb;
	font-size: 12px;
	line-height:21px;
	color:#0075ba;
	margin:0 0 10px 0;	
}
.historyImg {
	float:left;
	display:inline;
	margin-right:15px;
	width:130px;
	margin-left:8px;
	background-color:#f0f7fb;
}
.historyImg2 {
	float:left;
	display:inline;
	/*margin-right:10px;*/
	width:272px;
	margin:0 0 5px 8px;
	background-color:#f0f7fb;
}
.historyImgTitle {
	color:#0075ba;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding:5px 0 5px 0;
	display:block;
}
.historyNextButton{
	float: right;
	height: 16px;
	width: 72px;
	padding:0 1px 0 4px;
	background-image: url(../images/nxt_btn_hist.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
}
.historyBackButton {
	float: left;
	height: 16px;
	width: 76px;
	display: inline;
	padding-left: 15px;
	background-image: url(../images/bck_btn_hist.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 10px;
}
.historyNextButton a, .historyBackButton a, .historyNextButton a:visited, .historyBackButton a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
.historyNextButton a:hover, .historyBackButton a:hover {
	color:#123466;
	text-decoration:none;
}

.ContentSubTitle {
	color:#123466;
}
.bluecontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #123466;
	padding-bottom:3px;
}