/* D2000 Styles */

/* # GLOBALS
--------------------------------------------------- */
body, html
{
  border: 0;
  height: 100%;

  padding: 0;
}

body
{
  font-family: Arial, Verdana;
  font-size: 12px;
  direction: rtl;

  margin-bottom: 20px;
}

#container
{
  margin: auto;
  width: 940px;
  height: 780px;
  background-image: url(images/bg.jpg);
  background-repeat: no-repeat;
  margin-top:0;
}

#container2
{
  margin: auto;
  width: 940px;
  height: 780px;
  background-image: url(images/bg2.jpg);
  background-repeat: no-repeat;
  margin-top:0;
}

    /* --- Reset --- */
    h1,h2,h3,h4,h5,h6,pre,p,form,fieldset,p,span,th,td
    {
      margin: 0;
      padding: 0;
    }

    img
    {
      border-width: 0px;
    }

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

/*---> index.php Style */

/* RIGHT DIV */

.rDiv
{
  width: 274px;
  float: right;
  border-left: 1px;
  border-style: solid;
  color: #c5c5c5;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 0px;
}

.rightDiv
{
  width: 264px;
  margin-left: 10px;
  float: right;
}


  /* logo.html - Organization Logo */
  .logo
  {
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    width: 147px;
    height: 201px;
    float: left;
    margin-bottom: 8px;
  }

  /* languages.html - Languages */
  .languages
  {
    width: 147px;
    height: 14px;
    float: left;
    vertical-align: top;
    margin-bottom: 16px;
  }

    a.languages1
    {
      color: #3a143b;
      font-size: 11px;
      text-decoration: none;
      margin-right: 3px;
    }

    a.languages1:hover
    {
      color: #3a143b;
      font-size: 11px;
      text-decoration: underline;
      margin-right: 3px;
    }

    .slash
    {
      color: #333333;
      font-size: 10px;
    }


  /* search.html - Search Engine */
  .search
  {
    width: 147px;
    height: 14px;
    float: left;
    margin-bottom: 10px;
  }

    .searchEngine
    {
      width: 147px;
      float: right;
    }


    .div1
    {
      width: 69px;
      float: right;
    }


    .search_title
    {
      width: 60px;
      font-size: 11px;
      color: #444444;
      font-weight: bold;
      margin-right: 0;
      float: right;
    }


    .div2
    {
      width: 71px;
      float: left;
    }


    .textbox
    {
      width: 71px;
      height: 13px;
    }

    .hrSearch
    {
      float: right;
      width: 100%;
      border: 1px solid #c5c5c5;
    }


  /* newsletter.html - Newsletter */
  .newsletter
  {
    width: 147px;
    height: 18px;
    background-color: #ceebeb;
    float: left;
    margin-bottom: 16px;
  }

    a.newsletter1
    {
      font-size: 11px;
      color: #3a143b;
      font-weight: bold;
      text-decoration: none;
      margin-right: 3px;
    }

    a.newsletter1:hover
    {
      font-size: 11px;
      color: #3a143b;
      font-weight: bold;
      text-decoration: underline;
      margin-right: 3px;
    }


  /* image.html - Main Image */
  .image
  {
    width: 264px;
    height: 175px;
    float: left;
    margin-bottom: 16px;
  }

  /* headlines.html - Headlines Box */
  .headlines
  {
    width: 147px;
    height: 60px;
    background-color: #ceebeb;
    float: left;
    margin-bottom: 1px;
  }

    .headline
    {
      margin: 5px;
    }

    a.headlines1
    {
      color: #5b5b5b;
      font-size: 11px;
      text-decoration: none;
    }

    a.headlines1:hover
    {
      color: #5b5b5b;
      font-size: 11px;
      text-decoration: underline;
    }

