﻿div.frontPageQuickLinks a[id^="ctl00_quickLink3"] , div.frontPageQuickLinks a[id^="ctl00_quickLink6"] 
{
	color:#237323;
	font-size:12px;
	padding:0;
	margin:0;
}

div.frontPageQuickLinks ul.sf_newsList li p, div.frontPageQuickLinks ul.sf_newsList li h2
,div.frontPageQuickLinks ol.sf_eventsList li p, div.frontPageQuickLinks ol.sf_eventsList li h2
{
	padding:0;
	margin:0;
}

div.frontPageQuickLinks ul.sf_newsList li h2
,div.frontPageQuickLinks ol.sf_eventsList li h3
{
	background:white;
	padding:0;
	margin:0;
	border-top:1px dotted gray;
}



div.frontPageQuickLinks ul.sf_newsList 
,div.frontPageQuickLinks ol.sf_eventsList 
{
	padding:0;
	margin:0;
	background:white;
}

div.frontPageQuickLinks h2
{
	padding:5px;
	margin:0;
	background:black;
	color:White;
	
}

div.frontPageQuickLinks
{
	width:280px;
	height:150px;
	background:white;
	margin:10px 15px;
	float:left;
	overflow:auto;
	
}

div#NewsLink, div#EventsLink
{
border:1px solid black;
}

div.frontPageQuickLinks a#workshops
{
	display:block;
	width:280px;
	height:150px;
	background:url(images/WorkshopBut.gif);
	text-indent:-50000px;
}

div.frontPageQuickLinks a:hover#workshops
{
	background:url(images/WorkshopButHover.gif);
}
div.frontPageQuickLinks a#aboutus
{
	display:block;
	width:280px;
	height:150px;
	background:url(images/AboutBut.gif);
	text-indent:-50000px;
}

div.frontPageQuickLinks a:hover#aboutus
{
	background:url(images/AboutButHover.gif);
}

div.frontPageQuickLinks a#toftshop
{
	display:block;
	width:280px;
	height:150px;
	background:url(images/ShopBut.gif);
	text-indent:-50000px;
}

div.frontPageQuickLinks a:hover#toftshop
{
	background:url(images/ShopButHover.gif);
}

div.frontPageQuickLinks a#holidays
{
	display:block;
	width:280px;
	height:150px;
	background:url(images/HolidaysBut.gif);
	text-indent:-50000px;
}

div.frontPageQuickLinks a:hover#holidays
{
	background:url(images/HolidaysButHover.gif);
}


