/* CSS Document */

/*Style to Hide*/
.skip_to_content{
	display:none;
}

a.clear{
	visibility:hidden;
	display:block;
	clear:both;
}



p {
	margin-top:0;
}




body{
	background-image:url(../images/styling/background_gradient.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#000070;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.5em;

	width:340px;
}
 h2{
	font-weight:bold;
	font-size:1.1em;
	line-height:1.3em;
	vertical-align:middle;
	margin-top:0;
	margin-bottom:4px;


}
 h3{
	font-weight:bold;
	font-size:1em;
	margin-bottom:0;
	line-height:1.1em;
	padding-bottom:0;

}

address{
	margin:10px 0 0 5px;
}

.red-text {
	color:red;
}

/* Form Details */
form#contact_us {
	width:310px;
	height:270px;
	float:left;
	overflow:hidden;
}
form#contact_us label{
	width:100px;
	display:block;
	float:left;
	margin:4px 0 ;
}
form#contact_us input,form#contact_us textarea{
	width:200px;
	display:block;
	float:left;
	margin:3px 0 ;
	border:1px solid #000070;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
form#contact_us textarea{
	height:100px;
}
form#contact_us input#submit{
	margin-left:100px;
	width:202px;
	background-color:#000070;
	color:#FFFFFF;
	cursor:pointer;
}

p.formsent{
	clear:both;
}
/* End of Form Details */
a:link, a:visited, a:hover, a:active{
	text-decoration:none;
	color:#000070;
}
a:hover{
	color:#4444cc;
}

.header{
	width:770px;
	margin:10px auto;
	height:90px;
}
.header img{
	float:left;
}
.company{
	font-family:Georgia, "Times New Roman", Times, serif;
	float:right;
	font-size:1.5em;
	padding-top:20px;
	}

.tagline{
	font-family:Georgia, "Times New Roman", Times, serif;
	float:right;
	clear:right;
	padding-top:12px;
}

#header_images{
	width:770px;
	margin:10px auto;
	border:1px solid #000070;
	padding:0;
	height:83px;
	overflow:hidden;
}

#main_body{
	background-image:url(../images/styling/background_gradient.jpg);
	background-repeat:repeat-x;
	width:770px;
	margin:10px auto;
	border:1px solid #000070;
}

#nav{
	float:left;
	width:130px;
	padding:20px;
	margin-top:20px;

}

#nav ul, #nav ul li{
	list-style:none;
	padding-left:0;
	text-indent:0;
	margin-left:0;
}

#nav ul li{
	border-bottom:1px solid #999999;
	vertical-align:middle;
	line-height:40px;
}
#marine_sector{
	line-height:20px !important;
	padding:10px 0;
}

#eco_sector{
    background: #fff url(../images/images/french-flag.jpg) no-repeat 104px 33px ;
	line-height:20px !important;
	padding:10px 0;
	
}

#content{
	float:right;
	width:550px;
	border-left:1px solid #000070;
	margin-top:20px;
	padding: 0 20px;
	background-image:url(../images/styling/logo_watermark.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	min-height:500px;


}
#content img{
	float:right;
	margin:0 0 10px 10px;
	border:1px solid #000071;
}

#content img.staff_photo{
	float:left;
	margin:00px 10px 10px 0px;
	border:1px solid #000071;
}

.highlighted_element{
	float:right;
	margin:0 0 10px 10px;
	border:1px solid #999999;
	background-image:url(../images/styling/background_gradient.jpg);
	background-position:0 -10px;
	background-repeat:repeat-x;
	width:208px;
	padding:10px;
}
.highlighted_element h2{
	margin-top:0;
}

h2#our_staff{
	float:left;
	clear:both;
}

#highlighted_element_img{
	border:0 !important;
	}

#latest_news{
	width:300px;

}

#latest_news h2{
	font-weight:bold;
	font-size:1.1em;
	margin-top:40px;
	margin-bottom:10px;
}

.news_story_home img#home_news{
	width:120px;
	float:left;
	border:1px solid #000071;
	border:0;
	margin:0 10px 10px 0;
}
.news_story_home h3{
	font-size:1em;
	margin-bottom:0;
	line-height:1.1em;
	padding-bottom:0;
	margin-top:0;
	padding-top:0;
}
.news_story_home p{
	margin: 8px 0 ;
	font-size:85%;
	text-align:justify;
}
#link_to_more{
	float:right;
	font-size:0.8em;
}

.footer{
	width:760px;
	margin:10px auto;
	color:#FFFFFF;
	background-image:url(../images/styling/footer_gradient.gif);
	height:17px;
	padding:7px 5px;
	overflow:hidden;
	font-size:90%;
}

