* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #F7F8FB;
}

/*  STRUCTURE */
#outer {
	width: 920px;
	margin: 0 auto;
}
#top_band {
	width: 100%;
	height: 76px;
	background-color: #000066;
	background: url(../graphics/top_bg.png);
}
#header {
	height: 162px;
}
#logo {
	/*position: absolute;*/
	padding: 12px 0 0 23px;
	width: 210px;
	height: 64px;
	float: left;
}
#logo_swap {
	background: url(../graphics/logo2.png) no-repeat top left;
	display: block;
	height: 64px; 
	width: 208px; 
}
#logo_swap img {
	display: none;
}
#find {
	float: right;
	padding: 10px 0 0 0;
	color: #FFFFFF;
	width: 250px;
}
#main_nav {
	width: 100%;
	height: 35px;
	background-color: #000066;
	background: url(../graphics/menu_bg.png);
}
#bg {
	background: url(../graphics/content_bg.png);
	overflow: hidden;  /* Paul O Brien Fix for IE www.pmob.co.uk */
	/* overflow: auto;  Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	margin: 0;
}
#left { 
	color: #333;
	margin: 0;
	padding: 0px;
	height: auto;
	width: 257px;
	float: left;
	background: url(../graphics/col_bg.png) no-repeat;
}
#l_content {
	width: auto;
	padding: 20px 14px 0 14px;
}
#right { 
	float: right;
	color: #333;
	margin: 0;
	height: auto;
	width: 658px;
	/*display: inline;*/
	/*background-color: olive;*/
}
#r_content {
	width: auto;
	padding: 20px 24px 16px 30px;
}
#footer {
	clear: both;
	width: 100%;
	height: 50px;
	background: url(../graphics/footer_bg.png);
}
#arrow {
	padding: 12px 0 0 23px;
	width: 25px;
	height: 25px;
	float: left;
}
#disclaimer {
	float: right;
	padding: 18px 0 0 0;
	color: #FFFFFF;
	width: 720px;
	font-size: 0.8em;
}
.clear {
	clear: both;
}

/* Images */
.image_left {
	float: left; 
	padding-right: 8px; 
}
.image_right { 
	float: right;
	padding-left: 8px; 
}
.img_booklet { 
	float: right; 
	margin-bottom: 6px; margin-left: 10px; 
	border: solid 1px #555; 
}
.img_fp {
	float: right; 
	margin-left: 8px;
	border: 1px solid #555;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
img {
	border: none
}

/* Search Form */
#searchform { 
	margin: 8px 0 0 0;
}
#searchform .text { 
	width: 160px; 
	border: 1px solid #006; 
	font-size: 0.9em; 
	color: #000066; 
	background-color: #eaeaee; 
}
#searchform .searchbutton { }
#searchform .btn { 
	color: white; 
	font-size: 10px;
	padding: 0 4px;
	background-color: #F7710E; 
	border: solid 1px #2454A2; 
}

/* Columns */
#colwrap {
	padding-top: 0px;
}
.row {
	padding-top: 18px;
	clear: both;
}
.col_1 {
	float: left;
	width: 160px;
	text-align: right;
	padding-right: 12px;
}
.col_2 {
	float: right;
	width: 420px;
	text-align: left;
}

/* Fonts */
h1, h2 {
	font: 400 'gill sans', gillsans, helvetica, arial, sans-serif;
}
h3, h4, h5, h6 {
	font: 600 helvetica, arial, sans-serif;
}
h1 {
	font-size: 1.6em;
	color: #1E4496;
}
h2 {
	font-size: 1.4m;
	color: #299EDF;
}
h3 {
	font-size: 1.3em;
	color: #16b4c7;
}
h4 {
	font-size: 1.2em;
	color: #16b4c7;
}
h5 {
	font-size: 1.0em;
	color: #16b4c7;
}
#left h4 {
	font-size: 1.2em;
	color: #0063b9;
	margin-bottom: 0.0em;
}
#left h5 {
	font-size: 0.9em;
	color: #0063b9;
	margin-bottom: 0em;
}
p {
	font-weight: 400;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	line-height: 1.5em;	
}
p.firstchar:first-letter {
	font-size: 2.4em;
	float: left;
	margin: 6px 3px 0 0;
}
.l_block_content p {
	margin-bottom: 1em;
	line-height: 1.2em;
}
.indent {
	padding-left: 40px;
}
.large {
	padding-top: 0.6em;
	font-size: 110%;
}
.small {
	font-size: 80%;
}
ul { 
	font-size: 0.9em;
	list-style-type: disc; 
	margin: 1em 0 1em 14px; 
}
ul.green_tick li {
	margin-left: 12px;
	list-style-image: url(../graphics/tick.png);
	padding-top: 0px;
	padding-left: 8px;
}
ol { 
	font-size: 0.9em;
	margin: 1em 0 1em 20px; 
}
ul ul { 
	font-size: 1.0em;
	margin: 0 0 0 12px; 
	list-style-type: disc; 
}
ul ul ul { 
	font-size: 1.1em;
	margin: 0 0 0 16px; 
	list-style-type: disc; 
}
li {
	line-height: 1.5em;
}
.l_block_content li {
	line-height: 1.3em;
}
/* Hyperlinks */
a.white:link { 
	color: #fff; 
	text-decoration: underline; 
}
a.white:visited { 
	color: #fff; 
	text-decoration: underline; 
}

