/* History Story - Arabic */
   
.historyStory{
	padding: 0px 5px;
	margin: 0 auto;
}

.historyStory h2{
	color:#000000;
	background-image:none;
	padding:5px 0px 6px 0px;
	margin:0;
	font-size:24px;
	width: 400px;
}

.historyStory h3{
	font-family: Arial, "Simplified Arabic", Georgia, Times, serif;
	font-size: 18px;
	font-weight:normal;
	padding: 4px 0 8px;
	margin:0;
	clear:both;
}

/* Image slideshow */

.slideshow {
	padding: 6px;
	border: 1px solid #999999;
	width: 429px;
}

.slideshow img {
	width: 429px;
	height: 303px;
	display: block;
}

/* Slideshow navigation */

.slideshow .nav{
	background: url(../img/slideshowNavBG.jpg) top left no-repeat;
	margin: 4px auto 0px;
	width: 429px;
	height: 30px;
	padding: 0px;
}

.slideshow .nav ul.menu {
  width: 400px;
  padding: 5px; 
  margin: 0 auto;
}

.slideshow ul.menu li {
  float:right;
  width:124px;
  border:1px solid #c4c5c5; 
  list-style-type:none;
  margin: 0px 3px;
  display: inline;
}

.slideshow ul.menu a {
	background: #b8a46f url(../img/slideshowNavBtnBG.gif) center left repeat-x;
	display: block;
	width: 124px;
	text-align: center; 
	padding: 1px 0px; 
	text-decoration: none; 
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

.slideshow ul.menu a:hover {
	background: #0d0d4b url(../img/slideshowNavBtnOvr.gif) center left repeat-x;
	text-decoration: none;
}

.slideshow ul.menu li a span.left {
	background: url(../img/arrowWhtRight.gif) center right no-repeat;
	padding-right: 8px;
	width: 3px;
	height:5px;
}

.slideshow ul.menu li a span.right {
	background: url(../img/arrowWhtLeft.gif) center left no-repeat;
	width: 3px;
	height:5px;
	padding-left:8px;
}
.noindent {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.noindent u{
	text-decoration:none;
}
/* Slideshow transparent box  */

.stepIn {
/*	position: absolute;
	margin-top: -62px;*/
	padding: 0px;
	/*z-index: 5;*/
	margin-top: 5px;
}

.stepIn .leftPadding {
	background-color: #000000;
	/* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  /* for Mozilla */
  -moz-opacity:0.8;
	width: 10px;
	height: 62px;
	float: left;
}

.historyStory p{
	font-size: 11px;
}

p.transbox{
	font-family: Arial, "Simplified Arabic", Georgia, Times, serif;
	line-height: 1.4em;
	display: inline;
	color:#fff;
	font-size: 22px;
	background-color:#000;
	/* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  /* for Mozilla */
  -moz-opacity:0.8;
	padding:2px;	
}

/* Quick links */

.blueBgBoxTop{
	background: url(../img/blueBgBoxTop.gif) top left no-repeat;
	width: 440px;
	background-color: #e8eaf8;
	margin: 10px 0;
}

.blueBgBoxBtm{
	background: url(../img/blueBgBoxBtm.gif) bottom left no-repeat;
	width: 440px;
	padding-bottom: 10px;
}

.blueBgBoxBtm ul{
	margin: 0 auto;
	padding: 5px 10px 15px 5px;
}

.blueBgBoxBtm h3{
	font-family: Arial, "Simplified Arabic", Helvetica, sans-serif;
	font-size:18px;
	border-bottom: 1px dotted #000;
	margin:0 15px;
	padding:5px 0;
}

.blueBgBoxBtm ul li{
	display:block;
	float:right;
	width: 138px;
	list-style-type:none;
	margin:0 auto;
	padding:0px 3px 8px 0px;
}

.blueBgBoxBtm ul li a{
	background: URL(../img/arrowGold.gif) right 3px no-repeat;
	font-family: Arial, "Simplified Arabic", Georgia, Times, serif;
	font-size: 14px;
	margin:0;
	padding-right: 8px;
	display:block;
}

.historyStory p span.highlight{
	font-weight:bold;
}

.historyStory .img{
	padding: 3px;
	border: 1px solid #c9c9c9;
}

.historyStory .img p{
	width: 112px;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	background-color: #c6b27d;
	padding: 3px;
	margin: 3px 0px 0px;
}

.historyStory .img img {
	width:118px;
	height:94px
}

.historyStory .imgfloatL{
 	float:right;
	margin: 0px 0px 5px 10px;
}

.historyStory .imgfloatR {
 	float:left;
	margin: 0px 10px 0px 0px;
}

.historyStory .margin{
	display:inline;
	margin: 5px 0px 10px 20px;
}