/* Style sheet for Slave Trade (2008) */



body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
	background-color: #CD9933;
}

	
/* MAIN CONTAINER - HOMEPAGE*/

#main {
	width: 48.7em;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
}


 /* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink {
	width:150px;
	padding: 0px;
	margin: 0px;
	clear: both;
	/*font-size: 10px;*/
	font-size: .8em;
	display: inline;
	color: #EFC879;
}
#skiplink a {
	color:#EFC879;
}
#skiplink a:focus, div#skiplink a:active {
	color:#F5D99C;
	background-color: #000000;
}


/* LANGUAGE BAR */

#lang {
	padding: 0 1% 0 0;
	margin: 0px auto;
	height: 1.2em;
	background-color: #000000;
}

#lang ul {
	text-align: right;
	font-size: .7em;
	color: #000000;
	padding: 0;
	margin: 0;
}
#lang ul li {
	list-style-type:none;
	text-align: right;
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0;
}
#lang ul li#english a {color:#FF0000;}

#lang ul li#arabic {
	direction:rtl;
	font-size: 1.2em;
}
#lang ul li#chinese {
	font-size: .95em;}
#lang ul li a:link {
	color:#DFBF7D;
	text-decoration:none;
	font-weight: bold;
}
#lang ul li a:visited {
	color:#B5882D;
	text-decoration:none;
	font-weight: bold;
}
#lang ul li a:hover {
	color:#FF5151;
	text-decoration:none;
	font-weight: bold;
}
#lang ul li a:active {
	color:#FF5151;
	text-decoration:none;
	font-weight: bold;
}


/* TOP BANNER */

#banner {
	clear: none;
}
#banner #bkgd {
	background-image: url(images/bannerbkgd.gif);
	background-repeat: repeat-x;
	height: 130px;
}
#hiddentitle, #hiddentitle span {
	background-image: url(images/topbanner.gif);
	background-repeat: no-repeat;
	height: 130px;
	/*font-size: 14px;*/
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

#hiddentitle span {
	margin-bottom: -120px;
}

h1 {
	/*font-size: 16px;*/
	font-size: 1.2em;
	padding:0;
	margin:0;
	text-align: left;
	color: #FFFFFF;
}
h1 span {
	display: block;
	position: relative;
	z-index: 1;	
}

/* LEFT MENU BAR: navigation links */

#leftmenu {
	float: left;
	font-size: 0.73em;
	width: 20%;
	background-color: #CC0000;
	background-image: url(images/left-bkgd.gif);
	background-repeat: no-repeat;
}
	
#leftmenu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
#leftmenu ul li a {
	display: block;
	padding: 6px 3px 6px 16px;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/lft_bullet-white.gif);
	/*background-image:url(images/lft_bullet.png);*/
	background-position: 4px 8px;
	background-repeat:no-repeat;
	
}	

#leftmenu ul ul li a {
	padding-left: 20px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 8px 7px;

}

#leftmenu ul li a:link, a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
	
#leftmenu ul li a:hover {
	background-color: #000000;
}
	
#leftmenu ul li a:active {
	text-decoration: none;
}

#leftmenu #comment{
color: #FFFFFF;
}

/* PAGE CONTENT ATTRIBUTES */

#content {
	width: 55%;
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
	clear: right;
}

#content h2 {
	color: #000000;
	font-size: 0.8em;
	font-weight: bold;
	padding: 2px 9px 0 0;
	margin-top: 10px;
	text-align: left;
}
#content h3 {
	font-size: 0.8em;
	font-weight: bold;
	color: #860919;
	border-bottom: 1px solid #C6D7E8;
}
#content h4 {
	font-size: 0.8em;
	font-weight: bold;
	color: #860919;
	padding-left: 2%;
	font-style: italic;
}
	
#content p {
	font-size: 0.75em;
	color: #333333;
	padding: 0 0 0 2%;
	display: block;
}

#content a {
	padding-left: 0px;
	color:#860919;
}
#content a:link, a:active {
	background:none;
	text-decoration: underline;
}

#content a:visited {
	color: #947025;
	text-decoration: underline;
}
#content a:hover {
	color:#CC0000;
	background:none;
	text-decoration: underline;
}

#content p.bold {
	font-weight: bold;	
}
#content ul li#event {
	font-size: 0.75em;
	margin-bottom: 2.2em;
	padding-left:20px;
	background-image: url(images/pin.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position:0px 0px;
	text-align:justify;
}

#content ul li#xcl {
	font-size: 0.75em;
	margin-bottom: 2.2em;
	padding-left:20px;
	background-image: url(images/xcl.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position:0px 0px;
	text-align:justify;
}

#content ul li{
	font-size: 0.75em;
	margin-bottom: 1.2em;
	padding-left:10px;
	background-repeat: no-repeat;
	list-style-type: none;
}



	
#content ol li {
	color: #000033;
	font-size: 0.8em;
	padding-bottom:1em;
}



/* BOX QUOTE */

#quote {

	color: #000000;

	height: auto;

	display: block;

	background-image: url(images/quote-light.gif);

	background-repeat: no-repeat;
	width:410px;
	margin-top:4%;
	padding-bottom: 2%;
	margin-right:1%;
	margin-left:2%;

	background-color:#d79f67;
	

}

#quote p {

	margin: 0px;

	padding: 0 1% 0 1%;

	line-height: 130%;

	color: #000000;

	font-weight: bold;

}



#quote .credit {

	font-weight: normal;

	text-align: right;

	font-size: 0.75em;

	font-style: oblique;

	display: block;

	line-height: 150%;

	color: #000000;

	padding-right: 2%;

	padding-bottom: 3px;

	font-weight: bold;

}



/* RIGHT NAVIGATION */
#rightnav {
	float: right;
	width: 20%;
	padding-left: 3px;
	font-size: 0.8em;
	background-color: #CC0000;
	background-image: url(images/right-bkgd.gif);
	background-repeat: no-repeat;
	height: 540px;
}


/* FOOTER BAR */

#footer {
	text-align: center;
	clear: both;
	background-color: #000000;
	width: 100%;
	color: #FFFFFF;
	/*font-size: 11px;*/
	font-size: .8em;
	padding: 0px;
	margin: 0 auto;
}

#ing {
color:#FFFFFF;
text-align:right;
font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
p { 
text-align:justify;
}
#advisory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #fff;
	text-align: center;
}
.style1 {color: #fff}