body	{
	margin: 0px 0 0 0;
	text-align: right;
	color: #000000;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#Container	{
	margin: 0;
	width: 100%;
	text-align: right;
	background-color:#FFFFFF;
	}

#Header	{
	background-color: #FFFFFF;
	}
	
#MainBody {
	float: right;
	width: 70%;
	margin-top: 0px;
	padding: 0;
	margin-bottom: 0px;
	clear: right;
	}
	
#MainHome {
	float: left;
	width: 479px;
	margin-top: 0px;
	padding: 0;
	margin-bottom: 0px;
	}
	
#Content	{
	padding: 0px 0px 30px 20px;
	margin:0px 0px 0px 0px;
	text-align: right;
	}

#SideBar {
	float: left;
	width: 30%;
	clear: left;
}
#HomeSideBar {
	float: right;
	width: 276px;
	padding-left: 10px;
	text-align: right;
}


/*** logo styles *****************/

#Logo{
	float: right;
	padding-left: 0px;
}	

/*** utility styles *****************/

#Utility{
	color: #9F0101;
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 85%;
	text-align: left;
	display: none;
}

#Utility a{
	color: #9F0101;
	text-decoration: none;
}

#Utility a:hover{
	text-decoration: underline;
	color: #890101;
}

#Utility input{
	color: #000000;
	font-size: 90%;
	background-color: #E9EDF3;
	border: 1px solid #003399;
}
/*** General Tags *****************/

a:link {
	color: #009900;
	text-decoration: underline;
}

a:visited {
	color: #006600;
	text-decoration: underline;
}

a:hover, a:active	{
	color: #00CC00;
	text-decoration: none;
	}
	
h1	{
	color: #006600;
	font-size: 180%;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0px;
	font-style: italic;
	text-align: right;
	}
	
h2	{
	color: #006600;
	margin: 15px 0 5px 0;
	font-size: 120%;
	text-align: right;
	line-height: 100%;
	font-weight: normal;
	font-family: Tahoma;
	font-style: normal;
	}
	
h2 a:link {
	color: #0033CC;
	text-decoration: none;
	}
	
h3	{
	font-weight: bold;
	font-size: 105%;
	line-height: 140%;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	direction: rtl;
	}
h4	{
	font-weight: bold;
	margin-top: 0px;
	font-size: 75%;
	margin-bottom: 5px;
	color: #FFFFFF;
	line-height: 130%;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	}

h5	{
	color: #1B4993;
	margin: 0px 0 10px 0;
	font-size: 100%;
	font-weight: bold;
	text-align: right;
	}
h6	{
	color: #666666;
	margin: 0px 0 5px 5px;
	font-size: 90%;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

p	{
	font-size: 85%;
	line-height: 120%;
	text-align: justify;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	direction: rtl;
	}

ul {
	line-height: 110%;
	list-style-image:  url("../images/bullet.gif");
	font-size: 90%;
	text-align: justify;
	margin-bottom: 15px;
	margin-top: 8px;
	}


ul ul{
	margin-bottom: 0px;
	list-style-type: disc;
	list-style-image: none;
	}

ol {
	line-height: 120%;
	margin-top: 8px;
	margin-bottom: 15px;
	font-size: 85%;
	}

li {
	padding-bottom: 8px;
	}	
	
.ContentSummery	{
	font-weight: bold;
	color: #000000;
	}
/************ navbar styles **************/

#NavBar {
	font-size:110%;
	line-height:normal;
	margin-bottom: 0px;
	width: 397px;
	text-align: left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 3px;
	display: none;
      }
	  
#NavBar ul {
	list-style: none;
	float: left;
	text-align: left;
	line-height: 120%;
	margin: 0px;
      }
	  
#NavBar li {
	margin:0;
	padding:0px 0 0 15px;
	float: left;
	background-image: url(../Images/NavLeft.gif);
	background-repeat: no-repeat;
      }

#NavBar a {
	float:right;
	display:block;
	padding:2px 20px 2px 0px;
	text-decoration:none;
	font-weight:bold;
	color:#333333;
	background-image: url("../images/NavRight.gif");
	background-repeat: no-repeat;
	background-position: top right;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
#NavBar a {float:none;}
    /* End IE5-Mac hack */
#NavBar a:hover {
	color:#00B500;
      }
