@charset "utf-8";
/* CSS Document */
	
* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	}

html{
	background: #EAEBE9 url(/img/bg.jpg) repeat-x;
	}

img {border:none;}
hr {display:none;}

body, td, th, p, div {
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, sans-serif;
	color: #6D6C67;
	}

body {
	margin-top: 15px;
	margin-bottom: 15px;
	}

#white{
	margin: 0 auto;
	width: 820px;
	background: #FFF;
	}

#general{
	padding: 10px;
	}
	
#header_home{
	width: 800px;
	height: 158px;
	background: url(/img/header_home.jpg);
	margin-bottom: 10px;
	position: relative;
	}
	
#header_internal{
	width: 800px;
	height: 88px;
	background: url(/img/header_internal.jpg);
	margin-bottom: 10px;
	position: relative;
	
	}

#header_internal_link{
	width:180px;
	height:90px;
	margin-left:10px;
	margin-top: 0px;
	clear:none;
	float:left;
	}
#header_internal_link a{
		width: 100%;
		height: 100%;
		display:block;
	}
/*
#header_home #mini_menu, #header_internal #mini_menu{
	background: #000;
	float: right;
	margin-top: -40px;
	padding: 3px;
	padding-right: 12px;
	}
*/
#home_top_text{
	width: 380px;
	position: absolute;
	bottom: 45px;
	left: 285px;
	}
#header_home #home_top_text p{
	display:block;
	color: #ffffff;
	line-height: 14px;
	margin-top: 5px;
	font-size: 11px;
	}
#header_home #home_top_text p a{
		color: #cc9900;
	}
/*
#header_home #mini_menu ul li, #header_internal #mini_menu ul li{
	display:inline;
	margin-left:8px;
	font-weight: bold;
	}

#header_home #mini_menu ul li a:link, #header_internal #mini_menu ul li a:link{ color: #FFF; } 
#header_home #mini_menu ul li a:visited, #header_internal #mini_menu ul li a:visited{ color: #FFF;} 
#header_home #mini_menu ul li a:hover, #header_internal #mini_menu ul li a:hover{ color: #E29518;}
*/

/* Mini menu */

div#mini_menu {
	position: absolute;
	top: 0;
	right: 0;
}

div#mini_menu ul li {
	float: left;
}

div#mini_menu ul li a {
	float: left;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 26px;
}

div#mini_menu ul li a.home {
	width: 69px;
	background: url('/img/nav/home.jpg') 0 0 no-repeat;
}

div#mini_menu ul li a.news {
	width: 71px;
	background: url('/img/nav/news.jpg') 0 0 no-repeat;
}

div#mini_menu ul li a.careers {
	width: 92px;
	background: url('/img/nav/careers.jpg') 0 0 no-repeat;
}

div#mini_menu ul li a.presentations {
	width: 125px;
	background: url('/img/nav/presentations.jpg') 0 0 no-repeat;
}

div#mini_menu ul li a.contact_us {
	width: 103px;
	background: url('/img/nav/contact_us.jpg') 0 0 no-repeat;
}

div#mini_menu ul li a:hover,
div#mini_menu ul li a.selected {
	background-position: 0 -26px;
}



#header_home h1, #header_internal h1{text-indent: -9000px;}
/*#header_home p, #header_internal p{text-indent: -9000px;}*/

/* Homepic */

#homepic{
	/*background: url(/img/home_pic1.jpg);*/
	/*background: url(/img/Home_Mining_sml.jpg);*/
	margin-bottom: 10px;
	width: 800px;
	height: 275px;
	vertical-align: bottom;
	overflow: hidden;
	}
	
#homepic ul li {
	width: 800px;
	height: 275px;
}

#home_box{
	background-color: #2D5586;
	background: url(/img/home_transp_bg.png);
	color: #FFF;
	float: right;
	padding: 15px;
	width: 250px;
	margin-right: 30px;
	margin-top: 30px;
	clear:both;
	}

#home_box h2{
	font-size: 18px;
	margin: -5px 0 5px 0;
	}

#home_box a:link{color: #CC9900;}
#home_box a:visited{color: #CC9900;}
#home_box a:hover{color: #CC9900; text-decoration: underline;}

#home_box2{
	background-color: #2D5586;
	background: url(/img/home_transp_bg.png);
	color: #FFF;
	float: right;
	padding: 15px;
	width: 250px;
	margin-right: 30px;
	margin-top: 30px;
	clear:both;
	}

