body	{
	margin: 0 0 0 0;
	text-align: right;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 85%;
	font-family: Arial, Miriam, David, sans-serif;
	direction:rtl;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	}
	
a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	color: #000099;
	text-decoration: underline;
}
a:hover, a:active	{
	color: #000099;
	text-decoration: none;
	}
	
h1	{
	color: #4C5D97;
	font-weight: bold;
	font-size: 190%;
	direction:rtl;
	line-height: 120%;
	margin-bottom: 10px;
	margin-top: 0px;
	}
	
h2	{
	color: #FF9900;
	margin: 10px 0px 10px 0px;
	font-size: 120%;
	font-weight: bold;
	direction:rtl;
	text-align: right;
	border-bottom: 1px solid #A0C6E4;
	}
	
h2 a:link {
	color: #0033CC;
	text-decoration: none;
	}
	
h3	{
	font-weight: bold;
	margin-top: 30px;
	font-size: 130%;
	direction:rtl;
	line-height: 140%;
	color: #1B4993;
	background-color: #E4EAF5;
	padding-right: 3px;
	}
h4	{
	font-weight: bold;
	margin-top: 10px;
	font-size: 110%;
	direction:rtl;
	margin-bottom: 5px;
	color: #133285;
	line-height: 130%;
	}
	
h4 a:link {
	color: #0033CC;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}

h5	{
	color: #1B4993;
	margin: 0px 0 10px 0;
	font-size: 120%;
	font-weight: bold;
	direction:rtl;
	text-align: center;
	}
p	{
	font-size: 100%;
	line-height: 140%;
	text-align: right;
	direction:rtl;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

ul {
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 15px;
	direction:rtl;
	list-style-image:  url("../images/bullet.gif");
	}

li {
	padding-top: 5px;
	padding-bottom: 5px;
	}	
	
#container	{
	margin: 0em auto;
	width: 970px;
	text-align: right;
	background-image: url(../images/sidebar_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	}
	
#header	{
	height: 90px;
	}

#content	{
	padding: 20px 20px 20px 0px;
	margin:0px 176px 20px 0px;
	float: none;
	clear: left;
	}

#SideBar {
	float: right;
	width:176px;
	clear: both;
	margin-top: 0px;
	padding-right: 0px;
	padding-top: 30px;
	background-repeat: no-repeat;
	background-position: right top;
}

#SideBar h2	{
	color: #003366;
	font-size: 160%;
	font-weight: bold;
	direction:rtl;
	text-align: center;
	border-bottom: 1px solid #A4ABC5;
	padding-bottom: 3px;
	margin-top: 28px;
	}
	
.imagefloat	{
	float: left;
	margin: 0 10px 10px 0px;
	}
	
.imagefloat_right	{
	float: right;
	margin: 0 0 10px 10px;
	}
	
/************** logo styles *****************/

#logo{
	float: right;
	padding-top: 7px;
	padding-right: 16px;
}	

/************** utility styles *****************/

#utility{
	color: #003273;
	float: left;
	padding-top: 3px;
	padding-left: 5px;
	font-size: 80%;
}

#utility a{
	color: #003273;
	text-decoration: underline;
}

#utility a:hover{
	text-decoration: none;
	color: #0000FF;
}
	
/************ navbar styles **************/

    #navbar {
	float:left;
	font-size:100%;
	line-height:normal;
	margin-bottom: 0px;
	height: 37px;
	width: 630px;
      }
	  
    #navbar ul {
	margin:0px;
	padding:4px 0px 0px 0px;
	list-style: none;
	float: right;
	direction: ltr;
      }
	  
    #navbar li {
	margin:0;
	padding:0px 0 0 9px;
	margin-right: 3px;
	margin-left: 3px;
	float: left;
      }
	  
    #navbar a {
      float:right;
      display:block;
      padding:2px 9px 3px 0px;
      text-decoration:none;
      font-weight:bold;
      color:#FFFFFF;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #navbar a {float:none;}
    /* End IE5-Mac hack */
    #navbar a:hover {
	color:#FFCC00;
      }
