/* CSS Document */

body{
	margin:0px;
	background:url(images/bg.gif) repeat-x #C8C6B5;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif, "Arial Black";
	font-size:12px;
	
}

#container{
margin:0 auto;
padding:0;
width:600px;
text-align:left;
}

#topbar{
background:url(images/button.png) top right no-repeat;
height:21px;
margin:11px 20px 0 0;
line-height:21px;
text-align:right;
padding:2px 27px 0 0;

}

#topbar a{
font-weight:bold;
text-decoration:none;
color:#000;
font-size:16px;
}

#topbar a:hover{
color:#8F1E12;
}

#header{
height:200px;
padding:0;
margin:0;
}

#top{
background:url(images/top.png) repeat-x ;
float:left;
height:200px;
width:568px;
}

#top img{
margin:30px 0 0 15px;
float:left;

width:188px;
height:94px;
}

#top h1{
float:right;
height:30px;
width:302px;
margin:80px 18px 0 12px;
background:url(images/title.png) center no-repeat;
text-indent:-9999px;
overflow:hidden;
padding:0;
}


#rtop{
float:right;
height:200px;
width:16px;
}

#ltop{
height:200px;
float:left;
width:16px;
}


#redbar{
width:568px;
float:left;
padding:10px 0 0 0;
}


#lnavbar{
background:url(images/lnavbar.png) no-repeat;
width:8px;
float:left;
height:49px;
}

#navbar{
background:url(images/navbar.png) repeat-x;
width:552px;
float:left;
height:49px;
}

#navbar ul{
padding:0;
margin:0;
list-style:none;
}

#navbar li{
float:left;
padding: 0;
}

#navbar a{
color:#EBE9E8;
text-decoration:none;
font-size:26px;
line-height:49px;
font-family:Georgia, "Times New Roman", Times, serif;
background:url(images/brdr.gif) no-repeat top left;
padding:0 51px;
display:inline;
}

#navbar .first a{
background:none;
}

#navbar a:hover{
text-decoration:underline;
}


#rnavbar{
background:url(images/rnavbar.png) no-repeat;
width:8px;
float:left;
height:49px;
}


#middle{
background:url(images/mdltop.png) top center no-repeat #F0EFE6;
width:600px;
margin:2px 0 0 0;
padding:0 0 10px 0;
color:#5b5c56;
line-height:20px;
}

#middle p{
margin:0 20px;
padding:10px 0 0 0;
text-align:justify;
}

#middle ul{
margin:10px 20px 0 20px;
padding:0 0 0 15px;
list-style:square;
}

#middle img{
margin:15px 5px 5px 10px;
}

#middle h3{
font-size:14px;
margin:20px 20px;
border-bottom:1px solid #CCCCCC;
line-height:40px;
color:#A0271A;
}

#slideshow{
width:250px;
float:left;
height:220px;
padding:30px 0 0 20px;

}

#slideshow img{
margin:0;
padding:0;
}

#middleright{
width:310px;
float:right;
height:232px;
padding:18px 10px 0 10px;
color:#505c50;
font-size:14px;
line-height:30px;
font-weight:bold;
}

#middleright h1{
font-size:22px;
color:#711309;
text-align:center;
font-family:"Times New Roman", Times, serif;
letter-spacing:1px;
}

#middlebottom{
background:url(images/mdlbtm.png) no-repeat;
height:13px;
width:600px;
padding:0;
margin:0;
}

#footer{
height:20px;
width:600px;
margin:7px 0 0 0;
}

#footerleft{
width:460px;
float:left;
}

#footerleft ul{
list-style:none;
margin:0 0 0 5px;
padding:0;
}


#footerleft li{
display:inline;
padding:0 0 0 15px;
}

#footerleft a{
text-decoration:none;
color:#403f37;
font-weight:bold;
}

#footerleft a:hover{
text-decoration:underline;
}

#footerleft p{
color:#777777;
margin:5px 0 5px 20px;
font-size:11px;
}

#footeright{
width:119px;
border-left:dashed 1px #918f7f;
float:right;
padding:0 0 0px 20px;
height:44px;
}


/*-------------------------------- FORM --------------------------------------------------- */
.cssform {
margin:30px 0 0 20px;
float:none;
}