#home_box2 h2{
	font-size: 18px;
	margin: -5px 0 5px 0;
	}

#home_box2 a:link{color: #CC9900;}
#home_box2 a:visited{color: #CC9900;}
#home_box2 a:hover{color: #CC9900; text-decoration: underline;}



/*------------------------------ Main Menu -----------------------------------*/


#menu{
	width: 800px;
	height: 60px;
	}

#menu #button_aboutus{
	text-indent: -9000px;
	display: block;
	width: 127px;
	height: 60px;
	background: url(/img/button_aboutus.jpg);
	float: left;
	margin-right: 7px;
	}
	
#menu #button_aboutus:hover{ background-position: 0px 60px;}

#menu #button_mining_process{
	text-indent: -9000px;
	display: block;
	width: 127px;
	height: 60px;
	background: url(/img/button_mining_process.jpg);
	float: left;
	margin-right: 8px;
	}
	
#menu #button_mining_process:hover{	background-position: 0px 60px;}

#menu #button_community{
	text-indent: -9000px;
	display: block;
	width: 127px;
	height: 60px;
	background: url(/img/button_community.jpg);
	float: left;
	margin-right: 8px;
	}
	
#menu #button_community:hover{background-position: 0px 60px;}

#menu #button_careers{
	text-indent: -9000px;
	display: block;
	width: 127px;
	height: 60px;
	background: url(/img/button_careers.jpg);
	float: left;
	}
	
#menu #button_careers:hover{background-position: 0px 60px;}

#menu #button_health_safety{
	text-indent: -9000px;
	display: block;
	width: 127px;
	height: 60px;
	background: url(/img/button_health_safety.jpg);
	float: left;
	margin-right: 8px;
	}
	
#menu #button_health_safety:hover{background-position: 0px 60px;}

#menu #button_environment{
	text-indent: -9000px;
	display: block;
	width: 127px;
	height: 60px;
	background: url(/img/button_environment.jpg);
	float: left;
	margin-right: 7px;
	}
	
#menu #button_environment:hover{background-position: 0px 60px;}


#menu #button_compliance{
	text-indent: -9000px;
	display: block;
	width: 127px;
	height: 60px;
	background: url(/img/button_compliance.jpg);
	float: left;
	}
	
#menu #button_compliance:hover{background-position: 0px 60px;}

#menu{
	display:inline;
	width: 803px;
	height: 60px;
	}

#menu ul li{
	display:inline;
	}
	
	
#promo_panel{
	margin-top: 20px;
	}


/*------------------------------ Content -----------------------------------*/


#content{
	padding: 20px;
	padding-bottom: 10px;
	}

#content h2{
	font-size: 25px;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-style: italic;
	letter-spacing: -1px;
	color: #2D5586;
	}


#content h3{
	font-size: 20px;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-style: italic;
	font-weight: normal;
	letter-spacing: -0.02em;
	color: #E29518;
	}

#content h4{
	font-size: 14px;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-weight: bold;
	color: #666;
	}



#content.contactus a{color: #666;}
#content.contactus a:visited{color: #666;}
#content.contactus a:hover{color: #333; text-decoration: underline;}



#contactDetails
{
	width: 300px;
	margin-bottom: 10px;
}


/*-------------------------- Submenu ------------------------*/

#submenu{
	margin-bottom: 20px;
	}

/*-------------------------- Submenu Mining Process ------------------------*/

ul.monitoring_years
{
	padding: 0px 0px 10px 0px;
	margin:0px 0px 10px 0px !important;
	list-style-type: none !important;
}
ul.monitoring_years li
{
	float:left;
	clear:none;
	padding: 0px 20px 0px 0px;
	list-style-type: none !important;
	/*border-right: 1px solid #6d6c67;*/
}

/*ul.monitoring_years li.last
{
	border-right: none;
}*/
ul.monitoring_years li a
{
	text-decoration: none !important;
	font-weight: bold;
	
}
ul.monitoring_years li a.sel
{
	color: #e3941b !important;
}


#submenu a{
	font-family: "Trebuchet MS", Arial, Verdana;
	text-decoration: none;
	display: block;
	width: 182px;
	height: 100%;
	background: url(/img/submenu_bg_h.jpg);
	margin-bottom: 4px;
	color: #A1A1A1;
	font-size: 14px;
	padding: 5px 0 5px 8px;
	font-style: italic;
	letter-spacing: -0.02em;
	}
	

