html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-weight:inherit;
    font-style:inherit;
    font-size:100%;
    font-family:inherit;
    vertical-align:baseline;
}
:focus{
    outline:0;
}
body{
    line-height:1;
}
ol, ul{
    list-style:none;
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}body{
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	background:#fff url(/images/bg_body.png) repeat-x 0 0;
}
hr{
	display:none
}

/*********************************************/
#layout_wrap{
	width:100%;
}
	#layout_1col{
		position:relative;
		width:780px;
		margin:0 auto 0 auto;
	}
	#layout_2col{
		position:relative;
		width:980px;
		margin:0 auto 0 auto;
	}
		#layout_left{
			width:780px;
		}
		#layout_2col #layout_left{
			float:left;
		}
		#layout_right{
			float:right;
			padding-top:290px; /* matches header height +  header margin-bottom */
			width:190px;
		}
			.box{
				margin-bottom:14px;
			}
			#layout_left .box{
				width:728px;
				padding:25px;	
			}
			#layout_right .box{
				width:148px;
				padding:15px;
			}

/*********************************************/
#header{
    position:relative;
	width:100%;
	height:250px;
    margin:0 auto 40px auto;
}

/*********************************************/
#footer_wrap{
	width:100%;
	padding-bottom:100px;
}
	#footer_1col{
		position:relative;
		width:780px;
		margin:30px auto 0 auto;
	}
	#footer_2col{
		position:relative;
		width:980px;
		margin:30px auto 0 auto;
	}
		#footer_text{
			font-size:11px;
			color:#8e8e8e;
			line-height:150%;
			margin-bottom:10px;
		}
		#footer_logo{
			position:absolute;
			top:0;
			right:0;
			width:150px;
			height:56px;
			overflow:hidden;
		}
		#footer_2col #footer_logo{
			right:20px;
		}
			#footer_logo:hover img{
				position:relative;
				left:-150px;
			}strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
a{
    color:#4c84cb;
    text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

/***************************************************/
#liberty{
	width:758px;
	padding:10px;
	background:#f6f6f6;
	border:solid 1px #e0e0e0;
	border-radius:5px;
	margin-bottom:14px;
}
	#liberty p{
		float:left;
		position:relative;
		top:5px;
		font-size:15px;
		line-height:150%;
		color:#666;
		width:600px;
	}
	#liberty div{
		float:left;
		margin-left:20px;
	}
		#liberty div img{
			width:120px;
		}

/***************************************************/
.title{
	position:relative;
	padding:12px 12px 12px 18px;
	border-left:solid 7px #373e48;
	border-radius:5px;
	background:#373e48;
	box-shadow:0 2px 2px #666;
	font-size:20px;
	color:#fff;
	font-weight:bold;
	text-shadow:0 -2px 1px #000;
	text-transform:uppercase;
	margin-bottom:14px;
}
	.title .pointer{
		position:absolute;
		top:20px;
		right:20px;
		width:12px;
		height:7px;
		background:url(/images/icon_pointer.png) no-repeat 0 0;
	}
.title_trigger{
    background:#373e48 url(/images/bg_btn1.png) repeat-x 0 0;
	color:#e6e6e6;
}
.title_trigger_selected,
.title_trigger:hover{
	background:#373e48;
	border-left-width:9px;
	padding-left:16px;
	color:#fff;
	cursor:pointer;
}

.title .context {
	margin-left: 5px;
	font-size: 70%;
	font-weight: 500;
	text-shadow:0 -1px 1px #000;
	color: #fff;
	text-transform:lowercase;
}

/*********************************************/
#services_menu{
	list-style-type:none;
	list-style-position:inside;
}
	#services_menu li{
		margin-bottom:10px;
	}
		#services_menu li a{
			display:block;
			width:160px;
			padding:10px 10px 10px 13px;
			background:#373e48 url(/images/bg_btn1.png) repeat-x 0 0;		
			border-left:solid 7px #373e48;
			border-radius:5px;
			font-size:13px;
			font-weight:bold;
			line-height:150%;
			color:#e6e6e6;
			text-decoration:none;
			text-shadow:0 -1px 1px #000;
			text-transform:uppercase;
		}
		#services_menu li a:hover,
		#services_menu li a.current{
			background:#373e48;
			color:#fff;
			text-decoration:none;
		}
		#services_menu li a span{
			font-size: 85%;
			font-weight: 500;
			text-shadow:0 -1px 1px #000;
			color: #fff;
			text-transform:lowercase;
		}

/*********************************************/
.more{
	width:100%;
	padding-top:20px;
}
	.more_contact,
	.more_info{
		float:left;
		margin-right:15px;
	}
		.more a{
			display:block;
			padding:6px 10px 6px 10px;
			background:#373e48 url(/images/bg_btn1.png) repeat-x 0 0;
			border-radius:5px;
			box-shadow:0 2px 2px #666;
			font-size:13px;
			font-weight:bold;
			text-decoration:none;
		}
			.more a span{
				font-weight:normal;
				font-size:11px;
				color:#fff;
			}
		.more_info a{
			background:#373e48 url(/images/bg_btn1.png) repeat-x 0 0;
			color:#e6e6e6;
			text-shadow:0 -1px 1px #000;	
		}
		.more_contact a{
			background:#29991d url(/images/bg_btn2.png) repeat-x 0 0;
			color:#f1f1f1;
			text-shadow:0 -1px 1px #1b1b1b;
		}
			.more_info a:hover{
				color:#fff;
				background:#373e48;
			}
			.more_contact a:hover{
				background:#29991d;
				color:#fff;
				text-shadow:0 -1px 1px #1b1b1b;
			}

