/* Reset common tags */
html, body, div, ul, ol, dl, dd, dt li, h1, h2, h3, h4, h5, p, a, form, blockquote, img, a img, fieldset {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	text-decoration: none;
	line-height: 1em;
}


html {
	font-size: 62.5%;
	background: #e7e8e8 url(../images/bg_html.jpg) 0 0 repeat-x;
}


body {
	position: absolute;
	width: 951px;
	float: left;
	display: inline;
	left: 50%;
	margin: 35px 0 0 -475px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #747474;
	background: url(../images/bg_body.jpg) 0 0 repeat-y;
}



/* -- Navigation ----------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
#nav {
	width: 951px;
	height: 16px;
	float: left;
	display: inline;
	font-size: 1.2em;
	margin: 0;
	padding: 29px 0 0 0;
	list-style: none;
	text-align: center;
	overflow: hidden;
	background: url(../images/bg_wrapper_top.jpg) 0 0 no-repeat;
}
	#nav li {
		display: inline;
		padding: 0 5px;
		border-right: 1px solid #88898c;
	}
		#nav #nav_accessibility {
			border: none;	
		}
	#nav li a {
		height: 23px;
		color: #77787b;
	}
	#nav li a:hover {
		color: #111;	
	}
	
	/* Current page */
	body.home #nav_home a, body.home #nav_home a:hover,
	body.aboutus #nav_about a, body.aboutus #nav_about a:hover,
	body.lifeandpensions #nav_life a, body.lifeandpensions #nav_life a:hover,
	body.corporateinsurance #nav_corporate a, body.corporateinsurance #nav_corporate a:hover,
	body.personalinsurance #nav_personal a, body.personalinsurance #nav_personal a:hover,
	body.insuranceforemigrating #nav_emigrating a, body.insuranceforemigrating #nav_emigrating a:hover,
	body.marineandcargo #nav_marine a, body.marineandcargo #nav_marine a:hover,
	body.accessibility #nav_accessibility a, body.accessibility #nav_accessibility a:hover,
	body.contact #nav_contact a, body.contact #nav_contact a:hover {
		font-weight: bold;	
	}
	

/* -- Wrapper -------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
#wrapper {
	width: 907px;
	float: left;
	display: inline;
	margin: 0 0 0 22px;
	background: url(../images/bg_wrapper.jpg) 0 0 repeat-x;
}
	
	
	
/* -- Sidebar -------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
#sidebar {
	width: 244px;
	float: left;
	display: inline;
	margin: 15px 0 0 0;
	padding: 0 0 0 24px;
}
	#sidebar div.buttons {
		display: none;	
	}
	
	body.insuranceforemigrating #sidebar div.buttons {
		margin: -90px 0 0 0;
		display: block;
		float: left;
		display: inline;
	}

/* -- Call to action ------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
#sidebar div.cta {
	width: 242px;
	height: 71px;
	float: left;
	display: inline;
	margin: 10px 0 0 3px;
	background: url(../images/bg_sidebar_cta.jpg) 0 0 no-repeat;
}
	#sidebar div.cta p {
		font-size: 1.9em;
		line-height: 1.1em;
		margin: 15px 0 0 15px;
		padding: 0;
		color: #ff9331;
	}


/* -- Logo ----------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
#logo a {
	width: 246px;
	height: 64px;
	float: left;
	display: inline;
	text-indent: -999999px;
	background: url(../images/logo_letton_percival.png) 0 0 no-repeat;
}



/* -- Sidenav -------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
#sidenav {
	width: 243px;
	float: left;
	margin: 18px 0 0 3px;
	padding: 0 0 115px 0;
	list-style: none;
}
	#sidenav li a {
		display: block;
		width: 200px;
		height: 30px;
		color: #fff;
		font-size: 1.7em;
		padding: 10px 0 0 43px;
		background: url(../images/sidenav/bg_li_a.png) 0 0 no-repeat;
	}
	#sidenav li a:hover,
	body.aboutus #sidenav_about a,
	body.lifeandpensions #sidenav_life a,
	body.corporateinsurance #sidenav_corporate a,
	body.personalinsurance #sidenav_personal a,
	body.insuranceforemigrating #sidenav_emigrating a,
	body.marineandcargo #sidenav_marine a {
		color: #6e6f6f;
		background-position: 0 -40px;	
	}
		/* -- Top -- */
		#sidenav #sidenav_home a {
			height: 27px;
			padding-top: 25px;
			background: url(../images/sidenav/bg_top.png) 0 0 no-repeat;
		}
			#sidenav #sidenav_home a:hover {
				background-position: 0 -53px;	
			}
		
		/* -- bottom -- */
		#sidenav #sidenav_contact a {
			height: 38px;
			background: url(../images/sidenav/bg_bottom.jpg) 0 0 no-repeat;
		}
		#sidenav #sidenav_contact a:hover {
			background-position: 0 -48px;	
		}
		
		/* -- Current styles -- */
		body.home #sidenav #sidenav_home a {
			color: #6e6f6f;
			background-position: 0 -53px;
		}
		
		body.contact #sidenav #sidenav_contact a {
			color: #6e6f6f;
			background-position: 0 -48px;	
		}
		
		
		
