/* Structure */
body {

	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin:0;
}

#top {
	height: 120px;
	width: 815px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

#top #topLeft {
	float: left;
	height: 118px;
}

#top #topRight {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#797979;
	float: right;
	width: 400px;
	height: 118px;
	text-align: left;
}
#top #topRight a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #797979;
	text-decoration: none;
	border:0px;
}

#top #topRight a:hover {
	color: #797979;
	text-decoration: underline;
	border:0px;
}
img
{
	border:none;

}

.divdate{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	background-color:#103152;
	margin-top:30px;
	height:18px;
	padding-left:25px;
	padding-top:5px;
}

.divtoplinks{
	padding-top:55px;
	padding-bottom:10px;
	padding-left:40px;
	width:330px;
}

.divtoplinks a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:normal;
}

.divtoplinks a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:normal;
}

#main {
	width: 815px;
	height:261px;
	border: 1px none #838283;
	z-index:-1;
}

#main #mainLeft {
	float: left;
	width: 339px;
	height: 261px;
	text-align: left;
}

#main #mainRight {
	float:right;
	text-align:left;
	height: 261px;
	width: 476px;
	background-image: url(images/C.jpg);
	background-repeat:no-repeat;
}

.divNav {
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 9px;
	padding-left:35px;
	padding-top:2px;
	margin-bottom: 8px;
	height:24px;
	line-height: normal;
	font-size: 12px;
	color: #FFFFFF;
	background-image:url(images/nav_redbg.jpg);
}

#links{
	width:815px;
	height:37px;
	background-image:url(images/nav_blue_bg.jpg);
	background-repeat:repeat-x;
	border: 1px none #838283;
}

#links #linksleft{
	float:left;
	width:815px;
	height:21px;
	padding-top:0px;
	padding-left:10px;
}
/*
#links #linksright{
	float:right;
	width:242px;
	height:57px;
	padding-top:3px;
	background-image:url(images/search_bg.jpg);
	background-repeat:repeat-x;
	background-color:#DADADA;
}*/

#hr_menu{
	float:left;
	width:531px;
	height:5px;
	padding-top:0px;  					/* This will be the containing div , So re name Hr_menu to the containing Div */
}

.solidblockmenu {
margin: 0;
padding: 0;
float: left;
font: bold 12px Arial;
width: 100%;						/* Adjust for the width of the menu , using % or PX */
overflow: hidden;
margin-bottom: 1em;
border-width:0px;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu img{
border:0;
}

.solidblockmenu li a{
float: left;						/* Position of links, left or right, Note: if right is selected then the link li's go from bottom to top */
color: #003366;						/* Font Colour */
padding: 7px 15px;
text-decoration: none;
border-right: 1px solid #133A62;	
								/* Seperation border colour */
}

.solidblockmenu li a:visited{
color: #003366;						/* Visited Font link colour, keep the same as normal font colour */
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: #003366;
}

/* Drop down menu function */

.cssmenu{
	position:absolute;
	visibility: hidden;
	border-right-color: #D7D7D7;
	border-right-style:solid;
	border-right-width:1px;
	border-left-color: #D7D7D7;
	border-left-style:solid;
	border-left-width:1px;
	border-bottom-color: #D7D7D7;
	border-bottom-style:solid;
	border-bottom-width:1px;
	line-height: 16px;
	z-index: 100;
	background-color: #E2E2E2;			/* Background colour */
	width: auto;						/* Width of drop down menu , adjust to suit */
}

.cssmenu a{							
	width: 100%;						
	display: block;
	padding: 3px 0px ;
	margin: 0 6px 0 0;						
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;				
	text-indent: 5px;
	color: #000000;			/* colour */
	text-align:left;
}

.cssmenu a:hover{					/*hover over properties , background color*/
	background-color:#D8D8D8;
	color: #444444;
	cursor:default;
}

.formfeilds {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	border: 1px solid #566B9D;
}

.divNavLinks {
	
	font-family:Arial, Helvetica, sans-serif;
	padding-left:30px;
	padding-top:8px;
	padding-right:15px;
	height: 52px;
	line-height: normal;
	font-size: 12px;
	color:#FFFFFF;
	background-image:url(images/nav_bg.jpg);
	background-repeat:no-repeat;
	float:left;
}

#content {
	width:815px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C5C5C5;
	border-bottom-color: #C5C5C5;
	border-left-color: #C5C5C5;
	background-image:url(images/right_bg.jpg);
	padding-bottom: 15px;
}

