/*@import 'Base.css';*/
html,body,div,span,img,applet,embed,canvas,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,samp,small,strike,strong,sub,sup,tt,var,b,u,i,s,center,dl,dt,dd,ol,fieldset,form,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td
{
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
background:transparent
}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
html{height:100%;}
body,input,textarea{font:12px Arial,sans-serif;}

h1,h2,h3,h4,h5,h6{font-weight:bold;}
h1{font-size:1.5833em;color: #FFAE35;}
h2{font-size:1.3333em;}
h3{font-size:1.1666em;}
h5,h6{font-size:.8333em;}
dt{font-weight:bold;}

/*0977DF*/
a:link{cursor: pointer; color: #0977DF; text-decoration: none; }
a:visited{cursor: pointer; color: #0977DF; text-decoration: none; }
a:hover{cursor: pointer; color: #0977DF; text-decoration: underline; }
a:active{cursor: pointer; color: #0977DF; text-decoration: none; }


input[type='text'],input.text 
{
border:1px solid #0977DF;
text-align: right;
cursor: text;
}
input[type='file'],input.file 
{
border:1px solid #0977DF;
color: #999999;
height: 16px;
text-align: right;
cursor:pointer;
}

input[type='password'],input.password
{
border:1px solid #0977DF;
color: #999999;
height: 16px;
text-align: right;
}

input.checkbox
{
border: 1px solid #ccc;
}
input.checkbox
{
outline: 1px solid #ccc;
}
span
{
}
button
{
    background-color: #D3D3D3;
}
ol
{
margin-top: 0px;
padding-left: 0px;
margin-bottom: 0px;
margin-left: 9px;
line-height: 120%;
list-style-type: square;
text-align: left;
text-decoration: none;
}


/*
ol   li{ list-style-type: decimal; }
ol { list-style-type: upper-roman; }
ol ol { list-style-type: upper-alpha; }
ol ol ol { list-style-type: decimal; }
ol ol ol ol { list-style-type: lower-alpha; }
ol ol ol ol ol { list-style-type: lower-roman; }

ul
{
margin-top: 2px;
padding-left: 0px;
margin-bottom: 0px;
line-height: 120%;
list-style-type: square;
text-align: left;
text-decoration: none;
}
li
{
margin-top: 2px;
padding-left: 3px;
margin-bottom: 0px;
margin-left: 9px;
line-height: 120%;
list-style-type: square;
text-align: left;
text-decoration: none;
}
*/


select
{
border: 1px solid #ccc;
text-align: left;
color:#999999;
}

textarea
{
border:1px solid #0977DF;
text-align: left;
color:#999999;
}
p
{
padding-top:10px;
}
b
{
font-weight: bold;
}
img
{
border: none;
}


.clearboth { clear: both; }

#clear{
clear:both;
}



/* An example of style for HTML 4.0's ABBR/ACRONYM elements */

ABBR, ACRONYM   { font-variant: small-caps; letter-spacing: 0.1em }
A[href]         { text-decoration: underline }
:focus          { outline: none}


/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

/* Elements that are block-level in HTML4 */
ADDRESS, BLOCKQUOTE, BODY, DD, DIV, DL, DT, FIELDSET, 
FORM, FRAME, FRAMESET, H1, H2, H3, H4, H5, H6, IFRAME,
NOSCRIPT, NOFRAMES, OBJECT, OL, P, UL, APPLET, CENTER, 
DIR, HR, MENU, PRE, LI, TABLE, TR, THEAD, TBODY, TFOOT, 
COL, COLGROUP, TD, TH, CAPTION 
                { unicode-bidi: embed }
/* End bidi settings */


@media print {
  page         { margin: 10% }
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE, 
  PRE           { page-break-inside: avoid }
  UL, OL, DL    { page-break-before: avoid }
  
   .subMenuSelected
    {
        height:24px;
        background-color:#414244;
    }

}
    

/* ########################################################################################################## */
/* ########################################     Site      ################################################### */
/* ########################################################################################################## */

html
{
    height:100%; 
}

body
{ 
    font-family: Arial, Helvetica, sans-serif;
    
    margin:0;
    padding:0;
    background:#e6e6e6;
    background-position:bottom ;
    background-repeat:repeat-x;
    background-attachment:fixed;
    background-color:#e6e6e6;

}


h1,h2,h3 span {
    display:none;
}

h1 {
    height:20px;
    margin:0;
    padding:0;
    display:block;
}
h2 {
    height:20px;
    margin:0;
    padding:0;
    display:block;
}
h3 {
    height:20px;
    margin:0;
    padding:0;
    display:block;
}
h4 {
    height:30px;
    margin:0;
    padding:0;
}
h5 {
    height:15px;
    margin:0;
    padding:0;
}
marquee
{
text-align: left;
color:#fff;
}



#container
{
    clear: both;
    width:950px;
    
    margin: 0 auto;
    background-color:#fff;
    z-index:-1;
    text-align: left;
    /*position: relative;*/

    background-image: url(../images/Middle_Gray_back.gif);
    background-position: top right;
    background-repeat: repeat-y; 
display: inline-block;
}

#flash-head
{
    float: left;
    margin-left:0px;
    z-index:-100;
    display: inline;
}
#head
{
    float: left;
    margin-left:0px;
    height:123px;
    z-index:-100;
    display: inline;
}
#logo{
height:245px;
z-index:-1;
float:right;
}
#logo-inner{
height:123px;
z-index:-1;
float:right;
}
.banner-center
{    
    margin-top:5px;
    margin-bottom:5px;
    display:inline-block;
    text-align:center;
    margin-right:auto;
    margin-left:auto;
}
#google-ad
{    
    margin-top:15px;
    
    margin-right:-45px;
    margin-left:45px;
    margin-bottom:15px;
    display:inline-block;
    text-align:right;
    xxxborder:1px solid red;
    width:150px;
}
.google-mid
{    
    margin-top:10px;
    margin-bottom:10px;
    display:inline-block;
    text-align:right;
}
#header-default
{    
    width:900px;
    margin-top:0px;
    margin-left:25px;
    margin-bottom:5px;
    height:100px;
    display:inline-block;
}
#header-banner-default
{
    float:right;
    margin-right:0px;
	margin-left:0px;
	
    margin-top:15px;
    height:67px;
    width:650px;
    text-align:center;
    display:inline-block;
}
#header
{    
    width:900px;
    margin-top:0px;
    margin-left:25px;
    margin-bottom:5px;
    height:67px;
    display:inline-block;
}
#DefaultlogoTop
{    
    float:left;    
    margin-left:5px;
    margin-top:0px;
    height:67px;
    width:190px;
    display:inline-block;
}
#header-banner
{
    float:right;   
    margin-right:0px;
    margin-top:0px;
    height:67px;
    width:650px;
    text-align:right;
    display:inline-block;
}
#header-seperator
{
    margin-top:15px;
    margin-bottom:15px;
    height:1px;
    width:900px;
    display:inline-block;
    background-color:#e7e7e7;
}


#logoTop
{
    clear: both;
    float:right;    
    margin-right:26px;
    margin-top:0px;
    height:30px;
    width:221px;
    background-color:#eaf4cf;
    display:inline-block;
}

#content
{   
    clear: both;
    min-height: 350px;
    height: 100%;
    margin-left:25px;
    width:900px;
    background-color:Transparent;
    z-index: -1;
}


/* --- Item-Big --- */
.items-one
{   
    clear: both;
    float:left;
    width:660px;
    margin-top:5px;
    margin-bottom:10px;    
    display:inline-block;
}
.item-big
{   
    background-color:Transparent;
    xxxborder:1px solid #828282;
    z-index: 111;
    display:inline-block;
    margin-top:5px;
    margin-bottom:5px;    
    margin-left:0px;    
}

.item-big-img
{   
    float:right;
    padding:5px;
    border:1px solid #828282;
    display:inline-block;
}
.item-big-data
{   
    float:right;
    margin-right:10px;
    display:inline-block;
    width:455px;
}
.item-big-title
{   
    font-size:1.5em;
    color:#333;
    xxxmargin:5px;
    display:inline-block;
    
}
.item-big-subtitle
{   
    font-size:1.2em;
    color:#333;
    font-weight: 500;
    margin-top:5px;
    margin-bottom:5px;
    display:inline-block;
    
}
.item-big-desc
{   
    font-size:1.0em;
    color:#333;
    margin-top:5px;
    margin-left:5px;
    display:inline-block;

}
.item-big-more
{   
    margin-top:10px;
    margin-bottom:5px;
}


/* --- Item-medium Two items --- */
.items-two
{   
    clear: both;
}
.item-medium-left-doc
{   
    float:left;
    background-color:#e6f8fa;
    border:1px solid #828282;
    z-index: -1;
    display:inline-block;
    margin-top:5px;
    margin-bottom:5px;    
    margin-left:0px;   
    width:325px; 
}
.item-medium-right-doc
{   
    float:right;
    background-color:#e6f8fa;
    border:1px solid #828282;
    z-index: -1;
    display:inline-block;
    margin-top:5px;
    margin-bottom:5px;    
    margin-left:5px;   
    width:325px; 
}
.item-medium-left-opt
{   
    float:left;
    background-color:#f2fbe0;
    border:1px solid #828282;
    z-index: -1;
    display:inline-block;
    margin-top:5px;
    margin-bottom:5px;    
    margin-left:0px;   
    width:325px; 
}
.item-medium-right-opt
{   
    float:right;
    background-color:#f2fbe0;
    border:1px solid #828282;
    z-index: -1;
    display:inline-block;
    margin-top:5px;
    margin-bottom:5px;    
    margin-left:5px;   
    width:325px; 
}
.item-medium-img
{   
    float:right;
    margin:5px;
}
.item-medium-data
{   
    float:right;
    margin-right:5px;
    width:235px;
   z-index: 1;
}
.item-medium-title
{   
    font-size:1.2em;
    color:#333;
}
.item-medium-subtitle
{   
    font-size:1.4em;
    color:#333;
    margin-top:5px;
    margin-bottom:5px;
}
.item-medium-desc
{   
    font-size:1.0em;
    color:#333;
    margin-top:5px;
    margin-left:5px;

}
.item-medium-more
{   
    margin-top:10px;
    margin-bottom:5px;
}


/* --- Item categories --- */
#items-category
{   
    clear:both;
    float:left;
    width:660px;
    height:265px;
    xxxmargin-top:5px;
    margin-bottom:10px;
    display:inline-block;
}
.item-category-seperator
{   
    clear: both;
    xxxmargin-top:3px;
    xxxmargin-right:12px;
    text-align:right;
    xxxdisplay: inline;
    display: block;
    z-index: 1;
    height:5px;
    height:10px;
}

.items-category-title
{   
    font-size:1.3em;
    color:#555;
    margin-top:-27px;
    margin-right:12px;
    text-align:right;
    display:inline-block;
    display: block;
    z-index: 1;
}
#items-category .items-category-title a:link{  color: #fff;text-decoration: none;  font-size:1.3em;font-weight:bold;}
#items-category .items-category-title a:visited{ color: #fff; text-decoration: none; font-size:1.3em;font-weight:bold;}
#items-category .items-category-title a:hover{ color: #fff; text-decoration: none;font-size:1.3em;font-weight:bold; }
#items-category .items-category-title a:active{ color: #fff; text-decoration: none; font-size:1.3em;font-weight:bold;}

.items-category-left
{   
    float:left;
    background-color:Transparent;
    z-index: -1;
    display:inline-block;
    xxxmargin-top:5px;
    xxxmargin-bottom:5px;    
    margin-left:0px;   
    width:215px; 
}
.items-category-center
{   
    float:left;
    background-color:Transparent;
    z-index: -1;
    display:inline-block;
    xxxmargin-top:5px;
    xxxmargin-bottom:5px;    
    margin-left:5px;   
    width:215px; 
}
.items-category-right
{   
    float:right;
    background-color:Transparent;
    z-index: -1;
    display:inline-block;
    xxxmargin-top:5px;
    xxxmargin-bottom:5px;    
    margin-left:5px;   
    width:215px; 
}
.items-category-img
{   
    text-align:center;
    margin-top:0px;
    z-index: -1;
}



/* --- Item-small Three items --- */
.items-three
{   
    clear: both;
    width:660px;
}
.items-three-title
{   
    z-index: -1;
    display:inline-block;
    margin-top:0px;
    margin-bottom:5px;    
    padding-right:15px;    
    width:200px; 

    background: #c4c4c4 url(../images/title.gif);
    background-repeat:  repeat-x;
    vertical-align: top;    
}

.items-three-links
{   
    z-index: -1;
    display:inline-block;
    margin-top:0px;
    margin-bottom:5px;    
    padding-right:15px;    
    width:200px; 

    background: #c4c4c4 url(../images/title.gif);
    background-repeat:  repeat-x;
    vertical-align: top;    
}


.item-small-left
{   
    float:left;
    background-color:Transparent;
    xxxborder:1px solid #828282;
    z-index: -1;
    display:inline-block;
    margin-top:5px;
    margin-bottom:5px;    
    margin-left:0px;   
    width:215px;
    height:200px;
        

    
}
.item-small-center
{   
    float:left;
    background-color:#Transparent;

    xxxborder:1px solid #828282;
    z-index: -1;
    display:inline-block;
    margin-top:5px;
    margin-bottom:5px;    
    margin-left:5px;   
    width:215px; 
    height:200px;

}
.item-small-right
{   
    float:right;
    background-color:Transparent;
    xxxborder:1px solid #828282;
    z-index: -1;
    display:inline-block;
    margin-top:5px;
    margin-bottom:5px;    
    margin-left:0px;   
    width:215px; 
    height:200px;

}
.item-small-img
{   
    text-align:center;
    margin-top:5px;

}
.item-small-data
{   
    float:right;
    margin-right:10px;
    width:140px;
}
.item-small-title
{   
    font-size:1.1em;
    color:#333;
    margin:5px;
}
.item-small-desc
{   
    font-size:1.0em;
    color:#333;
    margin-top:5px;
    margin-left:5px;

}
.item-small-more
{   
    margin-top:10px;
    margin-bottom:5px;
}
.item-small-links
{   
    width:200px; 
    margin:5px;
}
.item-small-link
{   
    font-size:1.1em;
    color:#333;
    margin:5px;
}



/* --- Item-articles Three items --- */
.items-three-articles
{   
    clear: both;
    width:660px;
}
.items-article-title
{   
    z-index: -1;
    display:inline-block;
    margin-top:0px;
    margin-bottom:5px;    
    padding-right:15px;    
    width:200px; 

    background: #c4c4c4 url(../images/title.gif);
    background-repeat:  repeat-x;
    vertical-align: top;    
}

.items-article-links
{   
    z-index: -1;
    display:inline-block;
    margin-top:0px;
    margin-bottom:5px;    
    padding-right:15px;    
    width:200px; 

    background: #c4c4c4 url(../images/title.gif);
    background-repeat:  repeat-x;
    vertical-align: top;    
}
.item-article-left
{   
    float:left;
    background-color:Transparent;
    xxxborder:1px solid #828282;
    z-index: -1;
    display:inline-block;
    margin-top:5px;
    margin-bottom:5px;    
    margin-left:0px;   
    width:215px;
    height:220px;
        

    
}
.item-article-center
{   
    float:left;
    background-color:#Transparent;

    xxxborder:1px solid #828282;
    z-index: -1;
    display:inline-block;
    margin-top:5px;
    margin-bottom:5px;    
    margin-left:5px;   
    width:215px; 
    height:220px;

}
.item-article-right
{   
    float:right;
    background-color:Transparent;
    xxxborder:1px solid #828282;
    z-index: -1;
    display:inline-block;
    margin-top:5px;
    margin-bottom:5px;    
    margin-left:0px;   
    width:215px; 
    height:220px;

}
.item-article-img
{   
    text-align:center;
    margin-top:5px;

}
.item-article-data
{   
    float:right;
    margin-right:10px;
    width:180px;
}
.item-article-title
{   
    font-size:1.1em;
    color:#333;
    margin-top:5px;
    margin-left:5px;
}
.item-article-desc
{   
    font-size:1.0em;
    color:#333;
    margin-top:5px;
    margin-left:5px;
}
.item-article-more
{   
    margin-top:10px;
    margin-bottom:5px;
}
.item-article-links
{   
    width:200px; 
    margin:5px;
}
.item-article-link
{   
    font-size:1.1em;
    color:#333;
    margin:5px;
}

#default_articles
{
    width:200px;
    xxxheight:150px;
    margin:5px;
    text-align:right;
    background-color: Transparent;
    display:inline-block;
    
xxxborder:1px solid cyan;
}

#articles-more
{
    margin-left:70px;
}

#default_articles ul
{
    margin: 0;
    padding: 0;
    padding:3px 10px 0px 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    line-height: 120%;
    list-style-type: none;
    text-align: right;
    text-decoration: none;
    width:200px;
    display:inline-block;
    height: 100%;
}

#default_articles ul li
{
    padding:0px  2px 0px 0px;
    direction:rtl;
    margin-top: 5px;
    padding-right: 15px;
    margin-bottom: 0px;
    margin-right: -5px;
    line-height: 120%;
    text-align: right;
    text-decoration: none;
    list-style-type: none;
    background-image: url(../Images/Bullet.gif); 
    background-position:center right;
    background-repeat: no-repeat;  
    font-weight:normal;
    height: 100%;
}

#default_Links
{
    width:200px;
    xxxheight:150px;
    margin:5px;
    text-align:right;
    background-color: Transparent;
    display:inline-block;
    
xxxborder:1px solid cyan;
}


#default_Links ul
{
    margin: 0;
    padding: 0;
    padding:3px 10px 0px 0px;
    padding-left: 0px;
    margin-bottom: 0px;
    line-height: 120%;
    list-style-type: none;
    text-align: right;
    text-decoration: none;
    width:200px;
    display:inline-block;
    height: 100%;
}

#default_Links ul li
{
    padding:0px  2px 0px 0px;
    direction:rtl;
    margin-top: 5px;
    padding-right: 15px;
    margin-bottom: 0px;
    margin-right: -5px;
    line-height: 120%;
    text-align: right;
    text-decoration: none;
    list-style-type: none;
    background-image: url(../Images/Bullet.gif); 
    background-position:center right;
    background-repeat: no-repeat;  
    font-weight:normal;
    height: 100%;
}


#articles
{
    float:right;    
    width: 640px;
    height:100%;
    padding-top:20px;
    overflow: hidden;
    color:#333;
    direction:rtl;
    margin-bottom:0px;
    display:inline-block;
    text-align:justify;
    xxxborder:1px red solid;
}
#articles-body
{
    text-align: right;
    margin-top:15px;
    margin-bottom:20px;

}
#articles h1
{
    padding: 0px 0px 0px 10px;
    color:#333;
    text-align: right;
    font-size: 1.6em;
    vertical-align: top;
    height:15px;
}
#articles h1 span
{
    padding-right: 55px;
    display:inline-block;
}
#articles h2
{
    direction:rtl;
    padding-right: 20px;
    margin-top:20px;
    display:inline-block;
    font-size:1.1em;
}
#articles h2 span
{
    display:inline-block;
    font-weight:bold;
}
#articles h3
{
    padding: 0px 0px 0px 10px;
    text-align: right;
    font-size: 1.2em;
    vertical-align: top;
}
#articles h3 span
{
    display:inline-block;
    font-weight:bold;
}
#articles p
{
    text-align:justify;
    vertical-align: top;
}
#articles ul
{
    margin-top: 2px;
    padding-right: 30px;
    margin-bottom: 0px;
    line-height: 120%;
    list-style-type: square;
    text-align: right;
    text-decoration: none;
}
#articles li
{
    margin-top: 2px;
    padding-right: 15px;
    margin-bottom: 0px;
    margin-left: 5px;
    line-height: 120%;
    list-style-type:   none;
    text-align: right;
    text-decoration: none;
    background-image: url(../images/bullet_squar.png);
    background-position: center right;
    background-repeat: no-repeat;

}
#ArticleImg
{
    float:left;
    display:inline-block;
    position:relative;
    margin:5px;
    xxxborder:1px solid #cdcdcd;
}


#tableList
{
    display:inline-block;
    margin:5px;
    line-height:18px;
    width:650px;
    direction:rtl;
}
#tableList a:link{  color: #0977DF;text-decoration: none;}
#tableList a:visited{ color: #0977DF; text-decoration: none;}
#tableList a:hover{ color: #fff; text-decoration: none; }
#tableList a:active{ color: #0977DF; text-decoration: none; }

#tableList tr
{

    border-bottom:1px solid #333;

}
#tableList td
{

    border-left:1px solid #333;
    margin-right:4px;

}
.headerindex
{
    font-weight: bold;
    background-color: #C0C0C0;
    border: 1px solid #333;
    color: #fff;
}
.headindex
{
    font-weight: bold;
    background-color: #C5EDFA;
}
#history-back
{
    clear:both;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    display:inline-block;
    width:660px;
    margin-top: 10px;
    height:22px;
}

.category-item
{
    margin-bottom:25px;
}


#search-area
{
    margin-top:0px;
    margin-bottom:15px;
    margin-right:15px;
    width: 183px;
    left: 0px;
    z-index:-10;
    white-space: nowrap;
    display:inline-block;
    xxxbackground-image: url(../images/Search-bg.jpg);
    xxxbackground-position: center left;
    xxxbackground-repeat: no-repeat;
    xxxborder:1px #84849C solid;
}
#search
{
    margin-top: 10px;
    margin-right: 20px;
    width: 150px;
    left: 0px;
    z-index:10;
    white-space: nowrap;
    display:inline-block;
}

#search span
{
   color:#333;
   padding-right:4px;
}
.SearchTxt
{
    cursor: text;
    height: 20px;
    text-align: right;
    z-index: 100;
    width: 100px;
	border:  0px;
    background-image:url(../images/searchMiddle.jpg);
    background-position:top left;
    background-repeat:  repeat-x; 
    vertical-align:  middle;
    font-size: 1em;
    color:#333;
}

#search .SearchTxt
{
    cursor: text;
    margin-top: 7px;
    xxxvertical-align:middle;
    border:  0px;
    color: #333;
    height: 20px;
    text-align: right;
    z-index: 100;
    width: 100px;
}

#search-type
{
    xxxfloat:right;
    height:20px;
    width: 150px;
    z-index:10;
    white-space: nowrap;
    margin-bottom: 13px;
    display:inline-block;
    xxxborder:1px red solid;


}
.search-type-item
{
    vertical-align:top;
    margin-top:-5px;
    display:inline-block;
    xxxborder:1px red solid;
}


#contentMain
{
    float:left;    
    width: 660px;
    height:100%;
    text-align: right;
    padding-top:20px;
    overflow: hidden;
    color:#333;
    direction:rtl;
    margin-bottom:0px;
    display:inline-block;
    xxxborder:1px red solid;
}


#contentMain h1
{
    padding: 0px 0px 0px 10px;
    text-align: right;
    font-size: 1.6em;
    color: #333;
    background-image: url(../images/bulletDefault.png);
    background-position: top left;
    background-repeat: no-repeat;
    vertical-align: top;
    height:15px;
}
#contentMain h3
{
    padding: 0px 0px 0px 10px;
    text-align: right;
    font-size: 1.2em;
     color:#333;
    background-image: url(../images/bulletDefault.png);
    background-position: top left;
    background-repeat: no-repeat;
    vertical-align: top;
}

#contentMain p
{
    padding: 0px 0px 0px 10px;
    text-align: right;
    vertical-align: top;
}




#contentMain span  
{
    padding: 0px 0px 0px 10px;
    text-align: justify;
    font-size: 1em;
}
#contentMain a:link{  color: #0977DF;text-decoration: none;  }
#contentMain a:visited{ color: #0977DF; text-decoration: none; }
#contentMain a:hover{ color: #0977DF; text-decoration: underline; }
#contentMain a:active{ color: #0977DF; text-decoration: none; }


#contentExtra 
{
    float: right;
	padding-left:10px;
	width: 254px;
	top:-0px;
	text-align: justify;
    background-color: Transparent;
    color:#bbb; 
	position:relative;
	overflow: hidden;
}

#content-center
{
    direction:rtl;
    text-align:right;
    text-align: justify;
    padding: 0px 10px 10px 0px;
    color: #666;
    z-index:100;
    overflow: hidden;
    height:100%;
}
#content-center a:link{  color: #0977DF;text-decoration: none;  }
#content-center a:visited{ color: #0977DF; text-decoration: none; }
#content-center a:hover{ color: #0977DF; text-decoration: underline; }
#content-center a:active{ color: #0977DF; text-decoration: none; }


#content-center b
{
    font-weight:bold;
    color:#0977DF;
}

#content-center u b 
{
    font-weight:bold;
    color:#666;
}



#content-center ul
{
margin-top: 2px;
padding-left: 0px;
margin-bottom: 0px;
line-height: 120%;
list-style-type: square;
text-align: right;
text-decoration: none;
}

#content-center ul li
{
direction:rtl;
margin-top: 2px;
padding-left: 15px;
margin-bottom: 0px;
margin-right: 10px;
line-height: 120%;
text-align: right;
text-decoration: none;
list-style-type: square;

}
#content-center ol
{
margin-top: 2px;
padding-left: 0px;
margin-bottom: 0px;
line-height: 120%;
list-style-type:  decimal;
text-align: right;
text-decoration: none;
}
#content-center ol li
{
direction:rtl;
margin-top: 2px;
padding-left: 15px;
margin-bottom: 0px;
margin-right: 10px;
line-height: 120%;
text-align: right;
text-decoration: none;
list-style-type:  decimal;

}

#main
{
    float: left;
    left:0px;
    width:405px;
    background-color:Transparent;
    margin-left:15px;
    padding:0;
    overflow: hidden;
    z-index:-1;
}
#main h1
{
    height:32px;
    padding:10px 45px 0px 0px;
    text-align: right;
    font-size: 1.4em;
    white-space:nowrap;
    color: #fff;
    vertical-align: top;
    text-align: right;
    background-image: url(../images/Title_Back.jpg);
    background-position: top right;
    background-repeat: no-repeat;    
}

#main p span  
{
    text-align: justify;
    color:#666; 
    font-size: 1em;
}
#main p span  b
{
    text-align: justify;
    color:red; 
    font-size: 2.3em;
    font-weight:bold;
}


#main-wide
{
    float: left;
    left:0px;
    width:100%;
    background-color:Transparent;
    margin-left:15px;
    padding:0;
    overflow: hidden;
    z-index:-1;
}
#main-wide h1
{
    padding: 0 50px 0px 17px;
    text-align: left;
    font-size: 1.5em;
    color: #CC33FF;
    background-image: url(../images/bulletHeader.png);
    background-position: top left;
    background-repeat: no-repeat;
    vertical-align: top;
}

#content-wide
{
    padding: 0 50px 5px 17px;
    color: #666;
    background-image: url(../Images/dot_hr.gif); 
    background-position:top right;
    background-repeat:repeat-y;  
    z-index:100;
    overflow: hidden;
    height:100%;
}
#content-wide a:link{  color: #0977DF;text-decoration: none;  }
#content-wide a:visited{ color: #0977DF; text-decoration: none; }
#content-wide a:hover{ color: #0977DF; text-decoration: underline; }
#content-wide a:active{ color: #0977DF; text-decoration: none; }

#content-wide h3
{
    height:1em;
}


/* Forms */

label{
float: right;
width: 100px;
font-weight: bold;
color:#333;
}


input, textarea{
width: 200px;
margin-bottom: 5px;
text-align: right;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
text-align:center;
}

br{
clear: left;
}
/* End Forms */


#containerTop
{
    margin: 0 auto;
    width:950px;
    height:29px;
    background-image: url(../Images/Top_Gray_back.gif);
    background-repeat:no-repeat;
}
#containerClose
{
    margin: 0 auto;
    clear:both;
    width:950px;
    height:29px;
    background-image: url(../Images/Bottom_Gray_back.gif);
    background-repeat:no-repeat;
    vertical-align:top;
   
}

#footerarea
{
   clear:both;
   width:800px;
   height:30px;
   margin: 0 auto;
   margin-bottom:20px;
}

#credit
{
    float:left;
    width:50%;
    text-align:left;
    color: #666;
    z-index:100;
    overflow: hidden;
    height:100%;
}
#credit a:link{  color: #0977DF;font-weight:bold;text-decoration: none;  }
#credit a:visited{ color: #0977DF;font-weight:bold; text-decoration: none; }
#credit a:hover{ color: #0977DF; font-weight:bold;text-decoration: underline; }
#credit a:active{ color: #0977DF; text-decoration: none; }

#rights
{
    float:right;
    width:50%;
    text-align:right;
    color: #666;
    z-index:100;
    overflow: hidden;
    height:100%;
}


#footermenu
{
    padding-right: 5px;
    padding-left: 50px;
    font-size: 90%;
    float: left;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 7px;
}
#footermenu UL
{
    padding-left: 0px;
    font-weight: normal;
    float: left;
    margin: 0px;
}
#footermenu UL LI
{
    DISPLAY: inline;
}
#footermenu UL LI A
{
    padding-right: 6px;
    padding-left: 6px;
    font-weight: normal;
    float: left;
    padding-bottom: 4px;
    color: gray;
    padding-top: 2px;
    text-decoration: none;
    color: #fff;
}
#footermenu UL LI A:hover
{
    padding-bottom: 0px;
    color: #565656;
    background-color: #f3f3f3;
}

.footer
{
    border-right:solid 1px #fff;
}
.footerLast
{
    padding-right: 6px;
    padding-left: 6px;
    font-weight: bold;
    float: left;
    padding-bottom: 4px;
    color: #fff;
    padding-top: 2px;

}

#linksMain
{
    height:100%;
    width:569px;
    clear: both;
}


#links
{
    padding: 0 10px 10px 0px;
    margin-top: 10px;
    color: #fff;
    z-index:100;
    overflow: hidden;
    height:100%;
    border:1px solid #bbb;
}
#links a:link{  color: #0977DF;text-decoration: none;  }
#links a:visited{ color: #0977DF; text-decoration: none; }
#links a:hover{ color: #0977DF; text-decoration: underline; }
#links a:active{ color: #0977DF; text-decoration: none; }


#links h1
{
    padding: 0 50px 0px 17px;
    text-align: left;
    font-size: 1.5em;
    color: #FF9966;
    background-image: url(../images/bulletHeader.png);
    background-position: left top;
    background-repeat: no-repeat;
    vertical-align: top;
}

#links img
{
position:relative;
float:right;
}



#docs h1
{
    padding: 0 5px 0px 17px;
    text-align: left;
    font-size: 1em;
    color: #FF9966;
    background-image: url(../images/bulletHeader.png);
    background-position: left top;
    background-repeat: no-repeat;
    vertical-align: top;
}

#docs span
{
    padding: 0  5px 0px 17px;
    text-align: left;
    font-size: 1em;
    color: #666;
    vertical-align: top;

}


#contentDefaultContact
{
    float:left;
    width: 213px;
    height:320px;
    text-align: right;
    padding-top:20px;
    margin-left: 0px;
    background-color: #eaf4cf;
    overflow: hidden;
    color:#666;
    direction:rtl;
    margin-bottom:0px;
}


#contentDefaultContact h2
{
    padding: 0px 40px 0px 10px;
    text-align: right;
    font-size: 1.5em;
    color: #0977DF;
    background-image: url(../images/bulletDefault.png);
    background-position: top left;
    background-repeat: no-repeat;
    vertical-align: top;
}
#contentDefaultContact p
{
    padding: 0px 40px 0px 10px;
    text-align: right;
    vertical-align: top;
    direction:rtl;
}

#contentDefault
{
    float:left;    
    width: 660px;
    height:100%;
    text-align: right;
    overflow: hidden;
    color:#666;
    direction:rtl;
    margin-bottom:0px;
    display:inline-block;
    xxxborder:1px red solid;
}


#contentDefault h1
{
    text-align: right;
    font-size: 1.2em;
    vertical-align: top;
    margin-bottom:3px;
    color:#666;
}
#contentDefault p
{
    padding: 0px 20px 0px 10px;
    text-align: right;
    vertical-align: top;
}




#contentDefault span  
{
    padding: 0px 0px 0px 10px;
    text-align: justify;
    color:#666; 
    font-size: 1em;
}
#contentDefault a:link{  color: #0977DF;text-decoration: none;  }
#contentDefault a:visited{ color: #0977DF; text-decoration: none; }
#contentDefault a:hover{ color: #0977DF; text-decoration: underline; }
#contentDefault a:active{ color: #0977DF; text-decoration: none; }



#contentDefaultRight
{
    float:right;    
    width: 200px;
    text-align: right;
    background-color: #fff;
    overflow: hidden;
    color:#666;
    direction:rtl;
    margin-bottom:0px;
    xxxborder:1px solid #ccc;

}

#contentDefaultRight h2
{
    padding: 0px 20px 0px 10px;
    text-align: right;
    font-size: 1.5em;
    color: #0977DF;
    background-image: url(../images/bulletDefault.png);
    background-position: top left;
    background-repeat: no-repeat;
    vertical-align: top;
}

#contentDefaultRight p
{
    padding: 0px 20px 0px 10px;
    text-align: right;
    vertical-align: top;
}


#contentDefaultRight ul
{
    margin: 0;
padding: 0;
  padding:3px 10px 0px 10px;
margin-top: 2px;
padding-left: 0px;
margin-bottom: 0px;
line-height: 140%;
list-style-type: none;
text-align: right;
text-decoration: none;
width:200px;
display:inline-block;
}

#contentDefaultRight ul li
{
    padding:3px  10px 2px 0px;
    direction:rtl;
    margin-top: 5px;
    padding-right: 25px;
    margin-bottom: 0px;
    margin-right: 10px;
    line-height: 120%;
    text-align: right;
    text-decoration: none;
    list-style-type: none;
    background-image: url(../Images/Bullet.gif); 
    background-position:center right;
    background-repeat: no-repeat;  
    font-weight:bold;
    border-bottom:1px solid #ccc;

}/*green:B9D480  , blue:#01013B*/
#contentDefaultRight ul li a:link{  color: #0977DF;text-decoration: none; }
#contentDefaultRight ul li a:visited{ color: #0977DF; text-decoration: none; }
#contentDefaultRight ul li a:hover{ color: #01013B; text-decoration: none; }
#contentDefaultRight ul li a:active{ color: #0977DF; text-decoration: none; }


#contentDefaultRight ul li  a.MenuSelected:link {  color: #0977DF;text-decoration: none;  }
#contentDefaultRight ul li  a.MenuSelected:visited { color: #0977DF; text-decoration: none; }
#contentDefaultRight ul li  a.MenuSelected:hover { color: #0977DF; text-decoration: none; }
#contentDefaultRight ul li  a.MenuSelected:active { color: #0977DF; text-decoration: none; }


/* ---------------------------------------------------------------------------------- */
#contentRight
{
    float:right;    
    width: 221px;
    height:650px;
    text-align: right;
    background-color: #f4f9e5;
    overflow: hidden;
    color:#666;
    direction:rtl;
    margin-bottom:0px;
    display: inline-block;
}


#contentRight h2
{
    padding: 10px 60px 0px 10px;
    text-align: right;
    font-size: 1.5em;
    font-weight:normal;
    color: #333;
    background-color: #e1efba;
    vertical-align: top;
    height:30px;
}



#contentRight p
{
    padding: 0px 20px 0px 10px;
    text-align: right;
    vertical-align: top;
}


#contentRight ul
{
    margin: 0;
padding: 0;
  padding:3px 30px 0px 10px;
margin-top: 2px;
padding-left: 0px;
margin-bottom: 0px;
line-height: 140%;
list-style-type: none;
text-align: right;
text-decoration: none;
width:150px;
display:inline-block;
}

#contentRight ul li
{
      padding:3px  10px 2px 0px;
direction:rtl;
margin-top: 5px;
padding-right: 25px;
margin-bottom: 0px;
margin-right: 10px;
line-height: 120%;
text-align: right;
text-decoration: none;
list-style-type: none;
background-image: url(../Images/Bullet.gif); 
background-position:center right;
background-repeat: no-repeat;  
font-weight:bold;
border-bottom:1px solid #ccc;

}
#contentRight ul li a:link{  color: #000;text-decoration: none;  }
#contentRight ul li a:visited{ color: #000; text-decoration: none; }
#contentRight ul li a:hover{ color: #000; text-decoration: none; }
#contentRight ul li a:active{ color: #000; text-decoration: none; }


#contentRight ul li  a.MenuSelected:link {  color: #0977DF;text-decoration: none;  }
#contentRight ul li  a.MenuSelected:visited { color: #0977DF; text-decoration: none; }
#contentRight ul li  a.MenuSelected:hover { color: #0977DF; text-decoration: none; }
#contentRight ul li  a.MenuSelected:active { color: #0977DF; text-decoration: none; }




#contentRightContact
{
    text-align: right;
    padding-top:20px;
    margin-left: 0px;
    overflow: hidden;
    direction:rtl;
}
#contentRightContact p
{
    text-align: right;
    padding-top:10px;
    margin-right: 35px;
    overflow: hidden;
    direction:rtl;
}

#contentRightContact h3
{

    padding: 10px 60px 0px 60px;
    text-align: right;
    font-size: 1.5em;
    font-weight:normal;
    color: #333;
    background-color: #e1efba;
    vertical-align: middle;
    height:35px;
}

#contentRightContact h3 span
{
margin-right: -40px;
padding-right: 40px;
background-image: url(../Images/Icon_Phone.gif); 
background-position:center right;
background-repeat: no-repeat;  
display:inline-block;
    vertical-align: middle;
    height:26px;
}


#contentWideHeader
{
    float:left;    
    margin-left: 0px;
    width: 558px;
    height:40px;
    padding-right:40px;
    text-align: right;
    font-size: 1.5em;
    background-color: #f2f2f2;
    background-image: url(../images/Icon_Arrow.gif);
    background-position: center right;
    background-repeat: no-repeat;
    vertical-align:  middle;
}
#contentWide
{
    float:left;    
    margin-left: 0px;
    margin-top: 0px;
    width: 598px;
    height:100%;
    text-align: right;
    background-color: #fff;
    overflow: hidden;
    color:#666;
    direction:rtl;
    margin-bottom:0px;
}


#contentWide h1
{
    margin: 0px;
    width: 598px;
    height:40px;
    text-align: right;
    color: #0977DF;
    background-color: #f2f2f2;

}
#contentWide h1 span
{
    margin-top:2px;
    padding-top:2px;
    margin-right:20px;
    padding-right:35px;
    height:30px;
    text-align: right;
    color: #0977DF;
    background-image: url(../images/Icon_Arrow.gif);
    background-position: center right;
    background-repeat: no-repeat;
    vertical-align:  middle;
    display:inline-block;
}
#contentWide h2
{
    padding: 10px 25px 0px 10px;
    margin-right:20px;
    margin-top:10px;
    padding-top:2px;
    text-align: right;
    font-size: 1.3em;
    color: #0977DF;
    background-image: url(../images/Bullet.gif);
    background-position: center right;
    background-repeat: no-repeat;
    vertical-align: top;
}
#contentWide p
{
    padding: 0px 20px 0px 10px;
    text-align: right;
    vertical-align: top;
    width: 498px;
}

#contentWide span  
{
    padding: 0px 0px 0px 10px;
    text-align: justify;
    color:#666; 
    font-size: 1em;
}
#contentWide a:link{  color: #666;text-decoration: none;  }
#contentWide a:visited{ color: #666; text-decoration: none; }
#contentWide a:hover{ color: #666; text-decoration: underline; }
#contentWide a:active{ color: #666; text-decoration: none; }



#contentWide .t-bold
{
    color: #0977DF;
    direction:rtl;
    display:inline-block;
    font-weight:bolder;
}

#contentWide .t-text
{
    direction:rtl;
    display:inline-block;
}

#contentWide .t-text .t-text-bold
{
    color: #0977DF;
    font-weight:bolder;
    
}

#contentWide .t-bold .t-text-large
{
    font-size:1.6em;    
    color: #0977DF;
display:inline-block;
    font-weight:bolder;
    margin-left:-7px;

}




/* ---------------------------------------------------------------------------------- */


#contact-us
{
    float: right;
    left:0px;
    width:350px;
    background-color:Transparent;
    margin-top:20px;
    margin-right:50px;
    padding:0;
    overflow: hidden;
    z-index:-1;
}

.btn
{
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    border-color: #FFFFFF #999 #999 #FFFFFF;
    color: #fff;
    background-color: #0977DF;
    text-align: center;
    cursor: pointer;
}

#contact-us h1
{
    padding:20px 145px  5px 0px;
    text-align: right;
    font-size: 1.5em;
    color: #0977DF;
    vertical-align: top;
}

.emailmessage
{
    float: left;
    margin-left:10px;
    text-align: right;
    width: 300px;
    font-weight: bold;
    color:#333;
}

#phone
{
    padding-top:60px;
    text-align: center;
    vertical-align: top;
}
