img.pushright {
	position: relative;
	left: 160px;
}


/* Lazy global reset */
*
{
	margin: 0;
	padding: 0;
	font: 12px arial, helvetica, sans-serif;
	text-align: left;
	color: #000000;
}

img {
	border:0;
}

a {
	color:#0063b7;
	text-decoration:none;
}

.highlight {
	color:#0063b7;
	font-weight:bold;
}

.emphasis {
	font-weight:bold;
}

p.systemmessage {
	color: red;
}

/* All global styles */
body {
	background-color:#9A9A9A;
	font-family:Arial;
	margin:0;
	padding:0;
	color:#000;

	height:100%; 	
}

dl dt {
	margin-top: 10px;
}

dl.keypeople {
	display: inline;
	width: 30%;
}

#container {
	/*width:100%;*/
	width: 964px;
	background-color: #FFFFFF;

	margin: 0 auto 0 auto;
	background-image: url("../resources/images/heading-back.gif");	
	background-repeat:repeat-x;
	background-position: 10 0px;
	height:100%;
	color: #FFFFFF;
}

/* Main content area */
#content {
	width:944px;	
	padding: 10px;
	margin:auto;
	clear:both;
	height:100%;	
	position:relative;
	/*background: url("../resources/images/gradientbg.gif") bottom left repeat-x;*/
}

#header {
	width:964px !important;
	margin:auto;
	/*border-bottom:1px dotted #000;*/
	background: url('../resources/images/menuback.gif') repeat-x 0px 113px;
	margin-bottom: 29px;
}

#masthead {
	height:96px;
}

/* Stuart Langridge image replacement technique */
h1#identity {
    /*padding: 47px 0 0 0;
    overflow: hidden;
    background-image: url("../resources/images/logo.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/
	
	position: relative; /* allows child element to be placed positioned wrt this one */
	overflow:hidden; /* don’t let content leak beyond the header - not needed as height of anchor will cover whole header */
	padding: 0; /* needed to counter the reset/default styles */
    height: 47px !important; /* height of replacement image */
	
    /* additional */
	width:142px;
	float:left;
	margin-top:20px;
	margin-right:19px;
	margin-left: 20px;
}

h1#identity a {
	position: absolute; /* defaults to top:0, left:0 and so these can be left out */
	height: 0; /* hiding text, prevent it peaking out */
	width: 100%; /* 686px; fill the parent element */
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 47px !important; /* height of the replacement image */
	background-image: url('../resources/images/logo.gif'); /* the replacement image */
}

/* Stuart Langridge image replacement technique */
#strapline {
    padding: 20px 0 0 0;
    overflow: hidden;
    background-image: url("../resources/images/strapline.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:20px;
    
   	/* additional */
	width:390px;
	float:left;
	margin-top:47px;	
}

/*MENU STUFF GOES HERE */

#content #menu li a.current {
	color:#0063b7;
	color: #005dab;
	text-decoration:none;
	font-weight:bold;
}
#content #menu li a:hover {
	color: #005dab;
}
#content #menu li h3 a.current {
	text-decoration: underline;
}

li a {
	text-decoration:none;
	color:black;
	font-weight:normal;
}

#menu {
	float:left;
	margin-left: -2px !important;
	width:158px !important;
	height:100%;
	position:relative;
	bottom:0;
	height: 227px !important;
	background: url('../resources/images/transparency2.png') top left;
	behavior: url('/stylesheets/iepngfix.htc') !important;
}

.blankmenu {
	background: none !important;
}

#menu ul {
	list-style:none;
	padding:0;
	margin: 10px 0 0 10px;	
}
#menu li {
	margin-bottom: 2px; /*was 10*/
}
li.sub {
	margin-left: 15px !important;
}

/* Main column */
#main {
	width:540px;
	float:left;
	padding-left:10px;
	padding-right:6px;	
}

#main p {
	margin-bottom:12px;
}

#main ul {
	list-style:disc;
	margin-left:15px;
	margin-bottom:10px;
}

#main li {
	margin-bottom:3px;
}

#bottom {
	position:absolute;
	top:300px;
	left:0;
	width:135px;
	margin-left: 10px;
}

#bottom a img {
	padding-bottom: 10px;
	border: 0;
}

/* Secondary column */
#secondary {
	float:left;
	margin-left:9px;
}

/* Heading styles */
h3 {
	font-size:36px;
	color:#727477;
	margin-bottom:30px;
}

h4 {
	font-size:15px;
	font-weight:bold;
	height:30px;
	margin-top:10px;
	text-transform: capitalize;
}

.callout {
	border:3px solid #dddedf;
	width:206px;
	background-image: url("../resources/images/callout-back.gif");	
	background-repeat:repeat-x;
	padding:4px;
	margin-bottom:10px;
}

#secondary img {
	margin-bottom:10px;
}

.callout p, .callout h4 {
	color:#58595b;
}

.callout a {
	color:#0063b7;
}



.coLarge {
	font-size:18px;
	text-decoration:none;
}

.coSmall {
	font-size:10px;
	display:block;
	margin-top:8px;
}

.news {
	border:3px solid #005daa;
	width:212px;	
}

.news p {
	margin-bottom:2px;
	margin-top:2px;	
	border-bottom:1px dotted black;		
	padding:10px;
}

#newsheader {
	background-color:#005daa;
	width:100%;
	height:40px;
}

#newsheader h4 {
	float:left;
	color:white;
	display:inline;
	margin-left:12px;
	font-size:17px;
}

#newsheader img {
	border: 0;
	float:right;
}

#newsbody {
	overflow:auto;
	height:270px;
}

.newsletter {
	border:3px solid #dddedf;
	width:127px;
	padding:4px;
	margin-bottom:10px;
	height:100px;
	background-color: #FFF;
}

.newsletter p {
	font-size:11px;
}

.newsletter .small {
	font-size:10px;
	margin-bottom:5px;
}

.newsletter h4 {
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:0;
	display:inline;
}

.newsletter input {
	width: 124px;
	font-size:10px;
}

.newsletter input.submit {
	float:right;
	width: 90px;
}

.newsletter form fieldset {
	border: 0;
}

#main ul.pageSelector {
	display: block;
	clear: both;
	float: none;
	margin: 5px 0 40px 0;
	padding: 0;
}

#main ul.pageSelector li {
	list-style: none;
	display: block;
	float: left;
	width: auto;
	padding-right: 10px;
}

#main ul.pageSelector li a {
	color: #0063B7;
	text-decoration: underline;
}

#main img {
	margin-left: -165px;
}

#flash_claims_management, #flash_loss_adjusting, #flash_home_about_us, #flash_combined_solutions, #flash_fulfilment {
	margin-left: -165px;
}

#map {
	margin-left: -165px;
}

/* Footer */
#footer {
	clear:both;
	padding-top:10px;
	padding-bottom: 10px;
}

#footer ul {
	list-style:none;
	padding:0;
	margin:0;	
}

#footer li {
	float:left;
	margin-right:40px;
	font-size:11px;
	color:#9b9da0;
}

#footer li a {
	font-size:11px;
	color:#9b9da0;
}
#footer li.right {
	float: right;
	padding-right: 60px;
}




#menu li h3 {
	padding: 0 0 0px 0 !important;
	margin: -10px 0 10px -10px !important;
	position: relative;
	top: 0;
	left: 0;
	height: 20px;
	width: 200px;
}

#menu li  h3 a{
	text-decoration: underline;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 10px;
	top: 10px;
	height: 20px;
	width: 200px;
}

img.nomenu {

}