a.white:hover  { 
	color: #fff; 
	text-decoration: none; 
}
a.white:active { 
	color: #fff;
}

/* Block quote - rounded corners */
blockquote {
	width: auto;
	margin: 1em 0px;
	padding: 14px;
	border: 1px solid #555;
	background: #F7F8FB url(../graphics/block_bg.png) repeat-x;
	color: #555;
	text-align: left;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
blockquote p {
	margin: 0;
	font-family: "Linotype Palatino",Garamond,Georgia;
	font-size: 1.2em;
	line-height: 1.1em;
}
blockquote p.standard {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	line-height: 1.5em;	
}
blockquote h3 {
	color: #16b4c7;
	font-weight: 500;
}

/* Left column blocks */
.l_block_outer {
	width: 220px;
	padding-bottom: 12px;
}
.l_block_head {
	width: 220px;
	height: 30px;
	background: url(../graphics/col_hd_bg.png);
}
.l_block_content {
	/* background-color: #F7F8FB; */
	background: #F7F8FB url(../graphics/block_bg.png) repeat-x;
	padding: 10px;

}
.l_block_head h3 {
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: 600;
	padding: 8px 0 0 30px;
	text-shadow: 2px 2px 2px #2F2F2F;
}

/* Comparison Table */
table.compare {
	width: 100%;
	margin: 12px 0 12px 0;
	border: 1px #858585 solid;
	border-collapse: collapse;
	font-size: 0.9em;
}
table.compare caption { 
	margin: 0; 
	padding: 0; 
	color: #000066; 
	line-height: 2em; 
	text-align: left; 
	font-size: 1.0em; 
	font-weight: bold; 
}
table.compare thead tr { 
	color: white; 
	background: #858585; 
	font-size: 0.9em;
	font-weight: normal;
}
table.compare thead tr th { 
	text-align: left; 
	padding: 0.4em 0.6em 0.4em 0.6em; 
}
table.compare tbody tr { 
	/*border: 1px solid #DF8B96;*/
}
table.compare tbody td { 
	padding-left: 0.6em; 
	border: 1px solid #858585;
	padding: 0.2em 0; 
}
table.compare tbody tr.odd td { 
	background: #FBB850; 
}

/* Main Menu */
ul.mainnav {
	list-style: none;
	padding: 0 20px;	
	margin: 0;
	float: left;
	width: 880px;
	/* background: #222; */
	background: #206FAF;
	font-size: 12px;
	background: url(../graphics/topnav_bg.gif) repeat-x;
}
ul.mainnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.mainnav li a{
	padding: 9px 5px 8px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.mainnav li a:hover{
	background: url(../graphics/topnav_hover.gif) no-repeat center top;
}
ul.mainnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../graphics/subnav_btn.gif) no-repeat center top;
}
ul.mainnav li span.subhover {
	background-position: center bottom; 
	cursor: pointer;
} /*--Hover effect for trigger--*/
ul.mainnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #070b6e;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 220px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.mainnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 220px;
}
html ul.mainnav li ul.subnav li a {
	float: left;
	width: 190px;
	background: #17328b url(../graphics/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.mainnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(../graphics/dropdown_linkbg.gif) no-repeat 10px center; 
}

/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 665px;	 
	width: 600px;
	border-top:1px solid #ddd;	
}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.items div {
	border-bottom:1px solid #ddd;
	margin:10px 0;
	padding:15px;
	font-size:12px;
	height:180px;
}