/* -- Main ----------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
#main {
	width: 580px;
	float: left;
	display: inline;
	margin: 15px 0 0 32px;
}

/* -- Flash ---------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
#main #flash {
	width: 580px;
	float: left;
	display: inline;
}

/* -- Content -------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
#content {
	width: 580px;
	float: left;
	display: inline;
	margin: 10px 0 0 0;
	background: url(../images/bg_content.gif) 0 0 repeat-y;
}
	#content a {
		color: #FF9331;	
	}
		#content a:hover {
			color: #333;	
		}
	#content h1 {
		width: 540px;
		height: 25px;
		display: block;
		font-size: 1.7em;
		color: #fff;
		font-weight: normal;
		padding: 10px 0 0 40px;
		clear: both;
		background: url(../images/bg_h1.png) 0 0 no-repeat;
	}
	
	#content h2, #content p, #content h3 {
		margin-left: 25px;	
		margin-right: 25px;
	}
	
	#content h2 {
		font-size: 2.6em;
		font-weight: normal;
		letter-spacing: -1px;
		margin-top: 20px;
		padding-bottom: 5px;
	}
		body.home #content h2 {
			border-bottom: 1px dotted #747474;	
		}
	
	#content h3 {
		font-size: 2.1em;
		font-weight: normal;
		letter-spacing: -1px;
		margin: 1em 25px 1em 25px;
	}
	
	#content p {
		font-size: 1.1em;
		line-height: 1.6em;
		margin: 1.6em 25px 0.5em 25px;
	}
		#content p.big {
			font-size: 1.2em;	
		}
		#content p.huge {
			font-size: 1.7em;	
		}
	
	#content img.main_img {
		float: left;
		display: inline;
		margin: 1em 1em 0 20px;
		padding: 0;
	}
	
	#content dl {
		font-size: 1.1em;
		margin: 1.5em 25px;	
	}
		#content dl dt, #content dl dd {
			margin-bottom: 0.5em;	
		}
		#content dl dt {
			width: 75px;
			float: left;
			font-weight: bold;
			display: inline;
		}
	
	#content ul, #content ol {
		font-weight: bold;
		margin: 1.5em 25px 1.5em 40px;
		font-size: 1.1em;
		line-height: 1.6em;
		color: #ff9331;
	}
		#content ul span, #content ol span {
			color: #747474;
		}
	
	#content ul.personal {
		color: #747474;
		font-weight: normal;
	}
		#content ul.personal li {
			padding: 0em 0.5em 0.5em 0.5em;
			margin: 1em 0 0em;
			border-bottom: 1px dotted #747474; /* border-top: 1px dotted #747474; */	
		}
	
	/* -- Title -- */
	#content div.title {
		width: 530px;
		font-size: 1.2em;
		font-weight: bold;
		float: left;
		display: inline;
		clear: both;
		margin: 1em 0 1em 25px;
		padding: 0.5em 0;
		border-bottom: 1px dotted #747474; border-top: 1px dotted #747474;
		line-height:1.5em
	}
	
	/* -- main button -- */
	#content p.main_button, #sidebar p.main_button {
		height: 33px;
		float: left;
		display: inline;
		clear: both;
		font-size: 1.6em;
		color: #fff;
		padding: 0 35px 0 0;
		background: url(../images/button/right.jpg) right 0 no-repeat;	
	}
		#sidebar p.main_button {
			font-size: 1.2em;
			font-weight: bold;
			margin: 0 0 15px 0;
		}
		#content p.main_button.float {
			clear: none;
			margin-right: 20px;
		}
		#content p.main_button.right {
			float: right;
			clear: none;
			margin: -2.5em 25px 0 0;
		}
		#content p.main_button a, #sidebar p.main_button a {
			height: 25px;
			float: left;
			display: inline;
			padding: 8px 0 0 15px;
			color: #fff;
			background: url(../images/button/left.jpg) 0 0 no-repeat;
		}
			#sidebar p.main_button a {
				height: 21px;
				padding-top: 12px;
			}
	
	/* -- table -- */
	#content table {
		width: 528px;
		margin: 1.5em 25px;
		border: 1px #ccc solid;
		padding: 1px;
		padding-bottom: 0;
		line-height: 1.4em;
	}
		#content table th {
			text-align: left;
			font-size: 1.2em;
			padding: 5px;
			background: #998d7e;
			color: #fff;
			border-bottom: 1px solid #fff;
		}
		#content table td {
			padding: 5px;
			font-size: 1.1em;
			border-bottom: 1px solid #fff;
			background: #e6e6e6;
		}
			#content table td.highlight {
				background: #d5c8b8;
				font-weight: bold;
			}
		#content table tr.highlight th {
			background: #867969;	
		}
		#content table tr.div td {
			background: #fff;	
		}
		
		#content table ul {
			font-size: 1em;
			font-weight: normal;
			margin: 0;
			padding: 0 0 0 25px;
			line-height: normal;
		}
	
	