#navbar #current {
	border-width:0;
	padding-bottom: 0px;
}
#navbar #current a {
	background-image:  url(../images/nav_right_on.gif);
	color:#FFCC00;
	padding-bottom:2px;
	background-position: right;
	background-repeat: no-repeat;
}


/************ path styles **************/
#path	{
	color: #666666;
	direction:rtl;
	background-image:  url("../images/path_bg.gif");
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
	margin-bottom: 10px;
	font-size: 90%;
	}
	
#path a	{
	color: #666;
	text-decoration: none;
	}
	
#path a:hover	{
	color: #666666;
	text-decoration: underline;
	}

/************ footer styles **************/
#footer	{
	clear: both;
	color: #666666;
	text-align: right;
	font-size: 90%;
	direction:rtl;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	line-height: 130%;
	padding-right: 5px;
	border-top: 1px solid #E4E4E4;
	padding-top: 5px;
	}
	
#footer_home {
	clear: both;
	color: #FFFFFF;
	text-align: center;
	font-size: 90%;
	margin-top: 0px;
	direction:rtl;
	background-color: #2E7BBA;
	margin-bottom: 0px;
	padding-top: 10px;
	line-height: 130%;
	border-bottom: 2px solid #0166B9;
	padding-bottom: 10px;
	}

#footer a	{
	color: #003399;
	text-decoration: underline;
	}
	
#footer a:hover	{
	color: #003399;
	text-decoration: none;
	}
	
#footer_home a	{
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#footer_home a:hover	{
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footerNav	{
	clear: both;
	color: #FFFFFF;
	background-color: #00478B;
	text-align: center;
	font-size: 80%;
	height: 20px;
	padding-top: 5px;
	margin-top: 0px;
	direction:rtl
	}
	
#footerNav a	{
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	}
	
#footerNav a:hover	{
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#imageStrip {
	height: 165px;
	background-image: url(../images/strip_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	padding-right: 176px;
}

/************ navlist styles **************/

.navlist {
	width: 160px;
	margin-bottom: 20px;
	margin-right: 16px;
}

.navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	line-height: 100%;
	list-style-image: none;
}

.navlist li {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

.navlist a {
	display: block;
	padding: 5px 18px 5px 2px;
	width: 140px;
	line-height: 120%;
}

.navlist a:link, .navlist a:visited {
	color: #4C5D97;
	text-decoration: none;
	background-image: url(../images/side_menu_down.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.navlist a:hover {
	color: #4C5D97;
	text-decoration: none;
	background-color: #F1CD01;
}

.uberlink a:link, .uberlink a:hover {
	color: #4C5D97;
	background-image: url(../images/navlist_uberlink.gif);
	background-color: #AFB5CD;
}

.uberlink a:visited {
	color: #4C5D97;
	background-image: url(../images/navlist_uberlink.gif);
	background-color: #AFB5CD;
}

/************ navlist2 styles **************/

.navlist2 {
	width: 204px;
	margin-bottom: 0px;
}
.navlist2 a {
	display: block;
	padding: 5px 10px 5px 5px;
	width: 158px;
	line-height: 120%;
	margin-right: 30px;
}

.navlist2 a:link, .navlist2 a:visited {
	color: #FFFFCC;
	text-decoration: none;
	border-right: 1px solid #7898C7;
	background-image: none;
}

.navlist2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #1B4993;
}

.uberlink2 a:link, .uberlink2 a:hover {
	color: #990000;
	background-color: #FFFFFF;
}

.uberlink2 a:visited {
	color: #990000;
	background-color: #FFFFFF;
}



/************ sidestory styles **************/

.sidestory {
	border-top: 1px solid #B7BDD3;
	border-bottom: 1px solid #B7BDD3;
	color: #FFFFFF;
	width: 160px;
	margin-right: 16px;
}

.sidestory ul {
	line-height: 130%;
	margin-top: 8px;
	margin-bottom: 15px;
	direction:rtl;
	list-style-image:  none;
	list-style-type: circle;
	font-size: 90%;
	text-align: justify;
	}
	
.sidestory h1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 140%;
	padding-top: 5px;
	padding-right: 10px;
	background-image: none;
	margin: 0px;
	padding-bottom: 3px;
	font-style: italic;
}
.sidestory h4 {
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.sidestory p {
	font-size: 90%;
	line-height: 140%;
	color: #000000;
	text-align: right;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 5px;
}
.sidestory h2 {
	text-align: left;
	background-image: url(../../images/sidestory_btm.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 5px;
	margin: 0px;
	height: 24px;
	padding-left: 5px;
	font-family: Arial, Miriam, David, sans-serif;
	font-size: 11px;
	color: #003399;
	font-weight: normal;
	border: 0px none;
}

.sidestory a:link {
	color: #1B4993;
	text-decoration: underline;
}
.sidestory a:visited {
	color: #1B4993;
	text-decoration: underline;
}
.sidestory a:hover, .sidestory a:active	{
	color: #0000FF;
	text-decoration: underline;
	}
/************ home news_box styles **************/
#news_box {
	width: 205px;
	padding-top: 0px;
	background-color: #EEE;
	padding-left: 9px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-left: 20px;
	}

#news_box h3{
	color: #993300;
	font-size: 120%;
	border-bottom-color: #9FA6DD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-right: 10px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: italic;
}

#news_box ul {
	font-size: 90%;
	margin-right: 0px;
	padding: 0 25px 0 0;
}
#news_box li {
	padding: 0 0px 0px 0;
	margin: 0;
}
/************ home box styles **************/