/* elements inside single item */
.items img {
	float:left;
	margin-right:20px;
	height:180px;
	width:240px;
}

.items h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
	width:600px;
	margin:30px 0 10px 0;	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.nextPage {
	float:right;
}

/* Side menu */
ul.sidemenu {
	padding: 0;
	margin: 0;
	list-style: none;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 0.8em;
	border-bottom: 1px solid #CECFD2;
	width: 100%;
	background-color: #F7F8FB;
}

ul.sidemenu li {
	border-top: 1px solid #CECFD2;
	/* border-left: 1px solid #6F3E04;
	border-right: 1px solid #6F3E04; */
}

ul.sidemenu li a {
	text-decoration: none;
	display: block;
	width: auto;
	color: #3B6EBF;
	font-weight: 600;
	padding: 3px 10px;
}

ul.sidemenu li a:hover {
	background-color: #E6E9F3;
	color: #1D4F9F;
}
	

/* Tooltips */
#tip {
	display:none;
	background:transparent url(../graphics/tooltip.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}

/* style the trigger elements */
#tips li {
	border:0;
	cursor:pointer;
	margin:0 8px;
}

/* Accordian */
/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	/* background:#FFFFFF url(../images2/h150.png) repeat scroll 0; */
	background: #F7F8FB url(../graphics/block_bg.png) repeat-x;
	height:80px;
	padding:8px 0 8px 8px;
	width:100%;
	border:1px solid #555;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

/* accordion header */
#accordion img {
	float:left;
	margin-right:6px;
	cursor:pointer;
	opacity:0.5;
	filter: alpha(opacity=50);
}

/* currently active header */
#accordion img.current {
	cursor:default;
	opacity:1;
	filter: alpha(opacity=100);
}

/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#accordion div {
	width:0px;
	float:left;	
	display:none;		
	margin-right:6px;
}

/* content inside a pane should have fixed width */
#accordion div h3 {
	color: #16b4c7;
	margin: 0;
	width: 148px;
	font-size: 1.2em;	
}
	
#accordion div p {	
	font-size: 0.9em;
	width: 148px;
	line-height: 1.2em;
}

/* Scroller (FP) */
#scroll {
	position:relative;
	height:202px;
	overflow:hidden;
	border:1px solid #555;
	background-color: #F7F8FB;
	width:571px;
	padding:15px;
	margin-bottom: 16px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
#tools {
	width:9999em;
	position:absolute;
	height:180px;
}
.tool {
	float:left;
	width:571px;
	height:110px;
	background-repeat:no-repeat;
	background-position:0 -20px;
}
.details {
	background-color:#F7F8FB;
	float:left;
	font-size: 1.4em;
	color: #299EDF;
	margin:10px 0 0 0px;
	padding:20px 0 0 30px;
	width:220px;
}
.demos {
	background-color:#fff;
	background-color:rgba(247, 248, 251, 0.8);
	border-left:1px solid #ddd;
	float:right;
	height:100px;
	padding:0 10px 0 25px;
	width:280px;
}
.demos h2 {
	font-size: 1.4em;
	color: #299EDF;
	display:block;
	padding:10px 0;
}
.demos a {
	color:#666;
	font-size:12px;
	text-decoration:none;
}
.demos p {
	font-size: 1em;
	line-height: 1.4em;
	/* background:transparent url(images2/bullet.png) no-repeat scroll 10px 2px; */ 
	margin:0px 0 0 0px;
	padding:0px 10px 0 10px;
}
#thumbs {
	background:url(../graphics/scroll_nav_new.png) no-repeat;
	height:90px;
	position:absolute;
	top: 150px;
	width:601px;
	left:-1px;
}
.t a {
	background:transparent url(../graphics/scroll_nav_new.png) no-repeat scroll 0px -90px;
	margin-left:1px;
	display:block;
	width:85px;
	float:left;
	height:90px;
	cursor:pointer;
}
.t a.active {
	cursor:default !important;
}
.navi {
}

/* CSS sprite for the navigation */
#t0		{ margin-left:0px; _margin-left:10px;}
#t0.active	{ background-position:0px 0 !important; }
#t0:hover	{ background-position:0px -180px; }
#t0:active	{ background-position:0px -270px; }

#t1		{ background-position:-86px -90px; }
#t1:hover 	{ background-position:-86px -180px; }
#t1:active	{ background-position:-86px -270px; }
#t1.active	{ background-position:-86px 0 !important; }

