/********************************************************************
* Name..............: dev_home.css
* Description.......: development homepage css for www.zuc.ca
* Created by........: MPG
* Modified by.......: MPG
* Last Modified.....: 01/30/2009
********************************************************************/
#screenshot {
	position:absolute;
	border:1px solid #aaa;
	background:#fff;
	padding:5px;
	display:none;
	color:#333;
        margin-top:-60px;
}
#main_content .topofpage {
	padding-left: 5px;
	margin-left: 0px;
	background-image: none;
	margin-bottom: 4px;
}
#main_content .topofpage a {
	font-size: 11px;
	text-decoration: none;
	color: #AAA;
	margin-left: 0px;
	padding-left: 20px;
	background-image: url(../image/i_arrow_top.gif);
	background-repeat: no-repeat;
	background-position: 3px 50%;
}
#main_content .topofpage a:hover {
	text-decoration: underline;
	color: #333;
	background: #fff;
	background-image: url(../image/i_arrow_top.gif);
	background-repeat: no-repeat;
	background-position: 3px 50%;
}

/**** End Content Area ****/