/* CSS Document */

/*  The following two classes are used to implement the side borders on the site. They are also responsible for controlling the centred effect  */
a img
{
	border:none;
}
.floatFix
{
	float:none;
	clear:both;
}
html body
{
	margin:0px;
	padding:0px;
	background:#e1e7e3 url("../_img/bg_page.gif") repeat-y center;
	text-align:center;
}
.pageFrame01
{
	width:776px;
	margin:0 auto;
	text-align:left;
	padding:0px;
}

/* used to control the entire page */
.containerGlobalWrapper
{ 
	float: left; 
	width:776px; 
	background-color:#fff; 
	padding:0px;
	margin:0px;
}
.containerContent
{ 
	float: left; 
	width:740px;
	margin:0 18px 0 18px;
}
.containerHeader .headerLeft
{
	float:left;
	margin:0 0 15px 0px;
	padding:0;
}
.containerContent .contentStyle01
{
	background:url("../_img/top_bg.jpg") top left no-repeat;
	padding:10px;
}
.containerContent .contentWrapper
{
	padding:0;
	margin:0;
	padding:12px;
	background:#fff;
	width:350px;
}

.containerFooter {
	float:left;	
	clear:both;		
	padding:4px 0px 4px 0px ;
	margin:10px 18px 0px 18px ;
	width:740px;
	border-top:1px solid #CCC;
	display:inline;
}
.containerFooter p {
	float:right;
	margin:0px;
	padding:0px 10px 0px 0px;
	font-size:62%;
	color:#666;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
}
.contentStyle01 h1
{
	font-size:150%;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
	padding:0;
	margin:0;
}
.contentStyle01 p
{
	font-size:112%;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-weight:normal;
	padding:5px 0 0 0;
	margin:0;
}
.contentStyle02 a,
.contentStyle01 a
{
	float:right;
	padding:3px 8px;
	text-decoration:none;
	margin:0;
	font-size:62%;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	background:url("../_img/button_bg_01.gif") top left no-repeat;
}

.contentStyle02
{
	float:left;
	width:345px;
	margin:10px 10px 0 0;
	padding:10px;
}
.contentStyle02 h2
{
	padding:0;
	margin:0;
	font-size:106%;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-weight:normal;
	background:url("../_img/h2_bg.gif") bottom left repeat-x;
}
.contentStyle02 p
{
	padding:0;
	margin:10px 0 0 0;
	font-size:69%;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-weight:normal;
}
.extIreland
{
	background:url("../_img/ireland_bg.gif") top left repeat-x;
}
.extIreland h2
{
	color:#236047;
}
.extIreland a
{
	background:url("../_img/ireland_button_bg.gif") top left no-repeat;
	margin:5px 0 0 0;
}
.extEngland
{
	background:url("../_img/england_bg.gif") top left repeat-x;
	margin-right:0!important;
}
.extEngland h2
{
	color:#726e4b;
}
.extEngland a
{
	background:url("../_img/england_button_bg.gif") top left no-repeat;
	margin:5px 0 0 0;
}
.extChannel
{
	background:url("../_img/channel_bg.gif") top left repeat-x;
	margin-right:0!important;
}
.extChannel h2
{
	color:#2c3950;
}
.extChannel a
{
	background:url("../_img/channel_button_bg.gif") top left no-repeat;
	margin:5px 0 0 0;
}