/* CSS Document */

/*this is the style for the links before it is activated*/
BODY 
{ 
scrollbar-base-color: #ffffff;
scrollbar-arrow-color: #E5E5D9;
scrollbar-DarkShadow-Color: #434E23;
scrollbar-Track-Color: #434E23;
scrollbar-Highlight-Color: #ffffff;
scrollbar-face-color: #AAA87F;
scrollbar-3dlight-color: #434E23;
scrollbar-shadow-color:#ffffff; 
background-image: url(../images/repeaterbg.jpg); background-repeat: repeat-x;
background-color: #AAA87f;
margin-top: 0px;
}
input {
	border-bottom: 1px solid #989874;
	border-top: 1px solid #989874;
	border-left: 1px solid #989874;
	border-right: 1px solid #989874;		
}
.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: #000000; font-weight: bold;  font-size: 120%;   }
p {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;     }
/*the tags used for LIMO*/
td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 86%; color: #000000; text-decoration: none;  }		

.navlinkco {COLOR: #E7E6DA; TEXT-DECORATION: none; font-family: verdana, sans-serif;  }
a:link.navlinkco  {color : #E7E6DA;}
a:visited.navlinkco  {color : #4B4F63;}
a:active.navlinkco  {color : #E7E6DA; text-decoration: none;}
a:hover.navlinkco  {color : #ffffff; text-decoration: underline;}

.victoria_links {COLOR: #363F61; TEXT-DECORATION: none; font-family: verdana, sans-serif;  }
a:link.victoria_links  {color : #363F61;}
a:visited.victoria_links  {color : #484927;}
a:active.victoria_links  {color : #363F61; text-decoration: none;}
a:hover.victoria_links  {color : #5A6AA3; text-decoration: underline;}

/*this is the stylesheet for the listing inventory*/
A:LINK {COLOR: #363F61; TEXT-DECORATION: none; font-family: verdana, sans-serif; }
A:visited {COLOR: #484927; TEXT-DECORATION: none; font-family: verdana, sans-serif;   }
A:hover {color : #5A6AA3; text-decoration: underline; font-family:verdana, sans-serif;  }
A:active {color : #7381B7; text-decoration: none; font-family: verdana, sans-serif;  }



/* ***************************888888888888888************************ */

.border {  
	background-color: #000000;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;		

}
.bigger {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; color: #ffffff; text-decoration: none;}	
.biggest {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 220%; color: #ffffff; text-decoration: none;}	
.line {
border: 1px dotted #284BA8;
border-bottom: 1px solid #AAA87F;
}
.dotted_line {
border: 1px dotted #4A4A4A;
border-bottom: 1px solid #AAA87F;
}

.ButtonS {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size: 100%; 
	background-color : #C9C9B2;
	border: 1px solid #ffffff; 
	width: 200px;
	font-weight: bold; 

	}
.copyright { font-family: verdana, sans-serif;  font-size: 110%; }
.title {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%; 
	color : #ffffff;
	font-weight: bold;	
	  }	
/*the tags used for newsletter*/	
.VREBPara { font-weight: normal; color: #000000;    }
.VREBTitle {color: #ffffff; }
.VREBDate {color: #ffffff; font-style: italic; }
.VREBRef {color: #ffffff;  font-style: italic;  font-size: 78%;   }
/*the tags used for newsletter*/	
.bcvreb{ background-color: #DDDCCA; }
.bcvrebtop{ background-color: #DDDCCA; }

.bodybg {
	background-image: url(../images/backgroundbody.jpg); background-position: top; background-repeat: no-repeat;  padding-left: 5px; padding-right: 20px; padding-top: 20px;
  padding-bottom: 20px; background-color: #AAA87F;  height: 418px; }
  
.copyrightbg {
 background-image: url(../images/repeater.jpg); background-repeat: repeat-x; background-color: #878DA3; 
}

.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;
	}
 
	
 
/************** MENU CSS ************************/
#menu ul {
	margin: 0; padding: 0; list-style: none;
	width: 160px; 
/* Width of Menu Items */ 
	border-bottom: 0; 
	}
#menu ul li {
	position: relative;
	}
#menu li ul {
	position: absolute; left: 140px;
	/* Set 1px less than menu width */
	top: 2;
	display: block;
	}
#menu li:hover ul {
	display: block; 
}
#menu li:hover>ul {
	visibility:visible;
	}
#menu ul ul {
	visibility:hidden;
	}
/* Fix IE. Hide from IE Mac */* html 
#menu ul li {
	float: left; height: 1%;
	}
	
* html

#menu ul li a {
	height: 1%;
	}
/* End */
/* Make-up syles */ 
#menu ul, li {
	margin: 0 0 0 0;
	}
/* Styles for Menu Items */ 
#menu ul a {
	display: block;
	text-decoration: none;
	/*color: #FFFFFF;*/
	/*background: #0054A0;*/
/* IE6 Bug */

	/*border: 1px solid #cccccc;*/
	border-bottom: 0;
	}
/* Hover Styles */
#menu ul a:hover {
	/*color: #003366;*/
	/*background: #9CBBEB;*/
	}
/* Sub Menu Styles */
#menu li ul a {
	text-decoration: none;
	color: #FFFFFF;
	background: #515C8E;
	width: 190px;
	font-size: 10px; padding: 5px;
	z-index: 100;
/* IE6 Bug */

	border: 1px solid #B9BFD7;
	border-bottom: 0;
	}
/* Sub Menu Hover Styles */
#menu li ul a:hover {
	color: #ffffff;
	background: #363D5E;
	}

/*change this color for bottom line on the last drop down */

#menu .bottom
{
border-bottom: 1px solid #B9BFD7;
}


/************ END MENU CSS ****************/	

#sca_header {
	width: 750px;
	margin: 0 auto;
}