#submenu a:hover{
	font-family: "Trebuchet MS", Arial, Verdana;
	text-decoration: none;
	display: block;
	width: 182px;
	height: 100%;
	background: url(/img/submenu_bg_h.jpg);
	background-position: 380px 190px;
	margin-bottom: 4px;
	color: #A1A1A1;
	font-size: 14px;
	padding: 5px 0 5px 8px;
	font-style: italic;
	letter-spacing: -0.02em;
	}

#submenu p{
	font-family: "Trebuchet MS", Arial, Verdana;
	text-decoration: none;
	display: block;
	width: 182px;
	height: 100%;
	background: url(/img/submenu_bg_h.jpg);
	background-position: 190px 0px;
	margin-bottom: 4px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0 5px 8px;
	font-style: italic;
	letter-spacing: -0.02em;
	}
#submenu p a
{
	text-decoration: none;
	display: block;
	width: 182px;
	height: 100%;
	background: none !important;
	margin: 0px;
	color: #fff;
	font-size: 14px;
	padding: 0px ;
	font-style: italic;
	letter-spacing: -0.02em;
}
#submenu p a:hover{
	font-family: "Trebuchet MS", Arial, Verdana;
	text-decoration: none;
	display: block;
	width: 182px;
	height: 100%;
	background: none;
	margin: 0px;
	color: #fff;
	font-size: 14px;
	padding: 0px;
	font-style: italic;
	letter-spacing: -0.02em;
	}
#level2 li p{
	font-family: "Trebuchet MS", Arial, Verdana;
	text-decoration: none;
	display: block;
	width: 172px;
	height: 100%;
	background: #ffffff url(/img/level2_bottom.jpg) no-repeat;
	background-position: bottom left;
	margin-bottom: 1px;
	color: #e3941b;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0 5px 18px;
	font-style: normal;
	letter-spacing: -0.02em;
}
#level2 li p.last{
	background: #ffffff;
}
#level2 a{
	font-family: "Trebuchet MS", Arial, Verdana;
	text-decoration: none;
	display: block;
	width: 172px;
	height: 100%;
	background: #ffffff url(/img/level2_bottom.jpg) no-repeat;
	background-position: bottom left;
	margin-bottom: 1px;
	color: #A1A1A1;
	font-size: 12px;
	padding: 5px 0 5px 18px;
	font-style: normal;
	letter-spacing: -0.02em;
}
#level2 a:hover{
	font-family: "Trebuchet MS", Arial, Verdana;
	text-decoration: none;
	display: block;
	width: 172px;
	height: 100%;
	background: #ffffff url(/img/level2_bottom.jpg) no-repeat;
	background-position: bottom left;
	margin-bottom: 1px;
	color: #e3941b;
	font-size: 12px;
	padding: 5px 0 5px 18px;
	font-style: normal;
	letter-spacing: -0.02em;
}
#level2 a.last{
	background: #ffffff;
}
#level2{
	margin-top: -3px;
}



/*---------------------- Home Bottom -------------------------*/

#bottom{
	min-height: 160px;
	}
	
#invernia_logo_home {
	float:left;
	margin-top: 20px;
	}

#latestnews_home{
	float: left;
	width: 470px;
	margin-left: 23px;
	margin-top: 10px;
	}

#latestnews_home h3{
	background:url(/img/title_latest_news.jpg);
	text-indent: -9000px;
	display: block;
	width: 86px;
	height: 11px;
	margin-bottom: 10px;
	}

#latestnews_home ul{
	margin-bottom: 10px;
	}

#latestnews_home ul li{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c2c2c1;
	}

#latestnews_home a:link{color: #666;}
#latestnews_home a:visited{color: #666;}
#latestnews_home a:hover{color: #333; text-decoration: underline;}

#latestnews_home_bold:link{color: #2D5586; font-weight: bold;}
#latestnews_home_bold:visited{color: #2D5586; font-weight: bold;}
#latestnews_home_bold:hover{color: #2D5586; text-decoration: underline; font-weight: bold;}

/*-------------------- Home Promo Banners --------------------*/
#home_promo{
	float: left;
	margin-top: 10px;
	margin-left: 35px;
	width: 247px;
	}

#home_promo div.promo_item{
	padding: 8px;
	background-color: #fff;
	margin-bottom: 10px;
	}

/*---------------------- Newsletter -------------------------*/