#content #contentRight {
	float: right;
	text-align: left;
	background-repeat:repeat-y;
	height: 600px;
	width: 235px;
}


#content #contentRight ul li {
	margin-left:0px;
} 

#content #contentLeft {
	float: left;
	width: 553px;
	text-align: left;
	padding-left:20px;
	padding-top:30px;
	padding-right:5px;
}


#content #contentLeft #list {
	width:520px;
}

#content #contentLeft #list li {
	font-family:Arial, Helvetica, sans-serif;
	list-style-image:none;
}

#foot{
	width: 815px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C5C5C5;
	border-bottom-color: #C5C5C5;
	border-left-color: #C5C5C5;
	background-color:#D1D9E9;
}
	
#foot #footLeft {
	float: left;
	text-align: left;
	width:543px;
}

#foot #footRight {
	float: right;
}

#foot a {
	color: #5A788E;
	font-weight: normal;
	text-decoration: none;
}

#foot a:hover {
	color: #5A788E;
	text-decoration: underline;
}

.divFooter
{
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	padding-top:10px;
	padding-right:15px;
	padding-bottom:10px;
	font-size: 12px;
	color:#626262;
	float:left;
	height:60px;
}

.divBanners{
	float:left;
	margin-top:25px;
	margin-left:30px;
	margin-right:5px;
	padding-bottom:2px;
	width:200px;
	height:125px;
	background-image: url(images/newslettersbg.jpg);
	background-repeat:no-repeat;
}

.divbusiness {
	float:left;
	margin-top:3px;
	margin-left:30px;
	margin-right:2px;
	padding-bottom:20px;
	width:190px;
	height:425px;
	border: 1px solid #CCCCCC;
	background:#FFFFFF;
}

#prebudget {
	margin: 30px;
	width:190px;
	padding: 0 27px;
}

.divpoints
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #3C3C3C;
	padding-left:17px;
	background-image:url(images/bullet.jpg);
	background-repeat:no-repeat;
	padding-bottom: 8px;
	padding-right: 3px;

}

.divtext
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #3C3C3C;
	padding-left:17px;
	background-repeat:no-repeat;
	padding-bottom: 10px;
	padding-right: 3px;
	padding-left:7px;

}

.divfootertxt
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #3C3C3C;
	padding-left:10px;
	background-repeat:no-repeat;
	padding-bottom: 10px;
	padding-right: 3px;
	padding-left:7px;

}

.divNews {
	margin-top: 15px;
	margin-left: 5px;

}
.divNews .divNewsImg {
	float: left;
}
.divNews .divNewsImg img {

}
.divNews .divNewsText {
	float: right;
	width: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5A0059;
}
.divRelaLink .divRelaLinkText {
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-top: 10px;
}
.smlgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	font-weight: normal;
	color: #525252;
	text-align:justify;
}

.p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #525252;
	text-align:justify;
}



ul,li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #525252;
	margin-left:20px;
	list-style-image: url(images/bullet.jpg);
}



ol
{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #525252;
	margin-left:20px;
	
}

.lists

{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #525252;
	margin-left:20px;

}


a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #43629D;
	font-weight:bold;
	text-decoration: none;
	
}


a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #43629D;
	font-weight:bold;
	text-decoration: underline;
	
}


.red-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
}

.whitelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align:left;
}

.whitelinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFD7D7;
	text-decoration: none;
	text-align:left;
}


h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #43629D;
	text-decoration: none;
	text-align:left;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #43629D;
	text-decoration: none;
	text-align:left;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

.white-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.nav-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.blue_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

.blue_links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9D0000;
	text-decoration: none;
}

.sitemap_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #9D0000;
	text-decoration: none;
}

.sitemap_links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #9D0000;
	text-decoration: underline;
}

.red-arrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990100;
}

.spacer{
	padding-top:15px;
	padding-bottom:15px;
	width:293px;
	float:right;
	}
	
.contactus-form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.maps-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

.maps-links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.red-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9D0000;
	text-decoration: underline;
}

.red-links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9D0000;
	text-decoration: none;
}





/* MENU */