#NavBar #current {
	background-image:  url("../images/NavLeftOn.gif");
	border-width:0;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}

#NavBar #current a {
	background-image:  url("../images/NavRightOn.gif");
	color:#333333;
	padding-bottom: 20px;
}


/************ BreadCrumbs styles **************/
#BreadCrumbs	{
	color: #666666;
	font-size: 90%;
	padding-top: 8px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	}
	
#BreadCrumbs a	{
	color: #666;
	text-decoration: none;
	font-size: 95%;
	}
	
#BreadCrumbs a:hover	{
	color: #666666;
	text-decoration: underline;
	}

/************ footer styles **************/
#Footer {
	clear: both;
	width: 100%;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	}
#Footer	p{
	color: #333333;
	text-align: right;
	font-size: 75%;
	line-height: 150%;
	padding-top: 25px;
	}
	
#Footer a	{
	color: #333333;
	text-decoration: underline;
	}
	
#Footer a:hover	{
	color: #999999;
	text-decoration: none;
	}
/************ footer Home styles **************/
#FooterHome {
	margin-top: 0px;
	direction:rtl;
	background-color: #33486C;
	margin-bottom: 0px;
	background-image: url("../images/footer_home_bg.gif");
	background-repeat: no-repeat;
	clear: both;
	width: 750px;
	}
#FooterHome	p{
	color: #FFFFFF;
	text-align: center;
	font-size: 90%;
	line-height: 150%;
	padding-top: 30px;
	}

#FooterHome a	{
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#FooterHome a:hover	{
	color: #FFFFFF;
	text-decoration: none;
	}

/*** SideMenu styles **************/

.SideMenu {
	width: 190px;
	padding: 20px 0px 0px 0px;
}

.SideMenu ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	text-align: left;
	line-height: 100%;
	list-style-image: none;
	border-top: 1px solid #C41E00;
}

.SideMenu li {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

.SideMenu a {
	display: block;
	padding: 5px 20px 5px 3px;
	width: 167px;
	line-height: 140%;
	border-bottom: 1px solid #C41E00;
	text-align: right;
}

.SideMenu a:link, .SideMenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../Images/SideMenuDown.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.SideMenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #890101;
	background-repeat: no-repeat;
}

.uberlink a:link, .uberlink a:hover, .uberlink a:visited {
	color: #FFFFFF;
	background-color: #890101;
	background-repeat: no-repeat;
	background-image: url(/Eng/Images/SideMenuSelected.gif);
}



/*** SideStory styles **************/

