/*
generic styles*/
* {
margin:0;
padding:0;
}

/*
page body*/
body {
font-family:Andale Mono,Tahoma;
color:#5c5c5c;
overflow-x:hidden;
direction: rtl;
font-size:15px;
}

/*
generic images*/
img {
display:block;
border:0;
}

h1 a img,
#footer a img
{
float: left;
display: inline;
}

td img {
display:inline;
}

p {
font-size:0.8em;
line-height:1.5em;
padding:0 0 10px;
}

a {
text-decoration:none;
}

.Language
{
float: left;
width: auto;
padding: 10px 0 0 0px;
position: absolute;
top: 0;
left: 0;
}

.Language a
{
color: #C1A866;
font-weight: bold;
}


/*
master div*/
#master {
width:100%;
height:100%;
text-align:center;
}

/*
holding divs-- this is to display 940px content area centered to the screen*/
#headerHolder,#mediaSpaceHolder,#contentHolder,#footerHolder {
width:100%;
float:left;
}

/*
shadows and backgrounds for the holding divs*/
#mediaSpaceHolder {
background-image:url(../../images/background/mediaSpace.gif);
background-position:left top;
}

/*
shadows and backgrounds for the holding divs*/
#mediaSpaceHolder .cornerLeft {
background-image:url(../../images/background/mediaSpacecorner1.gif);
background-position:left bottom;
background-repeat:no-repeat;
}

/*
shadows and backgrounds for the holding divs*/
#mediaSpaceHolder .cornerRight {
background-image:url(../../images/background/mediaSpacecorner2.gif);
background-position:right bottom;
background-repeat:no-repeat;
}

/*
header and media space content... positioned in the center of the screen*/
#header,#mediaSpace {
width:940px;
border-top:3px solid #c1a866;
margin:0 auto;
}

/*
header and media space content... positioned in the center of the screen*/
#header {
text-align:right;
height:132px;
position:relative;
z-index:1200;
padding:40px 0 0;
}

#navBg {
width:100%;
position:absolute;
background-color:#225586;
height:216px;
left:0;
z-index:999;
background-image:url(../../images/background/navgradient.gif);
background-repeat:repeat-x;
display:none;
}

/*
logo*/
h1 {
float:right;
color:#c1a866;
height: 39px;
}

/*
page heading*/
h2 {
font:1.5em;
width:auto;
color:#c1a866;
padding:0 0 15px;
float: right;
}

h4 {
color:#043362;
}

span.rssIcon {
float:right;
z-index:1000;
border:0;
padding:0;
margin: 5px 20px  0 0;
}

ul {
list-style-type:none;
}

/*
navigation*/
#navigation {
clear:both;
width:100%;
position:relative;
margin:20px 0 0;
float: right;
}

/*
navigation level1*/
#navigation li {
float:right;
width:auto;
padding:0;
}

/*
navigation level1*/
#navigation li a,
#navigation li a.divider {
color:#c1a866;
font-weight:700;
font-size:0.8em;
float:left;
background-image:url(../../images/background/divider2.gif);
background-position:right 18px;
background-repeat:no-repeat;
display: block;
background-color:transparent;
padding:19px 20px 37px 20px;
}

#navigation li a.removeBg
{
background-image: none;
}

#navigation li.Highlight a {
color:#003263;
}

/*
navigation level1 hover*/
#navigation li.active {
color:#fff;
background-color:#003263;
}

#navigation li a:hover {
color:#003263;
}

#navigation li:first-child a,#navigation li.FirstChild a {
background-image:none;
padding-right:0;
}

/*
navigation active*/
#navigation li.active a
 {
color:#fff;
background-image:url(../../images/background/navShadow1.gif);
background-position:left bottom;
background-repeat:no-repeat;
z-index:5000;
padding:0;
}

/*
navigation level1*/
#navigation li:last-child a,#navigation li.LastChild a {
padding-left:0;
}

/*
navigation level2 holding div for positioning the dropdown accrding to the screen resolution*/
#navigation li div.slide {
width:980px;
position:absolute;
left:0;
z-index:1000;
height: 1px;
}


/*
navigation level2 */
#navigation li ul {
position:absolute;
display:none;
top:45px;
left: 0;
}

/*
navigation level2  for background gradiant*/
#navigation li.active a span {
background-image:url(../../images/background/navShadow2.gif);
background-position:right bottom;
background-repeat:no-repeat;
float:left;
height:16px;
padding:19px 20px 38px 20px;
cursor: hand;
}

/*
navigation level2  for background gradiant*/
#navigation li:first-child a span,#navigation li.FirstChild a span {
padding-left:0;
}

/*
navigation active dropdown*/
#navigation li.active ul {
display:block;
width:auto;
z-index:-1000;
margin:0;
padding:50px 0 20px;
}

/*
navigation active dropdown links*/
#navigation li.active ul li {
margin-top:8px;
background-color:transparent;
height:170px;
padding:0;
}

/*
navigation active dropdown links*/
#navigation li.active ul li a {
display:block;
height:30px;
color:#c1a866;
background-image:none;
width:127px;
background:transparent;
padding:0 10px 20px 0;
}