.cssform p{
width: 490px;
clear: left;
padding: 5px 0 8px 0;
padding-left: 120px; /*width of left column containing the label elements*/
border-top: 1px dashed #A0271A;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin:0;
width: 120px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
/*---------------------------------------------------------------------------------------------------------- */


/*-------------------------------- FORM  Arabic--------------------------------------------------- */
.cssform_ar {
margin:30px 35px 0 0;
float:none;
}


.cssform_ar p{
width: 490px;
clear:both;
padding: 5px 0 8px 0;
padding-right: 120px; /*width of left column containing the label elements*/
border-top: 1px dashed #A0271A;
height: 1%;
}

.cssform_ar label{
font-weight: bold;
float:right;
margin:0;
width: 120px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform_ar input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform_ar textarea{
width: 250px;
height: 150px;
}

/*---------------------------------------------------------------------------------------------------------- */








/*------------------------------------- Arabic ----------------------------------------------------*/

#container_ar{
margin:0 auto;
padding:0;
width:600px;
text-align:right;
direction:rtl;
}

#topbar_ar{
background:url(images/button.png) top right no-repeat;
height:21px;
margin:11px 20px 0 0;
line-height:21px;
padding:2px 24px 0 0;
}

#topbar_ar a{
font-weight:bold;
text-decoration:none;
color:#000;
font-size:12px;
}

#topbar_ar a:hover{
color:#8F1E12;
}

#top_ar{
background:url(images/top.png) repeat-x;
float:left;
height:200px;
width:568px;
}

#top_ar img{
margin:30px 15px 0 0;
float:right;
}

#top_ar h1{
float:left;
height:35px;
width:319px;
margin:75px 15px 0 15px;
background:url(images/titlear.png) center no-repeat;
text-indent:-9999px;
overflow:hidden;
padding:0;
}

#navbar_ar{
background:url(images/navbar.png) repeat-x;
width:552px;
float:left;
height:49px;
}

#navbar_ar ul{
padding:0;
margin:0;
list-style:none;
}

#navbar_ar li{
float:right;
padding: 0;
}

#navbar_ar a{
color:#EBE9E8;
text-decoration:none;
font-size:26px;
line-height:49px;
font-family:Georgia, "Times New Roman", Times, serif;
background:url(images/brdr.gif) no-repeat top left;
padding:0 55px;
display:inline;
}

#navbar_ar .first a{
background:none;
}

#navbar_ar a:hover{
text-decoration:underline;
}

#middle_ar{
background:url(images/mdltop.png) top center no-repeat #F0EFE6;
width:600px;
margin:2px 0 0 0;
padding:0 0 10px 0;
color:#5b5c56;
line-height:20px;
font-size:14px;
text-align:justify;
}

#middle_ar p{
margin:0 20px;
padding:10px 0 0 0;
text-align:justify;
}

#middle_ar ul{
margin:10px 20px 0 20px;
padding:0 15px 0 0;
list-style:square;
text-align:right;
/*font-family:Tahoma, Arial, Helvetica, sans-serif;*/
}

#middle_ar img{
/*margin:15px 0 5px 20px;*/
/*margin:15px 0 5px 0;*/
margin:15px 5px 5px 10px;
}

#middle_ar h3{
font-size:16px;
margin:20px 20px;
border-bottom:1px solid #CCCCCC;
line-height:40px;
color:#A0271A;
}

#middleright_ar{
width:310px;
float:right;
height:215px;
padding:35px 10px 0 10px;
color:#505c50;
font-size:14px;
line-height:30px;
font-weight:bold;
}

#middleright_ar h1{
font-size:22px;
color:#711309;
text-align:center;
font-family:"Times New Roman", Times, serif;
letter-spacing:1px;
}

#middleright_ar p{
font-size:16px;
}


#slideshow_ar{
width:250px;
float:left;
height:222px;
padding:28px 0 0 20px;

}

#slideshow_ar img{
margin:0;
padding:0;
}



#footer_ar{
height:20px;
width:600px;
margin:7px 0 0 0;
}

#footerleft_ar{
width:460px;
float:right;

}

#footerleft_ar ul{
list-style:none;
margin:0 15px 0 0;
padding:0;
font-size:14px;

}


#footerleft_ar li{
display:inline;
padding:0 0 0 0px;
}

#footerleft_ar a{
text-decoration:none;
color:#403f37;
font-weight:bold;
}

#footerleft_ar a:hover{
text-decoration:underline;
}

#footerleft_ar p{
color:#777777;
margin:5px 15px 5px 0;
font-size:11px;

}

#footeright_ar{
width:119px;
border-right:dashed 1px #918f7f;
float:left;
padding:0 20px 0px 0px;
height:44px;
}