#content_home	{
	padding: 0px 0px 30px 0px;
	margin:0px 0px 0px 0px;
	float: right;
	clear: right;
	}

#sidemenu_home {
	float: left;
	width:230px;
	background-color: #E4E4E4;
	padding-top: 10px;
	padding-bottom: 10px;
}

#home_strip	{
	padding: 0px 10px 0px 0px;
	background-image: url(../../images/home_top_bg.gif);
	background-repeat: repeat-x;
	height: 289px;
	margin: 0px;
	}
	
#home_strip	h1{
	font-size: 110%;
	color: #003366;
	height: 120px;
	line-height: 140%;
	}

#content_home h2{
	padding-bottom: 1px;
	}
	
#content_home ul {
	line-height: 150%;
	text-align: right;
	margin-top: 5px;
	direction:rtl;
	list-style-image:  url("../images/bullet.gif");
	font-size: 90%;
	}

#content_home li {
	padding-top: 0px;
	padding-bottom: 5px;
	}	

/************ Home styles **************/

.home_li {
	list-style-image:  url("../images/bullet.gif");
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
}

.home_ul {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 16px;
	text-align: left;
}
/************ Forms styles **************/
.FormField_Left  		{
	text-align: left;
	background-color: #F5F5F5;
	font-size: 80%;
	font-family: Arial, Miriam, David, sans-serif;
	border: 1px solid #11458E;
	direction: ltr;
}

.Formfield  		{
	direction:rtl;
	text-align: right;
	border: 1px solid #11458E;
	background-color: #F5F5F5;
	font-size: 95%;
	font-family: Arial, Miriam, David, sans-serif;
}

.Form_Button 		{
	FONT-SIZE: 90%;
	text-align: center;
	color: #FFFFFF;
	background-color: #01327F;
	font-weight: bold;
	font-family: Arial, Miriam, David, sans-serif;
	height: 22px;
}

#quote {
	font-size: 95%;
	color: #005094;
	font-weight: bold;
	background-image: url(../../images/quate_top.gif);
	background-repeat: no-repeat;
	line-height: 150%;
	margin-top: 40px;
	width: 92%;
	background-color: #F5F5F5;
	background-position: top right;
}
#quote h3 {
	font-size: 100%;
	color: #666666;
	text-align: left;
	background-image: url(../../images/quate_btm.gif);
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 30px;
	padding-left: 5px;
}

#quote p {
	font-size: 100%;
	color: #005094;
	padding: 35px 5px 20px 5px;
	text-align: right;
	margin: 0;
}

#home_login {
	font-size: 85%;
	text-align: center;
	padding-top: 10px;
	border-bottom: solid #CCCCCC 1px;
	padding-bottom: 10px;
}

.news_date {
	font-size: 90%;
	color: #666666;
}
/************ Tables styles **************/

