body {
  margin: 0;
  padding: 0;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-size: 13px;
  line-height: 170%;
  background-color: #C7B38D;
 }

h2 {font-family: Times New Roman, Times, serif; font-size: 24px; font-weight: lighter; color: #5E3F00;}
h3 {font-family: Times New Roman, Times, serif; font-size: 17px; font-weight: 500; color: #AE8B40; font-style: italic;}
h4 {font-family: Times New Roman, Times, serif; font-size: 24px; font-weight: lighter; color: #AE8B40; font-style: italic;}


a {color: #000; border-bottom: 1px dotted #000; text-decoration: none;}
a:hover {color: #000; border-bottom: none; text-decoration: none;}

/*
This class (.dimensions) keeps the site centered...
touch it only if you know what you're doing!
*/
.dimensions {
   position: absolute;
   margin-left: 50%;
   left: -500px;
   width: 1000px;
   height: 100%;
   overflow: hidden;
}

.showoverflow {
   height: auto;
   overflow: visible;
   position: static;
   margin: auto;
   height: auto;
}

#contentWrapper {
  position: static;
  margin-top: 412px;
  left: 0px;
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 25px;
  background:url(gfx/bg_content.jpg) repeat-x #FFF;
  z-index: 50;
}

.leftContent {
  width: 600px;
  float: left;
}

.rightContent {
  float: right;
  padding-top: 60px;
}

.clear {
  clear: both;
}

div.contentBox {
  background: url(gfx/bg_contentBox.jpg) repeat-x 50px 0px;
  width: 300px;
  min-height: 64px;
  margin-bottom: 40px;
}

div.contentBox h5 {
  position: relative;
  top: -17px;
  font-family: Times New Roman, Times, serif;
  font-size: 18px;
  font-weight: lighter;
  color: #412C00;
  letter-spacing: 0.1em;
}

div.contentBox p {
  margin: -40px 10px 5px 10px;
}



#header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 120px;
  background: url(gfx/bg_header.jpg) repeat-x;
}

#header #logo img {position: absolute; left: 10px; top: 20px;}
#header #logo h1 {position: absolute; left: 60px; top: 50px; margin: 0; padding: 0; font-size: 20px; font-weight: normal; color: #624200; width: 200px;}
#header #logo h6 {position: absolute; left: 10px; top: 72px; margin: 0; padding: 0; font-size: 13px; font-weight: normal; color: #624200; width: 200px; font-style: italic;}

#navigationTop {position: absolute; height: 45px; top: 85px; left: 240px;}

#navigationTop ul {margin: 0; padding:0;}
#navigationTop li {margin: 0 10px 0 0; padding:0; float: left; list-style-type: none;}
#navigationTop li a {display: block; padding: 10px 15px 13px 15px; font-size: 12px; text-decoration: none; font-weight: bold; color: #604000; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;}
#navigationTop li a:hover {background: url(gfx/bg_topnavhover.jpg) repeat-x;}
#navigationTop li a.active {background: url(gfx/bg_topnavActive.jpg) repeat-x; -webkit-box-shadow:0 0 5px #ffffff; -moz-box-shadow: 0 0 5px #ffffff; box-shadow:0 0 5px #ffffff; }

#linebelownav {
  position: absolute;
  top: 120px;
  height: 10px;
  z-index: 20;
  width: 100%;
  background-color: #AF8B41;
}

#topImage {
  position: absolute;
  top: 130px;
  height: 282px;
  width: 100%;
  background: url(gfx/bg_topImage.jpg) repeat-x;
}

#topImage #slogan {
  position: absolute;
  z-index: 20;
  left: 0px;
  top: 0px;
  width: 240px;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#topImage #slogan p {
  color: #E7DABF;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-size: 14px;
  margin: 10px;
  line-height: 190%;
}


#easyquran  {
   position: absolute;
   left:125px;
    top: 0px;
   }

#image1 {
  position: absolute;
   left:125px;
  top: 70px;
  width: 300px;
  height: 400px;
  background-color: #000;
  }

#image2 {
  position: absolute;
   left:500px;
  top: 70px;
  width: 300px;
  height: 400px;
  background-color: #000;
  }

#image3 {
  position: absolute;
   left:900px;
  top: 70px;
  width: 300px;
  height: 400px;
  background-color: #000;
  }




#footerWrapper {
  position: static;
  margin-top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  padding-top: 15px;
  background:url(gfx/bg_footer.jpg) repeat-x;
  z-index: 50;
  min-height: 300px;
  color: #FFF;
  font-size: 11px;
  text-align: justify;
}

#footerLeft, #footerMiddle, #footerRight {
  width: 310px;
  margin: 15px 0px 10px 0px;
  padding: 5px 40px 15px 0px;
  border-right: 1px solid #DAC9A3;
  float: left;
}

#footerMiddle {padding-left: 25px;}
#footerRight {padding-left: 25px; padding-right:0px; width: 230px; border-right: none;}

#footerWrapper h6 {
  margin: 0;
  padding: 0;
  font-family: Times New Roman, Times, serif;
  font-weight: normal;
  font-size: 14px;
  border-bottom: 1px solid #DAC9A3;
  color: #F4EEE1;
  text-align: center;
}

#footerWrapper a {color: white; border-bottom: 1px dotted white; text-decoration: none;}
#footerWrapper a:hover {color: white; border-bottom: none; text-decoration: none;}


p.dark, div.dark {
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #917746;
  padding: 7px;
}






#slideShowContainer{
	width:510px;
	height:510px;
	position:relative;
	margin:120px auto 50px;
}

#slideShow{
	position:absolute;
	height:490px;
	width:490px;
	background-color:#fff;
	margin:10px 0 0 10px;
	z-index:100;

	-moz-box-shadow:0 0 10px #111;
	-webkit-box-shadow:0 0 10px #111;
	box-shadow:0 0 10px #111;
}

#slideShow ul{
	position:absolute;
	top:15px;
	right:15px;
	bottom:15px;
	left:15px;
	list-style:none;
	overflow:hidden;
}

#slideShow li{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#slideShowContainer > a{
	border:none;
	text-decoration:none;
	text-indent:-99999px;
	overflow:hidden;
	width:36px;
	height:37px;
	background:url('./gfx/arrows.png') no-repeat;
	position:absolute;
	top:50%;
	margin-top:-21px;
}

#previousLink{
	left:-38px;
}

#previousLink:hover{
	background-position:bottom left;
}

a#nextLink{
	right:-38px;
	background-position:top right;
}

#nextLink:hover{
	background-position:bottom right;
}