.solidblockmenu {
	width:779px;
	margin: 0;
	padding: 0;
	float: left;
	font: bold 12px Arial;
	color:#003366;
	overflow: hidden;
	padding-top:11px;

/*	border: 1px solid #000000; */
/*	border-width: 1px 0; */
}

.solidblockmenu li {
	display: inline;
}

.solidblockmenu li a{
	float: left;
	color:#003366;
	padding: 0px 18px;
	text-decoration: none;
	border-right: 1px solid #B5B5B5;
	font-weight:bold;
}

.solidblockmenu li a:visited {
	color: #003366;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: #003366;
	background: url(../images/blockactive.jpg) center center repeat-x;
}

/* Drop down menu function */

.cssmenu{
	position:absolute;
	visibility: hidden;
	border:1px solid #B5B5B5;
	border-bottom-width: 0;
	line-height: 16px;
	z-index: 100;
	background-color: #EEEEEE;
	width: 230px;
}

.cssmenu a{							
	width: 100%;						
	display: block;
	border-bottom: 1px solid #ADB7CE;
	padding: 3px 0px ;
	margin: 0 6px 0 0;						
	text-decoration: none;
	font-weight: bold;
	font:bold 11px arial;
	text-indent: 5px;
	color: #003366;
	text-align:left;

}

.cssmenu a:hover{
	background-color:#003D7E;
	color: white;
	cursor:default;
}

.cssmenu1{
	position:absolute;
	visibility: hidden;
	border:1px solid #ADB7CE;
	border-bottom-width: 0;
	line-height: 16px;
	z-index: 100;
	background-color: #EEEEEE;
	width: 130px;
}

.cssmenu1 a{							
	width: 100%;						
	display: block;
	border-bottom: 1px solid #ADB7CE;
	padding: 3px 0px ;
	margin: 0 6px 0 0;						
	text-decoration: none;
	font-weight: bold;
	font:bold 11px arial;
	text-indent: 5px;
	color: #003D7E;
	text-align:left;

}

.cssmenu1 a:hover{
	background-color:#003D7E;
	color: #FFFFFF;
	cursor:default;
}

.cssmenu2{
	position:absolute;
	visibility: hidden;
	border:1px solid #ADB7CE;
	border-bottom-width: 0;
	line-height: 16px;
	z-index: 100;
	background-color: #EEEEEE;
	width: 200px;
}

.cssmenu2 a{							
	width: 100%;						
	display: block;
	border-bottom: 1px solid #ADB7CE;
	padding: 3px 0px ;
	margin: 0 6px 0 0;						
	text-decoration: none;
	font-weight: bold;
	font:bold 11px arial;
	text-indent: 5px;
	color: #003D7E;
	text-align:left;

}

.cssmenu2 a:hover{
	background-color:#003D7E;
	color: #FFFFFF;
	cursor:default;
}
.white-newslettertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.forms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
}
.divblue-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #25426D;
	text-decoration: none;
	font-weight:bold;
	padding-left:8px;
	padding-bottom: 8px;
	padding-right: 3px;
	padding-top: 5px;
}
.small-blue-links{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-decoration: underline;
}

.small-blue-links:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
}

.div-design {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #727272;
	padding-bottom:10px;
	padding-top:10px;
	width:815px;
	text-align:right;
}

.small-blacklinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.small-blacklinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}


.divread-more
{
	background-image:url(images/rightbg.jpg);
	height:26px;
}

.divread-moreimg
{
width:127px;
height:26px;
float:right;
background-image:url(images/rightbg.jpg);
padding-right:50px;

}

.divaddresses
{
	width:103x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	text-align:left;
	padding-top: 10px;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 6px;
	color:#333333;
}

.tabletext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #525252;

	
	}


.utilities{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	
}


.utilities:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	
}

.bold-text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

	color: #818181;
	font-weight:bold;


}

.partner-heading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #43629D;
	text-decoration: none;
	text-align:left;
	font-weight:bold;
}
.divider
{
width:530px;
height:1px;
border-top:dotted;
border-top-width:1px;
border-top-color:#999999; 
padding-bottom:10px;

}

.table-borders {
	border: 1px solid #CCCCCC;
}




.blue-links{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #43629D;
	font-weight:bold;
	text-decoration: underline;
	
}


.blue-links:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #43629D;
	font-weight:bold;
	text-decoration: none;

	
}

