@charset "UTF-8";
#cont {
	background: #d4b374 url(rm_images/queensland/container_photo.jpg) no-repeat !important;	
} 

#region_title {
	background: url(rm_images/queensland/region_title.png) no-repeat;
	width: 209px; /* Image Width */
	height: 39px; /* Image Height */
	top: 45px;
	left: 45px;
}

#region_slogan {
	background: url(rm_images/queensland/region_slogan.png) no-repeat;
	width: 372px; /* Image Width */
	height: 16px; /* Image Height */	
	top: 95px;
	left: 45px;
}

#video_gallery {
	background: url(rm_images/queensland/video_gallery_bg.jpg) bottom no-repeat;
}

.disclaimer { color: #e1caa8; }

#region_lots_for_sale .instruction { color: #a29179; }

.title_lot {
	color: #fff4df;
	background: #bd8d45;
}

.title_lot_indicator {
	background: url(rm_images/queensland/accordian-arrow-closed.gif) 0 3px no-repeat;
}

span.lot_counter {
	color: #feffff;
}

.lot_information table td.lot_name {
	background: #e4d0aa;
	color: #995c00;
}

.lot_information table td.lot_name a {
	color: #995c00;
}

.lot_information table td.lot_number {
	background: #e8d8b9;
	color: #995c00;
}

.lot_information table td.lot_price {
	background: #ede1ca;
	color: #995c00;
}

#region_information_top {
	background: url(rm_images/queensland/region_information_top_bg.png) no-repeat;
}

#region_interactive {
	color: #fff4df;
}

/* region_overview_estates and region_overview_map widths must add up to 560px */
#region_overview_estates {
	width: 283px;
}

#region_overview_estates ul li {
	background: url(rm_images/queensland/estate_bullet.gif) 5px 3px no-repeat;
}

#region_overview_estates a strong {
	color: #00819d;
}
	
#region_overview_map {
	float: left;
	position: relative;
	background: url(rm_images/queensland/region_overview_map.png) no-repeat;
	width: 277px; /* Image Width */	
	height: 250px; /* 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!
*/
#smithfield_village_map_thumbtack {
	left: 159px;
	top: 85px;	
}
#smithfield_village_map_tag {
	left: 35px;
	top: 60px;
}