@charset "utf-8";

/* CSS Document */

div#market-selector {
	position: relative;
	right: 5px; /* This is a band-aid for compatibility between the previous Holy Grail layout and the current 960.gs framework. */
}

div#market-selector h3 {
	margin-top: 0;
	position: absolute;
	top: 0px;
	z-index:-1;
	line-height: 20px;
}

span#placeholder {
	width: 100%;
	height: 100px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	color: #666666;
/*	background: #333 url(../images/home/links/selector-placeholder.png) top right no-repeat;*/
	background: #FFFFFF url(../images/home/links/scf-default.jpg) top right no-repeat;
}

div#links {
	height: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 100;
	position: relative;
	/*top: 24px;*/
	left: 0;
}

div#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 100px;
	width: 100%;
	background:none;
	font-size: 1.2em;
}

div#links a {
	/*	display: block;*/
display: inline-block;
	/*width:100px;*/
	/*	text-align: center;*/
/*	font: bold 1em sans-serif;*/
/*	padding: 5px 10px;*/
padding: 5px 0;
	/*margin: 0 0 1px;*/
	/*	border-width: 0;*/
	text-decoration: none;
	/*	color: #FFC;*/
/*color: #FFCC00;*/
color: #666666;
	/*	background: #444;*/
/*	border-right: 5px solid #505050;*/


font-weight: bold;
}

div#links a:hover {
	/*	color: #411;*/
color: #c60c30;
	/*	background: #AAA;
	/*	border-right: 5px double white;*/
	zoom: 1;
	font-weight: bold;
	text-decoration: underline;
}

div#links a,
div#links a:link,
div#links a:visited,
div#links a:focus,
div#links a:hover {
/*line-height:20px;*/

}

div#links a img, 
div#links a:link img,
div#links a:visited img {
	height: 0;
	width: 0;
	border-width: 0;
	margin-bottom: 0;
}

div#links a:active img, 
div#links a:focus img, 
div#links a:hover img {
	position: absolute;
	/*
	top: 190px;
	left: 55px;
*/
	top:-100px;
	right: 0px;
	/*	right:0;*/
/*	height: 50px;*/
/*	width: 50px;*/
height: 100px;
	width: 198px;
	z-index: 99999;
margin-bottom: 0;
}

div#links ul li {
	padding: 0;
	margin: 0;
	text-align: right;
}