#t2		{ background-position:-173px -90px; }
#t2:hover 	{ background-position:-173px -180px; }
#t2:active	{ background-position:-173px -270px; }
#t2.active	{ background-position:-173px 0 !important; }

#t3		{ background-position:-258px -90px; }
#t3:hover 	{ background-position:-258px -180px; }
#t3:active	{ background-position:-258px -270px; }
#t3.active	{ background-position:-258px 0 !important; }

#t4		{ background-position:-344px -90px; }
#t4:hover 	{ background-position:-344px -180px; }
#t4:active	{ background-position:-344px -270px; }
#t4.active	{ background-position:-344px 0 !important; }

#t5		{ background-position:-430px -90px; }
#t5:hover 	{ background-position:-430px -180px; }
#t5:active	{ background-position:-430px -270px; }
#t5.active	{ background-position:-430px 0 !important; }

#t6		{ background-position:-515px -90px; }
#t6:hover 	{ background-position:-515px -180px; }
#t6:active	{ background-position:-515px -270px; }
#t6.active	{ background-position:-515px 0 !important; }


/* Enquiry and Referral Forms */
#form_outer {
	border: dashed 2px #F7710E;
	background: #F7F8FB url(../graphics/block_bg.png) repeat-x;
	padding: 0 14px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
div.row { 
	clear: both; 
	padding-top: 8px; 
}
.div.row h5 { 
	color: #006; 
	font-size: 1.2em; 
	margin-bottom: 0.2em; 
	border-bottom-style: none; 
}
div.row span.label { 
	font-size: 1.1em; 
	width: 160px; 
	float: left;
	text-align: right;
}
div.row2 span.label {
	font-size: 1.0em; 
	width: 160px; 
	float: left; 
}
div.row span.formw {
	text-align: left; 
	width: 360px; 
	float: right;
}
div.row span.item { 
	text-align: left; 
	width: 360px; 
	float: right; 
	font-size: 1.0em;
}
.field { 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	background-image: url(../graphics/input_bg.png);
	width: 220px; 
	height: 18px;
 	border: solid 1px #006;
}
.textfield { 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	background-image: url(../graphics/input_bg.png); 
	width: 220px; 
	height: 48px;
	border: solid 1px #006; 
}
.date_field { 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	background-image: url(../graphics/input_bg.png); 
	width: 200px; 
	height: 18px; 
	border: solid 1px #006; 
}
.text_field { 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	background-image: url(../graphics/input_bg.png);
	width: 220px; 
	height: 100px;
 	border: solid 1px #006; 
}
.expand50-200 { 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	background-image: url(../graphics/input_bg.png);
	background-repeat: repeat-x;
	width: 220px; 
	height: 100px;
 	border: solid 1px #006; 
}
.button { 
	color: #ffffff; 
	font-size: 12px;
	font-weight: bold;
	padding: 2px 8px;
	background-color: #F7710E; 
	border: solid 1px #2454A2; 
}
.security { 
	width: 154px; 
	border: solid 1px #006;
	background-image: url(../graphics/input_bg.png);
}

/* messagemaker Subscribe Form */
#subscribe {
	border: dashed 2px #F7710E;
	background: #F7F8FB url(../graphics/block_bg.png) repeat-x;
	padding: 14px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.mm3_row {
	padding: 5px 0px;
}
.mm3_subscribe_header {
	color: #16B4C7; 
	font-size: 1.2em; 
	margin-bottom: 0.2em; 
	border-bottom-style: none; 

}
.mm3_field { 
	font-size: 1.1em; 
	width: 250px; 
	text-align: right;
	display: inline-block;
}
.mm3_value { 
	text-align: left; 
	width: 160px; 
	display: inline-block;
}
.inp { 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	background-color: #fff; 
	width: 220px; 
	height: 18px;
 	border: solid 1px #006;
}
.mm3_lists {
	padding: 10px 0px;
	margin-left:160px;
}
.mm3_submit {
	text-align: left; 
	width: 360px; 
	margin-left: 160px;
}
.mm3_button { 
	color: #ffffff; 
	font-size: 12px;
	font-weight: bold;
	padding: 2px 8px;
	background-color: #F7710E; 
	border: solid 1px #2454A2; 
}

@media print {
#logo_swap {
	display: block;
	height: 64px; 
	width: 208px; 
}
#logo_swap img {
	display: inline;
}
#bg {
	overflow: visible;  /* Paul O Brien Fix for IE www.pmob.co.uk */
}
}
