@charset "utf-8";
/* Styling for 'interactive' tour map */

#tours-map
{
	width: 493px;
	height: 215px;
	padding: 40px 10px 10px 10px;
	background: url(../images/scottish/tours-map.gif) no-repeat 320px 17px;
	position: relative;
}

	#tours-map li
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		position: absolute; 
	}

		#tours-map a
		{
			display: block;
			text-decoration: none;
			color: #003300;
			font-size: 1.9em;
			border: none;
		}
		
		#tours-map a:hover, #tours-map a:active
		{
			color: #CC0000;
		}
		
		#edin, #loth, #bord, #forth, #fife, #glamis, #lomond, #burns, #glasgow
		{
			width: 15px;
			height: 15px;
			border: none;
		}
		
			#edin a, #loth a, #bord a, #forth a, #fife a, #glamis a, #lomond a, #burns a, #extend a, #glasgow a
			{
				height: 15px;
			}			
			
			#edin a:hover, #edin a:active, #loth a:hover, #loth a:active, #bord a:hover, #bord a:active, #forth a:hover, #forth a:active, #fife a:hover, #fife a:active, #glamis a:hover, #glamis a:active, #lomond a:hover, #lomond a:active, #burns a:hover, #burns a:active, #glasgow a:hover, #glasgow a:active
			{
				background: url(../images/scottish/square.gif);
				border: none;
			}
			
				#ed, #el, #bd, #frth, #ff, #gl, #ll, #rb, #ext, #gls
				{
					position: absolute;
					cursor: pointer;  /* Restores normal cursor when text links are moused over */
					cursor: hand;  /* Restores normal cursor when text links are moused over */
					height: 25px;
				}
		
	#edin /* Position of square map indicator */
	{
		top: 170px;
		left: 446px;	
	}
		
		#ed  /* Position of text */
		{
	top: -155px;
	left: -428px;
		}
		
	#loth
	{
		top: 166px;
		left: 468px;
	}
		
		#el
		{
	top: -127px;
	left: -450px;
		}
		
	#bord
	{
		top: 193px;
		left: 465px;
	}
		
		#bd
		{
	top: -130px;
	left: -447px;
		}
		
	#forth
	{
	top: 158px;
	left: 426px;
	}
		
		#frth
		{
	top: -71px;
	left: -408px;
		}
		
	#fife
	{
		top: 149px;
		left: 457px;
	}
		#ff
		{
	top: -38px;
	left: -439px;
		}
		
	#glamis
	{
	top: 100px;
	left: 406px;
	}
		
		#gl
		{
	top: 59px;
	left: -388px;
		}
		
	#lomond
	{
	top: 146px;
	left: 402px;
	}
		
		#ll
		{
	top: 37px;
	left: -384px;
		}
		
	#burns
	{
	top: 123px;
	left: 430px;
	}
		
		#rb
		{
	top: 12px;
	left: -412px;
		}
		
	#extend
	{
		top: 226px;
		left: 364px;
		width: 0;
		height: 0;
	}
		
		#ext
		{
	top: 5px;
	left: -346px;
		}
		
		#glasgow
	{
	top: 168px;
	left: 408px;
	}
		
		#gls
		{
	top: 39px;
	left: -390px;
		}
		
/* Keeps text & map 'button' in ON state when particular page is loaded */		
.edin #tours-map a.edin, .loth #tours-map a.loth, .bord #tours-map a.bord, .forth #tours-map a.forth, .fife #tours-map a.fife, .glamis #tours-map a.glamis, .lomond #tours-map a.lomond, .burns #tours-map a.burns, .glasgow #tours-map a.glasgow
{
	color: #CC0000;
	background: url(../images/scottish/square.gif);
}

.extend #tours-map a.extend
{
	color: #CC0000;
}

#tours-map strong /* Styles bullet point beside text links */
{
	color: #CC0000;
}