/* MIDDLE DIV */

    /* menu.html - Menu */
    .menu
    {
      width: 146px;
      float: right;
      margin-right: 10px;
      margin-top: 60px;
    }

        /*** MENU STYLE ***/
        .arrowlistmenu
        {
          width: 146px; /*width of accordion menu*/
        }

        .arrowlistmenu .menuheader
        { /*CSS class for menu headers in general (expanding or not!)*/
          font: 13px Arial;
          font-weight: normal;
          color: #7a003c;
          background-color: #cfdd27;
          margin-bottom: 2px; /*bottom spacing between header and rest of content*/
          padding: 2px 0 2px 10px; /*header text is indented 10px*/
          cursor: hand;
          cursor: pointer;
        }

        .arrowlistmenu .openheader
        { /*CSS class to apply to expandable header when it's expanded*/
          background-color: #7a003c;
          font: 13px Arial;
          font-weight: bold;
          color: white;
        }

        .arrowlistmenu .categoryitems
        { /*CSS for UL of each sub menu*/
          list-style-type: none;
          margin: 0;
          padding: 0;
          margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
        }

        .arrowlistmenu .categoryitems .sub
        {
          padding-bottom: 0px; /*bottom spacing between menu items*/
          margin-bottom:2px;
        }

        .arrowlistmenu .categoryitems .sub a
        {
          background-color: #f3f6c9;
          font: 11px Arial;
          color: #A70303;
          display: block;
          padding: 2px 0;
          padding-right: 6px; /*link text is indented 19px*/
          text-decoration: none;
          font-weight: normal;
          font-size: 90%;
        }

        .arrowlistmenu .categoryitems .sub a:visited
        {
          color: #A70303;
        }

        .arrowlistmenu .categoryitems .sub a:hover
        { /*hover state CSS*/
          color: #A70303;
          background-color: #e7ee93;
        }

/* footer.html - Footer */
  .footer
  {
    width: 940px;
    float: right;
    margin-top: 20px;
  }

      .hrFooter
      {
        width: 100%;
        border: 1px solid #c5c5c5;
      }

      a.footer1
      {
        color: #3a143b;
        font-size: 11px;
        text-decoration: none;
      }

      a.footer1:hover
      {
        color: #3a143b;
        font-size: 11px;
        text-decoration: underline;
      }

      .copyrights
      {
        font-size: 11px;
        color: #555555;
      }

      .footerBR
      {
        margin-top: 20px;
      }

      .footerBR2
      {
        margin-top: 5px;
      }

  .nadsoft
  {
    width: 150px;
    height: 30px;
    float: none;
    margin-bottom: 20px;
  }

/* Inner page */
  /* textarea.html */
  .textarea
  {
    width: 443px;
    float: right;
    margin-top: 178px;
    margin-right: 40px;
  }

  .headBg
  {
    background-color: #ceebeb;
    width: 443px;
    height: 38px;
    float: right;
    margin-bottom: 20px;
  }

  .headTitle
  {
    font-size: 14px;
    color: #7a003c;
    margin: 10px;
  }

  .texting {
  width:auto;
 float:right;
  overflow:hidden;
	
}
  .texting p
  {
    font-size: 12px;
    color: #000000;
    margin: 10px;
  }
  
  .texting a {
	text-decoration:none;
	font-size:13px;
	color:#7a003c;
	font-weight:800;	
}

  .texting a:hover {
	text-decoration:none;
	font-size:13px;
	color:#CC6600;
	font-weight:800;
}


.bottom_bar {
	width:160px;
	height:20px;
	float:left;
	margin-top:10px;
}

.bottom_bar .pic {
	width:auto;
	float:right;
	margin-left:3px;
}

.bottom_bar .label {
	width:auto;
	float:right;
	margin-left:10px;
}

.bottom_bar .label a {
	text-decoration:none;
	color:#000000;
}

  .intro
  {
    width: 400px;
    float: right;
    margin-top: 200px;
    margin-right: 35px;
	padding:10px;
	border-top:1px #bb7e9d solid;
	border-bottom:1px #bb7e9d solid;	
  }
  
  .intro .introTitle {
	font-size:17px;font-weight:800;color:#7b003f;float:right;text-align:right;line-height:26px;
}

.intro .introData {
	font-size:16px;font-weight:normal;color:#7b003f;float:right;text-align:right;line-height:26px;margin:10px 0 0 0;
}
