/* ------------------------------------------------------------------- */
/*       Created by: Gaius Ajamian                                     */
/*       For       : Arabic Baptist Church                             */
/*       Date      : 08/22/2002                                        */
/*                                                                     */
/*       All rights reserved.                                          */
/* ------------------------------------------------------------------- */

/*     body     */
body 
{
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: white; 
	font-size: 10pt;
	font-family: Arial;
}

/*       Header       */
#headerContainer
{
	margin:0;
	padding:0;
	background: #0000CA url(../container/img/headerbg.gif) repeat-x scroll center top;
	text-align:center;
}

#header
{
	margin:auto;
	padding:0;
	position: relative;
	height:150px;
	width: 940px;
	text-align:left;
	cursor: pointer; 
}

#leftLogo
{
	margin:0;
	padding:0;
	height:150px;
	width: 940px;
	border: 0px solid #0000ff; 
	background: transparent url(../container/img/abcLogo.jpg) no-repeat scroll center top;
}

#rightLogo
{
	height:150px;
	width: 260px;
	left: 680px;
	top: 0;
	position: absolute;
	overflow: hidden;
	text-align:center;
}

/*       Nav       */

#navContainer
{
	margin:0; 
	background: #ffbf00 url(../container/img/nav.gif) repeat-x scroll center top;
}

#nav
{
	margin:auto;
	padding:0;
	position: relative;
	height:40px;
	width: 940px;
	text-align:center;
}

#navMenu, #ArabicNavMenu
{
	margin:0;
	padding:0;
}

#time
{
 	left: 760px;
	top: 2px;
	position: absolute;
	overflow: hidden;
	background-color: transparent;
	color: white;
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}

#navMenu ul {padding:3px; margin:0; list-style-type:none;}
#navMenu li {display:inline;}
#navMenu ul li a {
	text-decoration:none;
	color:white;
	padding:0px 10px;
	border-right:1px solid white;
	font-size: 8.5pt;
	font-family: Arial;
	font-weight: bold;
}

#navMenu ul li a.last {
	text-decoration:none;
	color:white;
	padding:0px 10px;
	border-right:0px solid white;
	font-size: 8.5pt;
	font-family: Arial;
	font-weight: bold;
}

#navMenu ul li a:hover {background-color:#ffbf00;}

#ArabicNavMenu ul {padding:2px; margin:0; list-style-type:none; direction: rtl;}
#ArabicNavMenu li {display:inline;}
#ArabicNavMenu ul li a {
	text-decoration:none;
	color:white;
	padding:0px 10px;
	border-right:1px solid white;
	font-size: 10.5pt;
	font-family: Arial;
	font-weight: bold;
}

#ArabicNavMenu ul li a.first {
	text-decoration:none;
	color:white;
	padding:0px 10px;
	border-right:0px solid white;
	font-size: 10.5pt;
	font-family: Arial;
	font-weight: bold;
}

#ArabicNavMenu ul li a:hover {background-color:#a67c00;}

/*       Content       */
#contentContainer
{
	width: 100%;
	text-align: center;
	background-color: #ffeaab;
}

#content
{
	margin: 0 auto; 
	width: 900px; 
	background-color: white;
}

/*       footer       */
#fpContainer 
{ 
	margin: 0px;
	width: 100%;
	height: 150px;
	background: #c2c2dc url(../container/img/footerbg.gif) repeat-x scroll center top;
	font-size: 9pt; 
	font-family: arial;
	text-align:center; 
}

#fineprint
{
	margin:auto;
	padding:0;
	position: relative;
	height:150px;
	width: 900px;
	text-align:left;
	border: 0px solid #00ff00; 
}

#fpLeft
{
	margin:0px;
	padding-top:20px;
	float: left;
	border: 0px solid #ff00ff; 
}

#fpRight
{
	padding-top:20px;
	top: 0;
	float: right;
	overflow: hidden;
	text-align:center;
	border: 0px solid #0000ff; 
}

#fph {margin:0px; font-size:9.0pt;font-family:Arial; font-weight: bold; color: #0000ca;}

/*---------------------------------------------------------------------------------------------*/
h1 {font-size:12.0pt;font-family:Arial; font-weight: bold; color: #000083;}
h2 {font-size:10.0pt;font-family:Arial; font-weight: bold; color: #000083;}
h3 {font-size:9.0pt;font-family:Arial; font-weight: bold; color: #000083;}
h1#ar {font-size:15.0pt;font-family:Arial; font-weight: bold; color: #000083;}
h2#ar {font-size:13.0pt;font-family:Arial; font-weight: bold; color: #000083;}
h3#ar {font-size:12.0pt;font-family:Arial; font-weight: bold; color: #000083;}

hr {color: #0000ca;}
p , .eng {font-size:10.0pt; font-family:Arial; color:#000000;}
p#ar, .ar {font-size:13.0pt; font-family:Arial; color:#000000;}


/* ---------------- */
/*     CLASSES      */
/* ---------------- */

.flt_rt {float:right;}
.flt_lt {float:left;}
.align_rt{text-align:right;}
.align_lt {text-align:left;}
.align_ctr {text-align:center;}
.div-clear {clear: both;}
.div1 {position: relative; margin: 10px 10px 10px 10px; font-size: 10pt;font-family: Tahoma;}
.spcr {position: relative; margin-top:10px;}

/* keep the same order for the following "a" attributes. ordering is important */
/* following set could be removed. not be used in current layout 10/15/2010 */
a.std:link    {color: #000000; text-decoration:none;}
a.std:visited {color: #000000; text-decoration:none;}
a.std:hover   {color: #000000; text-decoration:underline;}
/*a.std:hover   {color: #ffffff; font-size:10pt; font-weight:bold; background: #000080}*/
/*a.std:active  {color:#000000}*/