/*
navigation active dropdown links*/
#navigation li.active ul li:last-child,#navigation li.active ul li.LastChild {
border-left:0;
padding-left:20px;
}

/*
navigation active dropdown links*/
#navigation li.active ul li:first-child,#navigation li.active ul li.FirstChild {
padding-right:20px;
}

/*
navigation active dropdown paragraph*/
#navigation li.active ul li p a {
color:#fff;
font-size:1em;
font-weight:400;
width:auto;
border:0;
display:block;
height:auto;
padding:0;
}

/*
navigation active dropdown container*/
#navigation li.active ul li div {
width:117px;
clear:both;
border-left:1px solid #3a638a;
float:left;
height:160px;
overflow:hidden;
padding:0 20px;
text-align: right;
}

#navigation li.active ul li div a
{
padding: 0;
width: auto;
display:inline;
float: none;
display: block;
}

/*
navigation active dropdown container paragraph*/
#navigation li.active ul div p {
font-size:0.7em;
padding: 20px 0 0 0;
text-align: right;
float: right;
}

#navigation li.active ul li div *
{
padding-right: 0;
direction: rtl;
text-align: right;
}

/*
search control*/
fieldset.search {
border:0;
background-image:url(../../images/background/search.gif);
background-position:left top;
background-repeat:no-repeat;
float:left;
width:195px;
height:30px;
padding:9px 0 0 10px;
}

/*
search control elements*/
fieldset.search .searchButton {
background-image:url(../../images/background/searchButton_ar_ae.gif);
background-position:left top;
background-repeat:no-repeat;
float:left;
border:0;
width:15px;
background-color:#c1a866;
cursor:hand;
}

/*
header and media space content... positioned in the center of the screen*/
#mediaSpace {
border:0;
background:transparent;
height:320px;
width:980px;
}

#mediaSpace p {
padding:130px 0 0;
}

#mediaSpace p,#mediaSpace p a {
color:#fff;
font-size:0.8em;
}

#mediaSpace p a {
text-decoration:underline;
}

/*
content holding div*/
#contentHolder {
background-image:url(../../images/background/contentTop.gif);
background-position:left top;
background-repeat:repeat-x;
}

/*
content corners*/
#contentHolder .cornerLeft {
background-image:url(../../images/background/contentCorner1.gif);
background-position:left bottom;
background-repeat:no-repeat;
float:left;
width:100%;
}

/*
content corners*/
#contentHolder .cornerRight {
background-image:url(../../images/background/contentCorner2.gif);
background-position:right bottom;
background-repeat:no-repeat;
float:left;
width:100%;
}

/*
footer and content area*/
#content,#footer {
width:940px;
height:auto;
margin:0 auto;
overflow: hidden;

}


/*
main content area*/
#content {
padding:40px 0 0;
position: relative;
}

/*
left column*/
#column1 {
width:450px;
float:right;
text-align:right;
padding:0 0 40px 40px;
}

/*
latest news summary*/
#column1 .summary,#column2 .summary {
width:100%;
}

/*
latest news first news*/
#column1 .summary li.expanded {
width:100%;
float:none;
clear:both;
padding:0 0 40px;
border-bottom:1px solid #dedede;
}

/*
latest news second and third*/
#column1 .summary li {
width:185px;
float:right;
padding:40px 0px 0 40px;
}

div.share {
color:#c7c7c7;
}

div.share a {
font-size:0.7em;
color:#8f8f8f;
}

/*
latest news last*/
#column1 .summary li:last-child,#column1 .summary li.LastChild {
width:205px;
padding:40px 0px 0 20px;
}

#column2
{
	text-align: right;
}

#column2 .summary li div.section {
width:200px;
float:left;
padding:0 40px 0 0;
}

#column2 .summary li div.newsletter {
width:200px;
float:right;
padding:40px 0 0;
}

a.link {
display:block;
color:#c1a866;
padding:10px 0 0;
}

/*
column2 quick links*/
div.box {
background-image:url(../../images/background/blueBox.gif);
background-position:bottom right;
background-repeat:no-repeat;
background-color:#245687;
width:165px;
float:left;
color:#fff;
overflow:hidden;
padding:20px;
}

div.box a.link {
color:#c1a866;
font-weight:700;
display:block;
padding:10px 0 0;
}

/*
column2 quick link title*/
#column2 .summary li h3 {
padding:0 0 15px;
}

/*
column2 quick link title*/
#column2 div.box h3 {
width:165px;
padding:0 0 10px;
color: #c1a866;
font-size: 1.1em;
}

/*
column2 quick links*/
#column2 .summary li {
width:100%;
border-top:1px solid #dedede;
clear:both;
float:right;
padding:40px 0 0;
}

/*
column2 quick links*/
#column2 .summary li:first-child,#column2 .summary li.FirstChild {
border:0;
padding:0;
}

/*
news date*/
.summary li em {
font-style:normal;
font-size:0.8em;
display:block;
padding:5px 0 10px;
}

