/* CSS Document */

/*this is the style for the links before it is activated*/
BODY 
{ 
scrollbar-base-color: #ffffff;
scrollbar-arrow-color: #ffffff;
scrollbar-DarkShadow-Color: #373775;
scrollbar-Track-Color: #44649F;
scrollbar-Highlight-Color: #ffffff;
scrollbar-face-color: #C9D0DA;
scrollbar-3dlight-color: #373775;
scrollbar-shadow-color:#ffffff;
}
input {
	border-bottom: 1px solid #05117E;
	border-top: 1px solid #05117E;
	border-left: 1px solid #05117E;
	border-right: 1px solid #05117E;		
}
.radio {
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}	
/*the tags used for LIMO*/	
h3 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #3B3C51; font-weight: bold;  font-size: 150%;   }
p {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #3B3C51;     }
/*the tags used for LIMO*/
td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 68%; color: #3B3C51; text-decoration: none;  }		


.victoria_links {COLOR: #44649F; TEXT-DECORATION: none; font-family: verdana, sans-serif;  }
a:link.victoria_links  {color : #44649F;}
a:visited.victoria_links  {color : #AB313C;}
a:active.victoria_links  {color : #44649F; text-decoration: none;}
a:hover.victoria_links  {color : #2C4369; text-decoration: underline;}

/*this is the stylesheet for the listing inventory*/
A:LINK {COLOR: #44649F; TEXT-DECORATION: none; font-family: verdana, sans-serif; }
A:visited {COLOR: #AB313C; TEXT-DECORATION: none; font-family: verdana, sans-serif;   }
A:hover {color : #2C4369; text-decoration: underline; font-family:verdana, sans-serif;  }
A:active {color : #44649F; text-decoration: none; font-family: verdana, sans-serif;  }


/* ***************************888888888888888************************ */

.border {  
	background-color: #C9D0DA;
	border-bottom: 3px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;		
}
.backgroundbody {
	background-image: url(../images/bodybackground.jpg); background-position: top; background-repeat: no-repeat; background-color: #C9D0DA; padding-left: 20px; padding-right: 20px; padding-top: 20px;
}

.whitetext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%; color: #ffffff; text-decoration: none;}	
.line {
border: 1px dotted #284BA8;
border-bottom: 1px solid #C9D0DA;
}
.dotted_line {
border: 1px dotted #4A4A4A;
border-bottom: 1px solid #C9D0DA;
}

.ButtonS {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-size: 100%; 
	background-color : #871D27;
	border: 1px solid #ffffff; 
	width: 200px;
	font-weight: bold; 
}

.center_text {
	text-align:center;
}

.copyright { font-family: verdana, sans-serif;  font-size: 70%;  color: #ffffff;}
.title {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%; 
	color : #881D27;
	font-weight: bold;	
	  }	
/*the tags used for newsletter*/	
.VREBPara { font-weight: normal; color: #3B3C51;    }
.VREBTitle {color: #3B3C51; }
.VREBDate {color: #3B3C51; font-style: italic; }
.VREBRef {color: #3B3C51;  font-style: italic;  font-size: 78%;   }
/*the tags used for newsletter*/	
.bcvreb{ background-color: #ffffff; }
.bcvrebtop{ background-color: #ffffff; }

.initials {
	background-image: url(../images/index_14.jpg); background-position: bottom right; background-repeat: no-repeat;
}
.iframe iframe {margin-left: 10px;
0}
.marginup{
	margin-bottom: -1px;
	margin-top: 1px; 
	list-style-image: url(../images/bullet.gif);
}

.red_highlight {
	font-size:1.2em;
	font-weight:700;
	color:#F00830;
}

.referral_list {
	text-align:left;
}

.referral_pic {
	width:355px;
	margin:0 auto;
}

.referral_text {
	font-size:0.75em;
	line-height:1.3em;
}

.underline {
	text-decoration:underline;
}

.links_list {
	margin-left: -20px; 
	}

/*the tags used for images*/
.borderbrown{
	border-style: solid;
   border-width:   4px;
   border-color: #CFCD9C;
   padding: 0;
}
/* main table - summary of listings     */	
table.summary_table
	{
	background-color:	#E4EAF8;
	border:			1px solid #80A0D8;
	width:			100%;
	} 
	
/* main table row     */
tr.summary_tr
	{
	background-color:	#FF0000;
	}

/* table cell with detail: district, price, more detail link     */ 
td.summary_td_detail
	{
	background-color:	#ffffff;
	width:			100%;
	}

/* table cell with image     */ 
td.summary_td_image
	{	
	background-color:	#3366ff;
	}

/* table cell with image     */ 
td.summary_td_image img
	{	
	border:			1px solid #000000; 
	width: 240px;
	padding-bottom: 10px;
	}
 
	
 /****** START: MENU ******/

#menu {
	position: relative;
	width: 222px;
	height: 345px;
	padding: 0px;
	margin: 0px;
}

#menu a {
	display: block;
	width: 222px;
	height: 26px;
	background: url("../images/menu.gif") no-repeat;
	padding: 0px;
	margin: 0px;
	text-indent: -3000px;
	outline: none;
}

a#menu_01 { background-position: 0px 0px; height: 33px; }
a#menu_01:hover { background-position: -222px 0px; }

a#menu_02 { background-position: 0px -33px; }
a#menu_02:hover { background-position: -222px -33px; }

a#menu_03 { background-position: 0px -59px; }
a#menu_03:hover { background-position: -222px -59px; }

a#menu_04 { background-position: 0px -85px; }
a#menu_04:hover { background-position: -222px -85px; }

a#menu_05 { background-position: 0px -111px; }
a#menu_05:hover { background-position: -222px -111px; }

a#menu_06 { background-position: 0px -137px; }
a#menu_06:hover { background-position: -222px -137px; }

a#menu_07 { background-position: 0px -163px; }
a#menu_07:hover { background-position: -222px -163px; }

a#menu_08 { background-position: 0px -189px; }
a#menu_08:hover { background-position: -222px -189px; }

a#menu_09 { background-position: 0px -215px; }
a#menu_09:hover { background-position: -222px -215px; }

a#menu_10 { background-position: 0px -241px; }
a#menu_10:hover { background-position: -222px -241px; }

a#menu_11 { background-position: 0px -267px; }
a#menu_11:hover { background-position: -222px -267px; }

a#menu_12 { background-position: 0px -293px; }
a#menu_12:hover { background-position: -222px -293px; }

a#menu_13 { background-position: 0px -319px; }
a#menu_13:hover { background-position: -222px -319px; }

/****** END: MENU ******/
	