#newsletter_home{
	float: left;
	margin-top: 10px;
	margin-left: 50px;
	width: 220px;
	}

#newsletter_home h3{
	background:url(/img/newsletter_subscribe.jpg);
	text-indent: -9000px;
	display: block;
	width: 211px;
	height: 30px;
	margin-bottom: 10px;
	}

#newsletter_home input{
	display: block;
	width: 211px;
	height: 16px;
	margin-bottom: 5px;
	font-size: 11px;
	color: #666;
	*margin-left: -50px;
	}

#newsletter_home #newsletter_home_submit{
	display: block;
	width: 45px;
	margin: 0px 0px 5px 0px;
	font-size: 11px;
	color: #2D5586;
	font-weight: bold;
	border: 0;
	cursor: pointer;
	background: #EAEBE9;
	float: right;
	}

#newsletter_column {
	width: 190px;
	background: url(/img/newsletter_column_bg.jpg);
	min-height: 140px;
	height: 100%;
	}	

#newsletter_column h4{
	text-indent: -9000px;
	background: url(/img/newsletter_column_top.jpg);
	display: block;
	width: 100%;
	height: 44px;
	margin-bottom: 10px;
	}

#newsletter_column input{
	display: block;
	width: 160px;
	height: 15px;
	margin-left: 10px;
	margin-bottom: 5px;
	color: #666;
	}

#newsletter_column_submit{
	background: url(/img/newsletter_column_submit.jpg);
	display: block;
	width: 160px;
	height: 20px !important;
	border: 0;
	margin: 0px 0 0 10px;
	cursor: pointer;
	padding: 10px;
	}


/*--------------------------- Content ------------------------------*/





#content_text a{color: #6D6C67; text-decoration: underline;}
#content_text a:visited{color: #6D6C67; text-decoration: underline;}
#content_text a:hover{color: #000; text-decoration: underline;}


#content_text ul{
	margin-left: 35px;
	margin-bottom: 15px;
	}

	
#content_text ul li{
	list-style: square;
	}

#content #left_columm{
	width: 190px;
	float: left;
	margin-left: -10px;
	}

#content #right_columm{
	width: 560px;
	float:right;
	}

#content_text {
	margin-top: 5px;
	}

#content_text p{
	margin-bottom: 10px;
	}

#contact_form{
	width: 390px;
	float: right;
	margin-top: -290px;
	margin-right: 20px;
	}

#contact_form p{
	margin-bottom: 15px;
	text-align:right;
	}
	
#contact_form label{
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.7em;
	display: block;
}


#contact_form input {
	width: 300px;
	height: 25px;
	border: 1px solid #CCC;
	padding: 4px 4px 0 4px;
	background: url(/img/input_bg.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Verdana;
	}

#contact_form select {
	width: 310px;
	height: 30px;
	border: 1px solid #CCC;
	padding: 4px 4px 4px 2px;
	background: #F0F0F0;
	font-family: "Trebuchet MS", Arial, Verdana;
	}

#contact_form textarea{
	width: 300px;
	height: auto;
	border: 1px solid #CCC;
	padding: 4px 5px 5px 5px;
	background: url(/img/input_bg.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Verdana;
	}

#contact_form fieldset{
	border: 0px;
	}

#contact_form input.imputbutton{
	width: 70px;
	height: 30px;
	padding-bottom: 10px;
	border: 0px;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	margin-right:10px;
	background: #2D5586;
	}

#contact_form input.imputbutton:hover{
	background: #E3941B;
	}

#bottom{
	background: #EAEBE9;
	margin-top: 10px;
	padding: 10px 20px 10px 0px;
	}

#footer{
	padding-top: 10px;
	margin: 0 auto;
	width: 815px;
	}

#footer ul li{
	display:inline;
	margin-left:8px;
	}

#footer ul li a:link{ color: #999;}
#footer ul li a:visited{ color: #999;}
#footer ul li a:hover{ color: #333;}

#titleBlock
{
	clear:both;
}
#bioBlock
{
	clear:both;
	margin-bottom: 20px;
	display: block;
	min-height: 225px;
}
#bioBlock img
{
	clear:both;
	float:left;
}
#bioBlock p
{
	float:left;
	width: 350px;
	margin-left: 20px;
}


/*--------------------------- PDF Download ------------------------------*/
#pdf_download3{
	background: #EBEBEB;
	padding: 5px 15px 10px 20px;
	margin-top: 0px;
	margin-bottom: 15px;
	clear:both;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	min-height: 100px;
	}

