.backslide {
	background-image: url(site-graphics/backside.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.bottom {
	background-image: url(site-graphics/bottom.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.top {
	background-image: url(site-graphics/top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.panel-back {
	background-image: url(site-graphics/white.jpg);
	background-repeat: repeat;
	background-position: left top;
	border-radius: 10px;
}
.panel-texture {
	background-image: url(site-graphics/stone-black.jpg);
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	box-shadow: 0px 0px 1px 1px #000;
}
.navtext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin: 5px;
	padding: 5px;
}


.panel-shadow {
	box-shadow: 0px 0px 2px 2px #000;
}
.panel-shadow-mt-pleasant {
	box-shadow: 0px 0px 2px 2px #666;
	background-image: url(site-graphics/pleasant-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-radius: 0px 5px 5px 0px;
}

.panel-shadow-inner {
	box-shadow: 0px 0px 4px 1px #666666;
	border-radius: 5px;
}

.panel-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 1px;
	margin-top: 1px;
	margin-right: 8px;
	margin-left: 8px;
}


.social-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 1px;
	padding-right: 15px;
}
.pic-round-top {
	border-radius: 10px;
	box-shadow: -2px 2px 10px 0px #333;
	padding: 5px;
	margin: 10px;
}
.pictop {
	border-radius: 10px 10px 0px 0px;
}
.pic-frame {
	border: thin groove #CCC;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #F5F5F5;
}
.pic-frame-closerright {
	border: thin groove #CCC;
	margin-top: 5px;
	margin-right: 9px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #F5F5F5;
}

.inf-pan-frame {
	border: medium solid #CCC;
	background-color: #F5F5F5;
	color: #666;
}

.pic-shadow {
	box-shadow: -3px 3px 4px 1px #666;
}
.pic-shadow-darker {
	box-shadow: -3px 3px 4px 1px #000;
}


.pic-frame-no-border {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.pic-frame-inline {
	border: thin groove #CCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}




.pic-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	color: #000;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.mon-panel-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}





.header-back {
	background-image: url(site-graphics/header-back.png);
	background-repeat: no-repeat;
	color: #000;
	background-position: center top;
}
.hang-on {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.table-frame {
	border: thin solid #666;
}
.table-frame-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 4px;
}


.workshop-kilmartin-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.workshops-kilmartin-background {
	background-image: url(workshops/k-012.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

