@charset "UTF-8";
#cont {
	background: #4b4524 url(rm_images/vic/container_photo.jpg) no-repeat !important;	
} 

#region_title {
	background: url(rm_images/vic/region_title.png) no-repeat;
	width: 150px; /* Image Width */
	height: 39px; /* Image Height */
	top: 47px;
	left: 42px;
}

#video_gallery {
	display: none;
	background: url(rm_images/vic/video_gallery_bg.gif) bottom no-repeat;
}

.disclaimer { color: #aca687; }

#region_lots_for_sale .instruction { color: #bbc8ba; }

.title_lot {
	color: #ffffff;
	background: #332e17;
}

.title_lot_indicator {
	background: url(rm_images/vic/accordian-arrow-closed.gif) 0 3px no-repeat;
}

span.lot_counter {
	color: #feffff;
}

.lot_information table td.lot_name {
	background: #776d39;
	color: #ffffff;
}

.lot_information table td.lot_name a {
	color: #ffffff;
}

.lot_information table td.lot_number {
	background: #8f875c;
	color: #ffffff;
}

.lot_information table td.lot_price {
	background: #aca687;
	color: #464130;
}

#region_information_top {
	background: url(rm_images/vic/region_information_top_bg.gif) no-repeat;
}

#region_interactive {
	color: #feffff;
}

/* region_overview_estates and region_overview_map widths must add up to 560px */
#region_overview_estates {
	width: 220px;
}

#region_overview_estates ul li {
	background: url(rm_images/vic/estate_bullet.gif) 5px 3px no-repeat;
}

#region_overview_estates a strong {
	color: #7f7458;
}

#region_overview_map {
	float: left;
	position: relative;
	background: url(rm_images/vic/region_overview_map.png) no-repeat;
	width: 331px; /* Image Width */	
	height: 231px; /* Image Height */	
}

/* Tacks & Over Map */

/* 
The calculation for map tack positioning is 
	Minus: -32px on the top value;

The calculation for map tag positioning is 
	Plus: 	+35px on the x axis ( left - right ) i.e. left: 0; on the map tag left: 35px;
	Minus: 	-25px on the y axis ( top - bottom ) i.e. top: 25px; on the map tag top: 0px;
	
If the tag is too large and there is overflow off the container, change the map over class
in the tag file from:
		map_tag_over_container
	to
		map_tag_over_container_reverse
Then (in 99% of cases try):
	Minus: 	-35px or -15px
Be sure to test!
*/
#plenty_river_map_thumbtack {
	left: 159px;
	top: 142px;	
}
#plenty_river_map_tag {
	left: 184px;
	top: 125px;	
}