/* -- Boxes ---------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
#boxes {
	width: 530px;
/*	border-top: 1px dotted #7d7d7d; */
	float: left;
	display: inline;
	margin: 0 0 0 25px;
	padding: 1em 0;
}
	div.box_wrapper {
		width: 171px;
		float: left;
		display: inline;
		margin: 0 8px 0 0;
		background: url(../images/boxes/bg_wrapper.jpg) 0 0 repeat-y;
	}
	div.box_wrapper.last {
		margin: 0;	
	}
	div.box_wrapper.right {
		float: right;
		display: inline;
		margin: 10px 25px 0 10px;
	}
	div.box_wrapper div.content {
		width: 160px;
		float: left;
		display: inline;
		margin: 0 0 0 6px;
		padding: 5px 0 0 0;
		background: url(../images/boxes/bg_content.jpg) 0 0 repeat-x;
	}
	div.box_wrapper div.content div.sidebar {
		width: 79px;
		float: left;
		display: inline;
		margin: 0 5px 0 0;
	}
	div.box_wrapper div.box_footer {
		width: 171px;
		padding: 0 0 11px 0;
		float: left;
		display: inline;
		background: url(../images/boxes/bg_bottom.png) 0 bottom no-repeat;
	}
	#content div.box_wrapper h3 {
		height: 18px;
		color: #fff;
		font-size: 1.4em;
		font-weight: normal;
		margin: 0;
		letter-spacing: normal;
		padding: 5px 0 0 15px;
		background: url(../images/boxes/bg_h3.jpg) 0 0 no-repeat;
	}
	#content div.box_wrapper div.title {
		width: 160px;
		float: left;
		display: inline;
		border: none;
		height: 21px;
		color: #fff;
		font-size: 1.4em;
		font-weight: normal;
		margin: 0;
		padding: 2px 0 0 15px;
		background: url(../images/boxes/bg_title.jpg) 0 0 no-repeat;
	}
	#content div.box_wrapper p {
		width: 75px;
		float: left;
		display: inline;
		font-size: 0.9em;
		padding: 0;
		margin: 0;
		line-height: normal;
	}
	#content div.box_wrapper p a {
		color: #ff9231;
	}
	#content div.box_wrapper ul {
		list-style: none;
		font-size: 1.4em;
		margin: 10px 0 0 0;
	}
		#content div.box_wrapper ul li {
			margin: 0 0 1em 5px;
			padding: 0 0 0 15px;
			background: url(../images/li.gif) 2px 5px no-repeat;	
		}
	
	#content div.box_wrapper p.button {
			margin: 5px 0 0 5px;
			padding: 0;
		}
			#content div.box_wrapper p.button a {
				width: 57px;
				float: left;
				display: inline;
				height: 12px;
				color: #fff;
				padding: 3px 0 0 10px;
				background: url(../images/boxes/button_clickhere.png) 0 0 no-repeat;	
			}
			#content div.box_wrapper p.button a:hover {
				background-position: 0 -15px;	
			}


/* -- Corporate insurance -------------------------------------------------- */
/* ------------------------------------------------------------------------- */
body.corporateinsurance #content h1 {
	background: url(../images/bg_h1_corp.png) 0 0 no-repeat;	
}

body.corporateinsurance #content div.box_wrapper h3 {
	background: url(../images/boxes/bg_h3_corp.jpg) 0 0 no-repeat;
}


/* -- Sitemap -------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
#content ul.sitemap {
	color: #777;
	list-style: none;
}
	#content ul.sitemap li {
		font-size: 1.6em;
		line-height: normal;
		margin-bottom: 10px;
	}
	
	#content ul.sitemap li ul {
		margin: 0 0 0 20px;
		padding: 0;
		list-style: none;
	}
		#content ul.sitemap li ul li {
			font-size: 10px;
			color: #777;
			margin: 0;
			padding: 0;
			font-style: italic;
			line-height: normal;
		}

	
/* -- Footer --------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
#footer {
	width: 555px;
	float: left;
	font-size: 0.8em;
	display: inline;
	padding: 30px 0 0 25px;
	background: url(../images/bg_content_bottom.png) 0 0 no-repeat;
}
	#footer a {
		color: #77787b;
	}
	#footer a:hover {
		color: #444;	
	}


/* -- Disclaimer ----------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
#disclaimer {
	width: 901px;
	float: left;
	display: inline;
	padding: 45px 0 0 50px;
	background: #e6e8e9 url(../images/bg_wrapper_bottom.jpg) 0 0 no-repeat;
}
	#disclaimer img {
		position: relative;
		float: left;
		margin: -100px 0 0 0;
	}
	#disclaimer img.home {
		margin: -140px 0 0 0;	
	}
	#disclaimer a {
		color: #77787b;	
	}
	
.upper {
	text-transform: uppercase;	
}