.table_list {
	width: 750px;
	margin-bottom: 20px;
}

.table_list td {
	border-bottom: solid #B6C5E2 1px;
	padding: 3px 0px 3px 5px;
	vertical-align: top;
	line-height: 150%;
	text-align: right;
}

.table_list th {
	border-bottom: solid #B6C5E2 2px;
	padding: 5px 0px 5px 5px;
	text-align: right;
	font-size: 105%;
}
.table_list_tr {
	background-color: #EFEFF7;
}

.table_list_tr_highlight {
	background-color: yellow;
}
 
.table_details {
	font-size: 100%;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 20px;
}

.table_details td {
	padding: 2px 0px 2px 10px;
	text-align: right;
	direction:rtl;
	border-bottom: 1px solid #CCCCCC;
}

.table_details th {
	padding: 2px 2px 2px 20px;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	direction: rtl;
}

.table_details ul {
	margin-left: 0px;
	padding-left: 18px;
	margin-top: 0px;
	padding-top: 0px;
}


/************ Page Numbers styles **************/

.page_numbers {
	font-size: 90%;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
	direction: rtl;
}
.page_numbers a	{
	color: #1B4993;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	}

.page_numbers a:visited	{
	color: #235EA0;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	}


.page_numbers a:hover	{
	color: #FFFFFF;
	background-color: #1B4993;
	}
	
.selected	{
	color: #999999;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	border: solid #CCCCCC 1px;
	}
.disabled	{
	color: #999999;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;

	}
.content_box {
	background-color: #F4F6F9;
	margin-top: 0px;
	border-top: none;
	padding-right: 10px;
	padding-bottom: 20px;
	background-image: url(../../images/title_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: 1px solid #92A5C6;
	border-left: 1px solid #92A5C6;
}
.seperator {
	background-image: url(../../images/seperator_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
}
.clear_both {
	clear: both;
}
/************ Estate styles **************/

.garage_list_text {
	margin-top: 0px;
	font-size: 90%;
	margin-right: 150px;
}
.garage_list_img{
	float: right;
	border: 1px solid #235EA0;
	background-color: #EEEEEE;
}
.garage_list_item{
	height: 100%;
	padding-bottom: 8px;
	border-bottom: 1px solid #7898C7;
	margin-top: 8px;
	}
.garage_images_box {
	float: right;
	width: 240px;
	margin-bottom: 20px;
	border: 1px solid #666666;
	padding: 0px;
}
.garage_image_big {
	padding: 5px;
	border-bottom: 1px solid #666666;
	background-color: #D5DEEF;
	color: #000000;
	text-align: center;
	font-size: 90%;
}
.garage_details_box {
	margin-top: 0px;
	font-size: 90%;
	margin-right: 280px;
}
.album_pic {
	direction:rtl;
	width: 160px;
	margin-left: 6px;
	padding: 4px;
	height: 100%;
	font-size: 90%;
	background-image: url(../../images/album_pic_bg.gif);
	background-repeat: repeat-x;
	padding-bottom: 20px;
}

.album_pic img{
	border: 1px solid #333333;
}
.side_image {
	background-color: #1B4993;
	color: #FFFFFF;
	padding-top: 1px;
	border-bottom: 1px solid #DAE2F1;
	margin-top: 30px;
}
.side_image p {
	padding-right: 7px;
	padding-left: 7px;
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.top {
	text-align: left;
	background-image: url(../images/top_bg.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 80%;
}

.disclaimer_box {
	background-color:#E5E5E5;
	border:1px solid #CCCCCC;
	padding:5px;
	margin-bottom: 10px
	}
	
.faq_answer {
	margin-right: 35px;
}
.must_asterix {
	color: #FF0000;
	font-size: 130%;
}
.home_text {
	height: 65px;
	line-height: 120%;
	font-size: 110%;
	text-align: right;
	width: 730px;
	margin-top: 18px;
}
.TableTopCol	{
	 FONT-SIZE: 100%;
	 text-align: center;
	 color: #000000 ;
	 font-weight: bold
}
.SubTitle		{
	FONT-SIZE: 120%;
	FONT-WEIGHT: bold;
	text-align: right;
	color: #003399
}
.table_row1	{
	FONT-SIZE: 90%;
	text-align: center;
	color: #000000
}
.table_row2 	{
	FONT-SIZE: 90%;
	text-align: center;
	color: #000000;
	background-color: #EFF2F6
}
.table_row1 	{
	FONT-SIZE: 90%;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF
}
.ClearBoth {
	clear: both;
}
.Emun p {
	font-size: 85%;
	color: #666666;
}
.Emun {
	margin-top: 10px;
}
.TextRight {
	float: right;
	width: 406px;
}
.TextLeft {
	float: left;
	width: 299px;
	padding-right: 25px;
}
.TextRight h1 {
	font-size: 150%;
	color: #004A80;
	font-family: DinamikaMedium, Arial, serif, "Lucida Sans";
	text-align: justify;
	letter-spacing: 3px;
}
#content_home .home_text .TextRight h2 {
	color: #004A80;
	font-size: 170%;
	text-align: justify;
	font-family: DinamikaMedium, Arial, serif, "Lucida Sans";
	letter-spacing: 3px;
	border-bottom: none;
}
.TextLeft p {
	color: #003366;
	font-weight: bold;
	font-size: 80%;
	line-height: 160%;
	margin-bottom: 0px;
}
.SideBanner {
	text-align: center;
	margin-bottom: 10px;
}
#news_box_top {
	background-image: url(../images/NewsBoxTop.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 24px;
	border-top: 1px solid #CCCCCC;
	width: 213px;
}
#news_box #news_box_top h2 {
	color: #004A80;
	font-size: 110%;
	margin-top: 4px;
	border-bottom: 0;
	margin-right: 5px;
}
.Left {
	text-align: left;
	font-size: 90%;
	margin-left: 5px;
}
.news_box_bottom {
	background-image: url(../images/NewsBoxBottom.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 20px;
	width: 216px;
}
.home_box {
	width: 227px;
}
.home_box_top {
	background-image: url(../images/NewsBoxTop.jpg);
	height: 24px;
	background-repeat: repeat-x;
	background-position: top;
}
 .home_box_top h2 {
	color: #004A80;
	font-size: 110%;
	border-bottom: 0;
	margin: 0 5px 0 0;
	padding: 5px 0 0 0;
}
.Space {
	margin-left: 20px;
}
.home_box p {
	font-size: 90%;
	margin-right: 5px;
	margin-top: 6px;
}
.FloatDir {
	float: left;
}












.CarouselContainer{
	background-image: url(../Images/CarouselBg.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
	color: #2A69AB;
	float: right;
}
.stepcarousel {
	height:127px;
	overflow:hidden;
	position:relative;
	width:567px;
	padding: 0;
	margin: 0 25px;
}
.stepcarousel .belt {
	left:0;
	position:absolute;
	top:0;
}
.stepcarousel .panel {
	margin:19px 0 0 0;
	overflow:hidden;
	width:130px;
	padding: 0 6px;
	text-align: center;
	float: right;
	cursor: pointer;
}

.Carousel {
	width: 900px;
}

.panelText {
	float: left;
}
.panelText p {
	font-size: 73%;
	line-height: 140%;
	text-align: left;
	margin: 0;
}
.panel  a:link {
	color:#00BC00;
}
.FloatOppDir {
	float: right;
}
.GalleryBox {
	width: 740px;
	margin-bottom: 0px;
	height: 127px;
	padding-bottom: 20px;
	background-image: url(../images/GalleryBg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#content_home .panel .panelText h2 {
	color: #FFF;
	padding-right: 10px;
	margin-top: 2px;
	border: none;
	font-size: 100%;
}
.Top {
	margin-top: 20px;
}
#footer p {
	float: right;
}
.table_appointment {
	margin-bottom: 20px;
}

.table_appointment td {
	padding: 3px 0px 3px 5px;
	vertical-align: top;
	line-height: 150%;
	text-align: right;
}

.table_appointment th {
	text-align: right;
	font-weight: normal;
	padding: 3px 0px 3px 5px;
	line-height: 150%;
}
.Red {
	color: #F00;
}
.MustAsterix {
	color: #F00;
}
