body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	margin: 0;
	background-image: url(../im/bghead.jpg);
	background-repeat: repeat-x;
}
#maincontent h2 {
	margin: 0;
	font-size: 10pt;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: -5px;
	text-decoration: none;
}
#maincontent h1 {
	margin: 0;
	font-size: 10pt;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: -5px;
} 
#maincontent h3 {
	margin: 0;
	font-size: 10pt;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
} 
#maincontentterms h1 {
	margin: 0;
	font-size: 10pt;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: -5px;
} 
h2 {
	margin: 0;
	font-size: 9pt;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: -5px;
	font-weight: bold;
	text-decoration: underline;
} 
#wrapper {
	margin: 0;
	position: absolute;
	top: 101px;
	left: 0px;
	z-index: 1;
} 
#sidebar {
	font-size: 0.75em;
	position: absolute;
	top: 0;
	left: 0;
	width: 266px;
	background-color: #FFFFFF;
	background-image: url(../im/logograd.jpg);
	background-repeat: no-repeat;
	padding-top: 113px;
} 
#sidebarsearch {
	font-size: 0.75em;
	position: absolute;
	top: 0;
	left: 0;
	width: 266px;
	background-color: #FFFFFF;
	background-image: url(../im/Search-box-bg.jpg);
	background-repeat: no-repeat;
} 
#news {
	font-size: 0.75em;
	position: absolute;
	margin-left: 704px;
	top: 0px;
	padding-top: 244px;
	width: 360px;
}
#newsnew {
	font-size: 0.75em;
	position: absolute;
	margin-left: 704px;
	top: 0px;
	width: 360px;
}
#maincontent {
	font-size: 0.8em;
	margin: 0 0px 0 266px;
	width: 438px;
	background-color: #039AA6;
	padding-top: 330px;
}
#maincontentterms {
	font-size: 0.8em;
	margin: 0 0px 0 266px;
	width: 438px;
	background-color: #028B95;
	padding-top: 80px;
}
#maincontentsitemap {
	font-size: 0.8em;
	margin: 0 0px 0 266px;
	width: 438px;
	background-color: #028B95;
	padding-top: 80px;
}
#footer {
	color : #999999; 
	font-size: 0.75em;
} 

#wrapper #sidebar td, #wrapper #sidebarsearch td {
	font-size: 9px;
	color: #FFFFFF;
}
input.textbox {
	font-size: 9px;
	border-width: 0;
	height: 15px;
}
textarea.textbox {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-width: 0;
}

#wrapper #sidebar a, #wrapper #sidebarsearch a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
#maincontent p {
	font-size: 9pt;
	color: #FFFFFF;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#maincontentterms p {
	font-size: 9pt;
	color: #FFFFFF;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#maincontent p.copyright {
	background-color: #B3E1E4;
	padding: 10px;
	text-align: right;
	font-size: 8pt;
	margin-top: 40px;
	margin-bottom: 0px;
	margin-right: 0px;
	color: #02747A;
}

#maincontentterms p.copyright {
	background-color: #B3E1E4;
	padding: 10px;
	text-align: right;
	font-size: 8pt;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
	color: #02747A;
}
#maincontent a {
	color: #FFFFFF;
	/*text-decoration: underline;*/
}

#maincontent ol {
margin-left: 10px;
padding-left: 18px;
}

#maincontentterms a {
	color: #02747A;
	text-decoration: underline;
}

#sub-mc
{
padding-left: 10px;
padding-right: 10px;
}

#masthead {
	background-image: url(../im/logotop.gif);
	background-repeat: no-repeat;
	height: 101px;
	z-index: 100;
	text-align: right;
	min-width:940px;
    /* IE Dynamic Expression to set the width */
    /* width:expression(document.body.clientWidth < 940 ? "940px" : "100%" ); */
}
#navcontainer {
	width: 438px;
	position: absolute;
	left: 267px;
	top: 66px;
	z-index: 100;
	height: 36px;
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li {
	float: left;
	position:relative;
	padding: 0px;
	width: 62px;
}
#navcontainer ul li.last {
	width: 65px;
}


#navcontainer li ul {
display: none;
position: absolute; 
left:0px;
}

#navcontainer li:hover ul, #navcontainer li.over ul {
	display: block; /* lists nested under hovered list items */
}
#navcontainer li>ul {
	left: auto;
	top: auto; /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
}
#navcontainer ul li li  {
	width:140px;
}