#copyright{ float:left;}
#web_design{ float:right;}
/* second nav styles */
.second_nav{
	border:1px solid #999999;
	background-image:url(..//images/styling/background_gradient.jpg);
	background-repeat:repeat-x;
	text-align:left;
	margin-bottom:20px;
}

.second_nav ul, .second_nav ul li{
	list-style-type:none;
	margin:5px;
	text-indent:0;
	font-weight:bold;
	padding:0;
}
.second_nav ul li{
	margin:5px 0px;
	display:inline;
	padding:2px 10px;
	line-height:1.6em;
}

.second_nav ul li a:link,.second_nav ul li a:visited,.second_nav ul li a:hover,.second_nav ul li a:active{
	color:#555555;
}

.second_nav ul li a:hover{
	color:#777777;
}
a.selected:link, a.selected:visited, a.selected:hover, a.selected:active{
	text-decoration:underline;
	color:#000070 !important;
}
a.selected:hover{
	color:#4444cc;
}

#second_nav_title{
	padding-right:400px;
	text-decoration:underline;
	color:#000070 !important;
}
/* end of second nav styles */

#certified_suppliers{
	border-collapse:collapse;
	border:1px solid #999999;
}
#certified_suppliers td, #certified_suppliers th{
	text-align:left;
	font-size:85%;
	padding:4px;
	text-align:center;
	border:1px solid #dddddd;

}

 #certified_suppliers th{
 	background-image:url(../images/styling/background_gradient.jpg);
	width:20%;
	vertical-align:top;

 }
/* Experience Tables  */
.experience{
	border-collapse:collapse;
	border:1px solid #999999;
	width:100%;
	text-align:left;
	margin-top:10px;
}

.experience td, .experience th{
	text-align:left !important;
	font-size:85%;
	padding:6px;
	text-align:center;
	border:1px solid #dddddd;

}

.experience td{
	padding:5px 4px 5px 10px;
}
.country_column{
	width:20%;


}
.experience th{
 	background-image:url(../images/styling/background_gradient.jpg);
	vertical-align:top;
	padding-left:10px;


 }

/* End Of Experience Tables  */

#reports_list  {
	margin-top:20px;
}
#reports_list li{
	margin-top:10px;
}
#reports_list li a:link, #reports_list li a:visited, #reports_list li a:hover, #reports_list li a:active{
	font-weight:bold;
}

/* World Map styles */
.world_map{
	border:1px solid #999999;
	background-image:url(..//images/styling/background_gradient.jpg);
	background-repeat:repeat-x;
	text-align:left;
	margin-top:20px;
	color:#000070 !important;
	padding:10px 15px;

}
.world_map strong{
	text-decoration:underline;

}
.world_map img{
	float:none !important;
	border:0 !important;
	margin:20px 0 !important;
	text-decoration:none !important;;
}
#rollover_location{
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	height:20px;
}
/* end of World Map styles */

img.project{
	clear:right;
	margin:10px;
	cursor:pointer;
}

 div.news_item {
	border-bottom:1px solid #dbdbee;;
	padding:15px 0;
	clear:both;
	float:left;
	width:100%;
 }


html body div#main_body div#content div.news_item img{
	float:left;
	border:0;
	margin:17px 10px 17px 0;
	border:1px solid #dbdbee;
}

.note{
	font-size:0.8em;
	font-weight:normal;
}

.staff_profile{
	clear:both;

}

.about_image{
	border:1px solid green;
	clear:both !important;
	floaT:left!important;
	margin:0 !important;
	margin-bottom:20px !important;
}

.client_download{
	clear:both;
	float:left;

}
.client_download p{
	float:left;
	padding:3px 0 0 5px;
}

.client_download img{
	float:left !important;
}



.file_download{
	floaT:left;
	clear:both;


}

/*Client login page*/
form#contact_us {
	width:310px;
	height:270px;
	float:left;
	overflow:hidden;
}
form#contact_us label{
	width:100px;
	display:block;
	float:left;
	margin:4px 0 ;
}
form#contact_us input,form#contact_us textarea{
	width:200px;
	display:block;
	float:left;
	margin:3px 0 ;
	border:1px solid #000070;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
form#contact_us textarea{
	height:100px;
}
form#contact_us input#submit{
	margin-left:100px;
	width:202px;
	background-color:#000070;
	color:#FFFFFF;
	cursor:pointer;
}

/**/
.file_upload_image{
	border:0 !important;
}

.content_image{
	floaT:left !important;
}

.thumbnail_image{
	cursor:pointer;
}


#msc_certification_list{
	margin:0 !important;
	padding-left:10px !important;
}

/* Marine Insurance Sector*/
.specific_projects_container{
	padding-bottom:40px;
    clear:both;

}


.specific_projects_container img{
     float:left;
}

.specific_projects_inner{
    width:300px;
    float:left;
}