.SideStory {
	width: 100%;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.SideStoryTop {
	padding-bottom: 5px;
	padding-top: 0px;
}

.SideStoryBotttom{
	background-repeat: no-repeat;
	background-position: top;
}

.SideStory h1 {
	color: #009900;
	font-size: 110%;
	font-style: normal;
	border: none;
	padding-left: 0px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}

.SideStory h2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 90%;
	padding-top: 5px;
	padding-right: 20px;
	margin: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
	border: none;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.SideStory p {
	font-size: 90%;
	line-height: 120%;
	color: #000000;
	text-align: right;
	margin-left: 15px;
	padding-left: 0px;
	margin-right: 10px;
	padding-right: 0px;
}
.HomeSideStory p {
	font-size: 79%;
	line-height: 140%;
	color: #FFFFFF;
	text-align: center;
	margin-left: 15px;
	padding-left: 0px;
	margin-right: 10px;
	padding-right: 0px;
	font-weight: bold;
}

.ImageSideStory	{
	margin: 10px 0px 10px 0px;
	border: 2px solid #B18E7F;
	}

.SideStory a:link {
	color: #009900;
	text-decoration: underline;
}
.SideStory a:visited {
	color: #006600;
	text-decoration: underline;
}
.SideStory a:hover, .SideStory a:active	{
	color: #00CC00;
	text-decoration: none;
	}

.SideImg {
	text-align: left;
}

.StripSpacerHome {
	background-color: #7B95AC;
	border-left: 1px solid #333333;
	height: 202px;
	border-bottom: 1px solid #333333;
	color: #FFFFFF;
	padding: 0px 10px 0px 10px;
}

.StripSpacer {
	background-color: #7B95AC;
	border-left: 1px solid #333333;
	height: 159px;
	border-bottom: 1px solid #333333;
	color: #FFFFFF;
	padding: 0px 10px 0px 10px;
}
/*** Forms styles *************************************/

.FormFieldLeft  		{
	direction:ltr;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
	font-size: 95%;
	font-family: Arial, Helvetica, sans-serif;
}

.FormField  		{
	direction:rtl;
	text-align: right;
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
	font-size: 95%;
	font-family: Arial, Helvetica, sans-serif;
}

.FormButton 		{
	FONT-SIZE: 90%;
	text-align: center;
	font-weight: bold;
}

/*** Tables styles **************************/

.TableList {
	margin-top: 15px;
	border-right: solid #CCCCCC 1px;
	direction: rtl;
}

.TableList td {
	border-bottom: solid #CCCCCC 1px;
	padding: 2px 2px 2px 5px;
	vertical-align: top;
	line-height: 120%;
	text-align: right;
	font-size: 90%;
	border-left: solid #CCCCCC 1px;
}

.TableList th {
	border-bottom: solid #CCCCCC 2px;
	padding: 2px 2px 2px 5px;
	vertical-align: top;
	text-align: right;
	font-size: 90%;
	background-color: #F1F1F1;
	border-left: solid #CCCCCC 1px;
	border-top: solid #CCCCCC 1px;
}

.TableListTr {
	background-color: #F0F4F9;
}
 
.TableDetails {
	font-size: 80%;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	direction: rtl;
}

.TableDetails td {
	padding: 0px 0px 4px 10px;
	text-align: right;
	vertical-align: top;
}

.TableDetails th {
	padding: 0px 0px 4px 14px;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
}

.TableDetails tfoot {
	padding: 2px 14px 2px 0px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	background-color: #E6E6E6;
	line-height: 150%;
}

.TableDetails ul {
	margin-left: 0px;
	padding-left: 18px;
	margin-top: 0px;
	padding-top: 0px;
}

/*** PageNumbers styles **************/

.PageNumbers {
	font-size: 90%;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: normal;
	color: #999999;
	direction: rtl;
}
.PageNumbers a	{
	color: #009900;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	}

.PageNumbers a:visited	{
	color: #006600;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	}


.PageNumbers a:hover	{
	color: #FFFFFF;
	background-color: #009900;
	}
	
.Selected	{
	color: #006600;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	border: solid #006600 1px;
	background-color: #F0EFF1;
	}
	
.Disabled	{
	color: #999999;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	}
/*** Misc styles **************/

.ClearBoth {
	clear: both;
	height: 0px;
}

#HomeStrip {
	height: 81px;
	clear: both;

}
.ImageFloatLeft	{
	float: left;
	margin: 0px 10px 10px 0px;
	}

.ImageStrip	{
	width: 572px;
	}
	
.ImageFloatRight	{
	float: right;
	margin: 0px 0 10px 10px;
	}
	
.HomeBox {
	width: 545px;
}

.HomeBox ul {
	line-height: 120%;
	margin-top: 8px;
	margin-bottom: 15px;
	list-style-image:  url("../images/bullet.gif");
	font-size: 85%;
	text-align: justify;
	color: #002BAA;
	font-style: italic;
	font-family: Tahoma;
	}

.HomeBox h1{
	color: #FFFFFF;
	font-size: 115%;
	text-align: right;
	padding-right: 12px;
	line-height: 130%;
	padding-top: 2px;
}
.HomeBox h1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.HomeBox h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.HomeBox h1 a:hover, .HomeBox h1 a:active	{
	color: #FFFFCC;
	text-decoration: none;
	}
	
.HomeBox h2{
	color: #002BAA;
	font-size: 125%;
	text-align: left;
	line-height: 130%;
	padding-top: 0px;
	background-image: none;
	font-style: italic;
	padding-left: 5px;
	font-family: "Times New Roman", Times, serif;
	border-bottom: 1px solid #DFBAA2;
	padding-bottom: 5px;
	font-weight: bold;
}
.HomeBox p{
	font-size: 90%;
	padding-right: 5px;
	text-align: left;
}

.HomeBoxHeb {
	width: 300px;
}
.HomeBoxHeb p{
	font-size: 90%;
	padding-right: 5px;
	padding-left: 5px;
	text-align: right;
	direction:rtl;
}

.HomeIntro{
	clear: both;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(/Eng/Images/ContentBg.gif);
	padding-bottom: 9px;
}

.HomeIntro p{
	font-size: 90%;
	padding-left: 0px;
	padding-top: 20px;
	line-height: 120%;
	float: right;
	width: 350px;
	padding-bottom: 0px;
}
.HomeIntro h1{
	font-size: 90%;
	padding-left: 10px;
	font-weight: bold;
	padding-bottom: 0px;
	line-height: 120%;
	font-family: Tahoma;
	font-style: normal;
	color: #333333;
	padding-right: 390px;
	border-bottom: none;
	padding-top: 0px;
}
.HomeIntro strong{
	font-size: 100%;
	color: #FF6600;
}
.HomeNews {
	background-image: url("../images/home_news_bg.gif");
	background-repeat: no-repeat;
	margin-top: 0px;
	text-align: left;
	font-size: 90%;
}
.HomeNews h1{
	color: #FFFFFF;
	font-size: 120%;
	text-align: center;
}
.HomeNews ul{
	color: #FFFFFF;
	text-align: left;
	list-style-image: url("../images/arrow.gif");
}
.HomeNews p{
	font-size: 90%;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}

.HomeNews a:link {
	color: #0033CC;
	text-decoration: none;
}

.HomeNews a:visited {
	color: #003399;
	text-decoration: none;
}

.HomeNews a:hover, .HomeNews a:active	{
	color: #0033FF;
	text-decoration: underline;
	}
.MustAsterix {
	color: #FF0000;
	font-size: 100%;
	font-weight: normal;
}
.ContentBox {
	font-weight: bold;
	background-color: #CBD6E7;
	text-align: center;
	color: #33486C;
	padding: 10px;
	border: 1px solid #003399;
}

.ContentBox em{
	color: #CC0000;
	font-size: 120%;
}

.ContentBoxDiv {
	font-weight: bold;
	background-color: #CBD6E7;
	color: #33486C;
	padding: 10px;
	border: 1px solid #003399;
	margin-bottom: 25px;
}
.PageTop {
	text-align: left;
	margin-bottom: 20px;
	padding-left: 20px;
	background-image: url("../images/top.gif");
	background-repeat: no-repeat;
	background-position: top left;
}
.NewsItem {
	margin-bottom: 20px;
}
.NewsItemDate {
	font-size: 90%;
	margin: 0;
	padding: 0;
	color: #666666;
	font-style: italic;
}
.NewsItem h2{
	background-image: none;
	padding: 0;
	margin: 0;
	color: #003399;
	background-color: #FFFFFF;
	border: none;
}
.LinkItem {
	margin-bottom: 20px;
}
.LinkItem h2{
	background-image: none;
	padding: 0;
	margin: 0;
	color: #003399;
}
.Item {
	border-bottom: 1px solid #E6E6E6;
	clear: both;
	margin-top: 10px;
	padding-bottom: 10px;
}
.ItemImg {
	float: right;
	background-image: url(../../SharedImages/ItemImgBg.gif);
	background-repeat: no-repeat;
	padding: 8px;
}
.ItemText {
	margin-right: 0px;
	float: left;
	clear: left;
	padding-right: 25px;
}


.PersonItem {
	border-bottom: 1px solid #E6E6E6;
	clear: both;
	margin-top: 10px;
	padding-bottom: 10px;
}
.PersonItemImg {
	float: right;
	padding: 8px;
}
.PersonItemText {
	margin-right: 120px;
}
.note {
	font-size: 80%;
	color: #666666;
}
#Main {
	background-image: url(../Images/MainBg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.PropertyItem {
	clear: both;
	margin-top: 0px;
	padding-bottom: 0px;
}
.PropertyImgs {
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding: 10px;
	background-color: #F6F6F6;
	border: 1px solid #009900;
	text-align: center;
}
.PropertyParameters {
	margin-left: 375px;
}
#PopUp	{
	margin: 0em auto;
	margin-top: 0px;
	padding-bottom: 10px;
	padding: 20px;
	padding-top: 0px;
	}
.PropertyImgThumb img{
	padding-top: 9px;
}
.PropertyImgs img {
}
.SideStoryImg {
	text-align: center;
}