/*********************************************/
.text{
	width:100%;
    font-size:14px;
    color:#333;
}
	.text h2{
	    font-size:18px;
	    font-weight:bold;
	    line-height:120%;
	    margin-bottom:12px;
	    color:#373e48;
		text-shadow:0 1px 2px #bbb;
	}
	.text h3{
	    font-size:16px;
	    line-height:120%;
	    margin-bottom:10px;
	    color:#373e48;
		text-shadow:0 1px 2px #bbb;
	}
	.text p{
		width:550px;
	    line-height:150%;
		margin-bottom:20px;
	}
	.text ul{
		padding-left:17px;
		list-style-type:disc;
		list-style-position:outside;
		margin-bottom:24px;
	}
	    .text ul li{
	        line-height:150%;
	        margin-bottom:7px;
	    }
	.text ol{
	    padding-left:12px;
	    margin-bottom:12px;
	    list-style-type:decimal;
	    list-style-position:inside;
	}
	    .text ol li{
	        line-height:150%;
	        margin-bottom:5px;
	    }
	.text a.img_link{
		text-decoration:none;
	}

	.text img{
		float:right;
	    margin:0 0 30px 30px;
	}
	.text img.float_left{
		float:left;
	    margin:0 30px 30px 0;
	}
	.text img.float_none{
		float:none;
		display:block;
	}
	.text img.photo{
		border-radius:6px;
	}

/*********************************************/
#office_almancil{
	float: left;
	width: 300px;
}
#office_lagos{
	float: left;
	width: 300px;
}

/*********************************************/
#easyclaim{
	background:url(/images/loading.gif) no-repeat 50% 10%;
}#header_bg{
	z-index:-1;
	position:absolute;
	top:35px;
	left:-260px;
	width:400px;
	height:300px;
	background:url(/images/photo15.png) no-repeat 0 0;
}

/*********************************************/
#header_add_this{
	position:absolute;
	top:20px;
	left:0;
}

/*********************************************/
#header_contact{
	position:absolute;
	top:18px;
	right:0;
}
	.header_contact_number{
		float:right;
		/*background:url(/images/icon_phone.png) no-repeat 0 50%;*/
		/*margin-left:15px;*/
		padding-left:15px;
		/*padding-top: 8px;*/
		font-size:25px;
		font-weight: bold;
		color:#29991d;
	}
	#header_contact_info{
		float:left;
		position:relative;
		top:5px;
		font-size:9px;
		line-height:135%;
		color:#8e8e8e;
		text-align:right;
	}

/*********************************************/
#header_lang{
	position:absolute;
	top:80px;
	left:0px;
}
	#header_lang li{
		float:left;
		margin-right:20px;
	}
	#header_lang a{
		padding-left:22px;
		font-size:12px;
	}
		#header_lang_pt a{
			background:url(/images/icon_flag_pt.png) no-repeat 0 2px;
		}
		#header_lang_en a{
			background:url(/images/icon_flag_en.png) no-repeat 0 2px;
		}

/*********************************************/
#header_menu{
    position:absolute;
	top:80px;
	right:0;
}
    #header_menu li{
        float:left;
        margin-left:10px;
    }
    #header_menu li a{
		padding:8px 60px 8px 60px;
		border-radius:3px;
		box-shadow:0 2px 2px #666;
    	background:url(/images/bg_btn1.png) repeat-x 0 0;
		font-size:13px;
		font-weight:bold;
		text-decoration:none;
		color:#e6e6e6;
		text-shadow:0 -1px 1px #000;
    }
    #header_menu #contactus a{
    	background:url(/images/bg_btn2.png) repeat-x 0 0;
		color:#f1f1f1;
		text-shadow:0 -1px 1px #1b1b1b;
	}
		#header_menu li a:hover,
		#header_menu li a.current{
			background:#373e48;
			color:#fff;
		}
		#header_menu #contactus a:hover,
		#header_menu #contactus a.current{
			background:#29991d;
			color:#fff;
			text-shadow:0 -1px 1px #1b1b1b;
		}

/*********************************************/
#header_logo{
	position:absolute;
	bottom:0;
	left:0;
}

/*********************************************/
#header_like{
	position:absolute;
	bottom:0;
	left:320px;
}
#header_findus_on_facebook{
	position:absolute;
	bottom:0;
	left:390px;
}

/*********************************************/
#header_photo{
	z-index:-1;
	position:absolute;
	bottom:-10px;
	right:-15px;
}
	#header_photo img{
		width:260px;
	}

/*********************************************/
#header_title{
	position:absolute;
	text-indent:-9999px;
}