#navcontainer ul li a {
	display: block;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 8.5pt;
	line-height:16pt;
	background-color: #016366;
	padding-top: 7px;
	padding-bottom: 7px;
	width:100%;
}
#navcontainer li li a  {
	text-align:left;
	padding-left:10px;
}

#navcontainer ul li a:hover {
	background-color: #B3E1E4;
	color: #2A6264;
}
#navcontainer ul li a.current {
	background-color: #B3E1E4;
	color: #2A6264;
}







#subnavlist ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#subnavlist ul li
{
display: block;
float: left;
padding: 0px;
}
#subnavlist ul li a
{
	display: block;
	width: 150px;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-size: 8.5pt;
	line-height:11pt;
	background-color: #016366;
	padding: 7px;
	height:15px;
}
#subnavlist ul li a:hover
{
	background-color: #B3E1E4;
	color: #2A6264;
}
.login {
	background-image: url(../im/login.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 3px;
	height: 85px;
}
#maincontent li {
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-right: 10px;
}
#branchfinder h1 {
	font-size: 13px;
	font-weight: bold;
	color: #3C8A92;
	margin-bottom: -10px;
}
#branchfinder {
	position:absolute;
	left:23px;
	top:743px;
	width:184px;
	height:300px;
	z-index:101;
	background-image: url(../im/branchfinder.gif);
	padding-top: 90px;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 15px;
}
#branchfinder p {
	font-size: 11px;
	color: #3C8A92;
}
#tel {
	font-size: 11px;
	color: #3C8A92;
}
#address {
	font-size: 11px;
	color: #3C8A92;
}
#fax {
	font-size: 11px;
	color: #3C8A92;
}
#Layer1 {
	position:relative;
	left:0px;
	top:0px;
	width:185px;
	z-index:102;
	font-size: 13px;
	font-weight: bold;
	color: #3C8A92;
}
#Layer2 {
	position:relative;
	left:0px;
	top:0px;
	width:185px;
	height:40px;
	z-index:102;
	font-size: 11px;
	color: #3C8A92;
	margin-bottom: 5px;
}
#Layer3 {
	position:relative;
	left:0px;
	top:0px;
	width:185px;
	z-index:102;
	font-size: 11px;
	color: #3C8A92;
}
#Layer4 {
	position:relative;
	left:0px;
	top:0px;
	width:185px;
	z-index:102;
	font-size: 11px;
	color: #3C8A92;
}
#Layer5, #Layer6 {
	position:relative;
	left:0px;
	top:0px;
	width:185px;
	z-index:102;
	font-size: 11px;
	color: #3C8A92;
}
#Layer5 a, #Layer6 a {
	color: #02747A;
}
#maincontent p.small {
	font-size: 8px;
}
#wrapper #sidebar a:hover {
	text-decoration: underline;
}
#wrapper #sidebar blockquote {
	margin-left: 20px;
}
#wrapper #maincontent .copyright a {
	color: #02747A;
}
#maincontent p.whitenopad {
	color: #FFFFFF;
	padding: 0px;
}
ul.sitemap, ul.sitemap ul, ul.sitemap ul ul {
	list-style-type: none;
	margin-left: 2em;
	padding:0px;
}
#maincontentterms ul.sitemap a {
	text-decoration:none;
	font-weight:bold;
	color: #FFFFFF;
}
#maincontentterms p a.whitelink {
	color: #FFFFFF;
}
#news img {
	display: inline;
}
#newsnew .buttons {
	float: left;
	top: 244px;
	position: absolute;
}
#newsnew .newitems {
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 10px;
}
#newsnew .newitems a {
	color: #FFFFFF;
	text-decoration:underline;
}
#maincontent p.quitesmall {
	font-size: 9px;
}

.search { height: 112px; }

#searchform { padding: 70px 20px 0px 20px; }

#postcode {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #02747A;
	height: 14px;
	width: 120px;
	border: 1px solid #ccc;
	padding: 1px 3px;
}

#searchform td { padding-right: 10px; }

#online_nav
{
margin: 0px;
background-color: #02747A;
height: 30px;
padding-left: 25px;
padding-top: 10px;
}

	#online_nav h1
	{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	color: #B3E1E4;
	font-size: 1.4em;
	text-decoration: none;
	}

	#online_nav h2
	{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	color: #B3E1E4;
	font-size: 1.4em;
	text-decoration: none;
	}
	
	#online_nav a img
	{
	border: none;
	}
	
