@charset "utf-8";
/* Popular links bar down right hand side */

/* Position slightly raised from index page */

/*####################################################################################*/

/* Firefox settings (complient) */

#container > div#timeZoneLinks {
	display:block;
	position:relative;
	margin: 0;
	padding: 0;
	top:-882px;
	width:146px;
	height:642px;
	left:614px;
	font-size: 4px;
	z-index:2;
	font:Arial, Helvetica, sans-serif;
	background-image: url(/img/timeZoneLinks.jpg);
	background-repeat: no-repeat;
	font-weight:bold;
	color:#393B41;
}

#container > div#timeZoneLinks b{
	position:relative;
	top:7px;
	left:10px;
	font-size: 14px;
	font-weight:bold;
	color:#393B41;
}

#container > div#timeZoneLinks p{
	position:relative;
	top:30px;
	left:15px;
}

#container > div#timeZoneLinks a{
	cursor:pointer;
	position:relative;
	top:20px;
	left:5px;
	font-size: 11px;
	font-weight:bold;
	color:#393B41;
	text-decoration:none;
}

#container > div#timeZoneLinks a:hover{
	cursor:pointer;
	color:#86D00F;
}

