/* Css for Mining in Mali web site */

html{
	height:100%;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10.5pt;
	font-weight:normal;
	margin: 0px;
	text-transform: none;
	color:#000000;
	text-decoration: none;
	font-style: normal;
	height:100%;
	
}

/******** for the home page *******/

#home_outerdiv{
	position:relative;
	text-align:center;
	width:100%;
	height:100%;  /*it occupies the 100% of the page*/

}
#home_vertical_align{
	/*position:absolute;*/
	top:40%;
	/*text-align:left;*/
}

#home_div_header{
	margin-left:auto;
	margin-right:auto;
	/*text-align:left;*/
	height:100px;
	width:900px;
	/*background:url(images/bg.gif) repeat-x;*/
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
}



#language{
	margin-left: auto;
	margin-right: auto;
	width:900px;
	text-align:center;
}


/******* end ********/

#print_header{
	display:none;
}

#div_header{
	margin-left:auto;
	margin-right:auto;
	height:100px;
	width:900px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
}

#outerdiv{
	/*position:relative;*/
	margin-left: auto; /* to place it in the center for Firefox and IE7 */
	margin-right: auto;
	text-align:center; /* to place it in the center for IE6 */
	width:100%;
	height:100%; /* it occupies the 100% of the page*/
	/*background-color:red;*/
}

#content{ 
	/*position:relative;*/
	margin-left: auto; /* to place the content in the center for Firefox and IE7 */
	margin-right: auto;
	text-align:left; /* for IE6 */
	width:900px;
	/*height:100%;*/
	/*background-color:yellow;*/
	
}

/*#vertical_div{
	vertical-align:middle;
}*/

#banner{
	float:left;
	height:100px;
	width:510px;
	background-image:url(images/mining_in_mali_logo.gif);
	background-repeat:no-repeat;
}
#ministry_logo{
	float:left;
	height:100px;
	width:127px;
	background-image:url(images/ministry_logo.gif);
	background-repeat:no-repeat;
}

#dngm_logo{
	float:left;
	height:100px;
	width:127px;	
	background-image:url(images/dngm_logo.gif);
	background-repeat:no-repeat;
}
#dngm_building{
	float:right;
	height:100px;
	width:130px;
	background-image:url(images/dngm_building.gif);
	background-repeat:no-repeat;
}


.trail, .caption{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-style:italic;
}


.top_links, .all_content{
	float:left;
	width:900px;
	height:50px;
	font-size:10.5pt;
}

.top_menu{
	float:left;
	width:900px;
	height:30px;
}

#horiz_line{
	float:left;
	width:900px;
	height:1px;
}

#content_right{			
	float:right;
}

.navigation{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


/******shadow effect**********/

#container{		
	background-color:#CCCCCC;
	margin-bottom:10px;
	margin-left: 4px;
	margin-top: 4px;
	width:220px;	
	float:left;
}

#container_welcome{		
	background-color:#CCCCCC;
	margin-bottom:10px;
	margin-left: 4px;
	margin-top: 4px;
	width:400px;	
	float:left;
}

#shadow {
	background-color: #666666;
	position:relative;
	bottom: 2px;
	right: 2px;
}

#mining, #doc_centre, #know_mali, #useful_addresses, #projects, #dngm, #welcome, #contacts{
	position:relative;
	bottom: 2px;
	right: 2px;
	background-color: #FFFFFF; /*background color of content*/
	color: #000000; /*text color of content*/
	border: 1px solid #000000; /*border color*/
	padding: 0.5em 1em;
	font-size:10pt;
}

/* for the inner index pages with the big shadow boxes*/
#centered_inner_index{
	margin-left: auto;
	margin-right: auto;
	text-align:left; /* for IE6 */
	width:300px;
}

#container_inner_index{		
	background-color:#CCCCCC;
	margin-bottom:10px;
	margin-left: 4px;
	margin-top: 4px;
	width:300px;	
	float:left;
}

#shadow_inner_index {
	background-color: #666666;
	position:relative;
	bottom: 2px;
	right: 2px;
}

#inner_index_box{
	position:relative;
	bottom: 2px;
	right: 2px;
	background-color: #FFFFFF; /*background color of content*/
	color: #000000; /*text color of content*/
	border: 1px solid #000000; /*border color*/
	padding: 0.5em 1em;
	font-size:11pt;
	
}

/******* end of shadow effect ******/

.vertical_line{
	background-repeat: repeat-y;
	height:100%;
	width:1px;
	background-image: url(images/horizontal_line.gif);
	background-position: left top;
}




a:link {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10pt;font-weight: normal;color: #0000FF;text-decoration: none;font-style: normal;line-height: normal;}
a:visited {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10pt;font-style: normal;color: #0000FF;text-decoration: none;}
a:hover {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10pt;color: #000066;text-decoration: underline;}
a:active {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10pt;font-weight: normal;color: #0000FF;text-decoration: none;font-style: normal;line-height: normal;}

a.trail:link {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 8pt;color: #3b76a9; font-weight:bold;text-decoration: none;font-style:italic;text-transform: none;}
a.trail:visited {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 8pt;color: #3b76a9;font-weight:bold;text-decoration: none;font-style: italic;text-transform: none;}
a.trail:hover {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 8pt;color: #3b76a9;font-weight:bold;text-decoration: underline;font-style: italic;text-transform: none;}
a.trail:active {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 8pt;color: #3b76a9;font-weight:bold;text-decoration: none;font-style: italic;text-transform: none;}

.p_link {
	margin: 2px 0px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0000FF;	
	line-height: normal;
	cursor:pointer;
	background-color:#CCCCCC;
}

.p_bg {
	margin: 2px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	background-color:#CCCCCC;
}

.p_images {
	margin: 2px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style:italic;
	text-align: center;
}


.form{
	margin-bottom:0;
	margin-top:0;	
}

li{
	list-style-type: square;
}

.decimal{
	list-style-type: decimal;
}

.circle{
	list-style-type:disc;
	
}

ul{
	margin: 0px;
	padding: 5px 0px 5px 30px;
	font-size:10pt;
}

.ul_secondary{
	margin: 0px;
	padding: 5px 0px 5px 50px;
}

.title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15pt;
	font-weight:bold;
	color:#105306;
}

.subtitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#105306;
	margin: 0px;
	padding: 0px;
}
p{
	margin: 0px 0px 0px 5px;
	padding: 5px;
	font-size:10pt;
}

#div_footer{
	clear:both;
	/*float:left;*/
	margin-left: auto;
	margin-right: auto;
	text-align:left; /* for IE6 */
	width:900px;	
	position:relative; bottom:0; /* relative to the parent. So it expands with the #content
	/*position:fixed; bottom:0;*/ /*to display it always at the bottom of the screen */ 
	/*background-color:purple;	*/
}

.footer {
	width:100%;
	font-size:10pt;
}

.small_text a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;	
}

.small_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;	
}


.photo_border {
	border: 1px solid #006600;
	cursor:pointer;			
}