#pdf_download2{
	background: #EBEBEB;
	padding: 5px 15px 10px 20px;
	margin-top: -11px;
	margin-bottom: 15px;
	clear:both;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	min-height: 100px;
	}

#pdf_download{
	background: #EBEBEB;
	padding: 15px 15px 10px 20px;
	margin-top: 0px;
	margin-bottom: 15px;
	clear:both;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}

#pdf_download img, #pdf_download2 img, #pdf_download3 img{
	margin-right: 10px;
	float: left;
	}

#pdf_download h4, #pdf_download2 h4, #pdf_download3 h4{
	font-size: 15px;
	margin-bottom: 2px !important;
	}

#pdf_download p{
	margin-bottom: 10px;
	}
#pdf_download2 p, #pdf_download3 p{
	margin-bottom: 10px;
	margin-top: 10px;
	clear:both;
	}
	
.pdf_download3{
	background: #EBEBEB;
	padding: 5px 15px 10px 20px;
	margin-top: 0px;
	margin-bottom: 15px;
	clear:both;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	min-height: 100px;
	}

.pdf_download2{
	background: #EBEBEB;
	padding: 5px 15px 10px 20px;
	margin-top: -11px;
	margin-bottom: 15px;
	clear:both;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	min-height: 100px;
	}

.pdf_download{
	background: #EBEBEB;
	padding: 15px 15px 10px 20px;
	margin-top: 0px;
	margin-bottom: 15px;
	clear:both;
	font-size: 15px;
	font-weight:bold;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}

.pdf_download img, .pdf_download2 img, .pdf_download3 img{
	margin-right: 10px;
	float: left;
	}

.pdf_download h4, .pdf_download2 h4, .pdf_download3 h4{
	font-size: 15px;
	margin-bottom: 2px !important;
	}

.pdf_download p{
	margin-bottom: 10px;
	font-weight:normal;
	}
.pdf_download2 p, .pdf_download3 p{
	margin-bottom: 10px;
	margin-top: 10px;
	clear:both;
	}
	
ul.reportTypes
{
	display:inline;
	clear:both;
	margin: 0;
	padding: 0;
	background: #ffffff;
	list-style-type: none !important;
}
ul.reportTypes li
{
	float: left;
	background: #d7d8d3;
	margin-right: 3px;
	list-style-type: none !important;
	font-weight: bold;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;

}
ul.reportTypes li.selected
{
	background: #EBEBEB;
	color: #e3941b;
}
ul.reportTypes li a
{
	text-decoration: none !important;
	padding: 3px 28px 3px 28px;
	text-align:center;
	display:block;
}
ul.reportTypes li.selected a
{
	color: #e3941b !important;
	text-decoration: none !important;
}

.tabs
{
	margin:0;
	background: #ffffff;
	margin
}

div.yearshr
{
	display: block;
	width: 520px;
	float:left;
	padding: 0px 0px 2px 0px;
	height: 1px;
	margin-top: 5px;
	border-top: 1px solid #999999 !important;
	clear:both;
}

.careersIframe
{
	height: 700px;
}

iframe#careersIframe
{
	border-style: none;
	border-color: #ff6600;
	border-width: 0px;
	background: #FFF;
}
	
div#clipper	
{
	clip: rect(0px 772px 683px 0px);
	position: absolute;
	background: #f60;
	height: 700px;
	width: 760px;
}

/********************************************************/
/*                image gallery                         */
/********************************************************/  
#galleryThumbs {
  margin-left: -9px;
  width: 570px;
  }
.galleryThumbItem {
  padding: 6px 10px 8px 40px;
  background: url(/img/cameraIcon.gif) no-repeat left top;
  margin: 10px 0px 30px 10px;
  }
.galleryThumbHide a {
 visibility:hidden;
 display: none;
  }

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(/img/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
	background: transparent url(/img/prevlabel.gif) no-repeat 0 15%;
}
#lbPrevLink:hover {
	background: transparent url(/img/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
	background: transparent url(/img/nextlabel.gif) no-repeat 100% 15%;
}
#lbNextLink:hover {
	background: transparent url(/img/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}

li.ivernia_link a {
	margin-left: 15px;
	color: #2b65a0 !important;
}
li.ivernia_link a:hover{
	color: #333 !important;
}

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  