/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
body {
	margin: 0px;
}
div#hold	{
	position:relative;
	overflow:hidden;
	width:430px;
	height:90px;
	z-index:100;
	visibility: hidden;
	}
div#wn	{
	position:absolute;
	left:0px;
	top:0px;
	width:430px;
	height:90px;
	clip:rect(0px,430px,90px,0px);
	overflow:hidden;
	z-index:1;
	visibility: hidden;
	}

div#lyr1	{
	position:absolute;
	visibility:hidden;
	left:3px;
	top:0px;
	z-index:1;
	}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #C2A726;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #9A851F;
	text-decoration: underline;
}
.services-bg {
	background-image: url(../images/services-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
a.img:link, a.img:visited {
	border: 2px solid #C1A625;
	float: left;
}
a.img:hover {
	border: 2px solid #9A851F;
	float: left;
}
