	/* Helpers and base rules */

html {font-size:125%;}
body {font-family: verdana, arial, helvetica, sans-serif; background-color:#ACACAC; font-size:50%; text-align: center; margin-top:25px;}
*    {margin:0px; padding:0px;}
img	{border: 0;}
.andclear:after {
     content: "."; 
     display: block; 
     height: 5px; 
     clear: both; 
	visibility: hidden;
	color:white;
}
* html .andclear {height: 1%; color:white; } /* IE hack to show the cleared box */

	/* Links */

a {
	color:#084A94;
	text-decoration:none;
}

a:visited {
	color:#9CADBD;
	text-decoration:none;
}

a:hover {
	color:#009CFF;
	text-decoration:underline;
}

a:active {
	color:#009CFF;
}

	/* Layout - Structural */

#container {
	width: 835px; 
	height:720px; 
	text-align: left; 
	margin:0 auto;
}

#main { 
	background-color: #FFF; 
	min-height:600px; 
	color: black;
}

	/* Layout - Header */

h1#header   {
	height:62px; 
	width:835px;
	margin-bottom:7px; 
	background:#000 url(images/header_fr.gif) no-repeat; 
	text-indent: -9999px;
	position:relative;
}

h1#header a { 
	position: absolute; 
	display:block; 
	width:550px; 
	height:62px; 
	left: 0px; 
	top: 0;
}

h1#header strong a { 
	position: absolute; 
	display:block; 
	width:160px; 
	height:62px; 
	left: 675px; 
	top: 0;
}


body.french h1#header {background:#000 url(images/header_fr.gif) no-repeat; }

	/* Layout  - Navigation*/

#nav {
     width:270px;
	padding:0 5px 0 15px;
	float:left;
}

#nav h2 {
	font-size:1.2em;
	color:#000;
}

#nav ul li {
	background: transparent url(images/border.gif) left bottom no-repeat;
	padding:4px 0 14px 0;
	list-style:none;
}

#nav ul li li {
	padding:2px;
	background: none;
	font-weight:normal;
	font-size:1.1em;
}

#nav ul li li a {
	padding-left:0px;
}

#nav ul li li a img {
	padding-top:2px;
}

	/*You are here code Nav code */

body#index #nav a#index_l,
body#martinbell #nav a#martinbell_l,
body#photoessay #nav a#photoessay_l,
body#map #nav a#map_l,
body#overview #nav a#overview_l,
body#sexualassault #nav a#sexualassault_l,
body#childsoldiers #nav a#childsoldiers_l,
body#uprooted #nav a#uprooted_l,
body#election #nav a#election_l,
body#partners #nav a#partners_l,
body#related #nav a#related_l,
body#friend #nav a#friend_l{ color:#009CFF; text-decoration:none; cursor:default;}
	

	/* Layout  - Content*/

#content {
	width: 545px;
	float:left;
	font-size:1.1em;
}

* html #content {margin-bottom:5px;} /* IE hack to get margins to be 5px */

#content p {
	width: 510px;
	padding:5px 0 15px 0;
	line-height:1.7em;

}

#content p.photoCaption {
	width: 300px;
	text-align:left;
	padding:0 0 10px 0;
	font-size:.9em;
	float:left; 
}

#content p.photoCredit {
	width: 230px;
	text-align:right;
	padding:0 5px 10px 0;
	font-size:.9em;
	float:right;
}

#content p.first {clear:both;}

#content img {
	margin:5px 0 1px 0;
}

#content h2 {margin-top:15px;}

#content label {font-weight:bold;}

#content object {
	margin:5px 5px 5px 5px;
	float: right;
}

#index #content p {
	background-color: #EBEBEB; padding:15px;
}

#index #content p.photoCredit,
#index #content p.photoCaption {
	background-color: #FFF; padding:0 5px 10px 0;
}

	/* Layout  - Footer*/

#footer {
	height:24px;
	width:835px;
	margin:5px 0;
}

#footer p  {	
	float:left;
	color:#FFF;
	font-weight:bold;
	font-size:1.1em;
}

#footer li {
	float:right;
	list-style:none;
	font-size:1em;
     border-right: 1px solid #000;
     padding:0 10px;
}

#footer li.last {
	border-right:none;	
	padding-right: 0px;
}

#footer li a {
	color:#000;
	text-decoration:none;

}
 
#footer li a:hover {
	color:#FEDD59;
	text-decoration:underline;
}