/*
news heading*/
.summary li h3 {
color: #c1a866;
font-size:1.1em;
padding:0 0 5px;
}

/*
read more link*/
.summary li a.link,.summary li p a {
color:#c1a866;
font-weight:700;
display:block;
text-decoration:none;
padding:5px 0 0;
}

#InvesterRelation {
padding:0px 0 0;
}

/*
column2*/
#column2 {
width:450px;
float:left;
text-align:right;
padding:0 0 20px;
}

fieldset.newsletter {
border:0;
clear:both;
padding:10px 0 20px;
}

fieldset.newsletter .textbox {
width:170px;
border:1px solid #b6b6b6;
color:#7d7d7d;
float:right;
padding:10px;
margin-left:10px;
}

fieldset.newsletter a.button {
color:#c1a866;
font-weight:700;
float:right;
font-size:0.85em;
padding:10px 2px 0;
}

fieldset.newsletter span.Error {
float:right;
clear:none;
padding:10px 0 0;
}

/*
Feedback form elements*/
#feedbackForm {
display:none;
background-image:url(../../images/background/feedbackBottom.gif);
background-position:left bottom;
background-repeat:no-repeat;
height:320px;
width:450px;
background-color:#fff;
text-align:right;
position:absolute;
z-index:3000;
margin-top:-375px;
_margin-top:-370px;
padding:0 0 20px;
}

/*
Feedback form elements*/
#feedbackForm h5 {
float:none;
padding:0 0 20px;
font-size:20px;
color:#c1a866;
}

/*
Feedback form elements*/
#feedbackclose {
top:-40px;
right:0px;
float:left;
position:relative;
}
#feedbackclose a{
color:#b5b5b5;
font-size:12px;
}
/*
Feedback form elements*/
#feedbackForm div.inner {
width:368px;
border:1px solid #e8e8e8;
border-bottom:0;
overflow:hidden;
padding:20px 40px 20px;
}

#feedbackForm div.inner p {

}

/*
Feedback form elements*/
#feedbackForm textarea.textbox,#feedbackForm textarea.watermarkfeedback {
width:370px;
height:115px;
font-family:arial;
font-size:0.75em;
border:1px solid #e8e8e8;
}

/*
Feedback form elements*/
.submitButton {
margin:10px 0px 0px 0px;
float:left;
position:relative;
color:#c1a866;
padding-top:5px;
}

/*
holding div for the footer*/
#footerHolder {
background-image:url(../../images/background/footer.gif);
background-position:left top;
background-repeat:repeat-x;
height:50px;
background-color:#c1a866;
}

/*
footer*/
#footer {
text-align:right;
padding:15px 0 0;
font-family:tahoma;
color:white;
font-size:8pt;
display:block;
text-decoration:none;
width:940px;
font-weight: bold;
}


/*
copyright*/
#footer p {
float:right;
padding:5px 0 0;
}
#footer a{
color:#ffffff;
}
/*
footer navigation*/
#footer ul {
float:left;
width: 430px;

}

#footer ul li {
float:right;
background-image:url(../../images/background/divider.gif);
background-position:left top;
background-repeat:no-repeat;
padding:5px 20px;

}

#footer ul li:last-child,#footer ul li.LastChild {
padding-left:0;
background-image:none;
}

.smallSize .newsletter .textbox {
width:170px;
border:1px solid #b6b6b6;
color:#7d7d7d;
float:right;
padding:10px;
margin-left:10px;
}

/*
css class for textbox onblur effect*/
fieldset.newsletter .watermarknewsletter {
width:170px;
border:1px solid #b6b6b6;
color:#7d7d7d;
float:right;
padding:10px;
margin-left:10px;
}

#nonflashText {
display:none;
}

.newsletterPopup {
width:300px;
height:100px;
background:#1b4d7d;
border:1px solid #ccc;
text-align:center;
color:#fff;
padding:20px;
}

.newsletterPopup p {
font-weight:700;
float:none;
margin:40px auto 0;
*margin:60px auto 0;
}

.closeButton {
background-position:right top;
background-repeat:no-repeat;
color:white;
display:block;
float:left;
font-size:8pt;
height:20px;
margin-top:-100px;
position:relative;
top:0;
width:50px;
}

a:hover,div.share a:hover,.summary li a.link:hover,.summary li p a:hover {
color:#0b234e;
}

#navigation li.active a:hover,#navigation li.active ul li a:hover,#column2 div.box a.link:hover {
color:#fff;
}

#navigation li.active ul li:last-child a,#navigation li.active ul li.LastChild a,#navigation li.active ul li:last-child div,#navigation li.active ul li.LastChild div {
border:0;
}

#navigation li.active ul li p a:hover,#mediaSpace p a:hover {
color:#c1a866;
}

fieldset.search .textbox,fieldset.search .watermarkSearch {
border:0;
background:#c1a866;
color:#fff;
width:160px;
float:right;
margin:0 10px 0 0;
}
#branches ul li a {
direction:rtl;
text-align:right;
border:solid 1px red;
}