#online_nav_list
{
list-style: none;
margin: 0px;
padding: 0px;
width: 100%;
line-height: 36px;
}


	#online_nav_list li
	{
	width: 263px;
	height: 36px;
	display: block;
	margin-top: 3px;
	}
		
	#online_nav_list li a
	{
	width: 238px;
	height: 36px;
	display: block;
	background-image: url(../im/online_nav_bg.jpg);
	
	padding-left: 25px;
	}
	
		#online_nav_list_boxmanagement
		{
		list-style: none;
		margin: 0px;
		padding: 0px;
		width: 100%;
		line-height: 36px;
		}	

		#online_nav_list_boxmanagement li
		{
		width: 263px;
		height: 36px;
		display: block;
		margin-top: 3px;
		}	
	
		#online_nav_list_boxmanagement li a
		{
		width: 238px;
		height: 36px;
		display: block;
		background-image: url(../im/online_nav_bg.jpg);
		
		padding-left: 25px;
		}
	
		#online_nav_list_boxmanagement li a
		{
		width: 238px;
		height: 36px;
		display: block;
		background-image: url(../im/online_nav_bg_login.jpg);
		
		padding-left: 25px;
		}
	
		#online_nav_boxmanagement
		{
		margin: 0px;
		background-color: #02747A;
		height: 70px;
		padding-left: 25px;
		padding-top: 10px;
		}
		
		
		
		
		
		
		
		
		
		
		
		
		#online_nav_list_backup
		{
		list-style: none;
		margin: 0px;
		padding: 0px;
		width: 100%;
		line-height: 36px;
		}	

		#online_nav_list_backup li
		{
		width: 263px;
		height: 36px;
		display: block;
		margin-top: 3px;
		}	
	
		#online_nav_list_backup li a
		{
		width: 238px;
		height: 36px;
		display: block;
		background-image: url(../im/online_nav_bg.jpg);
		
		padding-left: 25px;
		}
	
		#online_nav_list_backup li a
		{
		width: 238px;
		height: 36px;
		display: block;
		background-image: url(../im/online_nav_bg_register.jpg);
		
		padding-left: 25px;
		}
	
		#online_nav_backup
		{
		margin: 0px;
		background-color: #02747A;
		height: 70px;
		padding-left: 25px;
		padding-top: 10px;
		}
	
	.online_links
	{
	color: #02747A;
	text-decoration: none;
	}
	
.bg1
{
background-image: url(../im/bg1.jpg);
background-repeat: no-repeat;
color: #FFFFFF;
width: 380px;
height: 220px;
padding-left: 10px;
padding-right: 10px;
font-weight: bold;
margin-left: 9px;
margin-bottom: 20px;
margin-top: 20px;
}

.whiteline
{
border-bottom-color: #FFFFFF;
border-bottom-style: solid;
border-bottom-width: 1px;
font-size: 1px;
height: 1px;
line-height: 1px;
padding: 0px;
margin: 0px;
}

.bg2
{
background-color: #026265;
background-image: url(../im/bg2.png);
width: 400px;
padding-left: 9px;
padding-right: 9px;
margin: 0px;
color: #FFFFFF;
}

	.bg2-top
	{
	background-image: url(../im/bg2-header.png);
	background-repeat: no-repeat;
	width: 418px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	}
	
	.bg2-bottom
	{
	background-image: url(../im/bg2-footer.png);
	background-repeat: no-repeat;
	width: 418px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	}

a .bg3
{
text-decoration: none;
border: none;
}
	
.bg3
{
margin-top: 30px;
width: 183px;
height: 55px;
padding: 8px;
background-image: url(../im/bg3.png);
background-repeat: no-repeat;
color: #02747A;
font-size: 0.8em;
text-decoration: none;
}

	.bg3 strong
	{
	font-size: 1.2em;
	}
	
#rightcontent
{
position: absolute;
left: 700px;
top: 450px;
width: 400px;
padding-left: 9px;
padding-right: 9px;
margin: 0px;
font-size: 0.8em;
}

	#rightcontent p
	{
	padding: 0px;
	margin: 0px;
	}
	
	#rightcontent a img
	{
	border: none;
	}

.bg4
{
background-image: url(../im/bg_4.png);
width: 332px;
padding-left: 9px;
padding-right: 9px;
margin: 0px;
color: #FFFFFF;
}

	.bg4-top-image
	{
	background-image: url(../im/bg4-header-image.png);
	background-repeat: no-repeat;
	width: 350px;
	height: 154px;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	}
	
	.bg4-top
	{
	background-image: url(../im/bg4-header.png);
	background-repeat: no-repeat;
	width: 350px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	}
	
	.bg4-bottom
	{
	background-image: url(../im/bg4-footer.png);
	background-repeat: no-repeat;
	width: 350px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	}
